Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
problems autoloading kernel modules... [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
BootNinja
n00b
n00b


Joined: 19 Mar 2004
Posts: 53
Location: Lubbock, TX

PostPosted: Fri Mar 19, 2004 3:58 am    Post subject: problems autoloading kernel modules... [solved] Reply with quote

I just installed a stage 3 gentoo 2.6.3 kernel..

I have managed to install and configure X, yet i have no sound card detected... I looked around, and finally noticed that none of my kernel modules are autoloading at boot time... One of the last things I see before it brings up the logon screen is ...

Loading [module].ko
Failed to load [module].ko


I think this is the reason that I cannot get my soundcard to work... any help would be appreciated...


Last edited by BootNinja on Fri Mar 19, 2004 5:58 am; edited 1 time in total
Back to top
View user's profile Send private message
nofx911
n00b
n00b


Joined: 21 Jan 2004
Posts: 30
Location: Milwaukee, WI

PostPosted: Fri Mar 19, 2004 4:37 am    Post subject: Loading Modules Reply with quote

Modules are loaded from:
/etc/modules.autoload.d/kernel-2.6

For example I have the following in order to load the modules for OSS:
8139too snd-mixer-oss snd-pcm-oss

The first one is the driver for my sound card.
The next two setup the mixer and pcm so that /dev/sound/mixer exists

If you listed the output from
`cat /proc/modules`

And
`/sbin/lspci -v`

it would be easier to guess which modules should be loaded. Otherwise boot from the gentoo live cd and do `cat /proc/modules` and make sure that you are loading the same modules.
Back to top
View user's profile Send private message
BootNinja
n00b
n00b


Joined: 19 Mar 2004
Posts: 53
Location: Lubbock, TX

PostPosted: Fri Mar 19, 2004 5:57 am    Post subject: Reply with quote

found the problem... I didnt RTFM

instead of listing modules like i was supposed to... i.e.CS46xx... i was instead listing them like so: CS46xx.ko... so it was looking for modules that didnt exist... I fixed the autoload.d and voila! I have sound... thanks for your help anyway...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum