View previous topic :: View next topic |
Author |
Message |
ocZer n00b
Joined: 28 Jun 2005 Posts: 36 Location: Drammen, Norway
|
Posted: Fri Jul 08, 2005 9:20 am Post subject: module confiuration [SOLVED] |
|
|
I have a terratec DMX 6 fire, wich I just got working, but the thing is that every time I do a restart I have to do a Code: | modprobe snd-ice1712 |
how can I make this automated so I dont have to reconfiure my sound every restart? Also how do I set the volume defualt?
Last edited by ocZer on Sat Jul 09, 2005 10:35 am; edited 1 time in total |
|
Back to top |
|
|
genneth Apprentice
Joined: 24 Mar 2003 Posts: 152 Location: UK
|
Posted: Fri Jul 08, 2005 9:30 am Post subject: Re: module confiuration |
|
|
ocZer wrote: | I have a terratec DMX 6 fire, wich I just got working, but the thing is that every time I do a restart I have to do a Code: | modprobe snd-ice1712 |
how can I make this automated so I dont have to reconfiure my sound every restart? Also how do I set the volume defualt? |
Force a sound module load on book, and pop alsasound into your boot.
Code: | echo snd-ice1712 >> /etc/modules.autoload.d/kernel-2.6
rc-update add alsasound boot |
That will load all the other alsa modules and restore the mixer (and save it at shutdown too). Then you just set your mixer with alsamixer (or what ever gui you want), and do:
Code: | /etc/init.d/alsasound save |
To force it to save (or just wait until you reboot). _________________ [img]http://www.kordix.com/rpi/?u=genneth[/img] |
|
Back to top |
|
|
ocZer n00b
Joined: 28 Jun 2005 Posts: 36 Location: Drammen, Norway
|
Posted: Sat Jul 09, 2005 10:35 am Post subject: |
|
|
Thnx. that worked |
|
Back to top |
|
|
|