Re: Deleting usb soundcard

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That sounds great! The speaker-test tool is supposed to produce only
white noise, so its totally normal that there was no music yet. Try:

speaker-test -c2 -Dplughw:1,0 -twav

for a speaker test with a voice saying "front left" etc... If this
works, try:

aplay -Dplughw:1,0 <someWavFile>

to play any wav file you can find. If this works, too, you can the
"plughw:1,0" device as virtual device for the usb sound card. You can
either make applications use this device directly or make it to your
default output device by writing this to your ~/.asoundrc file:

pcm.!default {
	type	plughw
	card	1
	device	0
}

Read more about asoundrc configuration at
http://alsa.opensrc.org/.asoundrc (and the sites it links to at the bottom).

I hope this makes it work! Regards, Ingo


Dag Ringdal schrieb:
> Ye I get a strong whistle. And the soundcard is blinking, which indicate it receives sound. How do we turn this into music?
> 
> Dag
> 
> ----- Original Message ----
> From: Ingo Müller <alsa@xxxxxxxxxxxxxxx>
> To: alsa-user@xxxxxxxxxxxxxxxxxxxxx
> Sent: Wednesday, February 7, 2007 9:35:02 PM
> Subject: Re:  Deleting usb soundcard
> 
> Try the following command:
> 
> speaker-test -c2 -Dplughw:1,0
> 
> The "1" stands for the card 1 in your "aplay -l" output below, the "0"
> for the subdevice 0 of that card. Also play around with the mixer
> settings of that card and make sure everthings unmuted. If that doesn't
> work, try to mute stuff (sometimes it works). Any chance of getting any
> sound?
> 
> Regards, Ingo
> 
> 
> 
> Dag Ringdal schrieb:
>> Here is the output of aplay -l:
>> aplay -l
>> **** List of PLAYBACK Hardware Devices ****
>> card 0: CK8S [NVidia CK8S], device 0: Intel ICH [NVidia CK8S]
>>   Subdevices: 0/1
>>   Subdevice #0: subdevice #0
>> card 0: CK8S [NVidia CK8S], device 2: Intel ICH - IEC958 [NVidia CK8S - IEC958]
>>   Subdevices: 1/1
>>   Subdevice #0: subdevice #0
>> card 1: Audio [USB Audio], device 0: USB Audio [USB Audio]
>>   Subdevices: 1/1
>>   Subdevice #0: subdevice #0
>>
>> Dag
>>
>> ----- Original Message ----
>> From: Ingo Müller <alsa@xxxxxxxxxxxxxxx>
>> To: alsa-user@xxxxxxxxxxxxxxxxxxxxx
>> Sent: Wednesday, February 7, 2007 8:27:59 PM
>> Subject: Re:  Deleting usb soundcard
>>
>> Sorry! The command should be:
>>
>> speaker-test -c2 -Ddefault
>>
>>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux