What to do when networkcard isn't detected?Forum: Networking Topic: What to do when networkcard isn't detected? started by: HXC Posted by HXC on Mar. 27 2006,10:41
I have a Marvell Yukon ethernetcard which worked pretty much with every distro I tried. However when I want to set up my networkcard for a DHCP connection in DSL I get the message:"no supported networkcard found' Any suggestions on how to proceed?
Posted by HXC on Mar. 27 2006,11:14
"modprobe sk98lin" gives me:/lib/modules/2.4.26/kernel/drivers/net/sk98lin/sk98lin.o: create_module: Operati on not permitted /lib/modules/2.4.26/kernel/drivers/net/sk98lin/sk98lin.o: insmod /lib/modules/2. 4.26/kernel/drivers/net/sk98lin/sk98lin.o failed /lib/modules/2.4.26/kernel/drivers/net/sk98lin/sk98lin.o: insmod sk98lin failed Posted by odbod on Mar. 28 2006,02:57
Are you in root while doing that?
Posted by HXC on Mar. 28 2006,04:31
I did a "sudo su modprobe sk98lin" hence it didn't work. When I issued a "sudo su" first followed by a "modprobe sk98lin" I got my network working One more question how do I make it permament? In other words; where can I put the (executable) file "rc.netdevice" with the line "/sbin/modprobe sk98lin" in it? I noticed that DSL has more than one /etc/rc.d folder....
Posted by JB4x4 on Mar. 28 2006,10:03
You can add the command "modprobe sk98lin" (note no sudo) to the file /opt/bootlocal.sh. It will then run at boot time.
Posted by HXC on Mar. 28 2006,10:16
Thanks for the help!
|