Results 1 to 5 of 5
At part configuring kernel modules i have used this code as stated,
find /lib/modules/kernel-2.6.11-gentoo-r3/ -type f -iname '*.o' -or -iname '
now im stuck in this,
>
>...
- 12-16-2005 #1
modules
At part configuring kernel modules i have used this code as stated,
find /lib/modules/kernel-2.6.11-gentoo-r3/ -type f -iname '*.o' -or -iname '
now im stuck in this,
>
>
- 12-19-2005 #2
make sure you put your kernel version. For example mine is simply titled. 2.6.14-gentoo-r4. Try hitting k when you get to this point and then tab. If nothing try 2 then tab. Actually just go the /usr/lib/modules then hit type in command ls.
All 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
- 12-19-2005 #3
You have a typo. Remove the ' at the end of the line.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 12-20-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
The typo is not in extra, but missing characters:
Originally Posted by sarumont
From Gentoo Handbook:
Code Listing 23: Viewing all available modules
# find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'/IMHO
//got nothin'
///this use to look better
- 12-20-2005 #5I stand corrected....should have RTFH.
Originally Posted by drakebasher
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy



