PDA

View Full Version : USB device is only recognized with full spped



InfoSEEK
02-10-2007, 02:42 AM
Hi, I have a 4GB Intenso Stick and want to install a bootable Knoppix on it. The stick is recognized by Knoppix 5.1.1. but, unfortunately, only with full speed. I canceled the erase operation because it was too slow. Windows formats this stick in seconds on the same computer, this shows that hardware is OK.

Any help? Thanks.

maretard
02-13-2007, 05:06 AM
What do you mean by "full speed?"
And why are you "erasing" your flash drive through Knoppix???
I'd reformat it from another computer o_O

InfoSEEK
02-13-2007, 02:23 PM
There are 3 different speeds for USB: slow speed with 187,5 Kbit/s, full speed with 12 Mbit/s and high speed with 480 Mbit/s. I am following the instructions on the KNOPPIX website (http://www.knoppix.net/wiki/Bootable_USB_Key) because I first tried the HP Drive Key Boot Utility (http://h18000.www1.hp.com/support/files/serveroptions/us/download/23839.html) and that did not work for me. I formatted the stick with this utility as hard drive and got a boot error.

The first step on the KNOPPIX site is a dd if=/dev/zero of=/dev/sdz. I let this command run overnight, it took 2787,7 seconds for a 4 GB stick. The speed was displayed with 1,5 MByte/s. Despite from the question if I can go another way to get a bootable USB stick I would like to operate USB sticks with KNOPPIX with high speed, i.e. with 480 Mb/s. This is not related to the task to format a stick.

maretard
02-13-2007, 11:37 PM
that's very weird...
i'm running knoppix 5.1 on a 1 gig flash drive, and it runs perfectly well without any speed constraints o_O
why are you formatting your drive as a hard disk? why not just format it as a USB drive?
if i'm interpreting you correctly, it sounds like you're trying to get your computer to use the USB drive as a permanent hard drive, which is a bad idea
try downloading the HP USB Disk Storage Format tool and reformatting your disk to FAT or FAT32 (NOT NTFS)
then, download something like Damn Small Linux or another portable version of Knoppix that's specially made for USBs
download whatever OS you want, extract the contents to your flash drive, and double click "MakeBoot.exe"
seeing as you have a 4 gig, you should try for something BIG, like the Knoppix CD itself
i'm not sure if they have a USB version of that, though

mikekgr
02-14-2007, 12:11 AM
Dear infoSEEK,

in order to have the desired high speed (480 Mbit/s) you should write as root :
modprobe -v ehci-hcd

This will "load" the required USB high speed kernel module, THEN normally you will get high speed 480 Mbit/s .

P.S. it is important not to have usb stick mounted when you modprobe ehci-hcd. Mount it AFTER and check it

Hope this help

Best Regards,
Mike Kranidis