Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default usb

    Hi
    i have an usb 2.0 external harddisk this is the info

    umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
    umass0: Get Max Lun not supported (STALLED)
    da0 at umass-sim0 bus 0 target 0 lun 0
    da0: <Maxtor OneTouch 0201> Fixed Direct Access SCSI-0 device
    da0: 1.000MB/s transfers
    da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)

    Why the speed it's so slow? i have a 2.0 usb card :-(
    How can i change the transfer speed

    Thanks

    Osmany


    Osmany Guirola Cruz Guest

  2. #2

    Default Re: usb

    I added this line to the configuration file of the kernel

    device ehci

    rebooted the system and conected the usb disk and i get the same
    transfers speed
    1.00MB/s and in the /boot/kernel/ directory there is not ehci.ko file
    i have to add another line to the configuration file or it's compiled
    into the kernel

    Osmany



    On 02/24/05 17:00, Osmany Guirola Cruz wrote:
    > Hi
    > i have an usb 2.0 external harddisk this is the info
    >
    > umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
    > umass0: Get Max Lun not supported (STALLED)
    > da0 at umass-sim0 bus 0 target 0 lun 0
    > da0: <Maxtor OneTouch 0201> Fixed Direct Access SCSI-0 device
    > da0: 1.000MB/s transfers
    > da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)
    >
    > Why the speed it's so slow? i have a 2.0 usb card :-(
    > How can i change the transfer speed
    >
    You'll need device ehci in your kernel or module ehci.ko loaded. Even
    then, the reported speed is not always correct.
    To find out at what speed your device is running, try to transfer some
    large file with dd.

    HTH,

    Phil.




    Osmany Guirola Cruz Guest

  3. #3

    Default Re: usb

    On 02/24/05 17:00, Osmany Guirola Cruz wrote:
    > Hi
    > i have an usb 2.0 external harddisk this is the info
    >
    > umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
    > umass0: Get Max Lun not supported (STALLED)
    > da0 at umass-sim0 bus 0 target 0 lun 0
    > da0: <Maxtor OneTouch 0201> Fixed Direct Access SCSI-0 device
    > da0: 1.000MB/s transfers
    > da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)
    >
    > Why the speed it's so slow? i have a 2.0 usb card :-(
    > How can i change the transfer speed
    >
    You'll need device ehci in your kernel or module ehci.ko loaded. Even
    then, the reported speed is not always correct.
    To find out at what speed your device is running, try to transfer some
    large file with dd.

    HTH,

    Phil.

    Phil Schulz Guest

  4. #4

    Default Re: usb

    On 02/24/05 18:16, Osmany Guirola Cruz wrote:
    >> On 02/24/05 17:00, Osmany Guirola Cruz wrote:
    >>
    >>>Hi
    >>>i have an usb 2.0 external harddisk this is the info
    >>>
    >>>umass0: Maxtor OneTouch, rev 2.00/2.00, addr 2
    >>>umass0: Get Max Lun not supported (STALLED)
    >>>da0 at umass-sim0 bus 0 target 0 lun 0
    >>>da0: <Maxtor OneTouch 0201> Fixed Direct Access SCSI-0 device
    >>>da0: 1.000MB/s transfers
    >>>da0: 117246MB (240119808 512 byte sectors: 255H 63S/T 14946C)
    >>>
    >>>Why the speed it's so slow? i have a 2.0 usb card :-(
    >>>How can i change the transfer speed
    >>>
    >>
    >>
    >> You'll need device ehci in your kernel or module ehci.ko loaded. Even
    >> then, the reported speed is not always correct.
    >> To find out at what speed your device is running, try to transfer some
    >> large file with dd.
    >>
    > I added this line to the configuration file of the kernel
    >
    > device ehci
    >
    > rebooted the system and conected the usb disk and i get the same
    > transfers speed
    > 1.00MB/s and in the /boot/kernel/ directory there is not ehci.ko file
    > i have to add another line to the configuration file or it's compiled
    > into the kernel
    >
    Chapter 8 of the handbook might be of interest to you.

    [url]http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html[/url]

    After you have got things set up right, you should see the USB 2.0
    controller in your dmesg. Provided it is supported by freebsd.

    Regards,

    Phil.
    Phil Schulz Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139