Hi,

I have the same joystick and getting it to work on 2.6 is trivial : just 
make sure the joydev and usbhid driver are loaded. Note that the driver 
name in 2.6 has changed from hid to usbhid.

These are my relevant kernel mods (lsmod command) :

Module                  Size  Used by
joydev                  7616  0
usbhid                 22304  0
uhci_hcd               27240  0
usbcore                91028  7 usb_storage,audio,pwc,usbhid,uhci_hcd

If you load the modules manually (eg using /etc/rc.d/rc.modules) you may 
use this to distinguish between 2.4 and 2.6 :

test $( uname -r ) = "2.6.7" && \
  /sbin/modprobe usbhid        || \
  /sbin/modprobe hid              # 2.4 kernels (KL)

Bye,
Kees Lemmens

On Wednesday 21 July 2004 00:56, Matthew Law wrote:
> I've just obtained a Logitech USB 'Dual Action' Joypad:
>
> http://www.logitech.com/index.cfm/products/details/GB/EN,CRID=11,CONT
>ENTID=6951
>
> Has anyone managed to get this to work under linux kernel 2.6?  I can
> see this when I tail /var/log/messages:
>
> Jul 20 23:52:49 turing usb 4-1: new low speed USB device using
> address 2 Jul 20 23:52:49 turing input: USB HID v1.10 Joystick
> [Logitech Logitech Dual Action] on usb-0000:00:10.2-1
>
> but I'm having no luck getting it picked up as a joystick.  Any
> ideas?
>
>
>
> All the best,
>
> Matthew.
>
> _______________________________________________
> Flightgear-users mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-users

_______________________________________________
Flightgear-users mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-users

Reply via email to