Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
If I do a dmesg | grep usb I belive it's there .. I think it's there:
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xf0a4c000, IRQ 5
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
usb.c: new USB bus registered, assigned bus number 1
usb-ohci.c: USB OHCI at membase 0xf0a4e000, IRQ 12
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 2
usb-uhci.c: $Revision: 1.275 $ time 23:43:43 Jan 10 2004
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xc800, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
usb-uhci.c: USB UHCI at I/O 0xc400, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: new USB bus registered, assigned bus number 5
usbdevfs: remount parameter error
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x043D pid 0x0014
usb.c: USB device 2 (vend/prod 0x46d/0xc00c) is not claimed by any active driver.
usb.c: USB device 3 (vend/prod 0x562/0x5) is not claimed by any active driver.
usb.c: registered new driver hiddev
usb.c: registered new driver hid
input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb3:2.0
usb.c: registered new driver usbmouse
usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usb.c: registered new driver snd-usb-audio
usb-uhci.c: interrupt, status 2, frame# 1504
usb.c: registered new driver audio
So ... I'm at a loss. More confused then anything else. If somebody could help me out here I'd really appreciate it!! I'm a bit green at the whole thing .. so please spell it out for me!
If I do a dmesg | grep usb I belive it's there .. I think it's there:
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xf0a4c000, IRQ 5
usb-ohci.c: usb-00:02.3, Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
usb.c: new USB bus registered, assigned bus number 1
usb-ohci.c: USB OHCI at membase 0xf0a4e000, IRQ 12
usb-ohci.c: usb-00:02.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 2
usb-uhci.c: $Revision: 1.275 $ time 23:43:43 Jan 10 2004
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xc800, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
usb-uhci.c: USB UHCI at I/O 0xc400, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
usb.c: new USB bus registered, assigned bus number 5
usbdevfs: remount parameter error
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x043D pid 0x0014
usb.c: USB device 2 (vend/prod 0x46d/0xc00c) is not claimed by any active driver.
usb.c: USB device 3 (vend/prod 0x562/0x5) is not claimed by any active driver.
usb.c: registered new driver hiddev
usb.c: registered new driver hid
input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb3:2.0
usb.c: registered new driver usbmouse
usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
usb.c: registered new driver snd-usb-audio
usb-uhci.c: interrupt, status 2, frame# 1504
usb.c: registered new driver audio
So ... I'm at a loss. More confused then anything else. If somebody could help me out here I'd really appreciate it!! I'm a bit green at the whole thing .. so please spell it out for me!
Thanks in advance!
MrBiggZ
You going to need this in the modules.conf as well:
Code:
# Added by me for Sidewinder Joystick
alias char-major-13 sidewinder
This will tell the system you want it to use the sidewider module for the char-major-13 which is the /dev/js0 which is used for the joystick. You may need the gameport module loaded but I'm not sure on that one I have never setup a usb joystick now if you were using it with the emu10k1-gp for the sound card port I could tell you exactly how to do it, that's my setup I'm using right now. You will need to install the joystick program and use jstest /dev/js0 and start pushing some buttons if you see output in the rows of numbers saying on/off then it is working.
I did what HappyTux said to do .. and that didn't work. I have the js tools installed already. Doing jstest --normal /dev/js0 or jstest --normal /dev/input/js0 tell me that jstest: No such device. I'm assuming that it's still not seeing the joystick.
To the other post .. well .. I'm not on SuSe. Maybe there it see the stick automatically. I've already tried unplugging the stick and then waiting and pluging it back in. With no luck.
Anybody else got some ideas .. I'd like to hear them!
I did what HappyTux said to do .. and that didn't work. I have the js tools installed already. Doing jstest --normal /dev/js0 or jstest --normal /dev/input/js0 tell me that jstest: No such device. I'm assuming that it's still not seeing the joystick.
To the other post .. well .. I'm not on SuSe. Maybe there it see the stick automatically. I've already tried unplugging the stick and then waiting and pluging it back in. With no luck.
Anybody else got some ideas .. I'd like to hear them!
Thanks!
Try just the jstest /dev/js0 and can we see the output of the lsmod to see what you have loaded for modules.
I did some more searching on the whole thing and in all the cases of usb joysticks there was nothing mentioned of a gameport. I can understand why since it's not being used.
I did the jstest .. and it said jstest: No such device
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.