[PROBLEM] Dac USB M2Tech - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Audiophile (https://moodeaudio.org/forum/forumdisplay.php?fid=32) +--- Forum: Audio gear (https://moodeaudio.org/forum/forumdisplay.php?fid=10) +--- Thread: [PROBLEM] Dac USB M2Tech (/showthread.php?tid=1232) Pages:
1
2
|
Dac USB M2Tech - Luigi - 03-30-2019 Hi, I can't configure the M2tech usb dac, help !! Thank you RE: Dac USB M2Tech - TheOldPresbyope - 03-30-2019 (03-30-2019, 06:06 PM)Luigi Wrote: Hi, I can't configure the M2tech usb dac, help !! Thank you ? Plug it in, go to the MPD Config panel and select "USB audio device" as the Device type. Save. Regards, Kent RE: Dac USB M2Tech - Luigi - 03-31-2019 in the audio configuration it is indicated "Set this to None if using a USB audio device. Auto-play will be turned off as part of updating this setting. Driver options " RE: Dac USB M2Tech - TheOldPresbyope - 03-31-2019 (03-31-2019, 01:55 PM)Luigi Wrote: in the audio configuration it is indicated "Set this to None if using a USB audio device. Indeed, the "I2S audio device" has to be set to "None" in the Devices section of the Audio config panel. This is the default setting. Look down to the next section, MPD, and click the MPD options "EDIT OPTIONS" button. This takes you to the MPD config panel. Select and save "USB audio device". Regards, Kent RE: Dac USB M2Tech - Luigi - 03-31-2019 MPD Config BACK to Audio config Settings Audio device NOTHING SELECTED. The USB DAC is no detected RE: Dac USB M2Tech - Tim Curtis - 03-31-2019 Odd since the hiface usb driver is in the kernel. Linux should automatically configure the DAC. Code: pi@rp3:~ $ ls /lib/modules/4.19.30-v7+/kernel/sound/usb/hiface/ After plugging in the DAC post the output from the commands below Code: lsusb RE: Dac USB M2Tech - Luigi - 03-31-2019 pi@moode:~ $ ls /lib/modules/4.19.30-v7+/kernel/sound/usb/hiface/ snd-usb-hiface.ko ls: cannot access '/lib/modules/4.19.30-v7+/kernel/sound/usb/hiface/': No such file or directory ls: cannot access 'snd-usb-hiface.ko': No such file or directory pi@moode:~ $ lsusb aplay -l lsusb: invalid option -- 'l' Usage: lsusb [options]... List USB devices -v, --verbose Increase verbosity (show descriptors) -s [[bus]:][devnum] Show only devices with specified device and/or bus numbers (in decimal) -d vendor:[product] Show only devices with the specified vendor and product ID numbers (in hexadecimal) -D device Selects which device lsusb will examine -t, --tree Dump the physical USB device hierarchy as a tree -V, --version Show version of program -h, --help Show usage and help RE: Dac USB M2Tech - Tim Curtis - 03-31-2019 What version of moOde? RE: Dac USB M2Tech - Luigi - 03-31-2019 Moode Audio Player is a derivative of the wonderful WebUI audio player client for MPD originally designed and coded by Andrea Coiutti and Simone De Gregori, and subsequently enhanced by early efforts from the RaspyFi/Volumio projects. Release Information Release: 4.4 2018-12-09 View relnotes Update: (2018-12-19) Setup guide: View guide Coding: Tim Curtis © 2014 Moode Audio, Twitter Contributors: View contributors License: View GPLv3 Platform Information Raspbian ver: 9.6 Linux kernel: 4.14.84-v7+, armv7l Hdwr revision: Pi-3B+ 1GB v1.3 MPD version: 0.20.20 RE: Dac USB M2Tech - Tim Curtis - 03-31-2019 Try below Code: ls /lib/modules/4.14.84-v7+/kernel/sound/usb/hiface/ Code: lsusb Code: aplay -l |