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.
|
 |
|
03-18-2006, 04:06 PM
|
#1
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Rep:
|
Slackware finds my USB board but not mouse
When it loads up, it says something like:
/dev/mouse not found (or something very similar to 'not found')
But the keyboard loads up fine, because i am able to type commands.
Does anyone know how to fix this? If so, please let me know 
|
|
|
03-18-2006, 06:34 PM
|
#2
|
Member
Registered: Aug 2003
Location: Dallas,TX
Distribution: Ubuntu Server, Slackware, Red Hat 6.1
Posts: 241
Rep:
|
Did you select USB mouse with the 'mouseconfig' tool?
|
|
|
03-18-2006, 06:51 PM
|
#3
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
Yes.
When i select USB Mouse, it doesn't load up the mouse.
When i select PS/2 mouse, the mouse works, but improperly. It skips all over the screen, etc.
|
|
|
03-18-2006, 06:59 PM
|
#4
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271
|
In your xorg.conf file, edit the section that has /dev/mouse to /dev/input/mice . Also, you can change the PS/2 to IMPS/2. I'm not sure if the last is necessary.
|
|
|
03-18-2006, 07:03 PM
|
#5
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
In your xorg.conf file, edit the section that has /dev/mouse to /dev/input/mice . Also, you can change the PS/2 to IMPS/2. I'm not sure if the last is necessary.
|
Thanks. Ill go try it out now.
But when you say "you can change the PS/2 to IMPS/2", where do i change that? in the xorg.conf file? because the mouseconfig doesn't let me input any paremeters, just gives me a list of options
|
|
|
03-18-2006, 07:24 PM
|
#6
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
back.
changing it to /dev/input/mice didn't do the trick, and im not sure where to change ps/2 to IMPS/2, do i didn't do that yet
|
|
|
03-18-2006, 08:08 PM
|
#7
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271
|
Quote:
Originally Posted by .nu
back.
changing it to /dev/input/mice didn't do the trick, and im not sure where to change ps/2 to IMPS/2, do i didn't do that yet
|
Change it on the xorg file. Another question, are you using the 2.4 kernel provided by Slackware?
|
|
|
03-18-2006, 08:26 PM
|
#8
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
Change it on the xorg file. Another question, are you using the 2.4 kernel provided by Slackware?
|
i'm using the SATA.I kernel, that did come on the slackware CD. (slackware 10.2)
Ok. i was in the xorg conf file.
it had
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/mouse"
I changed 'microsoft' to PS/2 and IMPS/2, but no luck.
Last edited by .nu; 03-18-2006 at 08:29 PM.
|
|
|
03-18-2006, 08:30 PM
|
#9
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271
|
Quote:
Originally Posted by .nu
i'm using the SATA.I kernel, that did come on the slackware CD. (slackware 10.2)
Ok. i was in the xorg conf file.
it had
Option "Protocol" "Microsoft". I changed microsoft to PS/2 and IMPS/2, but no luck.
|
Hmmm...boy, I'm stumped. I had the same problem that you had, but changing the device section to /dev/input/mice did the trick. If I think of anything else I'll post it, but right now I don't know what else to try.
|
|
|
03-18-2006, 08:31 PM
|
#10
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271
|
Quote:
Originally Posted by .nu
i'm using the SATA.I kernel, that did come on the slackware CD. (slackware 10.2)
Ok. i was in the xorg conf file.
it had
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/mouse" (Did you change this to "/dev/input/mice" ?)
I changed 'microsoft' to PS/2 and IMPS/2, but no luck.
|
Post your current xorg.conf file, just for the heck of it.
|
|
|
03-18-2006, 08:36 PM
|
#11
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
Post your current xorg.conf file, just for the heck of it.
|
lol.
If you're willing to tell me how to save it into a USB thumbdrive (dont have a floppy one), i'll be more than happy to do do 
|
|
|
03-18-2006, 09:09 PM
|
#12
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271
|
Did you change this:
Option "Device" "/dev/mouse"
to this:
Option "Device" "/dev/input/mice"
That is the only thing that I can think of.
|
|
|
03-18-2006, 09:32 PM
|
#13
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
Did you change this:
Option "Device" "/dev/mouse"
to this:
Option "Device" "/dev/input/mice"
That is the only thing that I can think of.
|
I had tried that.
But i managed to make it work, ill post here how i did it in case someone has the same problem in the future.
I ran the xorgconfig again. It gives you a bunch of mouse options to select from. I remember PS/2 was an option, and Microsoft was another option. But before all the options, was Auto.
I had selected Microsoft before, as my mouse is by Microsoft.
So this time, i selected Auto, and went through the rest of the installation, and it worked
Just another question:
How do make thumb/flash drives work?
ps: thanks to everyone that has helped me so far!
|
|
|
03-18-2006, 09:41 PM
|
#14
|
Senior Member
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271
|
Glad to hear that you got it to work. As far as your usb drive, you may want to do a search because it has been discussed here before.
|
|
|
03-18-2006, 09:55 PM
|
#15
|
Member
Registered: Mar 2006
Distribution: Slackware 10.2
Posts: 60
Original Poster
Rep:
|
Quote:
Originally Posted by stormtracknole
Glad to hear that you got it to work. As far as your usb drive, you may want to do a search because it has been discussed here before.
|
Alright will do.
Thanks again.
|
|
|
All times are GMT -5. The time now is 11:20 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
|
|