LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-03-2005, 07:03 PM   #1
iansoundz
Member
 
Registered: Jul 2005
Location: Arlington, VA
Distribution: CentOS 4.1 Kernel 2.6.9-11.EL
Posts: 77

Rep: Reputation: 15
USB mouse woes


Hello all,

I have been searching the web for several days trying to find the uhci-hcd module to download. Does anyone have any ideas where I can get this guy? I recently upgraded my hernel from 2.4 to 2.6.8.1 and now my USB mouse fails to initialize. I just have a pointer on my screen. I know that in 2.4 kernels the alias in the modprobe.conf file has to changed uhci_hcd and I made the change. When that didn't work, I looked to make sure the module was there and it wasn't. I'm not sure why it didn't get compiled when I upgraded my Kernel. And yes I used the newest versions of Modutils and module init tools.

When I couldn't find uhci-hcd module on the web, I tried to install a cheap optical PS/2 mouse via a Belkan KVM switch. No luck there either. From all the posts I have read about other users eperience with the Belken KVM not working to well, I have a feeling it would be easier just to download the uhci-hcd module and resume with the USB mouse.

Anyone have two cents to add?
 
Old 07-03-2005, 07:28 PM   #2
Falados
LQ Newbie
 
Registered: Aug 2003
Location: Here and there
Distribution: Gentoo
Posts: 14

Rep: Reputation: 0
You should be able to compile the module via the kernel configuration o.o
 
Old 07-03-2005, 08:39 PM   #3
iansoundz
Member
 
Registered: Jul 2005
Location: Arlington, VA
Distribution: CentOS 4.1 Kernel 2.6.9-11.EL
Posts: 77

Original Poster
Rep: Reputation: 15
o.o?!? Please excuse my ignorance...can you elaborate a lil' more on that?

Thanks for the quick response!
 
Old 07-03-2005, 08:58 PM   #4
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
Whwn you downloaded your kernel source the dirvers for usb are included. You will need to recompile your kernel. The first step is to configure the kernel. This where you tell it compile the drivers for USB. If you compiled them to be included in the kernel you will not see any modules for them. However, if you compiled them as modules which is the usual case then they should be there.
 
Old 07-03-2005, 11:33 PM   #5
iansoundz
Member
 
Registered: Jul 2005
Location: Arlington, VA
Distribution: CentOS 4.1 Kernel 2.6.9-11.EL
Posts: 77

Original Poster
Rep: Reputation: 15
I tried recompiling my Kernel. I ensured that it was compiled as a kernel driver, but when booting up I would get a error: "FATAL: Device UHCI-HCD cannot be found". Then I configed Kernel to load USB as modules. Funny thing is that xconfig won't let me compile driver into kernel. I try to hit "y" and nothing happens. I can only load as a module. Why? I chose all three options: EHCI, UHCI, and OHCI. I have VIA motherboard - make xconfig tells me that UHCI is the controller for VIA motherboards. When I look in /usr/src/linux2.6.8.1/drivers/usb/host, I don't see uhci-hcd.ko!? I see the ehci-hcd.ko module. I also see uchi-hcd.c and uhci-hcd.h but no uhci-hcd.ko mod. As you can see I am quite frustrated. There has got to be somewhere where I can download this mod and simply place it in the directory as needed. but where!? If I can't get it for some reason, I can navigate with my keyboard good enough to get by. The only other thing is, is for some reason when I boot into X it always remembers the last progs I ran and keeps bring them up. There must be a file some where with an attribute that tells KDE to remember them but I don't want this. Which file is the culprit?

I realize this is a lot, but I promise....if I ever get to expert level the way most of you Linux Gurus are I will be answering other ppl's issues! Thanks in advance!
 
Old 07-04-2005, 12:01 AM   #6
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
if the USB option
UHCI HCD (most Intel and VIA) support
is setup for module then it should have been compiled.
To fix your problem with program start on startup in KDE open the control centre from your main menu and the follow this path
KDE Components->Session Manager
You will see the second panel down is labelled "On Login" just set to Start with an empty session.
 
Old 07-04-2005, 12:19 AM   #7
iansoundz
Member
 
Registered: Jul 2005
Location: Arlington, VA
Distribution: CentOS 4.1 Kernel 2.6.9-11.EL
Posts: 77

Original Poster
Rep: Reputation: 15
Thanks for the quick reply Michael! Rememeber though, I don't have a mouse! How can I get to the control center? I know there must be a shortcut Key I can use to bring up the "start" menu...do you know what it is? If not, do you know the name of the actual file I can edit? Thanks again!
 
Old 07-04-2005, 12:23 AM   #8
iansoundz
Member
 
Registered: Jul 2005
Location: Arlington, VA
Distribution: CentOS 4.1 Kernel 2.6.9-11.EL
Posts: 77

Original Poster
Rep: Reputation: 15
Never mind..I figured it out. It was ALT-F1! But back to the mouse issue. When I am down configuring my kernel options with make xconfig, do I need to do something like make clean and then make dep?
 
Old 07-04-2005, 01:14 AM   #9
Michael Johnson
Member
 
Registered: Jul 2005
Location: Wagga Wagga, Australia
Posts: 262

Rep: Reputation: 30
I beleive this would be a good idea. It will force the compiler to recompile every file. You should also read the README file in top of kernel source tree. If you follow it exactly all should be well.
 
Old 07-04-2005, 01:26 AM   #10
iansoundz
Member
 
Registered: Jul 2005
Location: Arlington, VA
Distribution: CentOS 4.1 Kernel 2.6.9-11.EL
Posts: 77

Original Poster
Rep: Reputation: 15
Thanks Michael,

I will try that and see what follows! If it works, I'll buy you a beer....the next time I'm in Australia! ;-)
 
  


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
RHEL3 and Dell USB keyboard/mouse woes nuzzy Red Hat 8 08-28-2008 03:49 PM
5 button mouse woes. sheepdogj15 Linux - Hardware 7 01-03-2005 08:36 PM
mouse woes citrus Linux - Newbie 1 01-02-2005 07:34 AM
USB Mouse woes!! su_mots Linux - Hardware 0 01-29-2003 10:55 PM
Mouse woes on FreeBSD. Linux_N0oby Linux - Distributions 3 03-10-2002 06:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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