Gentoo Archives: gentoo-doc

From: Josh Saddler <nightmorph@g.o>
To: gentoo-doc@l.g.o
Cc: Matthew Smith <matt@×××××××.au>
Subject: Re: [gentoo-doc] Re: Documentation modification suggestion
Date: Tue, 27 Jun 2006 05:46:36
Message-Id: 44A0C5DE.6090601@gentoo.org
In Reply to: [gentoo-doc] Re: Documentation modification suggestion by Curtis Napier
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 > Matthew Smith wrote:
5 >> Relates to:
6 >>
7 >> http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7
8 >>
9 >> Code Listing 21: Viewing all available modules
10 >> # find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
11 >>
12 >> To save hunting for the kernel version, how about:
13 >>
14 >> # find /lib/modules/`uname -a`/ -type f -iname '*.o' -or -iname '*.ko'
15
16 This won't actually work:
17
18 $ find /lib/modules/`uname -a`/ -type f -iname '*.ko' -or -iname '*.ko'
19 find: invalid predicate `(Coppermine)'
20
21 That's for my P3. There's too much information in the uname, at least for x86.
22 Thanks for your interest, though.
23 -----BEGIN PGP SIGNATURE-----
24 Version: GnuPG v1.4.2.2 (GNU/Linux)
25
26 iD8DBQFEoMXersJQqN81j74RAqNPAJ9DKSnBdkBNTVbjDoPIFLwatpKuiACbBEhV
27 K1lfwf2yv9EiwFl2mv1wRR0=
28 =+wnO
29 -----END PGP SIGNATURE-----
30 --
31 gentoo-doc@g.o mailing list

Replies

Subject Author
Re: [gentoo-doc] Re: Documentation modification suggestion widu wittekindt <widu@×××××××××××××××××××××××××.de>