Results 1 to 7 of 7
Hey everyone,
I'm having a problem with modprobe. Whenever I run modprobe (I'm trying to load rt2500.ko) it's looking for the driver in the 2.6.11-gentoo-r3 folder BUT I'm running 2.6.11-gentoo-r8. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-12-2005 #1Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
modprobe problem
Hey everyone,
I'm having a problem with modprobe. Whenever I run modprobe (I'm trying to load rt2500.ko) it's looking for the driver in the 2.6.11-gentoo-r3 folder BUT I'm running 2.6.11-gentoo-r8. How did this get mixed up and can I change it?
- 05-12-2005 #2
Type
Does that say r8?Code:uname -r
If not, you're not in the r8 kernel.
If it does, check that your /usr/src/linux symlink is pointing to the r8 sources. If it's not, repoint it and recompile the modules that you need.
- 05-13-2005 #3Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
When I do a uname -r it says r3 but my symlink is pointing to r8. I don't understand why it isn't r8.
- 05-13-2005 #4
Make sure that your bootloader is set to boot the correct kernel image.
Are you using GRUB or LILO?
Either way, if you need help, post your bootloader config file. For LILO, that's /etc/lilo.conf, and for GRUB, I think it's /boot/grub/grub.conf.
- 05-14-2005 #5Just Joined!
- Join Date
- May 2005
- Location
- Kokomo, IN
- Posts
- 58
It boots fine, but I just don't understand why uname -r is r3 and modprobe and junk. I can get it all to work it't just a pain.
- 05-14-2005 #6
Is it possible that your bootloader is booting the kernel -r3 instead of -r8.
Check /boot/grub/menu.lst to find out what kernel is being booted.
If it is lilo, it would be /etc/lilo.confHow to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-14-2005 #7Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
If you're using lilo and forgot to run /sbin/lilo after compiling+installing the kernel, the computer will still be booting r3. In that case, just run /sbin/lilo and reboot.


Reply With Quote
