Results 1 to 6 of 6
I had to reinstall, and for some reason my nic card wasn't found during the install. If I turn on hotplug it finds the nic card, but the sound doesn't ...
- 10-22-2004 #1
drivers in slackware
I had to reinstall, and for some reason my nic card wasn't found during the install. If I turn on hotplug it finds the nic card, but the sound doesn't work and everything crawls. If I turn off hotplug sound works great but no nic card. I know that the driver is a eepro100 is there somewhere I can put it where it will find it during boot and I can turn hotplug back off?
Thanks,
Mike
- 10-22-2004 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- www.syracuse.com
- Posts
- 119
if hotplug is what is causing your problem and you know what modules you want loaded. you could either write in your /etc/rc.d/rc.local file modprobe modules name. or you could uncomment your module autoload file, which should be named something like /etc/modules.autoload, or /etc/rc.d/rc.modules or something.
- 10-22-2004 #3
I did add it to rc.local but it doesn't work. When configured like that it doesn't come up at boot. I can run ifconfig eth0 up
then it comes up but since it is dhcp it doesn't come up with an ip so I then run
/etc/rc.d/rc.inet1
then it comes up with IP but then I have no dns then I have to edit resolv.conf
there really has to be a better way.
- 10-23-2004 #4
Can I put this driver in rc.modules will this fix this problem?
- 10-26-2004 #5Just Joined!
- Join Date
- Sep 2004
- Location
- Bucharest, Romania
- Posts
- 7
rc.modules is fine
Yes you can disable hotplug and load manually from rc.modules everything you need.
Good Luck
- 10-26-2004 #6
Re: rc.modules is fine
Can you show me the format for doing this?
Originally Posted by Adrian Punga
Thanks,
Mike


Reply With Quote
