Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
modules.autoload
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
rlyacht
Apprentice
Apprentice


Joined: 17 Apr 2002
Posts: 170

PostPosted: Sun May 05, 2002 8:37 pm    Post subject: modules.autoload Reply with quote

I'm a little confused about modules.conf, modules.autoload, and modules.d

In an old redhat setup, someone had this, which he claims works for the sound chip (CS4237B) on my system:
Code:

    alias sound cs4232
    pre-install sound /sbin/insmod sound dmabuf=1
    alias midi opl3
    options opl3 io=0x388
    options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330

I know I'm not supposed to put stuff in modules.conf anymore, but rahther but the devices in modules.autoload, and the config stuff in modules.d/something. Would I be right to do this:
Code:

# file: modules.autoload
cs4242



Code:

# file : modules.d/sound
    pre-install sound /sbin/insmod sound dmabuf=1
    options opl3 io=0x388
    options cs4232 io=0x530 irq=5 dma=1 dma2=0 mpuio=0x330


Code:

# file: modules.d/aliases
    alias sound cs4232
    alias midi opl3
 
Back to top
View user's profile Send private message
dArkMaGE
Apprentice
Apprentice


Joined: 20 Apr 2002
Posts: 152

PostPosted: Sun May 05, 2002 11:09 pm    Post subject: Reply with quote

someone correct me if im wrong but i believe you can put all the /etc/modules.d stuff into the sound file, but yes, that otherwise looks correct
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