So I have my wheel working using the LTWheelConf tool, however I have no force feedback and in order to do this I need to patch the kernel. There’s just one thing. I haven’t a scooby what to do, so I’ll post what I know/find. Perhaps someone round here can help me solve the last piece of the puzzle.
So from what I know, I need to patch the kernel to allow FFB,however the only bits of information I have right now is this wiki page and some advice a member from another forum gave me. Problem is, the kernel they talk about is very old, as is Ubuntu 8.10 and so I’d imagine quite a few things have changed.
From what I know it’s about adding the device id.
in drivers/hid/hid-core.c add:
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_DFGT_WHEEL) },
in drivers/hid/hid-ids.h add:
#define USB_DEVICE_ID_LOGITECH_DFGT_WHEEL // DFGT_ID_HERE
in /drivers/hid/hid-lg.c add:
{ HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_DFGT_WHEEL), .driver_data = LG_FF },
I just haven’t a clue what I’m supposed to be doing and I’d rather someone helped me out, because I don’t want to be patching my kernel for it to then screw up and them me going through the whole process of fixing it.
Can you post the model of your wheel, and (with the wheel attached) the output from:
lsusb
so we can get the manufacturer:device ID’s
[EDIT]
If I’m reading this correctly: http://lwn.net/Articles/438003/
and a few other places… isn’t force feedback support added/enabled by default for G25/G27 devices in kernels >= 2.6.39 ?
In which case wouldn’t it be easier to install 2.6.39, or wait for Oneric (11.10) ?
If you provide the device ID’s I can check in the 2.6.39 kernel source, because I’m currently running that
Or (Mwuhahahaha) post me your wheel and I’ll test it for you “for a year or two”, oops sorry I meant “and post it right back”
Well I have an Intel Core 2 Duo processor, I believe it is 64-bit compatible. I guess I’ll update to 64-bit version of Natty? or a beta version of Oneric? or Mint 11? I could back-up files etc to the win7 box for now.
Oke dokey. I guess All 76> GB of stuff will be transferred to the Win7 box, hopefully with issues >.> I know Win7 & Linux don’t like each other when it comes to permissions. I have 2x 1GB SD cards, but I’m not gonna even bother putting anything on them because it’s too much work. Might as well copy / paste my stuff from the Win7 box, then transfer back and chmod the files for permissions again… lol… this is where an NAS would come in handy… damn recession.