USB outage in Dell 700m

Gentoo February 6th, 2006

It was just a little annoying when I found the USB mouse stopped working , touchpad outage happens before. Then I plugged the usb jumpdrive to the usb port, it was supposed to be automounted by ivman to /media/usbdisk, but the magic does not happen, and I got the following messages in the log:

$ sudo tail /var/log/messages
Feb 6 15:43:23 puma usb 4-1: new full speed USB device using uhci_hcd and address 2
Feb 6 15:43:23 puma usb 4-1: device descriptor read/64, error -71
Feb 6 15:43:23 puma usb 4-1: device descriptor read/64, error -71
Feb 6 15:43:23 puma usb 4-1: new full speed USB device using uhci_hcd and address 3
Feb 6 15:43:23 puma usb 4-1: device descriptor read/64, error -71
Feb 6 15:43:23 puma usb 4-1: device descriptor read/64, error -71
Feb 6 15:43:24 puma usb 4-1: new full speed USB device using uhci_hcd and address 4
Feb 6 15:43:24 puma usb 4-1: device not accepting address 4, error -71
Feb 6 15:43:24 puma usb 4-1: new full speed USB device using uhci_hcd and address 5
Feb 6 15:43:25 puma usb 4-1: device not accepting address 5, error -71

I sweated. Were the USB ports still alive? To make things more clear, I rebooted the machine with Gentoo 2005.1 LiveCD, still no luck. OMG, the warranty of this laptop had been expired, I might need a bulky PCMCIA usb adpater for all USB devices if I did not want to replace the motherboard. Let’s have the finial shoot, rebooted the machine with Dell dignoise disc, run the “USB test”, all test passed. I felt a little reliefed, then reboot the machine to Linux, the USB ports revived. What a miracle !
Dell 700m always gives me some surprises. Do they think this would make our life more colorful?

Touchpad outage in Dell 700m

Gentoo January 10th, 2006

I’ve met this problem again. The touchpad stopped working suddenly, the dmesg is filled with:

psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1

Reboot would bring it back.The USB mouse works well regardless whether psmouse working or not. I searched the forum, and found several open issues, like this. The touchpad does not generate any messages to the /dev/input/event1. Currently, one quick-and-dirty solution is presented by one of Gentoo users:
compile the psmouse as the module instead of putting into the kernel. Whenever the previous situation happens,

# rmmod psmouse && modprobe psmouse