From owner-freebsd-hackers Sun Jan 12 19: 1: 5 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 651B137B401 for ; Sun, 12 Jan 2003 19:01:03 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC68243F7B for ; Sun, 12 Jan 2003 19:01:02 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0D311Yp099769; Sun, 12 Jan 2003 19:01:01 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0D311mC099768; Sun, 12 Jan 2003 19:01:01 -0800 (PST) Date: Sun, 12 Jan 2003 19:01:01 -0800 (PST) From: Matthew Dillon Message-Id: <200301130301.h0D311mC099768@apollo.backplane.com> To: George Hartzell Cc: Paul Halliday , freebsd-hackers@FreeBSD.ORG Subject: Re: usb keychain memory disk doesn't work on 4.7p3 References: <15905.52254.957313.867553@rosebud.alerce.com> <20030112201453.T17858-100000@dove.penix.org> <15906.6401.167609.496473@rosebud.alerce.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :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: 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message