LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 05-06-2018, 04:15 AM   #1
mshlinux
Member
 
Registered: Mar 2013
Location: Yangon, Myanmar.
Distribution: Fedora, Arch
Posts: 177

Rep: Reputation: Disabled
usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?


My laptop is Dell Inspiron 3443. I am getting message that
Code:
usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
in boot screen and dmesg. I change Linux distribution from Arch to Debian and test with Fedora 28 live CD. In All distributions, I get the same message. All usb ports, cdrom, keyboard, touchpad and webcom are working. But sd card is not detected, I'm not sure it is because of sd card holder or sd card adapter (SD card and its adepter is old but work on other laptop). I am trying to find which device is "usb 1-1-port8:". I have these command outputs:
Quote:
msh@debianDellmsh:~$ lsusb -t
/: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/11p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
|__ Port 5: Dev 3, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 5: Dev 3, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 6: Dev 4, If 0, Class=Wireless, Driver=, 12M
|__ Port 6: Dev 4, If 1, Class=Wireless, Driver=, 12M
|__ Port 7: Dev 5, If 0, Class=Human Interface Device, Driver=usbhid, 12M
msh@debianDellmsh:~$ lsusb
Bus 001 Device 005: ID 04f3:2020 Elan Microelectronics Corp.
Bus 001 Device 004: ID 0cf3:0036 Atheros Communications, Inc.
Bus 001 Device 003: ID 0c45:6a04 Microdia
Bus 001 Device 002: ID 8087:8001 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
msh@debianDellmsh:~$ sudo dmesg | grep "usb 1-1-port8"
[ 2.997415] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3.941493] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3.941609] usb 1-1-port8: attempt power cycle
[ 5.113600] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 5.481514] usb 1-1-port8: unable to enumerate USB device
[ 7.917842] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 7.917969] usb 1-1-port8: attempt power cycle
[ 22.643269] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 23.587359] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 23.587531] usb 1-1-port8: attempt power cycle
[ 24.755803] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 25.607892] usb 1-1-port8: Cannot enable. Maybe the USB cable is bad?
[ 25.608198] usb 1-1-port8: unable to enumerate USB device
I don't see port 8 in
Code:
$ lsusb -t
output.
And I also don't see any hints for microsd in
Code:
$ lsusb
output.

How can I find out "usb 1-1-port8" is what device on my laptop.
Is it possible sdcard device? If it so, how can I fix it?
Please help. Thanks in advance.
 
Old 05-06-2018, 04:45 AM   #2
_roman_
Member
 
Registered: Dec 2017
Location: _Austro_Bavaria_
Distribution: gentoo / linux mint
Posts: 433

Rep: Reputation: 29
Quote:
in boot screen and dmesg. I change Linux distribution from Arch to Debian and test with Fedora 28 live CD. In All distributions, I get the same message. All usb ports, cdrom, keyboard, touchpad and webcom are working. But sd card is not detected, I'm not sure it is because of sd card holder or sd card adapter (SD card and its adepter is old but work on other laptop). I am trying to find which device is "usb 1-1-port8:". I have these command outputs:
that does not change the fact that you should build your own kernel.

I always had issues with binary distros and their unsuitable kernel.
Regardless of which binary distro i used, something sometimes did not work

Quote:
But sd card is not detected, I
Well i am a notebook nerd.
Many sd card readers (which you should name it please!!) are sometimes usb connected

and do not be like stupid samsung to claim it is a sd card.

in my point of view sd card is a formfactor
there are different electrical "sd-cards", which can be distinguisted by the name and the card size sometimes

so which one do you have?

if it is a sd card it works on any hardware, if it is something newer it won'T on older hardware. it is not down compatible electrically

--

also did you clean your hardware? repaste thermal paste? refitted any cable?

and dell is not quality, so expect issues on the hardware, because of poor quality

--

lshw is a decent tool when you want to know more.

Last edited by _roman_; 05-06-2018 at 04:50 AM.
 
Old 05-08-2018, 12:36 AM   #3
mshlinux
Member
 
Registered: Mar 2013
Location: Yangon, Myanmar.
Distribution: Fedora, Arch
Posts: 177

Original Poster
Rep: Reputation: Disabled
Thanks and sorry for late response.

Quote:
that does not change the fact that you should build your own kernel.

I always had issues with binary distros and their unsuitable kernel.
Regardless of which binary distro i used, something sometimes did not work
Yes, I agree. I used Gentoo for a while last year but I am using Debian now because I don't want to compile everything.

My laptop's problem was, yes, SD Card reader. I opened the back cover and removed it. Now everything is fine but the laptop has no SD Card reader and usb 3.0 port any more. It's fine for me.
 
  


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
xhci smart auto: Cannot enable port 1. Maybe the USB cable is bad? pverha10 Slackware 5 04-18-2015 08:29 AM
USB-xover-USB cable -- emulate USB HID -- hardware/driver options? dizzy13 Linux - Hardware 4 04-24-2013 08:24 PM
Why is it a bad idea to enable scripts to be run from a usb drive? clifford227 Linux - Newbie 3 04-10-2011 05:52 PM
"hub 1-2:1.0 Cannot enable port 2. Maybe the USB cable is bad?" General Linux - Hardware 1 04-21-2007 05:06 PM
Get usb.c: ignoring set_interface when pluging in a Belkin USB Direct Connect Cable qwerty102 Linux - Networking 0 02-15-2005 08:49 AM

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

All times are GMT -5. The time now is 04:32 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