Date: Sat, 14 Mar 2009 00:00:59 -0400 From: Yoshihiro Ota <ota@j.email.ne.jp> To: Hans Petter Selasky <hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: MITSUMI USB FDD with USB4BSD does not work, neither Message-ID: <20090314000059.3d9d8bd3.ota@j.email.ne.jp> In-Reply-To: <200903120914.11455.hselasky@c2i.net> References: <20090228001701.f18fcd6b.ota@j.email.ne.jp> <200903110851.01281.hselasky@c2i.net> <20090311231405.282b9051.ota@j.email.ne.jp> <200903120914.11455.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Mar 2009 09:14:11 +0100 Hans Petter Selasky <hselasky@c2i.net> wrote: > On Thursday 12 March 2009, Yoshihiro Ota wrote: > > On Wed, 11 Mar 2009 08:51:00 +0100 > > > > Hans Petter Selasky <hselasky@c2i.net> wrote: > > > On Wednesday 11 March 2009, Yoshihiro Ota wrote: > > > > On Sat, 28 Feb 2009 10:06:51 +0100 > > > > > > > > Hans Petter Selasky <hselasky@c2i.net> wrote: > > > > > On Saturday 28 February 2009, Yoshihiro Ota wrote: > > > > > > I have a MITSUMI USB fdd and pluged in to 8-CURRENT. > > > > > > FreeBSD 8.0-CURRENT #5 r189058M: Thu Feb 26 11:29:13 EST 2009 > > > > > > > > > > > > It printed as following but nothing happened there after. > > > > > > > > > > > > ugen0.3: <MITSUMI> at usbus0 > > > > > > umass0: <MITSUMI MITSUMI USB FDD, class 0/0, rev 1.10/1.00, addr 3> > > > > > > on usbus0 umass0: SCSI over Bulk-Only; quirks = 0x0100 > > > > > > > > > > ^^^ your device is listed > > > > > with quirks. Maybe the quirks are incorrect. Please check the quirk > > > > > table in /sys/dev/usb/storage/umass.c > > > > > > > > What do I do? > > > > Do I try each of quirks one by one? > > > > > > > > Thanks. > > > > Hiro > > > > > > Try removing the quirk for your device. > > > > > > --HPS > > > > Removing did help. > > What did you get when you removed the quirk? > > --HPS > > > > I also tested with a few combinations of quirks but didn't help, neither. > > > > It used to work back in 6.x era. > > I may try to bring 6.x back to try it out... > > > > Hiro These are outputs. Let me know if you need more. Thanks, Hiro # uname -a FreeBSD xxx 8.0-CURRENT FreeBSD 8.0-CURRENT #20 r189720M: Fri Mar 13 10:18:31 EDT 2009 xxx/sys/GENERIC amd64 # dmesg ugen0.3: <MITSUMI> at usbus0 umass0: <MITSUMI MITSUMI USB FDD, class 0/0, rev 1.10/1.00, addr 3> on usbus0 umass0: UFI over CBI with CCI; quirks = 0x0000 umass0:0:0:-1: Attached to scbus0 (da0:umass-sim0:0:0:0): got CAM status 0x4 (da0:umass-sim0:0:0:0): fatal error, failed to attach to device (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry # usbconfig list ugen0.1: <OHCI root HUB nVidia> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON ugen1.1: <EHCI root HUB nVidia> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON ugen1.2: <USB 2.0 Camera Sonix Technology Co., Ltd.> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON ugen0.2: <product 0x4d05 Primax Electronics> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON ugen0.3: <MITSUMI USB FDD MITSUMI> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON # camcontrol devlist -v scbus0 on umass-sim0 bus 0: <MITSUMI USB FDD 1049> at scbus0 target 0 lun 0 (pass0) scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) # dmesg (da0:umass-sim0:0:0:0): removing device entry umass0: at uhub0, port 1, addr 3 (disconnected) ugen0.3: <MITSUMI> at usbus0 (disconnected)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090314000059.3d9d8bd3.ota>