Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread Kim-man 'Punky' TSE
On 12/24/2015 8:00 AM, z0rk wrote: aplay -l root@voyage:~# aplay -l List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: STAC9228 Analog [STAC9228 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 1: x20 [xCORE USB Audio 2.0], device 0: USB Audio [USB

Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread chris hermansen
Good day, On Dec 23, 2015 16:06, "z0rk" wrote: > > Linux voyage 3.14.12-voyage-rt-rt9 #1 SMP PREEMPT RT Fri Apr 17 15:10:46 HKT > 2015 i686 GNU/Linux > > USB DAC turned on and connected > > dmesg > [ 283.995809] usb 5-8: USB disconnect, device number 4 > [ 294.335129] usb

Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread z0rk
Hey, thanks for your suggestions. The device works on OpenELEC, but I want to use it on Voyage-MPD; and I am running the latest version. So, if the kernel is too old to support my device than Voyage-MPD is no good to me. I guess I'll have to post to the ALSA mailing list. Cheers -- View this

Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread z0rk
I used a WAV instead and it worked! aplay -vv -Ddefault:1 .wav Where do I take it from here? -- View this message in context: http://voyage-linux.34677.n3.nabble.com/Voyage-MPD-snd-usb-audio-probe-of-5-8-1-0-failed-with-error-5-tp4026433p4026440.html Sent from the Voyage Linux mailing list

[Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread z0rk
Linux voyage 3.14.12-voyage-rt-rt9 #1 SMP PREEMPT RT Fri Apr 17 15:10:46 HKT 2015 i686 GNU/Linux USB DAC turned on and connected dmesg [ 283.995809] usb 5-8: USB disconnect, device number 4 [ 294.335129] usb 5-8: new high-speed USB device number 5 using ehci-pci [ 294.450184] usb 5-8: New

Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread z0rk
/etc/modprobe.d/alsa-base.conf is set to options snd-usb-audio index=1 There's no entry for XMOS amixer Simple mixer control 'Master',0 Capabilities: pvolume pvolume-joined pswitch pswitch-joined Playback channels: Mono Limits: Playback 0 - 127 Mono: Playback 102 [80%] [-18.75dB] [on]

Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread Kim-man 'Punky' TSE
I mean index=-1 , not index=1 Or use aplay to specify the card# to play some sample .wav file. On 12/24/2015 10:27 AM, z0rk wrote: /etc/modprobe.d/alsa-base.conf is set to options snd-usb-audio index=1 There's no entry for XMOS amixer Simple mixer control 'Master',0 Capabilities: pvolume

Re: [Voyage-linux] Voyage-MPD; snd-usb-audio: probe of 5-8:1.0 failed with error -5

2015-12-23 Thread z0rk
The following fix worked for me options snd cards_limit=1 options snd-usb-audio id=x20 index=-1 -- View this message in context: http://voyage-linux.34677.n3.nabble.com/Voyage-MPD-snd-usb-audio-probe-of-5-8-1-0-failed-with-error-5-tp4026433p4026441.html Sent from the Voyage Linux mailing list