Hello,
I failed to get DolphinBar (Mayflash) and a third-party WII motion plus controller to work with Ubuntu 20.10. I have installed the Dolphin Emulator from the Edge Channel thrugh Snap. Next, I created /etc/udev/rules.d/51-gcadapter.rules and inserted:
However, the controller did not vibrate neither any keys are working. Finally, I checked sudo dmesg -w
How is it possible to get the controller working?
Thank you in advance,
I failed to get DolphinBar (Mayflash) and a third-party WII motion plus controller to work with Ubuntu 20.10. I have installed the Dolphin Emulator from the Edge Channel thrugh Snap. Next, I created /etc/udev/rules.d/51-gcadapter.rules and inserted:
Code:
#GameCube Controller Adapter
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0337", TAG+="uaccess"
#Wiimotes or DolphinBar
SUBSYSTEM=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0306", TAG+="uaccess"
SUBSYSTEM=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="0330", TAG+="uaccess"
However, the controller did not vibrate neither any keys are working. Finally, I checked sudo dmesg -w
Code:
[ 1688.769933] usb 1-2: new full-speed USB device number 14 using xhci_hcd
[ 1688.923023] usb 1-2: New USB device found, idVendor=057e, idProduct=0306, bcdDevice= 1.00
[ 1688.923029] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1688.923032] usb 1-2: Product: Mayflash Wiimote PC Adapter
[ 1688.923035] usb 1-2: Manufacturer: HJZ
[ 1688.928944] hid-generic 0003:057E:0306.0015: No inputs registered, leaving
[ 1688.929015] hid-generic 0003:057E:0306.0015: hidraw0: USB HID v1.11 Gamepad [HJZ Mayflash Wiimote PC Adapter] on usb-0000:00:14.0-2/input0
[ 1688.932435] hid-generic 0003:057E:0306.0016: No inputs registered, leaving
[ 1688.932500] hid-generic 0003:057E:0306.0016: hidraw1: USB HID v1.11 Gamepad [HJZ Mayflash Wiimote PC Adapter] on usb-0000:00:14.0-2/input1
[ 1688.935971] hid-generic 0003:057E:0306.0017: No inputs registered, leaving
[ 1688.936039] hid-generic 0003:057E:0306.0017: hidraw2: USB HID v1.11 Gamepad [HJZ Mayflash Wiimote PC Adapter] on usb-0000:00:14.0-2/input2
[ 1688.939305] hid-generic 0003:057E:0306.0018: No inputs registered, leaving
[ 1688.939358] hid-generic 0003:057E:0306.0018: hidraw3: USB HID v1.11 Gamepad [HJZ Mayflash Wiimote PC Adapter] on usb-0000:00:14.0-2/input3
....
[ 6235.820021] audit: type=1400 audit(1618220093.759:52053): apparmor="DENIED" operation="create" profile="snap.dolphin-emulator.dolphin-emu" pid=21942 comm=5769696D6F7465205363616E6E696E family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
[ 6235.820034] audit: type=1400 audit(1618220093.759:52054): apparmor="DENIED" operation="create" profile="snap.dolphin-emulator.dolphin-emu" pid=21942 comm=5769696D6F7465205363616E6E696E family="bluetooth" sock_type="raw" protocol=1 requested_mask="create" denied_mask="create"
[ 6235.820765] audit: type=1400 audit(1618220093.759:52055): apparmor="DENIED" operation="open" profile="snap.dolphin-emulator.dolphin-emu" name="/run/udev/data/c238:4" pid=21942 comm=5769696D6F7465205363616E6E696E requested_mask="r" denied_mask="r" fsuid=999 ouid=0
How is it possible to get the controller working?
Thank you in advance,