Originally Posted by
jcathey
Your wired card is most likely a marvel yukon ethernet controller. And if you have a newer toshiba laptop your wireless is most likely atheros possibly 5007eg. Google for specs for your laptop via its model number.
If you need your wired card up, then follow these steps.
Run all of this as root user by entering sudo before each command.
# rmmod sky2 (it is ok if this does not show as inserted)
# cd /lib/modules/2.6.24-16-generic/kernel/drivers/net (the 2.6.24-16-generic folder might vary in number depending on your kernel)
# cp -p sky2.ko{,.orig}
# perl -pe 's/\0\0\x6c\x43/\0\0\x55\x43/g' sky2.ko.orig > sky2.ko
After doing these commands run the following command to insert the sky2 module:
modprobe sky2
This should have your card up and running, but when you reboot you will have to run modprobe sky2 again unless you add "sky2" to the end of the /etc/modules file.
This worked great for me and if you need to know how to get the atheros 5007eg wireless card working if you have that one i can help with that too.
I hope this helps,
Jeremy
This worked!!! Thanks!!! My system has this ethernet card:
Code:
02:00.0 Ethernet controller: Marvell Technology Group Ltd. Unknown device 4355 (rev 12)
Subsystem: Toshiba America Info Systems Unknown device ff50
Flags: bus master, fast devsel, latency 0, IRQ 508
Memory at f0400000 (64-bit, non-prefetchable) [size=16K]
I/O ports at a000 [size=256]
Capabilities: [48] Power Management version 3
Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable+
Capabilities: [c0] Express Legacy Endpoint IRQ 0
Also on a Toshiba Satellite new laptop. Thanks for this info.
Shane
Bookmarks