View Single Post

   
  #9 (permalink)  
Old 02-21-2008, 08:21 AM
Gianmario Tagliaretti
 
Posts: n/a
Default Re: problem selecting the correct kernel modules


"hot_rage" <elerk004egy@freenet.de> wrote in message
news:Xns95886497AEBF0hotragefreenetde@62.153.159.1 34...

>
> is there a easy way to get some information about the
> hardware <--> module relationship?
>


1) compile your kernel using the .config used for live cd /proc/config
2) emerge hotplug
3) look which modules are used with lsmod after reboot
3) put the modules you need in /etc/modules.autoload.d/YourKernelVersion
4) unmerge hotplug

> thanks in advance


hope it helps

>
> --
> hot_rage



Reply With Quote