View previous topic :: View next topic |
Author |
Message |
enigma_0Z Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/166367219441a5f3516804b.jpg)
Joined: 29 Aug 2004 Posts: 531 Location: Either lurking here or at my forum (see sig)
|
Posted: Fri Oct 01, 2004 4:14 am Post subject: Just installed some kernel modules, how can I find names... |
|
|
I just installed a few kernel modules, how can I find the names of those modules so I can load them in /etc/modules.autoload.d/ and with modprobe? _________________ Check out my...
Website: (CURRENTLY DOWN) http://sledgehammer.ath.cx
Forum: (ALSO CURRRENTLY DOWN) http://sledgehammer.ath.cx/forum/ |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Archangel1 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/10640655464313fa93b48a7.png)
Joined: 21 Apr 2004 Posts: 1212 Location: Work
|
Posted: Fri Oct 01, 2004 4:19 am Post subject: |
|
|
There's something in the install docs to list them all... along the lines of
Code: | find /lib/modules/kernel-version/ -iname '*.ko' |
Or when you're in menuconfig, pressing ? gives help on the selected item, which often tells you the name of the module it'll be built as. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
enigma_0Z Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/166367219441a5f3516804b.jpg)
Joined: 29 Aug 2004 Posts: 531 Location: Either lurking here or at my forum (see sig)
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|