Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 19:01:01 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        George Hartzell <hartzell@kestrel.alerce.com>
Cc:        Paul Halliday <dp@dove.penix.org>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: usb keychain memory disk doesn't work on 4.7p3
Message-ID:  <200301130301.h0D311mC099768@apollo.backplane.com>
References:  <15905.52254.957313.867553@rosebud.alerce.com> <20030112201453.T17858-100000@dove.penix.org> <15906.6401.167609.496473@rosebud.alerce.com>

next in thread | previous in thread | raw e-mail | index | archive | help

:
:Paul Halliday writes:
: > On Sun, 12 Jan 2003, George Hartzell wrote:
: > 
: > > I can't make my little Lexar JumpDrive 128Mb USB keychain memory
: > > "disk" work.  The device works on a windows machine, and worked on
: > > this very laptop back when it was running Redhat Linux 7.2 w/
: > > RedHat's various updates.  I got the same failure trying to use the
: > > device on a Dell OptiPlex GX110.
: > 
: > Try newfs_msdos on the device first.
:
:Seems un-necessary, since it alreay has a valid FAT32 filesystem on it
:(which works and is mountable under Windows 2000 and Linux).
:
:But, in the interest of trying everything:
:
:Here's the command line:
:   > sudo newfs_msdos -F 32 /dev/da0
:   Password:
:   newfs_msdos: /dev/da0: Input/output error
:
:and here's /var/log/messages:
:
:   Jan 12 17:35:26 rosebud /kernel: umass0: LEXR PLUG DRIVE LEXR PLUG DRIVE, rev 1.10/0.01, addr 2
:   Jan 12 17:35:26 rosebud /kernel: da0 at umass-sim0 bus 0 target 0 lun 0
:   Jan 12 17:35:26 rosebud /kernel: da0: <LEXAR DIGITAL FILM /W1.> Removable Direct Access SCSI-2 device 
:   Jan 12 17:35:26 rosebud /kernel: da0: 650KB/s transfers
:   Jan 12 17:35:26 rosebud /kernel: da0: 123MB (251904 512 byte sectors: 64H 32S/T 123C)
:   Jan 12 17:37:10 rosebud sudo: hartzell : TTY=ttyp0 ; PWD=/usr/home/hartzell ; USER=root ; COMMAND=/sbin/newfs_msdos -F 32 /dev/da0
:   Jan 12 17:37:10 rosebud /kernel: da0: reading primary partition table: error reading fsbn 0
:
:Same result on the other /dev/da0* devices.
:
:Anyone have any other suggestions?
:
:g.

    Urk!  Sorry!  I plugged in the names for one of my keychains.  Don't
    use Stormblue :-)  Use yours.  Try:

{
    /*
     * Sony Memory Stick adapter MSAC-US1 and
     * Sony PCG-C1VJ Internal Memory Stick Slot (MSC-U01).
     * Make all sony MS* products use this quirk.
     */
    {T_DIRECT, SIP_MEDIA_REMOVABLE, "LEXAR*", "*", "*"},
    /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE
},

    And als osend me the output of 'usbdevs -v' (with either the old kernel
    or the new one).

					Matthew Dillon 
					<dillon@backplane.com>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301130301.h0D311mC099768>