Jump to content

how to add my sound card to modules.conf...


hjlane3
 Share

Recommended Posts

ok on my laptop linux doesn't automatically detect my sound card, but thanks to the web i found that...

 

modprobe ad1848 io=0x530 irq=5 dma=1 dma2=0

 

makes it work, but the problem is that i have to type that each time i reboot my laptop , how do i add it to modules.conf so that it will automatically be started at boot? thanks in advanced

Link to comment
Share on other sites

ok on my laptop linux doesn't automatically detect my sound card, but thanks to the web i found that...

 

modprobe ad1848 io=0x530 irq=5 dma=1 dma2=0

 

makes it work, but the problem is that i have to type that each time i reboot my laptop , how do i add it to modules.conf so that it will automatically be started at boot? thanks in advanced

 

Add the following to /etc/modules :

ad1848

and the following to /etc/modules.conf

options ad1848 io=0x530 irq=5 dma=1 dma2=0

And then run :

depmod -a && modprobe ad1848.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...