Results 1 to 5 of 5
Im new to linux and im using slackware and i recently bought a network card for my unix box. It wont load the drivers for the card and i was ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-23-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
Help With Network Cards
Im new to linux and im using slackware and i recently bought a network card for my unix box. It wont load the drivers for the card and i was wondering how i could go about getting it to work. i installed the package with the drivers but still dont work. Thanks ahead for all help
- 07-23-2006 #2
please be more specific! What card do you have? What package did you attempt to install? And what is the output of [as root]
lspci | grep -i ethernetAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 07-23-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 2
i have a 3com 3c905-TX card i tried to install a linux driver i found for the card and i dont know what the output is
- 07-24-2006 #4
enter that command in a terminal and then post the result here.
edit: you need to be root to run this commandAll right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
- 07-24-2006 #5Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
Just uncomment the line for your driver module in /etc/rc.d/rc.modules
it'll be something likeremove the '#' and reboot, or alternatively you could enable hotplug and udev and attempt to automatically probe the card and load the driver module.Code:#/sbin/modprobe 3c905
and reboot,Code:chmod +x /etc/rc.d/rc.hotplug chmod +x /etc/rc.d/rc.udev


Reply With Quote
