Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: 0x454d505459 on 28 June 2022, 18:41:35

Title: Get input from wiimote
Post by: 0x454d505459 on 28 June 2022, 18:41:35
Hello there, I have an old type 2 wiimote (the white one without motion+), Im able to connect it using bluetooth but unable to have any inputs. Any help on that ? Thanks

Btw, I have latest zen kernel, and I use RUNIT as my init system, the Uinput module is loaded.

Thanks again for the help.
Title: Re: Get input from wiimote
Post by: cat herders of linux on 28 June 2022, 19:04:59
have you looked in the aur for the proper driver
Title: Re: Get input from wiimote
Post by: 0x454d505459 on 28 June 2022, 19:37:19
I did, but the only I can get installed is cwiid, unfortunately it gets worse installing it. The remote imediatly disconnect after connecting. I tried compiling wiic but it doesn't compile at all.
Title: Re: Get input from wiimote
Post by: gripped on 28 June 2022, 20:03:13
I did, but the only I can get installed is cwiid, unfortunately it gets worse installing it. The remote imediatly disconnect after connecting. I tried compiling wiic but it doesn't compile at all.
You are possibly trying to use unmaintained packages? cwiid last updated 2018-04-03, wiic last updated 2015-06-22

There is a cwiid-git package which is maintained. Have you tried that one ?
However https://wiki.archlinux.org/title/Wiimote suggests
Quote
cwiid
Note: This approach is based on software which is no longer developed upstream. You should use the Linux kernel driver and uinput or XWiimote instead.
https://wiki.archlinux.org/title/XWiimote
Title: Re: Get input from wiimote
Post by: 0x454d505459 on 28 June 2022, 20:06:09
You are possibly trying to use unmaintained packages? cwiid last updated 2018-04-03, wiic last updated 2015-06-22

There is a cwiid-git package which is maintained. Have you tried that one ?
However https://wiki.archlinux.org/title/Wiimote suggests https://wiki.archlinux.org/title/XWiimote
I tried the cwiid-git packages, it gives the exact same results as the normall cwiid
Title: Re: Get input from wiimote
Post by: gripped on 28 June 2022, 20:14:46
I tried the cwiid-git packages, it gives the exact same results as the normall cwiid
Well it's a new packages of an old unmaintained program.
Did you try XWiimote ?
Title: Re: Get input from wiimote
Post by: 0x454d505459 on 28 June 2022, 20:14:52
Turns at that this time the older cwiid package installed and using wminput to start it works. Only thing to find now is how to disable the accelerometer. Thanks for your help guys.
Title: Re: Get input from wiimote
Post by: 0x454d505459 on 28 June 2022, 20:17:44
Well it's a new packages of an old unmaintained program.
Did you try XWiimote ?
XWiimot need systemD
Title: Re: Get input from wiimote
Post by: gripped on 28 June 2022, 20:49:04
Ok Sorry. I had a quick look.

Edit: That package is ancient as well ! 
But then I suppose so is the Wii ?
 
Title: Re: Get input from wiimote
Post by: gripped on 28 June 2022, 20:54:19
Turns at that this time the older cwiid package installed and using wminput to start it works. Only thing to find now is how to disable the accelerometer. Thanks for your help guys.
Just spotted that.
Happy days.
Title: Re: Get input from wiimote
Post by: 0x454d505459 on 29 June 2022, 09:50:12
Thanks, you too