Emulator Issues #13451
closedKaraoke Revolution Glee 1: mic not recognized
0%
Description
Game Name?
All Karaoke Revolution Glee games (and perhap's all Wii games that needs a microphone)
What's the problem? Describe what went wrong.
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
Files
Updated by legluondunet 9 months ago
Updated by legluondunet 9 months ago
Hello, no news since I reported this issue. I added screenshot to show I set Logitech Microphone in WII config.
Updated by legluondunet 9 months ago
I just compiled latest git version and my 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 there are no message error concerning audio.
Updated by legluondunet 3 months ago
Hello, I can not reproduce this issue with today's GIT code. You can close this issue.