On Fri, Jan 02, 2009 at 03:36:26PM +0000, Dean Chester wrote:
> Everytime i boot in to debian(sid im running on a vostro 1400) i have
> to run alsaconfg. Is there anyway i can get rid of having to do this
> as it annoying.

One of the reasons I've found for needing to run alsaconfig is that the
module doesn't get loaded on boot.  I'd suggest:

boot

run 
        $ lsmod > pre-alsa.txt

run
        # alsaconfig

run
        $ lsmod > post-alsa.txt
        $ diff -u pre-alsa.txt post-alsa.txt

You should see what module was added.

Add that module name to /etc/modules.

Reboot and see if you have sound.

Doug.



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to