Sweex USB problem with Raspbbery Zero with v0.7

After the installation Sweex USB sound card does’t work (no sound from audio). Work nicely with PC or MAC but not with Pi MusicBox on RPi Zero. Thanks for any advice or suggestion.

Does it work with Raspbian? Did you set the output setting to ‘usb’ ?

If you are can, please provide the log file at /var/log/musicbox_startup.log and the output of aplay -l.

Output setting is set to USB.

log:

Setting sound configuration…

  • Found internal device: card0
  • Found internal device: card0
    Card= i2s= output=usb usb= intc=0
    No output was specified/found, falling back to auto detection
    Card=0 i2s= output=analog usb= intc=0
    Using audio card0 (analog)
    MusicBox name is MusicBox

aplay -l:

**** List of PLAYBACK Hardware Devices ****
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 7/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0

EDIT: Works nicely with Raspbian.

THANK YOU!

Is that with Raspian on the same Pi0?

And does it show up in lsusb - mine shows as a audio controller.
pi@Kitchen:~ $ 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

And also shows up in aplay -l This is my aplay -l, the usb audio card is at the end and is card 1, on yours it’s not showing up.
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0

No it’s on the different. Now I start to understand what is the problem. Thank you!