Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Mar 2001 15:15:47 -0800
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Laptoppers <freebsd-mobile@freebsd.org>
Subject:   mounting a sandisk
Message-ID:  <E14a4Ch-000ALA-00@rip.psg.com>

next in thread | raw e-mail | index | archive | help
sony 505tx
4.2-stable
sandisk imagemate smart card

so i have this usb imagemate for smart cards.  it is recognized at boot

    uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xfce0-0xfcff \
           irq 9 at device 7.2 on pci0
    usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
    usb0: USB revision 1.0
    uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
    uhub0: 2 ports with 2 removable, self powered
    ugen0: SanDisk USB SSFDC, rev 1.10/2.08, addr 2

i think i have what is neede configured in the kernel

    device          scbus           # SCSI bus (required)
    device          da              # Direct Access (disks)
    ...
    device          uhci            # UHCI PCI->USB interface
    #device         ohci            # OHCI PCI->USB interface
    device          usb             # USB Bus (required)
    device          ugen            # Generic
    #device         uhid            # "Human Interface Devices"
    #device         ukbd            # Keyboard
    #device         ulpt            # Printer
    device          umass           # Disks/Mass storage - Requires scbus and da
    device          ums             # Mouse
    #device         uscanner        # Scanners

but it does not show up as daN

    # fdisk /dev/da0
    fdisk: cannot open disk /dev/da0: Device not configured
    # fdisk /dev/da1
    fdisk: cannot open disk /dev/da1: Device not configured
    # fdisk /dev/da2
    fdisk: cannot open disk /dev/da2: Device not configured
    # fdisk /dev/da3
    fdisk: cannot open disk /dev/da3: Device not configured

so how do i find and mount this sucker?

randy

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14a4Ch-000ALA-00>