LinuxQuestions.org
Review your favorite Linux distribution.
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 01-25-2005, 12:54 PM   #1
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Rep: Reputation: 0
USB mouse not working on HP Pavillion ZV5000 series laptop.


This is something I posted on JustLinux regarding my mouse:

I am experiencing a problem with my USB mouse with my new HP Pavillion zv5404us laptop.

The problem is that the mouse does not appear to function at all when plugged in, the optical light doesn't even come on.

I know the mouse works with this laptop as it functions normally when I restart the laptop and boot into Windows.

I have tried four other USB mice on this laptop in each of the three USB ports and have been unsuccesful.

My first inclination was that the USB ports were hosed on this laptop, however that turned out to not be the case as I have been able to use many types of USB flash based media(shuffle, memory sticks, etc) with no issues.

I normally use Fedora Core 3 and have tried the stock kernel as well as recompiling my own kernel from vanilla kernel.org sources and have been unsuccesful.

To further troubleshoot that it is not an issue with Fedora Core, I have tested approximately four or five different live CD distributions as well as installed distributions like Mandrake and Debian.

What I thought was really odd, is that the USB mouse functioned normally during the installation of Mandrake then stopped working.

As a side note: All other hardware including the Alps based touch pad worked out of the box on all of the distributions(ndiswrapper required for wan adapter).

If anyone has any suggestions or advice I would greatly appreciate it, thanks.

Below is the link to HP's site for this model, if any other information would be helpful please advise me.

(url for hp's site deleted so I can submit this question)

All non-mice usb devices seem to work in all of the distributions I've tried.
 
Old 01-25-2005, 03:24 PM   #2
kinney
Member
 
Registered: Jan 2005
Location: New York
Distribution: Slackware, Arch
Posts: 37

Rep: Reputation: 15
To get my usb mouse to work i had to edit /etc/X11/xorg.conf
Underneath the first mouse configuration try adding

Section "InputDevice"
Identifier "usbMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection

Then at the bottom of the file add under the first mouse line

InputDevice "usbMouse" "AlwaysCore"
 
Old 01-25-2005, 04:08 PM   #3
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Original Poster
Rep: Reputation: 0
That is somewhat how it is already configured, except for the line:


InputDevice "usbMouse" "AlwaysCore"

Which I've never seen before. I don't believe it's an X related problem as the mouse doesn't indicate that it's receiving any power at all(IE, the system see's the device, decides it doesn't know what it is, and chooses not to send even enough power for the optical light to power on).

I'm attempting to recompile my kernel to include some additional USB modules that weren't originally compiled in at the suggestion of 'deathadder' on JustLinux:

usbcore
ehci-hcd
ohci-hcd
uhci-hcd
usbhid

initially I attempted to just modprobe install these but usbcore and usbhid weren't available to be inserted this way.

I will let you know if this works.
 
Old 01-25-2005, 04:39 PM   #4
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Original Poster
Rep: Reputation: 0
After recompiling my kernel to include support for the above mentioned articles I receive this error message during bootup:

ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd 0000:00:02.0: OHCI Host Controller
ohci_hcd 0000:00:02.0: USB HC TakeOver failed!
ohci_hcd 0000:00:02.0: can't reset
ohci_hcd 0000:00:02.0: init 0000:00:02.0 fail, -16
ohci_hcd: probe of 0000:00:02.0 failed with error -16
ohci_hcd 0000:00:02.1: OHCI Host Controller
ohci_hcd 0000:00:02.1: USB HC TakeOver failed!
ohci_hcd 0000:00:02.1: can't reset
ohci_hcd 0000:00:02.1: init 0000:00:02.1 fail, -16
ohci_hcd: probe of 0000:00:02.1 failed with error -16
ohci1394: $Rev: 1223 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[e0108000-e01087ff] Max Packet=[2048]

I have never encountered this before.
 
Old 01-25-2005, 09:18 PM   #5
Travers
Member
 
Registered: Jul 2004
Location: Des Moines
Distribution: Gentoo
Posts: 111

Rep: Reputation: 15
What kernel version are you using? I had USB problems on my zv5000 until I upgraded to 2.6.10-r1.
 
Old 01-26-2005, 08:57 AM   #6
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Original Poster
Rep: Reputation: 0
I downloaded the 2.6.10 sources from kernel.org directly and tried the RPM upgrade to 2.6.10-77..something using up2date and was unsuccesful.

Since recompiling the kernel was unsuccesful and I wasn't particularly attached to this Fedora installation I tried CCUX(as mentioned on Distrowatch) and was able to use the USB mouse through the entire installation only to have it stop responding(not even the light) once the system boots normally.

This is particularly irksome!
 
Old 02-02-2005, 10:13 AM   #7
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Original Poster
Rep: Reputation: 0
Here's an update regarding this issue:

The USB mouse works when using an old kernel like 2.4.28 in Slackware, but still no go with newer 2.6 series kernels. I am updating firmware now to test this further.
 
Old 02-02-2005, 10:39 AM   #8
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Original Poster
Rep: Reputation: 0
I just updated my firmware and it resolved the mouse issue. This is very unusual, something I should have checked previously as well, thank you for everyone that helped!
 
Old 02-16-2005, 06:09 AM   #9
lupin
LQ Newbie
 
Registered: Feb 2005
Posts: 3

Rep: Reputation: 0
What firmware did you use to update? I'm experiencing the same issue with my new zv5252EA (an European variant of your laptop)
 
Old 02-16-2005, 12:15 PM   #10
squiffles2
LQ Newbie
 
Registered: Jan 2005
Posts: 14

Original Poster
Rep: Reputation: 0
This is the link to the firmware page I downloaded:
http://h10025.www1.hp.com/ewfrf/wc/s...tem=ob-28041-1

I could not find your specific model on HP's website, but I found the zv5250ea and zv5255ea, both of which are on

http://h20180.www2.hp.com/apps/Nav?h...&lang=en&cc=us

Read through the details for each laptop and confirm exactly the hardware is specifically correct. Worse case scenario call HP and ask them to clarify it. I was unable to even find your model on Google which is weird.

Good Luck
 
Old 02-16-2005, 05:33 PM   #11
lupin
LQ Newbie
 
Registered: Feb 2005
Posts: 3

Rep: Reputation: 0
Sorry it's my fault: my model is zv5452EA. The label near the quick launch buttons report zv5000 as the main model line, while the BIOS reports:

Pavilion zv5200 (PR981EA#ABZ)
ID 08A0
BIOS F.30
KBC 32.30

The BIOS you used is version F.34, but it does not work on my laptop. There is currently nothing available for my model on the HP website, so I guess I must wait...

Thanks for your help anyway.
 
Old 02-25-2005, 08:27 AM   #12
lupin
LQ Newbie
 
Registered: Feb 2005
Posts: 3

Rep: Reputation: 0
Correction: that BIOS update worked on my laptop at a second attempt. Now the mouse works fine, so maybe others might want to give it a try even if the product model is not exactly the same.
 
Old 03-04-2005, 08:07 AM   #13
Stubing
LQ Newbie
 
Registered: Mar 2005
Location: Norway
Posts: 1

Rep: Reputation: 0
I have similar problems too. I'm using a HP Pavilion zv5302.
I'm using it with Mandrake 10.1 Official with all updates from MandrakeUpdate.

After updating the bios to the latest version, the mouse worked.
But it's working only for some minutes before it freezes.

I tried editing the xorg.conf file as kinney said, but the problem is still there.
The mouse works for some time, but hangs up. Maybe I should hope for
another bios update from HP.
 
Old 03-13-2005, 07:13 PM   #14
spiderworm
Member
 
Registered: Oct 2003
Posts: 41

Rep: Reputation: 15
worked for me to

updating bios to the latest (had to do it through windoze) worked for me as well on my zv5430us running ubuntu.

spiderworm
 
Old 03-29-2005, 09:55 AM   #15
deltoya
LQ Newbie
 
Registered: Mar 2005
Distribution: Mandrake & Ubuntu
Posts: 1

Rep: Reputation: 0
I had the same problem in two hp compaq nx9105, and the BIOS updating solution worked for me, too. It seems that both notebooks share the BIOS, as I was also moving from F.30 to F.34
 
  


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
laptop touchpad ok, USB mouse quits working PolarDog Linux - Laptop and Netbook 4 06-20-2005 09:35 PM
VGA port on Pavilion zv5000 series (X window problem) Ian_Hawdon Linux - Laptop and Netbook 1 06-02-2005 03:51 PM
Mouse not working on ASUS Z9000 Series Poo Martial Art Linux - Laptop and Netbook 1 10-28-2004 11:51 AM
USB Wireless Wheel Mouse on Laptop not working llinuxl Linux - Hardware 9 03-16-2004 05:40 PM
How do you configure to mouses, a laptop mouse and a Logitc USB Mouse dbratton Linux - Hardware 8 03-06-2004 05:02 PM

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

All times are GMT -5. The time now is 11:21 AM.

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