Forcing USB 1.0 operation

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

Forcing USB 1.0 operation

#1 Post by ravensrest »

I recently bought a couple of SD memory readers. Although they claimed to be USB 2.0 compatible, they would not function on my main computer. I discovered by running them on one of my older computers that they would run on a machine that was only USB 1.0 compatible. I needed a way to force my newer computer to run in USB 1.0 mode. I discovered this command:

Code: Select all

modprobe -r ehci-hcd
It unloads the high speed driver and allows my readers to function properly. May be of some use to some of you on occasion.

To reload the high speed driver after using the slow SD readers, enter this command in a terminal:

Code: Select all

modprobe ehci-hcd
BS

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#2 Post by Dougal »

Have you tried looking at the output of dmesg after connecting them? It seems strange to me that you'd have to cripple your system for them to work (and is anything made these days really not USB2??).
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

Post Reply