View previous topic :: View next topic |
Author |
Message |
schleyfox n00b
Joined: 17 Jun 2004 Posts: 18
|
Posted: Thu Jun 17, 2004 3:49 pm Post subject: Cant find kernel module 3c59x |
|
|
I have a 3-com NIC that uses the 3c59x driver and i tell my system to autoload it but when i boot it fails so i type # modprobe 3c59x but it cant find the module so i type # find -iname '3c59x.*' and it finds the matches, both compiled and uncompiled, in /usr/src/linux-2.6.5-gentoo/whatever where would i move that file to to make everything work? _________________ Programmer: The device for converting coffee into software. |
|
Back to top |
|
|
LeTene Guru
Joined: 02 Mar 2004 Posts: 348 Location: Ah'll glass ye!
|
Posted: Thu Jun 17, 2004 3:57 pm Post subject: |
|
|
Change into your /usr/src/linux directory, and do a make modules_install. This will install the modules(!) into the correct places for you.
You should now be able to modprobe. _________________ Docs, Tips & Tricks at the Gentoo Wiki page. |
|
Back to top |
|
|
schleyfox n00b
Joined: 17 Jun 2004 Posts: 18
|
Posted: Thu Jun 17, 2004 4:35 pm Post subject: |
|
|
nope didnt work is there anyway to get the module off the boot cd? _________________ Programmer: The device for converting coffee into software. |
|
Back to top |
|
|
Jake Veteran
Joined: 31 Jul 2003 Posts: 1132
|
Posted: Thu Jun 17, 2004 5:05 pm Post subject: |
|
|
It belongs in "/lib/modules/2.6.5-gentoo/kernel/drivers/net/", but check your permissions and try to figure out why "make modules_install" doesn't work, or else you'll only have more problems next time you upgrade your kenrel. |
|
Back to top |
|
|
schleyfox n00b
Joined: 17 Jun 2004 Posts: 18
|
Posted: Thu Jun 17, 2004 8:57 pm Post subject: |
|
|
Ok is there anyway to download the driver on my other comp and insert it now (like you do with nvidia drivers)? _________________ Programmer: The device for converting coffee into software. |
|
Back to top |
|
|
schleyfox n00b
Joined: 17 Jun 2004 Posts: 18
|
Posted: Thu Jun 17, 2004 9:44 pm Post subject: |
|
|
i just need this fixed now _________________ Programmer: The device for converting coffee into software. |
|
Back to top |
|
|
LeTene Guru
Joined: 02 Mar 2004 Posts: 348 Location: Ah'll glass ye!
|
Posted: Fri Jun 18, 2004 9:22 am Post subject: |
|
|
Can't you just compile it into the kernel, and forget about using modprobe? _________________ Docs, Tips & Tricks at the Gentoo Wiki page. |
|
Back to top |
|
|
|