03-16-2025, 01:44 AM
@rph-r
Hmmm. Your log includes the entry
e.g., only the HDMI interface is detected as an audio device.
Here's the same entry from one of my players with a USB Creative Tech BT-W2 adapter which presents as an audio device,
This happens to be an RPi 5B so two HDMI interfaces are found in addition to the Creative Tech USB audio device.
To address Tim's point, how about you also run the following command from the terminal of your player
Here's what I get from mine, showing the Creative Tech USB adapter is detected.
Regards,
Kent
Hmmm. Your log includes the entry
Code:
20250316 010815 worker: Cards: 0:vc4hdmi 1:empty 2:empty 3:empty
20250316 010815 worker: 4:empty 5:empty 6:empty 7:empty
e.g., only the HDMI interface is detected as an audio device.
Here's the same entry from one of my players with a USB Creative Tech BT-W2 adapter which presents as an audio device,
Code:
20250314 150313 worker: Cards: 0:W2 1:vc4hdmi0 2:vc4hdmi1 3:empty
20250314 150313 worker: 4:empty 5:empty 6:empty 7:empty
This happens to be an RPi 5B so two HDMI interfaces are found in addition to the Creative Tech USB audio device.
To address Tim's point, how about you also run the following command from the terminal of your player
Code:
lsusb
Here's what I get from mine, showing the Creative Tech USB adapter is detected.
Code:
rho@moodey:~ $ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 05e3:0736 Genesys Logic, Inc. Colour arc SD Card Reader [PISEN]
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 041e:3125 Creative Technology, Ltd Creative Bluetooth Audio W2
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Regards,
Kent