Le Wed, 11 Apr 2007 12:23:44 +0200,
"Artur Rataj" <[EMAIL PROTECTED]> a écrit :

> Hello. I have updated the kernel, and while the MIDI note dropping is
> probably gone, the line input does not work. That is, the card plays
> what goes to line in, but arecord and other apps do not record
> anything, even silence. That is, arecord writes only the WAV header.
> The same apps record from the motherboard sound chip without problems
> if hw:1 is replaced with hw:0.
> 
> What can it be?
> 
> 
> Cheers,
> Artur
> 

Do you have any other sound card as the audigy as an USB sound card ( a webcam,
whatever...)?

What is the output of cat /proc/asound/cards ?

If it is the case, you have to use the index option in alsa configuration:

alias snd-card-0 snd-emu10k1
options snd-emu10k1 index=0
alias snd-card-1 snd-usb-audio
options snd-usb-audio index=1

and add too:
options snd cards_limit=2

Note at the index begin with 0 where 0 is the first sound card, and cards_limit
is the number of sound cards: 1 is for 1 sound card, 2 for 2, and so on.

Ciao,
Dominique


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to