![]() |
[PROBLEM] instalation Jcat usb card XE - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] instalation Jcat usb card XE (/showthread.php?tid=5143) |
instalation Jcat usb card XE - Robig1974 - 10-25-2022 I have a problem with running Jcat usb card XE on moodeaudio. I am using a Raspberry CM4 board with a PCIExpres connector. A colleague fired the lower model of the Jcat usb Femto card on this connector, and the XE version does not work for me. What do I have to do for this card to work and for me to be able to use it via my Dac USB. On the usb port with the cm4 board dac it works without any problems RE: instalation Jcat usb card XE - Tim Curtis - 10-25-2022 Thats going to be a challenge to troubleshoot unless someone has the exact hardware and can repro the issue. As a start though, what are you seeing that tells you "the XE version does not work for me"? RE: instalation Jcat usb card XE - TheOldPresbyope - 10-25-2022 This really isn't a question about moOde, it's a question about the compatibility of the Jcat XE card with the CM4, starting with power consumption. I note on the jcat.eu site that the XE uses linear regulators which are notoriously power hungry. I couldn't find a statement of voltage/current requirement via the PCIe connector but there is a statement that an optional external power supply must be 5v/1a minimum. Jeff Geerling has made quite a project out of testing compatibility of PCIe cards with the CM4. I can't find the JCat card in his database (https://pipci.jeffgeerling.com) but he's the guy to ask about its suitability. Regards, Kent RE: instalation Jcat usb card XE - Tim Curtis - 10-25-2022 Who knows. The OP just states that it doesn't work and thats not going to go anywhere without more info. RE: instalation Jcat usb card XE - MikeyFresh - 10-26-2022 (10-25-2022, 11:23 PM)TheOldPresbyope Wrote: This really isn't a question about moOde, it's a question about the compatibility of the Jcat XE card with the CM4, starting with power consumption. I note on the jcat.eu site that the XE uses linear regulators which are notoriously power hungry. I couldn't find a statement of voltage/current requirement via the PCIe connector but there is a statement that an optional external power supply must be 5v/1a minimum. I'm sure you are on to something there and the description of CM4 is also inadequate, likely he is using an IO4 board which has both 5 and 12 volt powering options. RE: instalation Jcat usb card XE - Robig1974 - 10-26-2022 The jcat card works with an additional linear power supply. My colleague, the Jcat USB Femto model on moode starts without a problem, I wanted to check if the higher version will also run, but unfortunately in moode I do not see the USB DAC connected to it. When I connect the DAC to the USB connector on the CM4 board, of course, the tray is detected in moode without any problems. RE: instalation Jcat usb card XE - Robig1974 - 10-26-2022 I supply the CM4 board with a 12V linear power supply. RE: instalation Jcat usb card XE - Tim Curtis - 10-26-2022 The Linux kernel is responsible for configuring and loading whatever modules are needed for the PCIe device. moOde software is not involved in that process. I would suggest posting the issue to the Raspberry Pi Linux repo and mention that the kernel version is 5.15.61 running on RaspiOS 11.5 with apt upgrades current as of 2022-10-23. You will also need to mention the brand/model of the PCIe device and the brand/model of CM4 I-O board you are using. https://github.com/raspberrypi/linux/issues ETA: Thread moved from FAQ/Guides to Support RE: instalation Jcat usb card XE - TheOldPresbyope - 10-26-2022 Beyond those basics you should also look for and include relevant messages in /var/log/syslog or the output of dmesg. For a properly behaving USB interface you'll have the usual commands available such as lsusb and (IMO, better) usb-devices. Here's the output from the usb-devices command on my CM4 mounted on an official Raspberry Pi CM4 IO board with no USB devices plugged in Code: pi@CM4:~ $ usb-devices If your Jcat board were detected properly by Raspberry Pi OS then there would be additional stanzas for it. In my case, plugging in a USB DAC (Khadas Tone 1 board) results in an additional stanza showing up Code: T: Bus=01 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=480 MxCh= 0 You should see something like that for your USB DAC, of course with differing bus/level/prnt/port numbers depending on whether it's connected directly or through the Jcat board. Note the OS has invoked the snd-usb-audio driver for this Khadas board. (In lsusb -v output you'd see the board has audio interfaces.) If it hadn't, then moOde wouldn't pick it up as an eligible audio output device. I have no knowledge or experience with the PCIe interface on my CM4 IO board. Regards, Kent RE: instalation Jcat usb card XE - Robig1974 - 10-26-2022 Thanks for the hints. Now I'm trying to install ubuntu, which theoretically should support this jcat card. Regards, Robert |