lintweaker / mytekusb2

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

Not an issue... #8

Open Nanoko opened 9 years ago

Nanoko commented 9 years ago

Hi, just wanted to share my i-know-it-s-dirty-but-so-convenient solution to the known issues 1 and 2 (from the file ISSUES) for anyone googling. The system is Debian Jessie, compilation and installation went great.

SUBSYSTEM=="usb", ATTR{idVendor}=="25ce", PROGRAM="/sbin/rmmod snd-usb-mytek && /sbin/modprobe snd-usb-mytek && /sbin/rmmod snd-usb-mytek && /sbin/modprobe snd-usb-mytek && /sbin/rmmod snd-usb-mytek && /sbin/modprobe snd-usb-mytek"

This udev rule force the module to reload the firmware fully as your suggested workaround but this happens automatically when connecting or powercycling the DAC.

By the way, any chance to see a firewire version of your work someday ? Or should the generic snd_dice module be able to run mytek devices with a patch ?