Re: Transcend JetFlash V85

2010-08-21 Thread Volodymyr Kostyrko
20.08.2010 00:38, Hans Petter Selasky wrote: You can use usbconfig to add quirks on the fly. See: usbconfig -h And: man usbconfig Tried that, but it doesn't work for me or I'm messing things up... usbconfig -d 3.3 add_quirk UQ_MSC_NO_SYNC_CACHE And errors continue to show up. The man page

Re: Transcend JetFlash V85

2010-08-21 Thread Volodymyr Kostyrko
21.08.2010 21:29, Hans Petter Selasky wrote: You can use usbconfig to add quirks on the fly. See: usbconfig -h And: man usbconfig Tried that, but it doesn't work for me or I'm messing things up... usbconfig -d 3.3 add_quirk UQ_MSC_NO_SYNC_CACHE And errors continue to show up. The man page

Re: ranscend JetFlash V85

2010-08-24 Thread Volodymyr Kostyrko
23.08.2010 22:39, Mykola Dzham wrote: This is bcdDevice range. So, change first 0x0142 to 0x100 for your flash drive or add another quirk (before quirk for all TRANSCEND's) with 3-4 places set to 0x100. Yes, that was the key. I'll file a pr for that. -- Sphinx of black quartz judge my vow.

Re: usb/149934: Transcend JetFlash V85 poor performance

2010-08-24 Thread Volodymyr Kostyrko
24.08.2010 18:11, Hans Petter Selasky wrote: Can you test this patch instead: --- sys/dev/usb/quirk/usb_quirk.c 2010-08-10 16:03:19.0 +++ sys/dev/usb/quirk/usb_quirk.c 2010-08-10 16:03:19.0 @@ -160,10 +160,8 @@ USB_QUIRK(ALCOR, AU6390, 0x, 0x,

Re: usb/149934: Transcend JetFlash V85 poor performance

2010-08-24 Thread Volodymyr Kostyrko
25.08.2010 00:27, Hans Petter Selasky wrote: I've committed my updated patch to USB P4. See change #182862. Please verify that your drive is still working with the new patch. Yes, i've tested my drive exactly with this patch. Say, how about UQ_MSC_NO_TEST_UNIT_READY? You have omitted it on

Re: usb/149934: Transcend JetFlash V85 poor performance

2010-08-24 Thread Volodymyr Kostyrko
The following reply was made to PR usb/149934; it has been noted by GNATS. From: Volodymyr Kostyrko c.kw...@gmail.com To: Hans Petter Selasky hsela...@c2i.net Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/149934: Transcend JetFlash V85 poor performance Date: Wed

problem with bluetooth dongle

2011-02-19 Thread Volodymyr Kostyrko
I have something like: Feb 20 02:43:16 limbo kernel: ugen2.3: Broadcom at usbus2 Feb 20 02:43:16 limbo kernel: uhub4: Broadcom BCM2035B0, class 9/0, rev 1.10/1.00, addr 3 on usbus2 Feb 20 02:43:16 limbo kernel: uhub4: 3 ports with 0 removable, bus powered Feb 20 02:43:17 limbo kernel: ugen2.4:

Re: problem with bluetooth dongle

2011-02-20 Thread Volodymyr Kostyrko
20.02.2011 11:31, Hans Petter Selasky wrote: On Sunday 20 February 2011 01:47:33 Volodymyr Kostyrko wrote: I have something like: Feb 20 02:43:16 limbo kernel: ugen2.3:Broadcom at usbus2 Feb 20 02:43:16 limbo kernel: uhub4:Broadcom BCM2035B0, class 9/0, rev 1.10/1.00, addr 3 on usbus2 Feb 20

Re: problem with bluetooth dongle

2011-02-20 Thread Volodymyr Kostyrko
20.02.2011 14:06, Volodymyr Kostyrko wrote: 20.02.2011 13:25, Hans Petter Selasky wrote: On Sunday 20 February 2011 12:01:19 Volodymyr Kostyrko wrote: 3. /etc/rc.d/bluetooth start ubt0 /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 You need to run this twice: 3

Re: usb/163328: Hardware

2011-12-16 Thread Volodymyr Kostyrko
The following reply was made to PR usb/163328; it has been noted by GNATS. From: Volodymyr Kostyrko c.kw...@gmail.com To: Andrei ibragimov.and...@mail.ru Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: usb/163328: Hardware Date: Fri, 16 Dec 2011 11:03:05 +0200 16.12.2011 08:11, Andrei wrote

Re: usb/149934: Transcend JetFlash V85 poor performance

2011-12-30 Thread Volodymyr Kostyrko
The following reply was made to PR usb/149934; it has been noted by GNATS. From: Volodymyr Kostyrko c.kw...@gmail.com To: bug-follo...@freebsd.org, freebsd-usb@FreeBSD.org Cc: Subject: Re: usb/149934: Transcend JetFlash V85 poor performance Date: Fri, 30 Dec 2011 15:50:06 +0200 I think

Re: usb/149934: Transcend JetFlash V85 poor performance

2011-12-30 Thread Volodymyr Kostyrko
I think this one is MFC'ed into RELENG_8 long time ago. Can we close the PR? -- Sphinx of black quartz judge my vow. ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to

USB devices not autodetecting anymore on stable

2012-12-03 Thread Volodymyr Kostyrko
Hi all. Maybe I just blow out my installation again but I have two machines on 9_STABLE that for one week refuse to autoload usb device drivers. Before that my Keyboard and mice start automatically. But right now I must explicitly load kernel module for each device. -- Sphinx of black

Re: USB devices not autodetecting anymore on stable

2012-12-03 Thread Volodymyr Kostyrko
03.12.2012 20:09, Hans Petter Selasky: On Monday 03 December 2012 16:14:56 Volodymyr Kostyrko wrote: Hi all. Maybe I just blow out my installation again but I have two machines on 9_STABLE that for one week refuse to autoload usb device drivers. Before that my Keyboard and mice start

Re: USB devices not autodetecting anymore on stable

2012-12-03 Thread Volodymyr Kostyrko
03.12.2012 23:25, Hans Petter Selasky: On Monday 03 December 2012 20:04:59 Volodymyr Kostyrko wrote: 03.12.2012 20:09, Hans Petter Selasky: On Monday 03 December 2012 16:14:56 Volodymyr Kostyrko wrote: Hi all. Maybe I just blow out my installation again but I have two machines on 9_STABLE

Re: USB devices not autodetecting anymore on stable

2012-12-04 Thread Volodymyr Kostyrko
04.12.2012 09:22, Hans Petter Selasky: Maybe just my local glitch though. I'll try to retest tomorrow. devd must be enabled when you boot the system or plug the device. That was my fault. I tested how libc++ works with world/ports and it seems that devd perfectly compiles with libc++ but

new usb device probably, needs quirks

2014-02-12 Thread Volodymyr Kostyrko
Hi all. # usbconfig -d 5.2 dump_device_desc ugen5.2: USB Flash Memory vendor 0x0930 at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (200mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x bDeviceSubClass = 0x bDeviceProtocol = 0x

Re: new usb device probably, needs quirks

2014-02-17 Thread Volodymyr Kostyrko
14.02.2014 10:20, Hans Petter Selasky wrote: On 02/12/14 16:52, Volodymyr Kostyrko wrote: Hi all. # usbconfig -d 5.2 dump_device_desc ugen5.2: USB Flash Memory vendor 0x0930 at usbus5, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (200mA) bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB

Re: usbnet support in FreeBSD?

2014-08-23 Thread Volodymyr Kostyrko
On 23.08.2014 01:17, Miguel Clara wrote: I know FreeBSD suppots (at least according to the guide) usb tether, but some devices when connected via USB are visible as a network interface and this allows file sharing among other things! I have a Blackberry 10 device and I'm wondering if this is

Re: usb printer vs cups

2014-09-12 Thread Volodymyr Kostyrko
On 12.09.2014 20:53, Andriy Gapon wrote: From my experience I think that cupsd executes backend tools with all uids and gids set to cups and no supplementary groups. In the case of USB printers the backends need to access /dev/usbctl and /dev/usb/foobar that corresponds to a printer. That