LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-09-2009, 10:04 AM   #1
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
USB Mouse Not Working


I installed Debian Testing about 3 weeks ago on a Dell Inspiron 2650 laptop and everything was working fine. I did a netinst with LXDE desktop and even plugging in my Dell 2 button wheel mouse worked. It has the 2.6.26 kernel.

Today I did a safe-upgrade and now the mouse is not working at all. The touchpad continues to work. I normally boot with the mouse plugged in.

When I run dmesg | tail, I see 'New USB device found' after unplugging & re plugging the mouse in the port.

Any ideas how to get this to work? My /etc/X11/xorg.conf is empty but everything else is working as normal.


I just plugged in a usb thumbdrive and it is detected and automounted.

Thnx.

Last edited by FredGSanford; 08-09-2009 at 10:07 AM.
 
Old 08-09-2009, 10:10 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You could try to create a xorg.conf
take a look at
http://www.linuxquestions.org/questi...g-file-743438/
for a guide

It's a bug in the new xorg
 
Old 08-09-2009, 11:07 AM   #3
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142

Original Poster
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
I did add a xorg.conf file and adjusted the mouse section but still not working. I guess I'll have to wait on a fix but I sure hate using the touchpad instead of a mouse.

Thnx.
 
Old 08-09-2009, 11:15 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You could try to disable synaptic section in xorg.conf
and add the conf for usb

Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
 
Old 08-09-2009, 11:56 AM   #5
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142

Original Poster
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
I've tried what you mention, repo, but still no mouse. I've also tried with /dev/input/mouse and no go. I'm not sure what the problem is. It just seems odd the mouse would stop working, even though it listed as a known device using lsusb.

Thanks, I appreciate the help.
 
Old 08-13-2009, 12:51 AM   #6
Chunky77
LQ Newbie
 
Registered: Aug 2009
Posts: 24

Rep: Reputation: 15
I have the same issue; however, this happens to me on my desktop, so I have to reboot to use my mouse again I'm trying to reinstall with a different method to see if that helps me... Good luck, I hope there's an answer to fix it completely, soon. I'm not sure if reinstalling will even fix it
 
Old 08-13-2009, 07:39 AM   #7
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142

Original Poster
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
Rebooting is not fixing this issue with the laptop, I'm not sure what the problem could be. I guess some type of bug somewhere came up. It is these types of small issues that distros should not be having. Maybe a fix will come with the next update of X or the kernel.
 
Old 08-18-2009, 02:17 AM   #8
BetelgeuseFive
LQ Newbie
 
Registered: Aug 2009
Distribution: Fedora 11
Posts: 2

Rep: Reputation: 0
Same problem using Fedora 11

It looks like I am experiencing the same problem (using Fedora 11 on a Dell Dimension 5100 Desktop). All was working wel until I installed updates using yum (I do this once a week and had been working without problems so far). I can see the mouse pointer in the center of my display, but no matter what I do it won't move. I booted Fedora Live and all was working again so I guess it is not a hardware problem. If someone has a solution for this problem I would appreciate it if they would post it. As this problem seems to occur on both Debian and Fedora it is probably generic and not distro related.
 
Old 08-18-2009, 11:13 AM   #9
BetelgeuseFive
LQ Newbie
 
Registered: Aug 2009
Distribution: Fedora 11
Posts: 2

Rep: Reputation: 0
Found cause and solution

Hello again. After some research I found out the problem is caused by bluez (Bluetooth stuff). I replaced the bluez packages that were updated by the original ones and now everything works again (although I had to reboot my system first). I do not have a Debian system here, but chances are your problems are also caused by updating bluez.
 
Old 08-20-2009, 10:39 PM   #10
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142

Original Poster
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
BetelgeuseFive, I'll look into it. I did a netinst with Debian, meaning a minimum installation, I don't think any bluez stuff is installed. I will check to be certain, thanks for the info.

But Wednesday I installed Pardus Linux and after installation and first reboot to login, the usb mouse is not working. It uses KDE and may have the bluez.

Thnx.

Last edited by FredGSanford; 08-20-2009 at 10:43 PM.
 
Old 02-04-2010, 06:58 AM   #11
whittycat
Member
 
Registered: Nov 2004
Location: Wellington Somerset UK
Distribution: Debian lenny, also DSL-N
Posts: 32

Rep: Reputation: 15
USB Mouse Not Working

I have a similar problem. Debian Lenny, kernel 2.6.17. Here is my sources.list:

deb http://ftp.uk.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ lenny main contrib non-free
#
deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

I did apt-get update; apt-get upgrade and this seemed ok but the X server failed with this error:

(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such file or directory.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
No core pointer

I gather from an LQ post that the DRI error will not stop X working so the mouse error is the
important thing. I tried mknod /dev/input/mice c 13 63 and tried startx and the error changed to

(EE) xf86OpenSerial: Cannot open device /dev/input/mice
No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
No core pointer

so I was not much further forward. Like Fred, lsusb knows the mouse is there. And like Fred
I am a bit annoyed; all I did was an upgrade. This desktop has a second disk so I just cleared
the rubbish out of that and installed Debian Stable on it from an ISO CD. So I have a working
system again, with a mouse obviously, and after a few hours work I shall have all the applications back but I'd still like to know what was wrong. I still have the original system
on the first disk so I can do some diagnostic tests if you can suggest any.
 
Old 02-27-2012, 01:42 AM   #12
finland
LQ Newbie
 
Registered: Feb 2012
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by BetelgeuseFive View Post
Hello again. After some research I found out the problem is caused by bluez (Bluetooth stuff). I replaced the bluez packages that were updated by the original ones and now everything works again (although I had to reboot my system first). I do not have a Debian system here, but chances are your problems are also caused by updating bluez.
haha... sometimes linux can get very childish.... i am new to this (novice).. i had a problem with linux not recognizing usb mouse... after coming here... i disabled bluetooth/wireless connection, connected mouse to the laptop... mouse worked! and i put the bluetooth/wireless connection back on.. and it worked too! what a childish play... for a record... i am using linuxmint 11
 
  


Reply

Tags
mouse, upgrade, usb



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB mouse is not working normally xiawinter Linux - Hardware 3 04-23-2009 02:52 AM
help getting usb mouse working liquigel Debian 1 02-18-2004 01:45 PM
ps/2-mouse via usb-adaptor not working - usb error=-110 mule Fedora 0 01-30-2004 06:23 AM
slackware 9.1 USB mouse and other usb devices not working jimMC Linux - Hardware 11 01-24-2004 10:58 AM
usb mouse not working fullmark Linux - Newbie 0 01-20-2003 08:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration