Linux - Hardware This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-29-2004, 12:14 PM
|
#1
|
|
LQ Newbie
Registered: Jan 2004
Posts: 2
Rep:
|
XBox Debian and Logitech wireless USB mouse problems
Hi All,
I decided to try my hand at installing Ed's Debian distro 1.0.0 on my XBox. After a few false starts I got it going.
Here's the problem:
If I boot and load Linux off of the CD my mouse and keyboard work fine. If I run Linux off of the XBox HD, the keyboard works fine in X and at the command line; however the mouse does not function properly in X.
Moving the mouse left and right causes the cursor to move up and down. Left clicking and moving the mouse left or right cause the cursor to always move to the right hand side of the screen.
The mouse and keyboard combo is a logitech wireless USB setup. The receiver is connected the the XBox via a conversion cable.
I don't see the XBox, cable, or mouse as the problem as they all function fine when running Linux from the CD.
Is Debian not setup by default to handle USB mice?
Any help is appreciated.
Thanks,
-T
|
|
|
|
01-29-2004, 01:29 PM
|
#2
|
|
Member
Registered: Jan 2004
Location: Lacey, WA
Distribution: SUSE 9.2
Posts: 102
Rep:
|
I dont think it does, when I was looking for a distro a few days ago, I also tried debian, it was the ONLY one that didnt recognize my usb mouse. When you go to try the install the mouse during the setup, I looked for a usb option there, and there wasnt one.
I ended up using Slackware because it installed the usb mouse and hub without any work from me.
If you are commited to Debian, you may have to do some configuring on your own to get it working, else, if you are just looking for any distro, I would experiment around with others, till you find one that detects all your hardware on its own.
|
|
|
|
02-02-2004, 10:20 AM
|
#3
|
|
LQ Newbie
Registered: Jan 2004
Posts: 2
Original Poster
Rep:
|
I figured it out. Unloading usbmouse using "mdprobe -r usbmouse" resolved the issue. I do have to unplug/replug the usb cable before it works though.
Thanks,
-T
|
|
|
|
03-02-2004, 05:55 AM
|
#4
|
|
LQ Newbie
Registered: Mar 2004
Location: Finland
Distribution: Xebian
Posts: 1
Rep:
|
I used your "modprobe -r usbmouse" but figured out how to do this without unplugging usb. (thanks for this initial tip!)
/sbin/rmmod usbmouse unloads usbmouse module that seems to have conflict wit HID that Logitech Cordless mouse probably uses.
I automated this procedure by adding startup script to /etc/init.d directory
I call it usbmouse.sh
vi usbmouse.sh
/sbin/rmmod usbmouse
then
chmod 755 /etc/init.d/usbmouse.sh
(Please tell me what this command does as I am not sure)
and
update-rc.d usbmouse.sh defaults 80
If somebody can tell how to remove usbmouse module from Xebian kernel without above script I appreciate it.
As a newbie to linux this shell script was best I can do at the moment.
-Antti
|
|
|
|
04-15-2004, 09:15 AM
|
#5
|
|
Member
Registered: Sep 2003
Location: Australia
Distribution: Fedora Core 3 / Mandrake 10.1 / Gentoo 2005.0
Posts: 100
Rep:
|
chmod - changes permissions of a file or directory. The first digit corresponds to the owner, the second is the group, and last is the others. The digits are made by adding the desired properties:
read (r) = 4
write (w) = 2
execute (x) = 1
so 755 means owner has read, write and execute (4+2+1=7), the group and the others have read and execute (4+1).
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:58 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|