| Author |
Message |
|
sartorato
Joined: Wed Nov 24, 2010 7:24 am Posts: 1
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
Hi! I used this package with Varazir script and I made another installation CD. I changed the Marvel ID to 11ab:4364. Works like a charm.
Vmware ESXi 4.1 on Asus P5K Premium + Core2Quad Q8300 + 8Gb RAM + 2 Sata Disks.
Thanks very much for your work.
Ricardo Sartorato
|
| Fri Nov 26, 2010 6:12 am |
|
 |
|
aagomez
Joined: Mon Dec 20, 2010 12:22 pm Posts: 1
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
Hi i have
MS-7522 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
And i use mymod-network.new2.tgz howto my oem.tgz, the driver work, i have teo nics R8169, in the messages error can see this error (many times):
RTNL: assertion failed at vmkdrivers/src26/drivers/net/r8169/r8169.c (1078)
i have loss the ping packages when the log appears. any special configuration is needed when two cards?
|
| Mon Dec 20, 2010 12:36 pm |
|
 |
|
lgalford
Joined: Wed Jan 19, 2011 8:07 am Posts: 1
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
hi
I have a lenovo computer that i have try to use the sky2.o driver and it does not seem to be working I have modify the simple.map to the address that is supply it by the computer and modify the whole package using the Linux:Bash script to create a custom installation. I used it before for another computer and it worked fine. But now it does not seems to want to work and I get the not network card error any ideas in how to fix this?
the output of the lspci -v from the vmware console is :
class 0200: 11ab:4380
waiting for your soon replay and shed some light in my way ..
I have read that the open source of the esxi 4.1 can be use if you modify the simple.map in order to do this. I have download it the open source file of the esxi 4.1 but I dont know how to use it . is there a manual or something where i can read about this. ...
HELP ... HELP.... HELP....
LUIS
|
| Wed Jan 19, 2011 11:07 am |
|
 |
|
Dave.Mishchenko
Site Admin
Joined: Mon Mar 16, 2009 10:13 pm Posts: 3874
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
Take a look at the guide here on compiling a driver - http://www.kernelcrash.com/blog/using-a ... 009/08/22/
_________________Dave Mishchenko VMware vExpert 2009-2012 Now available - VMware ESXi: Planning, Implementation, and SecurityAlso available - vSphere Quick Start Guide
|
| Wed Jan 19, 2011 10:11 pm |
|
 |
|
Computerhirn
Joined: Thu May 12, 2011 11:47 pm Posts: 3
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
Dear danisoto,
I'm trying to get my P-SATA-Contoller Marvell 88SE6121 on my ASUS P5Q Premium to work with ESXi 4.1. I've downloaded your mymod-network.new2.tgz and created a modified oem.tgz out of that.
Here's what I've exactly done:
1. Downloaded VMware vSphere Hypervisor (ESXi) - ESXi 4.1 Installable (CD ISO) - 2010-07-13 - Build 260247
2. Added the following line to original simple.map: 11ab:6121 0000:0000 storage pata_marvell.o
3. Created oem.tgz with modded simple.map and your pata_marvell.o (from this topic)
I don't get it running. It tells me with two red lines that the module was loaded, but I only see the DVD-ROM connected to the SATA-Controller.
Are you able to tell me what I can do to achieve my aim?
Thank you very much.
|
| Fri May 13, 2011 10:15 am |
|
 |
|
Dave.Mishchenko
Site Admin
Joined: Mon Mar 16, 2009 10:13 pm Posts: 3874
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
If you access the console of the host (ALT+F1) and run lspci -p is a module listed for the storage controller?
_________________Dave Mishchenko VMware vExpert 2009-2012 Now available - VMware ESXi: Planning, Implementation, and SecurityAlso available - vSphere Quick Start Guide
|
| Fri May 13, 2011 11:03 am |
|
 |
|
Computerhirn
Joined: Thu May 12, 2011 11:47 pm Posts: 3
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
Hi Dave.Mishchenko,
sorry, I forgot to post the output of lspci.
Here it comes:
000:004:00.0 11ab:6121 1043:8212 10/ 10/0x68 A V
I tried simple.map with "11ab:6121 1043:8212" and with "11ab:6121 0000:0000", but that makes no difference. I've never seen a module in that line.
Thank you very much.
|
| Sat May 14, 2011 3:28 am |
|
 |
|
Dave.Mishchenko
Site Admin
Joined: Mon Mar 16, 2009 10:13 pm Posts: 3874
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
You can try to manually load a drive with vmkload_mod. If that doesn't help then you'll need a new driver.
_________________Dave Mishchenko VMware vExpert 2009-2012 Now available - VMware ESXi: Planning, Implementation, and SecurityAlso available - vSphere Quick Start Guide
|
| Sat May 14, 2011 10:00 am |
|
 |
|
Computerhirn
Joined: Thu May 12, 2011 11:47 pm Posts: 3
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
Hi Dave.Mishchenko,
that doesn't work. I really tried everthing.
Can you help me with finding a new driver? Maybe you could help me compiling a fitting driver for me on my own.
Tahnk you.
Bye.
|
| Sun May 15, 2011 3:26 am |
|
 |
|
Dave.Mishchenko
Site Admin
Joined: Mon Mar 16, 2009 10:13 pm Posts: 3874
|
 Re: Drivers for Marvell PATA and others (r8169/sky2/ahci)
This will give you a idea of what is required to compile a driver - http://www.kernelcrash.com/blog/using-a ... 009/08/22/.
_________________Dave Mishchenko VMware vExpert 2009-2012 Now available - VMware ESXi: Planning, Implementation, and SecurityAlso available - vSphere Quick Start Guide
|
| Sun May 15, 2011 7:01 am |
|
|