Cloak_Linux
12-18-2000, 11:55 AM
Hi,
I have mandrake 7.2 installed and everytime i load up harddrake and there is no networkcard there. then i go into Network and Internet configuration and chose configure local network and there it ask me to specify my network card (3c509) then it detects it.
The next time i restart by box the card is no longer there (uninstalled).
From the console prompt i do a lsmod (not there) then i do insmod 3c509 it load up ok no prob. the next time i restart its gone.
unruly tried to help me in the channel linuxnewbie he sugested.
Pico
#!/bin/bash
/sbin/insmod <your nic here>
/etc/rc2.d/S99nicstart
after you make the file... type at a command prompt...
chmod +x /etc/rc2.d/S99nicstart
to automate the process but it doesn't work.
Can some please help before i go for a M$ product (joking), i really some help thanks!
I have mandrake 7.2 installed and everytime i load up harddrake and there is no networkcard there. then i go into Network and Internet configuration and chose configure local network and there it ask me to specify my network card (3c509) then it detects it.
The next time i restart by box the card is no longer there (uninstalled).
From the console prompt i do a lsmod (not there) then i do insmod 3c509 it load up ok no prob. the next time i restart its gone.
unruly tried to help me in the channel linuxnewbie he sugested.
Pico
#!/bin/bash
/sbin/insmod <your nic here>
/etc/rc2.d/S99nicstart
after you make the file... type at a command prompt...
chmod +x /etc/rc2.d/S99nicstart
to automate the process but it doesn't work.
Can some please help before i go for a M$ product (joking), i really some help thanks!