BlindMouse;630323 Wrote: 
> Hi guys,
> 
> After the modification my USB DAC does not work with my touch.
> It has the latest firmware.
> 
> When I check aplay -l, I have this answer:
> 
> > 
Code:
--------------------
  >   > 
  > # aplay -l
  > **** List of PLAYBACK Hardware Devices ****
  > ALSA lib conf.c:594:(get_char_skip_comments) Cannot access file II
  > ALSA lib conf.c:1589:(snd_config_load1) _toplevel_:3:10:Unexpected char
  > ALSA lib conf.c:2850:(snd_config_hook_load) /etc/asound.conf may be old or 
corrupted: consider to remove or fix it
  > ALSA lib conf.c:2714:(snd_config_hooks_call) function snd_config_hook_load 
returned error: Invalid argument
  > ALSA lib conf.c:3079:(snd_config_update_r) hooks failed, removing 
configuration
  > aplay: device_list:226: control open (0): Invalid argument
  > ALSA lib conf.c:594:(get_char_skip_comments) Cannot access file II
  > ALSA lib conf.c:1589:(snd_config_load1) _toplevel_:3:10:Unexpected char
  > ALSA lib conf.c:2850:(snd_config_hook_load) /etc/asound.conf may be old or 
corrupted: consider to remove or fix it
  > ALSA lib conf.c:2714:(snd_config_hooks_call) function snd_config_hook_load 
returned error: Invalid argument
  > ALSA lib conf.c:3079:(snd_config_update_r) hooks failed, removing 
configuration
  > aplay: device_list:226: control open (1): Invalid argument
  > ALSA lib conf.c:594:(get_char_skip_comments) Cannot access file II
  > ALSA lib conf.c:1589:(snd_config_load1) _toplevel_:3:10:Unexpected char
  > ALSA lib conf.c:2850:(snd_config_hook_load) /etc/asound.conf may be old or 
corrupted: consider to remove or fix it
  > ALSA lib conf.c:2714:(snd_config_hooks_call) function snd_config_hook_load 
returned error: Invalid argument
  > ALSA lib conf.c:3079:(snd_config_update_r) hooks failed, removing 
configuration
  > aplay: device_list:226: control open (2): Invalid argument
  > # 
  > 
--------------------
> > 
> 
> What is wrong in my system? This is my asound.conf file:
> 
> > 
Code:
--------------------
  >   > 
  > pcm.usbdac {
  > type hw;
  > card <II>;
  > }
  > pcm.plugusb {
  > type plug;
  > slave.pcm "usbdac";
  > }
  > ctl.plugusb {
  > type hw;
  > card <II>;
  > }
  > 
  > pcm.!default plugusb
  > 
--------------------
> > 
> 
> Thanks!

You want to run the aplay -l with the original asound.conf file. It
looks like you have modified the asound.conf with these <II>, I'm sure
thats not legal syntax which is why you are having the problems. The
best bet is to go back to the original asound.conf (you did back it up,
right?) and run the aplay -l
This will list the card number of the USB DAC, put that number in the
asound.conf rather than trying to use the name, it can sometimes be
difficult to figure out which name to put in there, the number is
always unambifuous.

John S.


-- 
JohnSwenson
------------------------------------------------------------------------
JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=82110

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to