lintweaker / mytekusb2

Linux ALSA USB driver for the Mytek Digital Stereo192-DSD DAC
11 stars 10 forks source link

device does not shows up in alsa #9

Open nicoske opened 6 years ago

nicoske commented 6 years ago

Hi!

I'm running a Mytek DSD 192 on a Raspberry 3 with Raspbian stretch. I successfuly compiled the module and installed it on kernel 4.9.59-v7. Device is recognized šŸ‘ But it does not shows up in alsa list..

[ 152.822344] usb 1-1.2: new high-speed USB device number 11 using dwc_otg [ 152.955227] usb 1-1.2: New USB device found, idVendor=25ce, idProduct=000e` [ 152.955243] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 152.955251] usb 1-1.2: Product: STEREO192-DSD DAC [ 152.955258] usb 1-1.2: Manufacturer: Mytek Digital [ 152.955265] usb 1-1.2: SerialNumber: 00000000000EC627

pi@pi-living:~ $ aplay -l List of PLAYBACK Hardware Devices 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

pi@pi-living:~ $ uname -a Linux pi-living 4.9.59-v7+ #1047 SMP Sun Oct 29 12:19:23 GMT 2017 armv7l GNU/Linux

Any idea how to fix this?