LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-03-2013, 11:36 AM   #1
Dreeass
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Rep: Reputation: Disabled
Over-current on USB port


Some time ago I have installed a new power supply and videocard and since then I have gotten warnings on Windows telling me about too much voltage on USB ports. I have ignored it till now because I'm trying to run a LiveCD based off Linux and it spams the following message:
Code:
hub 3-0:1.0: over-current change on port 1
This spams for port 1, 2, 3 and 4 and keeps repeating, is there anything I can do to fix this?
 
Old 04-03-2013, 12:00 PM   #2
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I would suspect the PSU. Do you have a spare to test with ?
 
Old 04-03-2013, 12:18 PM   #3
Dreeass
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
I had to get a new PSU since my new videocard required more watt and my old one didn't suffice.
 
Old 04-03-2013, 05:17 PM   #4
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Had this happen to me too, and I actually checked the USB ports with a volt meter. There was no overvoltage detected, nor any difference between the USB port reported as over vs the others reported as normal. Couple years later, everything still works. So, get a voltmeter and check them, if they're normal I guess you could leave it alone; if you find out something different, do post it...
 
1 members found this post helpful.
Old 04-03-2013, 05:25 PM   #5
Dreeass
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mostlyharmless View Post
Had this happen to me too, and I actually checked the USB ports with a volt meter. There was no overvoltage detected, nor any difference between the USB port reported as over vs the others reported as normal. Couple years later, everything still works. So, get a voltmeter and check them, if they're normal I guess you could leave it alone; if you find out something different, do post it...
I can't leave it untouched because I need the LiveCD to get the Windows NT hash since I don't have admin rights and Ophcrack is stuck when it is checking USB modules. So there must be something wrong, but what could be it since I haven't broken something or removed something.

Btw: It spams that message for 4 ports but I have multiple ports, I think I have 8 USB 2.0 ports and 2/4 3.0 ports.
 
Old 04-03-2013, 05:40 PM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member response

Hi,

Welcome to LQ!

Quote:
Originally Posted by Dreeass View Post
Some time ago I have installed a new power supply and videocard and since then I have gotten warnings on Windows telling me about too much voltage on USB ports. I have ignored it till now because I'm trying to run a LiveCD based off Linux and it spams the following message:
Code:
hub 3-0:1.0: over-current change on port 1
This spams for port 1, 2, 3 and 4 and keeps repeating, is there anything I can do to fix this?
Which LiveCD?
Do you have anything plugged into the ports? Plugged USB devices are system powered or self powered? As root to list USB devices;
Code:
lsusb
If you use 'lsusb -v' then detailed information will be provided, at the end of each device section you will see device status for self or bus power.

Excerpt from 'man lsusb';
Quote:
lsusb - list USB devices

SYNOPSIS
lsusb [ options ]

DESCRIPTION
lsusb is a utility for displaying information about USB buses in the system and the devices connected to them.

OPTIONS
-v, --verbose
Tells lsusb to be verbose and display detailed information about the devices shown. This includes configuration descriptors for the device's
current speed. Class descriptors will be shown, when available, for USB device classes including hub, audio, HID, communications, and chipcard.

-s [[bus]:][devnum]
Show only devices in specified bus and/or devnum. Both ID's are given in decimal and may be omitted.

-d [vendor]:[product]
Show only devices with the specified vendor and product ID. Both ID's are given in hexadecimal.

-D device
Do not scan the /dev/bus/usb directory, instead display only information about the device whose device file is given. The device file should be
something like /dev/bus/usb/001/001. This option displays detailed information like the v option; you must be root to do this.

-t Tells lsusb to dump the physical USB device hierarchy as a tree. This overrides the v option.

-V, --version
Print version information on standard output, then exit successfully.
 
Old 04-03-2013, 05:45 PM   #7
Dreeass
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by onebuck View Post
Hi,

Welcome to LQ!



Which LiveCD?
Do you have anything plugged into the ports? Plugged USB devices are system powered or self powered? As root to list USB devices;
Code:
lsusb
If you use 'lsusb -v' then detailed information will be provided, at the end of each device section you will see device status for self or bus power.

Excerpt from 'man lsusb';
The LiveCD's are Hiren's Boot CD which spams the message and Ophcrack that is stuck at looking for USB modules. I do not run any Linux based system, but I'll try to run Ubuntu from a LiveCD tomorrow and I'll tell you how it goes and what the output from the commands are.
 
Old 04-04-2013, 10:19 AM   #8
Dreeass
LQ Newbie
 
Registered: Apr 2013
Posts: 5

Original Poster
Rep: Reputation: Disabled
This is the output for lsusb -v: http://pastie.org/private/vdqqsbbcwr8ew18em7phg
and this is the output for lsusb: http://pastie.org/private/elbkt0otvttxeokyvfusgg
I ran this from Ubuntu LiveCD
 
  


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
Over-Current on Port..... USB Error kiyiya Linux - Hardware 15 09-13-2008 07:08 PM
USB over-current change killing USB ports Fluxxdog Linux - Hardware 4 09-13-2008 06:09 AM
USB to serail port adaptor COM port number areftaidi Linux - Software 2 09-25-2007 01:05 AM
Using an USB port as a standard DB9 Serial Port Lsteele Linux - Newbie 1 10-22-2005 09:48 AM
Current List of Port Trojans robeb Linux - Security 1 02-14-2003 06:27 AM

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

All times are GMT -5. The time now is 02:07 PM.

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