Slackware This Forum is for the discussion of Slackware 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.
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.
|
|
12-26-2005, 08:34 PM
|
#1
|
LQ Newbie
Registered: Dec 2005
Posts: 9
Rep:
|
Usb Mouse
well i installed slackware 10/2 all the way through and even told the install usb mouse but my wireless usb mouse is still not responding. The keyboard is having no problems though any suggestions on how to fix this im sure i have to edit a config file of some sort but which one? Complete linux newb here so details would be greatful
|
|
|
12-26-2005, 08:43 PM
|
#2
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep:
|
Welcome to LQ!
What type of mouse do you have?
You should use a terminal and edit /etc/X11/xorg.conf
and you'll probably need it like this:
Code:
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:
# Option "Protocol" "Auto"
# The available mouse protocols types that you can set below are:
# Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
# Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
# MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
# ThinkingMouse ThinkingMousePS/2 Xqueue
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
# The mouse device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.
Option "Device" "/dev/mouse"
# Option "Device" "/dev/input/mice"
# Option "Device" "/dev/psaux"
# Option "Device" "/dev/ttyS0"
# Option "Device" "/dev/ttyS1"
That's probably all you'll need. If the "/dev/mouse" option
doesn't work, try "/dev/input/mice". The options above that
section allow your scroll wheel to work.
That's the two comps I have here. The first one works for a
Logitech Cordless Desktop LX500 wireless kbd and mouse; the
second works for a Microsoft Wireless Intellimouse Explorer.
Both are using USB port.
|
|
|
12-26-2005, 08:55 PM
|
#3
|
LQ Newbie
Registered: Dec 2005
Posts: 9
Original Poster
Rep:
|
Thanx for the reply
ok its an Interlink mouse and keyboard I got them while I was in korea in the army the only qustion i really have is how do i navigate to the terminal without the mouse i know how to do it in wondows but not in linux
|
|
|
12-26-2005, 09:11 PM
|
#4
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep:
|
I don't know which window manager / desktop environment
you're using. Press Ctrl+Alt+F2 to get a virtual terminal,
then login as root and then issue "pico /etc/X11/xorg.conf"
to edit the file. After you're finished, press Ctrl+Alt+F7 to
return to the original terminal session.
Or press Ctrl+Alt+Backspace to exit the X server and login
as root and edit the file. Afterwards logout as root, login
as user again, then issue startx to start the X server.
|
|
|
12-26-2005, 09:51 PM
|
#5
|
LQ Newbie
Registered: Dec 2005
Posts: 9
Original Poster
Rep:
|
well i tried
I tried what you said and still no mouse i got to the terminal fine and when i went to edit the file it was empty dont know if that is normal but i went ahead anyway and typed all info givin got back to the terminal and still no mouse any suggestions
|
|
|
12-26-2005, 10:13 PM
|
#6
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep:
|
I don't know what file you edited, but if /etc/X11/xorg.conf
is empty, you can't have an X server at all. See if you typed
the name wrong. And after you edit it, restart the X server.
|
|
|
12-26-2005, 10:27 PM
|
#7
|
LQ Newbie
Registered: Dec 2005
Posts: 21
Rep:
|
USB mouse trouble
I am a realitive newbie as well. I can only share you what i discovered about my USB wireless MS Intellimouse mouse and how i got it working.
1. Un-comment the appropriate lines in etc/rc.d/rc.modules referring to the USB HID, USB Core devices.
2. In xorg.conf, i found that /dev/input/mice and ExplorerPS2 combination worked for me. Yours may be different.
There was no mouse when GPM initialised at startup until rc.modules was correctly un-commented.
The strange thing was, that in my case, not editing the appropriate modules in rc.modules, resulted in the some movement when X was running, just the movement was erratic, and not in the direction wanted. The buttons fired themselves intermittently, and was uncontrolable.
Cheers!
|
|
|
12-27-2005, 12:12 AM
|
#8
|
LQ Newbie
Registered: Dec 2005
Posts: 9
Original Poster
Rep:
|
i found it
well i was poking around and i found xorg.conf in the x serv but pico is saying its not a file but im typing it correct so i guess its just user error ill try again logging into xserv as root and saving it from there dont worry the box isnt on the net so i have no real threat and see what happens
|
|
|
12-27-2005, 12:22 AM
|
#9
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep:
|
From a Slackware-10.2 system:
Code:
bruce@silas:~$ locate xorg.conf
/etc/X11/xorg.conf-vesa
/etc/X11/xorg.conf
/etc/X11/xorg.conf-fbdev
/usr/X11R6/lib/X11/doc/html/xorg.conf.5.html
/usr/X11R6/man/man5/xorg.conf.5x.gz
That second one is the file you want. If you
need to know more about it, read the manual
page by issuing "man xorg.conf"
|
|
|
12-27-2005, 12:38 AM
|
#10
|
LQ Newbie
Registered: Dec 2005
Posts: 9
Original Poster
Rep:
|
i know the error
i know now what i was doing wrong i wasnt including the partition it was located on thats all i have no problem now and its edited but it still didnt clear the problem im trying the rc.module thing now
|
|
|
12-27-2005, 07:52 AM
|
#11
|
LQ Newbie
Registered: Dec 2005
Posts: 9
Original Poster
Rep:
|
i stand corected
chinaman your fix worked great i rebooted the machine all the way up and wham the mouse started moving thanx for all the help i really appreciate it
|
|
|
12-27-2005, 09:14 AM
|
#12
|
HCL Maintainer
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,941
Rep:
|
Great! Glad you got it working. Keep on Slackin'
|
|
|
05-23-2006, 04:03 AM
|
#13
|
LQ Newbie
Registered: May 2004
Distribution: Slackware-current
Posts: 21
Rep:
|
This post helped me alot along with another post saying I had to upgrade my kernel for my wireless mouse to work. I also had to have OHCI enabled in the new kernel since I have a nforce board. Just wanted to say thanks.
|
|
|
All times are GMT -5. The time now is 03:55 PM.
|
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
|
|