Sorry to butt in on Michielo's problem, but I have something similar. 
Squeezelite on a Pogoplug Pro running Debian, alsa installed.  But now
I'm stuck.  

squeezelite -l


Code:
--------------------
    root@(none):~# squeezelite -l
  Output devices:
  null                           - Discard all samples (playback) or generate 
zero samples (capture)
  front:CARD=default,DEV=0       - USB Audio DAC   , USB Audio - Front speakers
  surround40:CARD=default,DEV=0  - USB Audio DAC   , USB Audio - 4.0 Surround 
output to Front and Rear speakers
  surround41:CARD=default,DEV=0  - USB Audio DAC   , USB Audio - 4.1 Surround 
output to Front, Rear and Subwoofer speakers
  surround50:CARD=default,DEV=0  - USB Audio DAC   , USB Audio - 5.0 Surround 
output to Front, Center and Rear speakers
  surround51:CARD=default,DEV=0  - USB Audio DAC   , USB Audio - 5.1 Surround 
output to Front, Center, Rear and Subwoofer speakers
  surround71:CARD=default,DEV=0  - USB Audio DAC   , USB Audio - 7.1 Surround 
output to Front, Center, Side, Rear and Woofer speakers
  iec958:CARD=default,DEV=0      - USB Audio DAC   , USB Audio - IEC958 
(S/PDIF) Digital Audio Output
  
--------------------


squeezelite -d output=debug


Code:
--------------------
    root@(none):~# squeezelite -d output=debug
  [13:35:58.716017] output_init:1337 init output
  [13:35:58.717097] output_init:1340 outputbuf size: 3528000
  [13:35:58.717295] output_init:1372 requested alsa_buffer: 40 alsa_period: 4 
format: any mmap: 1
  [13:35:58.745601] ALSA _snd_pcm_hw_open:1401 Invalid value for card
  [13:35:58.745828] test_open:160 playback open error: No such file or directory
  [13:35:58.746110] output_init:1391 unable to open output device
  
--------------------


I'm thinking I need something in asound.conf, but don't know what.  Here
is what's in there now:


Code:
--------------------
    
  /etc/asound.conf
  
  pcm.mmap0 {
  type mmap_emul;
  slave {
  pcm "hw:0,0";
  }
  }
  
  pcm.!default {
  type plug;
  slave {
  pcm mmap0;
  }
  }
  
--------------------


Any help or advice appreciated.  Thanks.


------------------------------------------------------------------------
mikeh49's Profile: http://forums.slimdevices.com/member.php?userid=48620
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