Dolphin, the GameCube and Wii emulator - Forums

Full Version: Karaoke Revolution Glee 1: mic not recognized
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I use Dolphin on Linux and I would l like to play Karaoke Revolution Glee 1.
I saw here:
https://wiki.dolphin-emu.org/index.php?t...A_Volume_1
that the game works well on Dolphin and here:
https://wiki.dolphin-emu.org/index.php?t...supported)
that the Logitech microphone provided with the game is also supported.
I bought the game box which contains a dvd and a microphone on Ebay.
Firstly I tested the Logitech mic with default mixer on Linux and even Performous (a Linux karaoke software), the microphone is fully functionnal.
Then I launched Dolphin and Karaoke Revolution Glee 1 game...the game didn't find the USB mic.
I followed wiki https://wiki.dolphin-emu.org/index.php?t...assthrough and added my logitech mic to a white list in Dolphin WII config tab and I even created an UDEV rules:
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="0a03", MODE="0666"

I obtained Logitech microphone details with lsusb command:
Bus 003 Device 005: ID 046d:0a03 Logitech, Inc. Logitech USB Microphone

I tested with a very recent Dolphin version (5.0r20347) without success and I have no more idea to resolve this issue, please help.

my config:
Manjaro 23.1.1 Vulcan
Kernel: x86_64 Linux 6.6.8-2-MANJARO
Proc: AMD Ryzen 9 5900HX
GPU: AMD Radeon RX 6600M
Drivers: Mesa 23.1.9
Resolution: 1920x1080
32 Go RAM
DE: Xfce4
I just compiled latest git version and my Logitech microphone is still not recognized by games.

Like I said above I added this rule in /etc/udev/rules.d/51-usb-device.rules:

#Microphone Logitech
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="0a03", MODE="0666"

Restart udev like described in wiki:

sudo udevadm control --reload-rules


But that changed nothing.
How can I debug that? If I launch Dolphin from the log with debug option -d but there are no message error concerning audio.
Dolphin has an internal log system. If you open Dolphin, go to View > Show Log and Show Log Configuration. Might need to tweak what level of verbosity needed. Since the microphone is through usb, try looking at the IOS options and IOS - USB.

Not sure if it matters, but have you tried capitalizing the letters in idVendor and idProduct?

edit: do you have any messages in `dmesg` output that correlate to the device?