Re: USB HDD needs replugging?

2010-08-22 Thread Indi
Well, I've given up on this one. It isn't as if I *have* to use this drive, and after spending so much time searching and experimenting and getting nowhere it seems a far more effective use of my resources to just take the time to format another external HDD which is known to work and dd my data t

Re: USB HDD needs replugging?

2010-08-21 Thread Warren Block
On Sat, 21 Aug 2010, Hans Petter Selasky wrote: On Saturday 21 August 2010 18:26:21 indulekha wrote: what is the exact command to enable or disable quirks, etc. Hi, The format is: usbconfig add_dev_quirk_vplh vid: VendorID pid: ProductID lo_rev: 0 Hi_rev 0x quirk: your quirk UQ_

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, 2010-08-21 at 18:35 +0200, Julian H. Stacey wrote: > Hans Petter Selasky wrote: > > On Saturday 21 August 2010 17:37:18 indulekha wrote: > > > On Sat, 2010-08-21 at 17:18 +0200, Hans Petter Selasky wrote: > > > > > Yes, there is a dmesg error: > > > > > > > > > > ugen4.5: <(null)> at usbus

Re: USB HDD needs replugging?

2010-08-21 Thread Julian H. Stacey
Hans Petter Selasky wrote: > On Saturday 21 August 2010 17:37:18 indulekha wrote: > > On Sat, 2010-08-21 at 17:18 +0200, Hans Petter Selasky wrote: > > > > Yes, there is a dmesg error: > > > > > > > > ugen4.5: <(null)> at usbus4 (disconnected) > > > > uhub_reattach_port:435: could not allocate new

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, 2010-08-21 at 18:29 +0200, Hans Petter Selasky wrote: > On Saturday 21 August 2010 18:26:21 indulekha wrote: > > what is the exact > > command to enable or disable quirks, etc. > > Hi, > > The format is: > > usbconfig add_dev_quirk_vplh > > vid: VendorID > pid: ProductID > > lo_r

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
On Saturday 21 August 2010 18:26:21 indulekha wrote: > what is the exact > command to enable or disable quirks, etc. Hi, The format is: usbconfig add_dev_quirk_vplh vid: VendorID pid: ProductID lo_rev: 0 Hi_rev 0x quirk: your quirk UQ_XXX If the driver shows a disconnect message or

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, 2010-08-21 at 17:56 +0200, Hans Petter Selasky wrote: > On Saturday 21 August 2010 17:37:18 indulekha wrote: > > On Sat, 2010-08-21 at 17:18 +0200, Hans Petter Selasky wrote: > > > > Yes, there is a dmesg error: > > > > > > > > ugen4.5: <(null)> at usbus4 (disconnected) > > > > uhub_reatta

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
On Saturday 21 August 2010 17:37:18 indulekha wrote: > On Sat, 2010-08-21 at 17:18 +0200, Hans Petter Selasky wrote: > > > Yes, there is a dmesg error: > > > > > > ugen4.5: <(null)> at usbus4 (disconnected) > > > uhub_reattach_port:435: could not allocate new device! > > > > > > But then just a f

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, 2010-08-21 at 17:18 +0200, Hans Petter Selasky wrote: > > > > Yes, there is a dmesg error: > > > > ugen4.5: <(null)> at usbus4 (disconnected) > > uhub_reattach_port:435: could not allocate new device! > > > > But then just a few lines later, dmesg says: > > > > ugen4.5: at usbus4 > > u

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
> > Yes, there is a dmesg error: > > ugen4.5: <(null)> at usbus4 (disconnected) > uhub_reattach_port:435: could not allocate new device! > > But then just a few lines later, dmesg says: > > ugen4.5: at usbus4 > umass1: on usbus4 > umass1: SCSI over Bulk-Only; quirks = 0x > umass1:3:1:-1:

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, 2010-08-21 at 16:54 +0200, Hans Petter Selasky wrote: > On Saturday 21 August 2010 16:52:28 Hans Petter Selasky wrote: > > On Saturday 21 August 2010 16:54:32 indulekha wrote: > > > On Sat, 2010-08-21 at 16:37 +0200, Hans Petter Selasky wrote: > > > > There is a command to add quirks. Look

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
On Saturday 21 August 2010 17:08:44 indulekha wrote: > > --HPS > > Well, see for yourself then: Hi, Ok, I see. I'm using a newer version of the same file :-) Try to enable some of the quirks listed in my previous email using usbconfig. Also check dmesg for errors. --HPS __

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
On Saturday 21 August 2010 16:52:28 Hans Petter Selasky wrote: > On Saturday 21 August 2010 16:54:32 indulekha wrote: > > On Sat, 2010-08-21 at 16:37 +0200, Hans Petter Selasky wrote: > > > There is a command to add quirks. Look at the source code: > > > > > > grep UQ_ /sys/dev/usb/storage/umass.c

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
On Saturday 21 August 2010 16:54:32 indulekha wrote: > On Sat, 2010-08-21 at 16:37 +0200, Hans Petter Selasky wrote: > > There is a command to add quirks. Look at the source code: > > > > grep UQ_ /sys/dev/usb/storage/umass.c > > > > and look for UQ_ > > Thanks for the suggestion. Unfortunately

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, 2010-08-21 at 16:37 +0200, Hans Petter Selasky wrote: > There is a command to add quirks. Look at the source code: > > grep UQ_ /sys/dev/usb/storage/umass.c > > and look for UQ_ > Thanks for the suggestion. Unfortunately the string "UQ_" (or even "UQ") does not appear in umass.c. --

Re: USB HDD needs replugging?

2010-08-21 Thread indulekha
On Sat, Aug 21, 2010 at 03:04:03PM +0200, Hans Petter Selasky wrote: > On Saturday 21 August 2010 14:03:16 Indi wrote: > > Hi list, > > > > I recently bought a Seagate 320 GB portable USB HDD. > > Works perfectly with Linux and OS X, but in FreeBSD > > it has to be unplugged and replugged in order

Re: USB HDD needs replugging?

2010-08-21 Thread Hans Petter Selasky
On Saturday 21 August 2010 14:03:16 Indi wrote: > Hi list, > > I recently bought a Seagate 320 GB portable USB HDD. > Works perfectly with Linux and OS X, but in FreeBSD > it has to be unplugged and replugged in order to show > up in /dev/. > > Is there a way to make it behave normally? Try chec