Debian Hardware :: Unable To Enumerate USB Device

Jul 26, 2010

I noticed this message "hub 1-0:1.0: unable to enumerate USB device on port 4" appear before the kernel says "no resume image found loading normal init" or something along these lines. Basically what I mean is, this message shows up whenever the kernel loads. So I checked if anything is logged in /var/log/messages (are messages like these logged???), did not find anything in the log.

I then used this command, which showed up the message I was looking for.
dmesg | grep -i enumerate [    2.379748] hub 1-0:1.0: unable to enumerate USB device on port 4

My USB mouse and other USB hard drives are working fine, without any problem. I just wanted to know if this is some kind of bug. I did some search I found this link , [URL], where this kind of bug was discussed. Looks like they closed the bug.

here is my lspci output:

$ lspci
00:00.0 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)
00:01.0 ISA bridge: nVidia Corporation MCP67 ISA Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP67 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP67 Memory Controller (rev a2)

[Code].....

View 3 Replies


ADVERTISEMENT

Fedora :: Unable To Enumerate USB Device On Port 2

Jun 29, 2011

i have this error in my log but i don't know why?

Quote:

Jun 19 20:34:08 localhost kernel: [352155.875643] hub 2-1:1.0: unable to enumerate USB device on port 2
Jun 19 20:34:08 localhost kernel: [352155.851515] usb 2-1.2: new low speed USB device using ehci_hcd and address 17
Jun 19 20:34:08 localhost kernel: [352155.677964] usb 2-1.2: device descriptor read/64, error -32
Jun 19 20:34:08 localhost kernel: [352155.503404] usb 2-1.2: device descriptor read/64, error -32

[code]....

The Motherboard is a Intel Desktop Board DH55TC, Sockel 1156, mATX, HDMI

View 14 Replies View Related

Fedora :: Unable To Enumerate USB Device On Port 4

Jul 21, 2011

After installation I boot a few times and used F15 on my Dell Inspiron 1564. But now I can't boot anymore. The screen just shows "unable to enumerate USB device on Port 4" and just hangs there with a blinking cursor below that line. I have no USB devices attached though.

View 2 Replies View Related

Slackware :: Unable To Enumerate USB Device On Port 5

Jul 16, 2011

I'm running Slackware 13.37 64 bit. I run it on an HP2945SE AMD Turion x2. I am getting an error during boot up unable to enumerate USB device on port 5. It filters throughout the rest of the boot up commands / results. It doesn't seem to matter if things are plugged up to the USB ports or not. Also it doesn't seem to affect anything on the computer. Its just irritating.

View 2 Replies View Related

Ubuntu :: Unable To Enumerate USB Device On Port 4

Mar 4, 2010

Doing a dmesg I can see following lines

[ 130.876406] hub 1-0:1.0: unable to enumerate USB device on port 4
[ 130.876453] usb 3-2: USB disconnect, address 6
[ 131.200399] hub 1-0:1.0: unable to enumerate USB device on port 4
[ 131.396382] hub 1-0:1.0: unable to enumerate USB device on port 4

[code]....

That is what I have exactly pluged, the webcam on the top of my screen and an external mouse. Btw, I can plug USB devices with no problem, so I am skiping this error since long time ago, but I don't understand this message and I would love to do it.

View 5 Replies View Related

Ubuntu Installation :: Hub 5-0:1.0: Unable To Enumerate USB Device On Port 1

Jan 17, 2010

I installed Ubuntu 9.10 to my USB-HDD. After upadte, ubuntu can`t load with error:

usb 5-1: device description read/64: error -32
usb 5-1: device description read/8: error -71
hub 5-0:1.0: unable to enumerate USB device on port 1

The boot stopped after this strings.I reinstall the system, and I have this problem again.

View 2 Replies View Related

Ubuntu :: 10.04 Booting Slow - Unable To Enumerate USB Device To Port 1

Jul 16, 2010

Recently my Ubuntu 10.04 was booting slow and to figure out what was going wrong, I booted Ubuntu in text mode. There I found it was hanging on for 5-6 sec showing "unable to enumerate usb device to Port 1". I know it has something to do with Port1 / usb device, but could not understand and solve it.

View 3 Replies View Related

General :: Startup Script - Unable To Enumerate USB Device On Port 5

May 19, 2011

Startup script. I have a problem with an error on system boot:
hub 2-0:1.0:unable to enumerate usb device on port 5

This error is continuous, filling up my system logs. It is also a known kernel bug. I found a solution here: [URL] but it is only good after I boot. I have tried to make a startup script in /etc/init.d in the following manner.

sudo mkdir /opt/usb/
sudo gedit /opt/usb/usbproblem.sh
#!/bin/bash
# chkconfig: 345 91 19
# description: stop usb problem on startup
case $1 in
*)

echo "fixing usb problem"
cd /sys/bus/pci/drivers/ehci_hcd
sh -c 'find ./ -name "2-0:1.0" -print| sed "s/.///">unbind'
cd ~

esac
exit 0
#End of boot script
##

sudo cp /opt/usb/usbproblem.sh /etc/init.d
cd /etc/init.d
sudo chmod +x usbproblem.sh
sudo update-rc.d usbproblem.sh defaults 92 20
but it does not work.

View 2 Replies View Related

OpenSUSE Hardware :: 11.4 Getting "hub 2-0:1.0: Unable To Enumerate USB Device On Port 5" Constantly

Mar 13, 2011

Getting this constantly in messages:

Mar 13 18:33:26 cjbLT2 kernel: [ 7523.361079] hub 4-0:1.0: unable to enumerate USB device on port 5
Mar 13 18:33:26 cjbLT2 kernel: [ 7523.567075] hub 2-0:1.0: unable to enumerate USB device on port 5
Mar 13 18:33:26 cjbLT2 kernel: [ 7523.739110] hub 4-0:1.0: unable to enumerate USB device on port 5
Mar 13 18:33:26 cjbLT2 kernel: [ 7523.945101] hub 2-0:1.0: unable to enumerate USB device on port 5

[code]....

This is on my laptop. I have 3 external USB devices plugged in but this will happen when I boot without them plugged in too. Don't seem to be missing any device either. This wasn't happening on openSuSE 11.2 and just started when I upgraded it to 11.4.

View 9 Replies View Related

CentOS 5 :: 5.4 & "kernel: HUB 1.0:1.0 Unable To Enumerate USB Device On Port 1 (or 2, 3)" And Stops After Logging (text Mode)"

Mar 22, 2010

I installed Centos 5.4 on my Pentium E5300 new comp, but I need IPX support in my work. It's simple - ipxutils and ncpfs from Fedora Core and new kernel with ipx support. I copied kernel config from /boot folder and activate ipx, ntfs support, and choose processor core 2 duo. New kernel (2.6.26) works OK, but I got one problem - when start it still shows message: "kernel: HUB 1.0:1.0 unable to enumerate USB device on port 1 (or 2, 3)" and stops after logging (text mode)

I got 2 USB devices connected - printer HP D5160 PhotoSmart and Scanner A3 USB Mustek, and I know scanner cause that messages but I don't understand why. Kernel config is the same like that from distro kernel (almost - ipx, ntfs and proc), but distro kernel doesn't do that. So I got 2 questions:

1. Why
2. What to do to stop that (disconnecting devices on boot time is not a solution)

View 5 Replies View Related

Debian :: Unable To Mount Usb Device Manually

Jul 17, 2009

Debian Lenny, kernel 2.6.26-2-686 I'm trying to manually mount my digital camera. Picasa recognizes the device and imports pictures. However, I'd like to access my device manually as there are small video files I'd like to retrieve. It's for a fujifilm Z33 WP digicam.

Code:

$ lsusb
Bus 005 Device 010: ID 04cb:01f5 Fuji Photo Film Co., Ltd
Bus 005 Device 004: ID 046d:c012 Logitech, Inc. Mouseman Dual Optical
Bus 005 Device 002: ID 413c:0058 Dell Computer Corp. Port Replicator

[code]....

In Picasa...where it says "Select Device", it finds

Code:

USB PTP Class Camera@usb:

and

Code:

USB PTP Class Camera@usb:005,010

selecting either one of them can access the camera directly. How can I pinpoint my device and mount it using the regular mount /mnt/point/ /path/to/my/cam?

View 3 Replies View Related

Debian Configuration :: Bluetooth Unable To Connect To Any Device

Jun 19, 2015

I've been having a problem with Bluetooth on Debian 8 Jessie i just can't connect to any bluetooth device, i have only tested my smartphone and my bluetooth headphones, i am using blueman manager.After attempting to connect to my bluetooth headphones/smartphone it just disconnects and says "Connection Failed: No such file or directory",i don't know if i have to create a config file or something, the error message doesn't say anything but the error previously mentioned.

View 7 Replies View Related

Debian Configuration :: Unable To Persistent Device Naming

Mar 30, 2011

I have a problem defining persistent device naming on a Debian Lenny server.I have:RAID1 controller on the server machine with two SCSI disks.external storage with RAID5. I have / mount on the first partition on the server SCSI disk and /storage mount on the external storage.

I'm experiencing a problem: The system recognizes the system disk (RAID 1), as sda or sdb - randomly.I want: To control the recognition, and tell the system that sda (sda1) will always be the system disk.The motivation: GRUB is configured to work with sda, and when the system disk doesn't, boot process fails, and I end up in the initramfs shell-like interface.

Booting the kernel
.
.
.
mount:mounting /dev on /root/dev failed: No such file or directory
mount:mounting /sys on /root/sys failed: No such file or directory

[code]....

View 6 Replies View Related

Debian Hardware :: HP LaserJet P1102w - Unable To Communicate With Device

Jul 27, 2014

I have a problem with my WiFi HP LaserJet P1102w printer. I can add the printer, but whenever I try to print anything, say, HP testpage, I get the following errors:

Code: Select allerror: Unable to communicate with device (code=12): hp:/net/HP_LaserJet_Professional_P_1102w?ip=192.168.1.6
error: Unable to print to printer. Please check device and try again.
error:  Unable to communicate with printer HP_LaserJet_Professional_P_1102w.  Please check the printer and try again.

I'm using current testing repos and the system is updated.

The printer is detected and installed via hp-setup, it just doesn't print.

This setup used to work, but I haven't printed anything in a while so can't be sure what caused it to stop working: updates, recent power outage or something else.

Printer is using a static IP address.

What works:
Printing over USB works.
Printing over WiFi from a different, Windows, PC works.
Pinging the printer (connected over a WiFi router) works. Also, opening the printer admin page works.

What I've tried:
Restarting everything.
Purging all hplip packages and reinstalling.

Installation log: [URL] ....

hp-check: [URL] .....

I'm stuck.

View 2 Replies View Related

Debian :: Mv: Inter-device Move Failed: `PDF' To `/home/gerard/PDF'; Unable To Remove Target

Dec 3, 2010

Code:

mv PDF /home/gerard/
mv: inter-device move failed: `PDF' to `/home/gerard/PDF'; unable to remove target: Is a directory

I did ls -ltra and visibly there is no LN link file going on ...

View 3 Replies View Related

Ubuntu Multimedia :: Unable To Open Device /dev/dsp - Device Or Resource Busy

Apr 13, 2010

All my music editing software programs say, "unable to open device /dev/dsp.Device or resource busy." How can I fix this?

View 3 Replies View Related

Debian :: Error (device Hde1): Ext3_get_inode_loc: Unable To Read Inode Block - Inode=2375715

Mar 25, 2010

I decided to take an old Gateway that I bought off a guy cheaply and turn it into a file and web server.I purchased copies of Debian 5.0.4 i386 disks (31 in all) on the advice of a friend, the disks weren't expensive, but now that Ive installed all the disks, I'm having a variety of errors

[443.110940 end request: I/O error, dev hde, sector 76021855
[443.111074] EXT3-fs error (device hde1): ext3_get_inode_loc: unable to read inode block - inode=2375715, block=9502724
INIT: cannot execute "/sbin/getty"

[Code]..

View 2 Replies View Related

Debian :: Mv: "inter-device Move Failed, Unable To Remove Target: Is A Directory"?

Dec 4, 2010

when i try to move my picture folder from my camera to my home dir, i use this command

Code:
mv -f ~/pictures /mnt/1tbdiskbackup/

View 3 Replies View Related

General :: Can't Find Boot Device - Error "Unable To Determine Major/minor Number Of Root Device"

Mar 17, 2011

I just compiled my first own kernel (I'm using Arch Linux), following the tutorial on the german site. Now I tried to boot it, I ended up failing with this message: Code: Waiting 10 seconds for device /dev/sda1 ... Root device '/dev/sda1' doesn't exist, Attempting to create it. ERROR: Unable to determine major/minor number of root device '/dev/sda1' Here is the important part of my menu.lst:

[Code]....

I simply copy&pasted the Arch-entry, i.e. I also had the disk by uuid there. The failure message was the same, just the root device name was the different name Also, at first I did not have the initrd line in my menu.lst (as written in my tutorial that I may not need it). In this case I had this error message:

[Code]....

View 10 Replies View Related

Ubuntu Installation :: How Does GRUB Enumerate Drives

Jan 21, 2011

I need to know how GRUB is enumerating my drives. My disk layout as seen by the System Monitor is thulsy (??):

[Code]...

View 9 Replies View Related

Fedora :: Unable To Find Root Device In 14?

Jan 17, 2011

out in finding root device of fedora 14. I've windows XP and fedora 14 installed on. this is the output for blkid

/dev/sda1: UUID="962C8EA82C8E834B" TYPE="ntfs"
/dev/sda5: UUID="262C06BF2C068A4F" TYPE="ntfs"
/dev/sda6: UUID="cbcf539a-dee1-4f2f-b68c-ce315ae76e0f" TYPE="ext4"

[code]...

View 2 Replies View Related

Ubuntu :: Moto4Lin - Unable To Open Device

Mar 6, 2010

I have installed moto4lin, as I want to be able to get pictures off my razr v3mM, which I could easily do in Windows. I found a guide for connecting a v3m, but for some reason moto4lin is screwing around with me. Here is my log:

[info] Phone is unplugged. Please connect it
[info] Phone plugged as AT
[info] Switching device /dev/ttyACM0 to P2K mode...
[error] Unable to open device
[error] Please check preferences
[info] Switching device /dev/ttyACM0 to P2K mode .....

View 5 Replies View Related

Red Hat / Fedora :: Unable To Access Resume Device

Mar 18, 2010

How do you actually remove and install kernel when the system is not booting.

View 4 Replies View Related

Ubuntu :: Unable To Detect WMID Device

Apr 22, 2011

So I bought an eMachine e250 from a friend of mine, and installed Backtrack on it. That worked fine, until I realised that I didn't like KDE, and decided to get the gnome-based Gnacktrack (based on Ubuntu 10.10, so I'm fairly sure they work the same). I also have a harddrive from an old laptop that I've scrapped with Ubuntu 10.4 that I run in the laptop, and fpr some bizzare reason, neither operating system is able to detect the wireless card. It worked fine with Backtrack (based on Noppix I believe), and I'm curious as to why the wireless card hates Ubuntu so much. I know that it's unable to detect the wireless card because on start-up it says "Unable to detect WMID device". I even added the wireless card from my scrapped laptop to the laptop, and that NIC was detected just fine. (though I can't use it because the antenna won't reach the slot for the secondary NIC)

View 6 Replies View Related

Fedora :: Unable To Find Root Device Booting 14?

Mar 19, 2011

I've installed Fedora 15 with Fedora 14 already installed in other partitions, but now I can't boot Fedora 14 as it prompts "no root device found", these are both grub.confQuote:

#boot=/dev/sda
default=0
timeout=120

[code]...

View 2 Replies View Related

OpenSUSE Network :: Unable To Toggle Wireless Device 11.4?

May 20, 2011

I finally installed openSUSE along side ubuntu and xp in my ThinkPad EDGENow I am facing issue with toggling the wi-fi, I had no such problem in ubuntu.Seems like there is some issue in the thinkpad-acpi module.I use fn+F9 to toggle the wifi, which toggles both bluetooh and wifi, but on openSUSE it only toggles bluetooth.acpi_listen in ubuntu gives me the below result when I press fn+F9ibm/hotkey HKEY 00000080 00001005but in openSUSE its blank but bluetooth gets toggled. dmesg from ubuntu:

Code:
$ dmesg | grep acpi
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

[code]...

View 5 Replies View Related

General :: Xsane Is Unable To Detect Scanner Device?

Feb 3, 2010

I'm using debian lenny, I bought a new Hp officejet j4500 scanner but the xsane is unable to detect the scanner. It says device not found. If I run xsane as root it detects and works properly it is obvious.I have added the user to scanner,saned and also to root user group.

View 2 Replies View Related

Ubuntu :: Unable To Start - Cannot Open Root Device

Apr 23, 2010

When booting up my IBM Thinkpad Ubuntu stalls giving the following messages:

Cannot open root device "uuid=58a5831c-5757-49f8.....

Kernal Panic - not syncing: Unable to mount root fs on unknown-block

Spurious ACK on isa0060/serio0. Some program might be trying to access hardware directly.

I am or was using Hardy.

It seems to me that the program is telling me it can't find the hard drive or the partition where the OS resides. I have my drive partitioned with into sections for booting, the OS and my Home directory.

View 7 Replies View Related

Ubuntu :: Acer Wmi Unable To Detect Wmid Device?

May 8, 2010

im using acer ao532h and just install lucid dual boot with w7. I have problem this mesej coming out when booting after grub then blank screen direct to login screen.

View 1 Replies View Related

General :: Unable To 'mount' And Use Itouch 8Gig Device / Fix It?

Jan 7, 2010

What do I call this device in /etc/fstab. Currently the line I'm using is... code...

Having made a mount directory (/media/ipod) an error message tells me
... mount: special device /dev/sdc0 does not exist...
when I try to mount it.

I cannot see it in 'gparted' or 'disk utility' but I can see it on sys log and kern log when I plug it in and remove it.

I have visited several help forums and loaded several types of recommended software (ifuse-libs and mux's etc) but with no satisfactory result.

I have successfully 'Jail broken' the device using 'Blackra1n' on a windows machine.

It used to appear on the desktop but alas...no more. I've obviously broken something!

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved