USB key mount problem with 4.11

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default USB key mount problem with 4.11

    Strange thing. I can't seem to mount this USB key on FreeBSD 4.11
    (RELENG_4_11).

    I have the scbus, da, pass, uhci, ohci, usb, and umass devices in the
    kernel. I have the same stuff on my 5.3 machine and it mounts fine
    there.

    Connecting the key causes the following in /var/log/messages:
    /kernel: umass0: at uhub0 port 1 (addr 2) disconnected
    /kernel: umass0: detached
    /kernel: umass0: PNY USB DISK 20X, rev 2.00/1.00, addr 2
    /kernel: (da0:umass-sim0:0:0:0): got CAM status 0x4
    /kernel: (da0:umass-sim0:0:0:0): fatal error, failed to attach to device
    /kernel: (da0:umass-sim0:0:0:0): lost device
    /kernel: (da0:umass-sim0:0:0:0): removing device entry

    I know the ehci driver is supposed to provide USB 2.0 support, but I've
    never gotten it to work because of kernel panics.

    The hardware on this particular machine is:
    /kernel: usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
    /kernel: usb0: USB revision 1.0
    /kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
    /kernel: uhub0: 2 ports with 2 removable, self powered


    Any ideas? I don't know where to dig up the meaning of CAM status 0x4.

    TIA
    Lou
    --
    Louis LeBlanc FreeBSD-at-keyslapper-DOT-net
    Fully Funded Hobbyist, KeySlapper Extrordinaire :)
    Please send off-list email to: leblanc at keyslapper d.t net
    Key fingerprint = C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2

    A sine curve goes off to infinity, or at least the end of the blackboard.
    -- Prof. Steiner

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.0 (FreeBSD)

    iD8DBQFCG44Sr4Wi/oDI2aIRAvdKAJ4+3c8rcaLPFqZ28UvPwsDoa1IKkACgmTqq
    9eMHG9zkbUFoejvhuEaoaGM=
    =RpJv
    -----END PGP SIGNATURE-----

    Louis LeBlanc Guest

  2. Similar Questions and Discussions

    1. FAT32 partition mount problem
      Greetings all: I have a dual boot machine with W2K Pro & RH 9 installed, in the same HD I have a FAT32 shared partition, and I created the...
    2. mount vcr
      Is there a way to secure a vcr to a desktop in a way to be able to use it for editing so that it can't be knocked off by pets or dragged off if...
    3. Automount problem (structure below mount point)
      I have a RH8 machine "everest" with some NFS exports: /home 192.168.7.0/24(ro,sync) /data/alpha 192.168.7.0/24(ro,sync)...
    4. Mount it
      Hello, I'm trying to run a job off of CD that will ask for multiple cd's. So far, when I mount /cdrom and the job ask for the 2nd cd, I have to...
    5. nfs mount problem from linux to aix
      Hello try to add the option "insecure" to /etc/exports on your linux machine: /data/share aixhost(insecure) Lothar Am Son, 29 Jun...
  3. #2

    Default Re: USB key mount problem with 4.11

    What mount command do you use? run an fdisk /dev/(usb device) to see
    if it is some kind of slice that you have to mount (ex. /dev/usb1s4)
    and if it is a msdosfs or soething else.
    Wouter van Rooij
    Wouter van Rooij Guest

  4. #3

    Default Re: USB key mount problem with 4.11

    On 02/22/05 08:19 PM, Wouter van Rooij sat at the `puter and typed:
    > What mount command do you use? run an fdisk /dev/(usb device) to see
    > if it is some kind of slice that you have to mount (ex. /dev/usb1s4)
    > and if it is a msdosfs or soething else.
    > Wouter van Rooij
    This same key mounts fine on 5.3 with:
    mount_msdos /dev/da0s1 /mnt

    The error comes in trying to attach the device to /dev/da0, not when
    mounting it.

    Lou
    --
    Louis LeBlanc FreeBSD-at-keyslapper-DOT-net
    Fully Funded Hobbyist, KeySlapper Extrordinaire :)
    Please send off-list email to: leblanc at keyslapper d.t net
    Key fingerprint = C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2

    The devil can cite Scripture for his purpose.
    -- William Shakespeare, "The Merchant of Venice"

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.0 (FreeBSD)

    iD8DBQFCG5Vqr4Wi/oDI2aIRAqCsAJ9SwdD4zut+n5FzlV7XqYAM/nuyrACglXnB
    5csX0Vw3dBVsNa4wl2hW3c0=
    =dDvU
    -----END PGP SIGNATURE-----

    Louis LeBlanc 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