Hi! Nice to see my work on Moza (both with fixing/upgrading pidff driver and creating Boxflat) made people switch to a cost effective DD setup.
On that note, I noticed that the install script ALWAYS rmmods the thrustmaster driver which
can result in error if it wasn't loaded in the first place. I think it would be good to actually
check if it's loaded before trying to rmmod it. Maybe with something like
if [[ "$(lsmod | grep hid_universal_pidff)" != "" ]]; then
Pinned Comments
DerGeneralFluff commented on 2024-12-30 12:09 (UTC) (edited on 2024-12-30 12:10 (UTC) by DerGeneralFluff)
I took over maintaining this package back in April 2024 after it had been Orphaned for over 2 years at that point. Since December 2024 I have replaced my trusty T300 (after nearly 6 years) with a Moza wheelbase.
As such I can no longer spot issues as they develop as I no longer regularly use the driver.
But, I do still have time, and own the old wheelbase just in case, that I can do patches as necessary, but I need to be told of issues.
I believe this is better then Orphaning the package, again, but if you want to take over maintenance, I am happy to transfer the package.