Fedora Linux Support Community & Resources Center
  #1  
Old 5th January 2008, 08:24 AM
mikeward Offline
Registered User
 
Join Date: Jan 2008
Posts: 5
ehci-hcd.ko (aka ehci_hcd) fills /var/log/messages

I'm running Fedora 8 (with all current updates) on an HP Pavillion computer.
When the ehci-hcd.ko module is loaded (at boot) it fills my /var/log/messages with:

Jan 4 11:52:15 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 58
Jan 4 11:52:15 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 59
Jan 4 11:52:15 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 60
Jan 4 11:52:15 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 61
Jan 4 11:52:16 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 62
Jan 4 11:52:16 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 63
Jan 4 11:52:16 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 64
Jan 4 11:52:17 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 65
Jan 4 11:52:17 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 66
Jan 4 11:52:17 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 67
Jan 4 11:52:17 localhost kernel: usb 1-4: new high speed USB device using ehci_hcd and address 68

4 lines every second.
In order to stop this I had to remove the module from corresponding initrd img:
. mkdir /tmp/initrd
. cd /tmp/initrd
. gunzip < /boot/initrd-2.6.23.9-85.fc8.img | cpio -i --make-directories
. rm lib/ehci-hcd.ko
. find . | cpio -o -c | gzip -9 > /boot/initrd-2.6.23.9-85mw.fc8.img
. chmod go-rwx /boot/initrd-2.6.23.9-85mw.fc8.img
- rename /lib/modules/2/6/23/9-85.fc8/kernel/drivers/usb/ehci-hcd.ko
so that it won't reload

This seems to fix the problem, but I imagine I'm going to want a working ehci-hcd.ko at some point.
Does anyone have a clue about what is going wrong or how to make ehci-hcd.ko work proplerly?

Thanks,

- Mike
Reply With Quote
  #2  
Old 5th January 2008, 10:02 AM
bradchaus Offline
Registered User
 
Join Date: May 2006
Posts: 548
what do u have plugged into your USB ports? ... post output of lsusb as well pls
__________________
* AMD Phenom 9750, 8GB DDR-1066, Gigabyte MA770UD3, ATI X550, F12 64bit
* Dual Athlon MP2800+, Gigabyte GA-7DPXDWP, 1GB, Centos 5.4

Linux Rules
Reply With Quote
  #3  
Old 5th January 2008, 07:44 PM
mikeward Offline
Registered User
 
Join Date: Jan 2008
Posts: 5
Brad,

Thanks for the reply.

[root@trivector mike]# lsusb
Bus 001 Device 003: ID 0424:2504 Standard Microsystems Corp.
Bus 001 Device 002: ID 03f0:5711 Hewlett-Packard
Bus 001 Device 005: ID 0bda:0111 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 0000:0000
[root@trivector mike]#

I have two pieces of equipment plugged in to usb sockets. One is the HP 22-inch LCD color monitor that came with the computer. The other is the HP Photosmart C4180 All-In-One printer/scanner/copier.

- Mike
Reply With Quote
  #4  
Old 5th January 2008, 08:54 PM
mikeward Offline
Registered User
 
Join Date: Jan 2008
Posts: 5
I booted kernel 2.6.23.9-85 with the echi-hcd.ko module loaded, this time without HP monitor or printer plugged into usb ports. The ehci_hcd driver did not go crazy with messages. When I plugged the HP monitor into a usb port, then the HP printer/scanner/copier, no streaming messages into the log:

[root@trivector mike]# tail -f /var/log/messages
Jan 5 11:50:40 localhost kernel: usb 2-5: new full speed USB device using ohci_hcd and address 2
Jan 5 11:50:40 localhost kernel: usb 2-5: configuration #1 chosen from 1 choice
Jan 5 11:52:59 localhost kernel: usb 2-5: USB disconnect, address 2
Jan 5 11:54:19 localhost kernel: usb 1-2: new high speed USB device using ehci_hcd and address 4
Jan 5 11:54:20 localhost kernel: usb 1-2: configuration #1 chosen from 1 choice
Jan 5 11:54:20 localhost kernel: hub 1-2:1.0: USB hub found
Jan 5 11:54:20 localhost kernel: hub 1-2:1.0: 2 ports detected
Jan 5 12:10:02 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 5
Jan 5 12:10:03 localhost kernel: usb 1-1: device not accepting address 5, error -71
Jan 5 12:10:03 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 6
Jan 5 12:10:03 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 7
Jan 5 12:10:04 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 8
Jan 5 12:10:05 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Jan 5 12:10:05 localhost kernel: scsi7 : SCSI emulation for USB Mass Storage devices
Jan 5 12:10:05 localhost kernel: usblp0: USB Bidirectional printer dev 8 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5711
Jan 5 12:10:05 localhost kernel: usbcore: registered new interface driver usblp
Jan 5 12:10:05 localhost kernel: usb 1-1: USB disconnect, address 8
Jan 5 12:10:05 localhost kernel: usblp0: removed
Jan 5 12:10:06 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 9
Jan 5 12:10:06 localhost kernel: usb 1-1: configuration #1 chosen from 1 choice
Jan 5 12:10:06 localhost kernel: usblp0: USB Bidirectional printer dev 9 if 1 alt 0 proto 2 vid 0x03F0 pid 0x5711
Jan 5 12:10:06 localhost kernel: scsi8 : SCSI emulation for USB Mass Storage devices
Jan 5 12:10:09 localhost python: hp-probe[3227]: warning: No devices found on the 'usb' bus. If this isn't the result you are expecting,
Jan 5 12:10:09 localhost python: hp-probe[3227]: warning: check to make sure your devices are properly connected and powered on.
Jan 5 12:10:10 localhost python: hp-probe[3229]: warning: No devices found on the 'usb' bus. If this isn't the result you are expecting,
Jan 5 12:10:10 localhost python: hp-probe[3229]: warning: check to make sure your devices are properly connected and powered on.
Jan 5 12:10:11 localhost kernel: scsi 8:0:0:0: Direct-Access HP Photosmart C4180 1.00 PQ: 0 ANSI: 2
Jan 5 12:10:11 localhost kernel: sd 8:0:0:0: [sdf] Attached SCSI removable disk
Jan 5 12:10:11 localhost kernel: sd 8:0:0:0: Attached scsi generic sg6 type 0

[root@trivector mike]# ls -1 /dev > jnk5.txt
[root@trivector mike]# diff -c jnk3.txt jnk5.txt
*** jnk3.txt 2008-01-05 11:49:39.000000000 -0800
--- jnk5.txt 2008-01-05 12:12:07.000000000 -0800
***************
*** 49,54 ****
--- 49,55 ----
null
nvram
oldmem
+ par0
parport0
parport1
parport2
***************
*** 90,95 ****
--- 91,97 ----
sdc
sdd
sde
+ sdf
sequencer
sequencer2
sg0
***************
*** 98,103 ****
--- 100,106 ----
sg3
sg4
sg5
+ sg6
shm
snapshot
snd
***************
*** 176,188 ****
--- 179,205 ----
ttyS2
ttyS3
urandom
+ usb
usbdev1.1_ep00
usbdev1.1_ep81
usbdev1.2_ep00
usbdev1.2_ep01
usbdev1.2_ep82
+ usbdev1.4_ep00
+ usbdev1.4_ep81
+ usbdev1.9_ep00
+ usbdev1.9_ep01
+ usbdev1.9_ep04
+ usbdev1.9_ep07
+ usbdev1.9_ep0a
+ usbdev1.9_ep82
+ usbdev1.9_ep83
+ usbdev1.9_ep85
+ usbdev1.9_ep88
+ usbdev1.9_ep8b
usbdev2.1_ep00
usbdev2.1_ep81
+ usblp0
usbmon0
usbmon1
usbmon2


The removable disk (sdf) must be for the memory card reader on the printer. When I try to mount it, it says there is no media.

[root@trivector mike]# mount -t vfat /dev/sg6 /mnt/usbhd
mount: /dev/sg6 is not a block device
[root@trivector mike]# mount -t vfat /dev/sdf /mnt/usbhd
mount: No medium found

The problem must be due to booting the computer with the devices plugged in. I suspect the HP All-In-One printer/scanner/copier. It looks like the problem can be avoided by unplugging the printer before booting. However, that means leaving it unplugged when not in use. Otherwise, a power outage might cause my disk to fill up with log messages. Not exactly ideal either way.

???

- Mike
Reply With Quote
  #5  
Old 6th January 2008, 01:46 AM
bradchaus Offline
Registered User
 
Join Date: May 2006
Posts: 548
have you tried unplugging any of those devices to see which one causes the problem? ...
__________________
* AMD Phenom 9750, 8GB DDR-1066, Gigabyte MA770UD3, ATI X550, F12 64bit
* Dual Athlon MP2800+, Gigabyte GA-7DPXDWP, 1GB, Centos 5.4

Linux Rules
Reply With Quote
Reply

Tags
aka, ehcihcd, ehcihcdko, fills, or var or log or messages

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ehci_hcd error AllanPen Using Fedora 0 18th December 2007 05:07 AM
Reset high speed USB device using ehci_hcd tebbens Hardware & Laptops 3 6th August 2006 03:27 PM
amavisd fills /var caspartroy Servers & Networking 0 7th July 2006 09:06 PM
/tmp fills up and doesn't clear itself Secret Agent Using Fedora 0 10th January 2005 12:55 AM


Current GMT-time: 02:20 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat