Hello!
I bought a CM4 & Mini I / O Board from AliExpress in China.
I2S-DAC (Inno DAC HAT) worked normally.
However, when I connect a USB-DAC (SMSL M300), it is not recognized at all.
Is there a way to make piCorePlayer 7.0.1 recognize the USB-DAC?
Results 1 to 10 of 22
-
2021-02-09, 17:07 #1
- Join Date
- Feb 2021
- Posts
- 17
piCorePlayer 7.0.1 + CM4 + Mini I/O Board not Used USB-DAC
-
2021-02-09, 20:37 #2
CM4 in theory is supported, but I don't have anything to test.
What shows up in dmesg?piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2021-02-09, 22:47 #3
- Join Date
- Feb 2021
- Posts
- 17
-
2021-02-09, 23:46 #4
- Join Date
- Apr 2005
- Location
- UK/London
- Posts
- 5,502
dmesg is a Linux command
You can see the output from it via the Diagnostics page in pCP.
Do you also have a regular Raspberry Pi ?
If yes then you could try the USB DAC there as well since that would help to eliminate or confirm the CM4 as the issue for pCP.
You could also try with Raspberry Pi OS.Paul Webster
Author of "Now Playing" plugins covering Radio France (FIP etc), PlanetRadio (Bauer - Kiss, Absolute, Scala, JazzFM etc), KCRW, ABC Australia and CBC/Radio-Canada
and, via the extra "Radio Now Playing" plugin lots more - see https://forums.slimdevices.com/showt...Playing-plugin
-
2021-02-10, 00:30 #5
- Join Date
- Feb 2021
- Posts
- 17
-
2021-02-10, 06:27 #6
Couple thoughts. First is the board that is reported. Does not appear to be a CM4. Also you are running the 64 bit version of pCP. I would try the 32bit version.
Code:[ 0.000000] Linux version 5.4.83-pcpCore-v8 (pCP@SoundStation) (gcc version 7.4.1 20181213 (crosstool-NG 1.24.0.6-afaf7b9)) #1 SMP PREEMPT Fri Dec 18 23:15:06 EST 2020 [ 0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
Code:[ 3.107715] usb 1-1.1.2: new high-speed USB device number 4 using dwc_otg [ 3.208337] usb 1-1.1.2: New USB device found, idVendor=152a, idProduct=85dd, bcdDevice= 6.f2 [ 3.208345] usb 1-1.1.2: New USB device strings: Mfr=1, Product=3, SerialNumber=0 [ 3.208353] usb 1-1.1.2: Product: SMSL M300 [ 3.208359] usb 1-1.1.2: Manufacturer: SMSL [ 10.406906] usb 1-1.1.2: 1:3 : unsupported format bits 0x100000000 [ 10.518300] usbcore: registered new interface driver snd-usb-audio
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2021-02-10, 07:15 #7
- Join Date
- Feb 2021
- Posts
- 17
-
2021-02-10, 07:36 #8
I guess that makes sense, since the default dwc driver is really modified for the rpi onboard usb chips. dwc2 is the driver commonly used in mainline.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2021-02-10, 08:10 #9
- Join Date
- Feb 2021
- Posts
- 17
-
2021-02-10, 18:23 #10
Procedure is the same. Dmesg should show you what is going on.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer