LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-12-2003, 05:59 AM   #1
mmm
Member
 
Registered: Jun 2003
Distribution: Debian
Posts: 81

Rep: Reputation: 15
Mouse problem


Hello,
I have now one problem with my mouse in X. I have got a touchpad mouse(Toshiba satelite notebook) and one Genius USB optical mouse. When I run kxconfig and select PS/2 I can move with my touchpad mouse, use right clik,but I cannot use my left click. When I select USB in kxconfig and restart X,I am not able to start X again ,it gives me XF86Config error -->
(EE) Mouse0: Unknown protocol "USB"
(EE) PreInit failed for input device "Mouse0"
No core pointer
Fatal server error:failed to initialize core devices

What should I do with this problem? I am using debian distribution.

Thanks
 
Old 07-12-2003, 08:19 AM   #2
RED
LQ Newbie
 
Registered: Jul 2003
Location: Netherlands
Distribution: Red Hat 9 (2.4.20-8smp)
Posts: 10

Rep: Reputation: 0
My USB optical mouse refused to work also. Then I plugged an USB2PS2 plug onto the USB plug (still with me?) and plugged that one into the PS2 socket. This way the mouse kind of works, but it's like it keeps jumping to the upper right part of the screen and emulates the [Enter] key at random intervals when I move the mouse.

I guess this wasn't really helpful but just to let you know that there are USB2PS2 plugs out there, and in WinXP it works fine for me.

I still haven't solved my own mouse problems tho.
 
Old 07-12-2003, 08:26 AM   #3
mmm
Member
 
Registered: Jun 2003
Distribution: Debian
Posts: 81

Original Poster
Rep: Reputation: 15
In RH9 that you are using I didn't have any problems with my mouse(but I had others) but now when I changed to Debian it's really tough.
 
Old 07-12-2003, 08:28 AM   #4
irish_rover
Member
 
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368

Rep: Reputation: 30
Do you have usb support built in to the kernel or loaded as modules? You probably need to have USB HID support?
 
Old 07-12-2003, 08:31 AM   #5
mmm
Member
 
Registered: Jun 2003
Distribution: Debian
Posts: 81

Original Poster
Rep: Reputation: 15
How can I do that?
 
Old 07-12-2003, 08:43 AM   #6
irish_rover
Member
 
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368

Rep: Reputation: 30
You'll will need to recompile the kernel. Which isn't nearly as bad as it sounds.
This site seems to give the basics on what you need:
http://oncode.info/include/texts.php...gitechusbmouse

First make sure you know your hardware, so you can build a proper kernel for the system, then google for building the kernel the debian way.
 
Old 07-12-2003, 09:14 AM   #7
mmm
Member
 
Registered: Jun 2003
Distribution: Debian
Posts: 81

Original Poster
Rep: Reputation: 15
Ok I will try,I also found something(usbmgr+oter things) on debian site,I am going to test it.
 
Old 07-12-2003, 10:11 AM   #8
mmm
Member
 
Registered: Jun 2003
Distribution: Debian
Posts: 81

Original Poster
Rep: Reputation: 15
I tried downloading usbmgr and usbview,but that didn't work.In usbview I even cannot see my mouse connected,so probably I will have to recompile my kernel, but I am very afraid of it:-)
 
Old 07-12-2003, 10:43 AM   #9
RED
LQ Newbie
 
Registered: Jul 2003
Location: Netherlands
Distribution: Red Hat 9 (2.4.20-8smp)
Posts: 10

Rep: Reputation: 0
I know this isn't 'my' topic, but while I'm having similar problems I figured I could ask a related question:

When booting, Grub asks me for linux-smp or linux-up. Are those different kernels? Would that mean I have to recompile the kernel twice?
 
Old 07-12-2003, 11:29 AM   #10
irish_rover
Member
 
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368

Rep: Reputation: 30
SMP is for if you have more than one processor. If you don't then you don't need that kernel.
 
Old 07-12-2003, 11:33 AM   #11
irish_rover
Member
 
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368

Rep: Reputation: 30
Recompiling the kernel is not bad at all. It took me quite a while after I started using Linux to recompile the kernel, but once you've done it...it's not a big deal at all. You just use a menu driven interface (ncurses based) and pick what stuff you need. The you compile it. Not to tough at all.

http://www.tldp.org/HOWTO/Kernel-HOWTO/
 
Old 07-12-2003, 11:46 AM   #12
RED
LQ Newbie
 
Registered: Jul 2003
Location: Netherlands
Distribution: Red Hat 9 (2.4.20-8smp)
Posts: 10

Rep: Reputation: 0
Quote:
Originally posted by irish_rover
SMP is for if you have more than one processor. If you don't then you don't need that kernel.
Q: So it is a different kernel?
SMP runs fine even though I have only 1 processor.
Q: Doesn't linux think my Pentium4 with "Multi-threading Technology" is a dual processor, and only supports it with the SMP kernel?
In previous install, grub also showed a "linux-bigmem" option.
Q: What's that and why is it away now I installed RH9 again?


Last edited by RED; 07-12-2003 at 11:47 AM.
 
Old 07-12-2003, 12:41 PM   #13
mmm
Member
 
Registered: Jun 2003
Distribution: Debian
Posts: 81

Original Poster
Rep: Reputation: 15
Ok,back to my mouse again. I don't have to recompile the kernel,because I managed it to have USB support without it(I added the usbcore to file /etc/modules) and now I can see every connected USB device. Also my touchpad is working OK. But when I move with my optical mouse,right means down(on screen),left means up and it don't react(almost) when I move the mouse up or down. What should I do now?
btw I will compile the Kernel for learning it,but the newest version(I have go the 2.4.20-xfs now;btw don't you know which kernel headers should I download???).
 
Old 07-12-2003, 10:00 PM   #14
irish_rover
Member
 
Registered: Sep 2002
Location: IN, USA
Distribution: Debian, Endian FW
Posts: 368

Rep: Reputation: 30
I usually just get the full kernel source from kernel.org. Extract it under /usr/src
 
Old 07-13-2003, 09:01 PM   #15
vapor
Member
 
Registered: Jul 2003
Distribution: SuSe
Posts: 38

Rep: Reputation: 15
uhhh for the people who have USB mouses such as PS/2 do this trick that i learned my own.


while booting keep moving you mouse around until login time and see if it works.


just while booting do like figure 8s or whatever with the mouse... tell me if that works

Last edited by vapor; 07-13-2003 at 09:02 PM.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HP wireless k/b and mouse set- mouse problem lubond Linux - Hardware 5 08-14-2006 01:10 PM
problem with mouse fender1212 Debian 3 09-20-2004 07:40 AM
mouse/mouse driver problem nadim khemir Mandriva 0 08-07-2004 05:01 AM
Mozilla middle click problem, maybe a mouse problem techrolla Linux - Software 5 04-21-2004 12:40 AM
The you have a Mouse Pointer Problem(mouse stick top left)here is the solution. dr4ven Linux - Hardware 0 05-25-2003 05:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:46 PM.

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