LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 12-11-2005, 02:27 AM   #1
EtherGhost
LQ Newbie
 
Registered: Dec 2005
Posts: 20

Rep: Reputation: 0
USB Mouse not working: Slackware 10.2, kernel 2.4 and Dell Inspiron 5150:


I have seen this kind of problem reported here before, but I still can't get it to work despite having tried all the options presented in those threads. The kernel was compiled with CONFIGURE_USB_HID=y and I tried every protocol in xorg.conf but it still won't work.

The mouse is properly powered up and the PS/2 protocols allow some very incorrect movement, but that's it. Also, Fedora Core 4 identified and used the mouse without any problems.

Anyone knows how to solve this problem in this computer/distro?
 
Old 12-11-2005, 02:31 AM   #2
heltreko
Member
 
Registered: Mar 2005
Location: Stockholm, Sweden
Distribution: Slackware, Zenwalk
Posts: 141

Rep: Reputation: 15
Have you tried mouseconfig?

Btw. Dell Inspiron is a laptop i guess? If so you probably want to have both your mouse and touchpad working at the same time. If you do you have to edit /etc/X11/xorg.ocnf and add an extra pointing device.

Last edited by heltreko; 12-11-2005 at 02:48 AM.
 
Old 12-11-2005, 01:14 PM   #3
EtherGhost
LQ Newbie
 
Registered: Dec 2005
Posts: 20

Original Poster
Rep: Reputation: 0
Yes, the Inspiron 5150 is a laptop. I didn't know of mouseconfig, thanks.

I changed the usb mouse for another model and it worked properly this time. I don't know the reason, as it worked under both Windows and Fedora. Maybe there's a problem with the USB drivers?

The touchpad also works when using the ps/2 protocol, but the usb mouse doesn't work if this is enabled. However, I haven't tried solving this yet and it seems there's info on the net about it.

Last edited by EtherGhost; 12-11-2005 at 01:51 PM.
 
Old 12-12-2005, 02:48 AM   #4
Bremsstrahlung
Member
 
Registered: Jul 2005
Location: Maine, USA
Distribution: Debian & Slackware
Posts: 77

Rep: Reputation: 15
Well, if you were trying to use PS/2 protocols for a USB mouse, that's your problem right there. PS/2 protocols are for the PS/2 port (the one with the bunch of pins, like on a normal mouse). You'd need to change the settings to USB instead of PS/2. Even so, I've seen some very finicky USB mice in Slackware. The EASIEST way around your problem for that particular mouse is probably just buying a USB-to-PS/2 adapter (they are very, very cheap).

Last edited by Bremsstrahlung; 12-12-2005 at 02:50 AM.
 
Old 12-12-2005, 03:06 AM   #5
heltreko
Member
 
Registered: Mar 2005
Location: Stockholm, Sweden
Distribution: Slackware, Zenwalk
Posts: 141

Rep: Reputation: 15
I have an IBM T23 using both internal "knob" and external USB mouse simultaneously. Try editing your xorg.conf silmilar like this example.

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
...

# This is the TrackPoint
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

# This is the USB mouse
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Everything is taken from http://www.math.uakron.edu/~chad/linux_t23.html found from http://www.linux-laptops.org/.

The point is that you add an extra pointing device which isnt CorePointer so it doesn't have to be present when you want to startx. The USB interface also enables hotplugging/unplugging without breaking X.

If I've had my laptop here at work I could have posted the entire xorg.conf. I can post it later today if you want it.
 
  


Reply



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
Dell Inspiron 5150 @ wifi bee2643 Linux - Laptop and Netbook 0 02-07-2005 04:44 PM
SuSE 9.1 on Dell Inspiron 5150? glsen_az Linux - Laptop and Netbook 2 09-27-2004 10:09 PM
Dell Inspiron 5150 Modem saklay Linux - Laptop and Netbook 47 08-08-2004 09:21 PM
Dell Inspiron 5150 Instalation Problems drushton Linux - Laptop and Netbook 0 01-09-2004 06:08 PM
RH9.0 on Dell Inspiron 5150 TCDnewbie Linux - Laptop and Netbook 3 10-08-2003 10:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 07:04 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