Thanks a lot for being so helpful Clemens! :)
This has been a problem for many days now,
but after I followed your instructions, now Gnome
starts up fine, and I can play sound.
  I rewrote the modules.conf file a bit, mainly to make
it more legible. May I ask you or someone else to
review it and see that everything is OK? I hope I didn't
misunderstand or forget any of what you wrote.
  Now there's only one problem, I can't grab the sound
of the "usb" microphone.
I run the gnome-sound-recorder application, and save
as a wav file. But when I play it back there's no sound.
However, my ordinary microphone do record sound.
Of course, I have checked the mixer app, and the usb
microphone is at max input gain, and also set to "rec".
Thanks! /Hakon

---------------------
alias parport_lowlevel parport_pc
alias eth0 natsemi

# ALSA native device support
alias char-major-116 snd
alias snd-card-0 snd-via82xx
alias snd-card-1 snd-usb-audio
options snd-via82xx index=0
options snd-usb-audio index=1

# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

# card #2
alias sound-slot-1 snd-card-1
post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

alias usb-controller usb-uhci





-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to