LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB mouse woes (https://www.linuxquestions.org/questions/linux-hardware-18/usb-mouse-woes-339706/)

iansoundz 07-03-2005 07:03 PM

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?

Falados 07-03-2005 07:28 PM

You should be able to compile the module via the kernel configuration o.o

iansoundz 07-03-2005 08:39 PM

o.o?!? Please excuse my ignorance...can you elaborate a lil' more on that?

Thanks for the quick response!

Michael Johnson 07-03-2005 08:58 PM

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.

iansoundz 07-03-2005 11:33 PM

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!

Michael Johnson 07-04-2005 12:01 AM

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.

iansoundz 07-04-2005 12:19 AM

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!

iansoundz 07-04-2005 12:23 AM

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?

Michael Johnson 07-04-2005 01:14 AM

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.

iansoundz 07-04-2005 01:26 AM

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! ;-)


All times are GMT -5. The time now is 09:07 AM.