Tim_LHUILLIER wrote: 
> Hi,
> 
> I have a intel board with debian, so I use squeelite-i386. My dac is
> detected :
> 
> > 
Code:
--------------------
  >   > 
  > root@debian:/etc/init.d# lsusb
  > Bus 001 Device 002: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio 
Controller
  > Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  > Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  > 
--------------------
> > 
> 
> But Squeezelite don't detect it and I don't know why.
> 
> > 
Code:
--------------------
  >   > 
  > root@debian:/etc/init.d# squeezelite-i386 -l
  > Output devices:
  > null                           - Discard all samples (playback) or generate 
zero samples (capture)
  > default:CARD=Loopback          - Loopback, Loopback PCM - Default Audio 
Device
  > sysdefault:CARD=Loopback       - Loopback, Loopback PCM - Default Audio 
Device
  > 
--------------------
> > 
> 
> 
> Another, i tested this DAC on my raspberry with squeezelite-arm and
> squeezelite detected the DAC and stream my music since LMS.
> 
> Why on the intel board squeezelite don't detect my DACs (I tested two
> dacs different)?
> 
> 

Tim,

Did you sort out your problem?  Have you looked through dmesg for any
error messages or other clues? If "lusb" shows your DAC but it's not
listed as a audio device by either squeezelite or alsa, have a look at
what sound modules are being loaded when you boot your Intel Debian
system, e.g.


Code:
--------------------
    
  lsmod | grep snd
  
--------------------


If the module "snd_usb_audio" is missing it might explain your problem,
you can try to load it as root with "modprobe  snd_sub_audio".

As your appear to have installed ALSA on your debian system and have
multiple sound devices, you may need to adjust a config file to fix the
order of audio devices.  Look for this file:


Code:
--------------------
    
  /etc/modprobe.d/sound.conf
  
--------------------


This is my system:


Code:
--------------------
    
  options snd-ice1724 index=1 model=prodigy71
  options snd-usb-audio index=2
  
--------------------


On your's, I'd suggest using an index of 0 for snd-usb-audio.

Also, you could try booting your system without the USB DAC attached. 
Then plug in your USB DAC while looking at system messages in a terminal
using as root 


Code:
--------------------
    
  tail -f /var/log/syslog
  
--------------------


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to