Hi, Anon Y Mous <[EMAIL PROTECTED]> writes:
> I have a similar problem. I couldn't get the 64 bit drivers for the > Marvell Yukon onboard NIC built into an Asus P5-KVM motherboard to > work. I think there might be a bug or something in the installation > script. Can somebody put a step by step tutorial for how to install > this in one of their blog entries? 1. get the driver from http://www.syskonnect.de, for my Marvell 88E8001 (Asus A8V deLuxe) 9821 V2.0 was required. 2. as the path to echo is hardcoded in the install script, ln -s /usr/bin/echo /usr/ucw/echo 3. run install.sh 4. the install script doesn't properly edit /etc/driver-aliases, thus run prtconf -v > /tmp/output | grep '11ab' (this is one one a b) this will show you something like pci11ab,4320.(0x11ab is the vendor ID) 5. ./update_drv -a -i 'pci11ab,4320' skge 6. check /etc/driver-aliases wether this has been added 7. ifconfig skge0 plumb, ifconfig skge0 dhcp -Dieter -- Dieter Klünter | Systemberatung http://www.dpunkt.de/buecher/2104.html GPG Key ID:8EF7B6C6 53°08'09,95"N 10°08'02,42"E _______________________________________________ opensolaris-discuss mailing list [email protected]
