I have looked at pcp_startup.sh.  CARDNAME is set to USB, so the check
in line 358:

Code:
--------------------
    until aplay -l | grep '\[' | grep -q $CARDNAME 2>&1
--------------------

is passed because on my system “aplay -l” returns:

Code:
--------------------
    card 0: E30 [E30], device 0: USB Audio [USB Audio]
--------------------

so the string “USB” is found, although the card name is “E30”
but the subsequent commands:

Code:
--------------------
    alsactl init $CARDNAME
--------------------

at line 421 and

Code:
--------------------
    alsactl restore $CARDNAME
--------------------

at line 425 fail because the card name is “E30” and not “USB”


------------------------------------------------------------------------
coyrls's Profile: http://forums.slimdevices.com/member.php?userid=44253
View this thread: http://forums.slimdevices.com/showthread.php?t=111540

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

Reply via email to