Re: usb/173666: [USB, LIBUSB] usb_reset() behavior different between GNU/Linux and FreeBSD

2012-11-17 Thread Hans Petter Selasky
On Friday 16 November 2012 23:47:29 Wojciech A. Koszek wrote: Number: 173666 Category: usb Synopsis: [USB, LIBUSB] usb_reset() behavior different between GNU/Linux and FreeBSD Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb

Re: usb/173666: [USB, LIBUSB] usb_reset() behavior different between GNU/Linux and FreeBSD

2012-11-17 Thread Hans Petter Selasky
The following reply was made to PR usb/173666; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Wojciech A. Koszek wkos...@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/173666: [USB, LIBUSB] usb_reset() behavior different

Re: isochronous transfer packet is out of sequence

2012-11-13 Thread Hans Petter Selasky
On Tuesday 13 November 2012 14:26:52 SAITOU Toshihide wrote: In message: 201211121342.47141.hsela...@c2i.net Hans Petter Selasky hsela...@c2i.net writes: On Monday 12 November 2012 12:52:08 SAITOU Toshihide wrote: I have tryed the USB isochronous transfer for UVC cam using

Re: isochronous transfer packet is out of sequence

2012-11-13 Thread Hans Petter Selasky
On Tuesday 13 November 2012 16:23:06 SAITOU Toshihide wrote: In message: 201211131452.16508.hsela...@c2i.net Hans Petter Selasky hsela...@c2i.net writes: On Tuesday 13 November 2012 14:26:52 SAITOU Toshihide wrote: In message: 201211121342.47141.hsela...@c2i.net

Re: usb/173616: LG USB DVD-RW USB STALL

2012-11-13 Thread Hans Petter Selasky
On Tuesday 13 November 2012 22:52:06 Heikki Suonsivu wrote: Number: 173616 Category: usb Synopsis: LG USB DVD-RW USB STALL Confidential: no Severity: serious Priority: medium Responsible:freebsd-usb State: open Quarter: Keywords:

Re: isochronous transfer packet is out of sequence

2012-11-12 Thread Hans Petter Selasky
On Monday 12 November 2012 12:52:08 SAITOU Toshihide wrote: I have tryed the USB isochronous transfer for UVC cam using libusb interface and I find the packet fragment is out of sequence on the FreeBSD(1). But I don't find it on the MacBook(2). (1) FreeBSD 9.1-RC2, Intel Core i7 3770T (2)

Re: LG external writer USB_ERR_STALLED

2012-11-11 Thread Hans Petter Selasky
On Sunday 11 November 2012 22:55:46 Heikki Suonsivu wrote: Anybody seen this? It is external USB DVD device. Messages below, loops there apparently forever, tried about a minute. RELENG_9 from today (11th November 2012) It is connected to a powered hub, the problem also appears when

Re: Should all known devices be added to usbdevs?

2012-11-11 Thread Hans Petter Selasky
On Monday 12 November 2012 02:38:32 Yuri wrote: I see that many storage and network devices aren't in usbdevs. graphics/libgphoto2 package actually has more complete list. But it looks like they only process PTP/MTP storage interfaces. Should we add to usbdevs missing devices from the list in

Re: RFC: new USB quirk

2012-11-05 Thread Hans Petter Selasky
Hi, Looks good. Go ahead and commit. BTW: Is it possible to auto detect this quirk? Then you might consider adding some code to dev/usb/usb_msctest.c . --HPS ___ freebsd-usb@freebsd.org mailing list

Re: RFC: new USB quirk

2012-11-04 Thread Hans Petter Selasky
On Saturday 03 November 2012 22:42:33 Marcel Moolenaar wrote: Hans, Juniper has a few products that use STmicro USB-NAND controllers (the ST72682 in particular) and they really don't like the SCSI command for prevent/allow medium removal. The attached patch adds a quirk for this to avoid

Re: isochronous transfer for UVC camera

2012-10-30 Thread Hans Petter Selasky
On Tuesday 30 October 2012 12:22:47 SAITOU Toshihide wrote: In message: 20121030.000648.193690728.to...@ruby.ocn.ne.jp SAITOU Toshihide to...@ruby.ocn.ne.jp writes: In message: 201210291436.08940.hsela...@c2i.net Hans Petter Selasky hsela...@c2i.net writes

Re: isochronous transfer for UVC camera

2012-10-30 Thread Hans Petter Selasky
On Tuesday 30 October 2012 14:31:38 SAITOU Toshihide wrote: Is this true about these functions below? Alternate setting is supported, though if the interface does not exist or has already the programmed alternate setting, it will simply do nothing. --HPS

Re: isochronous transfer for UVC camera

2012-10-29 Thread Hans Petter Selasky
On Monday 29 October 2012 13:54:34 SAITOU Toshihide wrote: #define PKT_LEN0x1400 Hi, The packet length is not this value I think. The 0x1000 is part of the packet multiplier for High-Speed USB's wMaxPacketSize. It is (1+2) * 0x400. Try that and see what happens. Also there is

Re: usb/172937: FreeBSD 9.1-RC2 usb3 port disconnects

2012-10-24 Thread Hans Petter Selasky
On Sunday 21 October 2012 21:27:54 Uffe Jakobsen wrote: Number: 172937 Category: usb Synopsis: FreeBSD 9.1-RC2 usb3 port disconnects Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter: Keywords:

Re: usb/172937: FreeBSD 9.1-RC2 usb3 port disconnects

2012-10-24 Thread Hans Petter Selasky
The following reply was made to PR usb/172937; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Uffe Jakobsen u...@uffe.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/172937: FreeBSD 9.1-RC2 usb3 port disconnects Date: Wed, 24 Oct

Re: 9.1-RCs issues

2012-10-07 Thread Hans Petter Selasky
On Sunday 07 October 2012 01:42:33 Jin Guojun wrote: 1) moused stops functioning on 9.1-RC2. Neither PS2 nor USB mouse can work. 9.1-RC1 has no such problem. 2) All i386 / amd64 of 9.1-RC1/RC2 have USB read failure -- see dmesg output at end of this email. ada0 is internal SATA drive

Re: usbaudio on FreeBSD/Raspberry PI

2012-10-07 Thread Hans Petter Selasky
On Sunday 07 October 2012 14:15:39 MIHIRA Sanpei Yoshiro wrote: Hi,all I'm trying to use usb-audio device on FreeBSD/Raspberry PI However I can't use that with below message(I can use that device on FreeBSD/i386). pcm0: chn_init(pcuaudio_mixer_write_cfg_callback: m0:play:dsp0.p0)

Re: 9.1-RCs issues

2012-10-07 Thread Hans Petter Selasky
On Sunday 07 October 2012 12:42:11 Hans Petter Selasky wrote: On Sunday 07 October 2012 01:42:33 Jin Guojun wrote: 1) moused stops functioning on 9.1-RC2. Neither PS2 nor USB mouse can work. 9.1-RC1 has no such problem. 2) All i386 / amd64 of 9.1-RC1/RC2 have USB read failure

Re: usb3 umass device on usb2 port not recognised

2012-10-05 Thread Hans Petter Selasky
On Thursday 04 October 2012 13:43:39 Guido van Rooij wrote: On Thu, Oct 04, 2012 at 12:14:47PM +0200, Hans Petter Selasky wrote: On Thursday 04 October 2012 10:33:44 Guido van Rooij wrote: ct 4 10:31:23 beck kernel: uhub_reattach_port: Port 3 is in Host Mode Oct 4 10:31:24 beck kernel

Re: usb3 umass device on usb2 port not recognised

2012-10-04 Thread Hans Petter Selasky
On Wednesday 03 October 2012 23:35:00 Guido van Rooij wrote: On Wed, Oct 03, 2012 at 10:05:29PM +0200, Guido van Rooij wrote: I have a 2.5 external USB3 disk that works fine on a USB2 port on a Windows7 system, but under FreeBSD 8.3-RELEASE-p3 it is not recognised at all. When I plug it in,

Re: usb3 umass device on usb2 port not recognised

2012-10-04 Thread Hans Petter Selasky
Try to enable hw.usb.hub.debug=15 before plugging the device. --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org

Re: usb/172199: high interrupts load xhci

2012-10-01 Thread Hans Petter Selasky
On Monday 01 October 2012 10:15:48 Aleksei Reytsman wrote: Number: 172199 Category: usb Synopsis: high interrupts load xhci Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter: Keywords:

Re: usb/172199: high interrupts load xhci

2012-10-01 Thread Hans Petter Selasky
The following reply was made to PR usb/172199; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Aleksei Reytsman reytsman@solvex.travel, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/172199: high interrupts load xhci Date: Mon, 1 Oct 2012

Re: usb/171721: [patch] usb_quirk(4), ums(4): add UQ_UMS_IGNORE quirk

2012-09-18 Thread Hans Petter Selasky
On Tuesday 18 September 2012 12:50:10 Vitaly Magerya wrote: The following reply was made to PR usb/171721; it has been noted by GNATS. From: Vitaly Magerya vmage...@gmail.com To: bug-follo...@freebsd.org Cc: Subject: Re: usb/171721: [patch] usb_quirk(4), ums(4): add UQ_UMS_IGNORE quirk

Re: 9.0 umass problem

2012-09-18 Thread Hans Petter Selasky
On Sunday 15 January 2012 20:36:09 Hans Petter Selasky wrote: On Sunday 15 January 2012 18:35:59 George Mitchell wrote: I have a USB compact flash reader-writer which is normally connected to my computer all the time but rarely contains a compact flash card. Here is a snippet from a verbose

Re: misc/171254 [snd_uaudio] USB audio v2.0 support

2012-09-17 Thread Hans Petter Selasky
Hi, I've just added USB audio v2.0 support: http://svn.freebsd.org/changeset/base/240609 Please test and report back, if you've got such a device. --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To

Re: hsela...@freebsd.org

2012-09-15 Thread Hans Petter Selasky
On Saturday 15 September 2012 04:59:29 Brandon Gooch wrote: I'm running 10-CURRENT amd64 on a Dell M6500. I ran into a strange issue when running `sysctl -a` in which my system would freeze -- the only interaction with the system which was registered was a press of the power button (which

Re: Support for graphics tablets

2012-09-13 Thread Hans Petter Selasky
On Wednesday 12 September 2012 23:13:10 Vitaly Magerya wrote: Hi, folks. I have a graphics tablet (a Waltop-based one, see [1] for it's USB ids and descriptors) and I want to make it work on FreeBSD. Currently (8.3-RC1) this is what happens when I attach it: ugen0.2: WALTOP

Re: Raspberry PI gets USB support [FreeBSD 10 current]

2012-09-12 Thread Hans Petter Selasky
On Wednesday 12 September 2012 12:24:58 Alexander Yerenkow wrote: We tested kernel built by gonzo@, there working framebuffer, ue0, and USB2.0 devices (in theory, I didn't have those). But after some activity (like download few megabytes file) all is stuck with message usb device stalled

Re: Raspberry PI gets USB support [FreeBSD 10 current]

2012-09-11 Thread Hans Petter Selasky
On Tuesday 11 September 2012 17:16:35 Ivan Voras wrote: On 10/09/2012 16:54, Hans Petter Selasky wrote: Hi, For those that want to try the Raspberry PI and its USB ports: Add this to sys/conf/files: dev/usb/controller/dwc_otg.coptional dwcotg arm/broadcom

Re: Fwd: usb port issue in 9.1-Prerelease (Possibly Cam related)

2012-09-11 Thread Hans Petter Selasky
Hi Alexander, Looks like some bugs in the refcounting in CAM layer. --HPS On Wednesday 12 September 2012 02:54:15 Benjamin Close wrote: Sending to -usb as no response from -stable. Original Message Subject: usb port issue in 9.1-Prerelease (Possibly Cam related)

Raspberry PI gets USB support [FreeBSD 10 current]

2012-09-10 Thread Hans Petter Selasky
Hi, For those that want to try the Raspberry PI and its USB ports: Add this to sys/conf/files: dev/usb/controller/dwc_otg.coptional dwcotg arm/broadcom/bcm2835/dwc_otg_brcm.c optional dwcotg And add this to RPI-B: device dwcotg device usb device umass Open ISSUE: External

Re: usb/171262: plug in sdhc via usb reader reboots machine

2012-09-03 Thread Hans Petter Selasky
On Sunday 02 September 2012 23:03:52 Waitman Gobble wrote: Number: 171262 Category: usb Synopsis: plug in sdhc via usb reader reboots machine Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter:

Re: usb/171262: plug in sdhc via usb reader reboots machine

2012-09-03 Thread Hans Petter Selasky
The following reply was made to PR usb/171262; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Waitman Gobble uzi...@da3m0n8t3r.com, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/171262: plug in sdhc via usb reader reboots machine Date

Re: usb/171262: plug in sdhc via usb reader reboots machine

2012-09-03 Thread Hans Petter Selasky
On Sunday 02 September 2012 23:03:52 Waitman Gobble wrote: Number: 171262 Category: usb Synopsis: plug in sdhc via usb reader reboots machine Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter:

Re: usb/171262: plug in sdhc via usb reader reboots machine

2012-09-03 Thread Hans Petter Selasky
The following reply was made to PR usb/171262; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Waitman Gobble uzi...@da3m0n8t3r.com, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/171262: plug in sdhc via usb reader reboots machine Date

Re: M2Tech HiFace Two and FreeBSD

2012-09-03 Thread Hans Petter Selasky
On Sunday 02 September 2012 13:06:40 Roberth Sjonøy wrote: Here you go, http://pastebin.com/LKT1LkNd Regards, Roberth Sjonøy Hi, I spent some time today to pull together USB AUDIO V2.0 support for FreeBSD. See: http://svn.freebsd.org/changeset/base/240078 The attached patch will

Re: usb/171197: ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1-RC1

2012-09-02 Thread Hans Petter Selasky
On Friday 31 August 2012 10:22:22 Bartek Krawczyk wrote: Number: 171197 Category: usb Synopsis: ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1-RC1 Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State:

Re: usb/171197: ADATA Classic CH11 USB HDD doesn't work in FreeBSD 9.1-RC1

2012-09-02 Thread Hans Petter Selasky
The following reply was made to PR usb/171197; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Bartek Krawczyk bbartlom...@gmail.com, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/171197: ADATA Classic CH11 USB HDD doesn't work

Re: external usb3 disk on usb2 port full spd only

2012-09-02 Thread Hans Petter Selasky
On Friday 31 August 2012 19:11:13 Andrew Beam wrote: Hello, i have problem with my CH11 ADATA 2.5 UBS 3.0 HDD connected to USB 2.0. Tested on 9.0-RELEASE-p3 and 9.1-RC1 # usbconfig ugen0.2: CH11 ADATA at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON any idea why is only 1MB/s

Re: USB 3.0 Issues

2012-09-02 Thread Hans Petter Selasky
On Sunday 02 September 2012 18:48:16 Derrick Edwards wrote: When I disable USB 3.0 support in the BIOS, USB functions properly. Any ideas on what could be causing this? Please let me know what additional information you need. Hi, I'm afraid I need my hand on your device to figure this out.

Re: external usb3 disk on usb2 port full spd only

2012-09-02 Thread Hans Petter Selasky
On Sunday 02 September 2012 21:35:57 Andrew Beam wrote: Hello, Do you have a XHCI controller on your computer which is capable of USB 3.0 ? No, i have only USB 2.0 port in my computer. HDD is 3.0 and 2.0 compatible of course. Under Ubuntu on same hardware, disk is connected as USB

Re: Resume broken in 8.3-PRERELEASE

2012-08-27 Thread Hans Petter Selasky
On Monday 27 August 2012 14:59:43 Alexey Dokuchaev wrote: On Mon, Mar 05, 2012 at 07:10:22AM +0100, Hans Petter Selasky wrote: On Monday 05 March 2012 05:17:59 Alexey Dokuchaev wrote: On Sat, Mar 03, 2012 at 09:11:29AM +0100, Hans Petter Selasky wrote: On Friday 02 March 2012 20:25:32

Re: USB drive not recognized (500 GB) to Hans Petter

2012-08-27 Thread Hans Petter Selasky
On Monday 27 August 2012 07:21:19 Hans Ruhe wrote: Hello Hans, I have got your name from Lars Engels. I am helping out to do some testwork. I have the following issue: I am trying my La Cie external usb drive (with samsung internally) but it is not even visible in 9.1 rc. I am running 64

Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 From: Hi, I think not all chips have the same features. Does the packing say that the stick supports 11n ? --HPS ___

Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
The following reply was made to PR usb/170688; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org, PseudoCylon moonlightak...@yahoo.ca Cc: Thomas V. Crimi tcr...@gmail.com, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/170688: patch][usbdevs

Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
On Friday 17 August 2012 19:51:00 Thomas Crimi wrote: On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net wrote: On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote: 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53 Does the packing say that the stick

Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
The following reply was made to PR usb/170688; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: Thomas Crimi tcr...@procida.us Cc: freebsd-usb@freebsd.org, PseudoCylon moonlightak...@yahoo.ca, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/170688: patch][usbdevs

Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open

2012-08-16 Thread Hans Petter Selasky
On Thursday 16 August 2012 14:54:00 ga...@freebsd.org wrote: Synopsis: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open Responsible-Changed-From-To: freebsd-multimedia-freebsd-usb Responsible-Changed-By: gavin Responsible-Changed-When: Thu Aug 16 12:53:15 UTC 2012

Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails to detach when mixer is open

2012-08-16 Thread Hans Petter Selasky
The following reply was made to PR usb/156726; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Cc: ga...@freebsd.org, freebsd-multime...@freebsd.org Subject: Re: usb/156726: [snd_uaudio]: snd_uaudio(4) fails

Re: USB keyboard partially functioning

2012-08-12 Thread Hans Petter Selasky
On Saturday 11 August 2012 13:02:31 Kra OTN wrote: Is it possible to auto quirk at boot? Hi, You can add the quirk permanently by adding a line to: sys/dev/usb/quirk/usb_quirk.c --HPS ___ freebsd-usb@freebsd.org mailing list

Re: USB devices disappearing

2012-08-12 Thread Hans Petter Selasky
On Sunday 12 August 2012 03:33:51 Peter Jeremy wrote: I have a USB-connected UPS and both sysutils/nut and a simple client that I wrote are reporting no device (LIBUSB_ERROR_NO_DEVICE via libusb) after talking to it for some (variable) time. If I restart my client it again works for a while

Re: USB keyboard partially functioning

2012-08-12 Thread Hans Petter Selasky
On Saturday 11 August 2012 13:55:14 Kra OTN wrote: *Output of usbdump (at time of problem, it loops):* --- 13:49:38.646846 usbus3.2 DONE-CTRL-EP=0080,SPD=HIGH,NFR=2,SLEN=4,IVAL=0,ERR=0 frame[0] WRITE 8 bytes frame[1] READ

Re: USB keyboard partially functioning

2012-08-11 Thread Hans Petter Selasky
On Saturday 11 August 2012 11:25:25 Kra OTN wrote: Hi guys, I'm currently facing a problem with my Corsair K60 USB keyboard on a system that is running FreeBSD9 with a standard kernel (9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012

Re: usb/170358: [ums] Wrong (duplicate) button numbers

2012-08-07 Thread Hans Petter Selasky
On Monday 06 August 2012 10:40:03 Tomasz Olejniczak wrote: The following reply was made to PR usb/170358; it has been noted by GNATS. From: Tomasz Olejniczak tomek.apost...@gmail.com To: bug-follo...@freebsd.org Cc: Subject: Re: usb/170358: [ums] Wrong (duplicate) button numbers Date: Mon,

Re: usb/170358: [ums] Wrong (duplicate) button numbers

2012-08-07 Thread Hans Petter Selasky
The following reply was made to PR usb/170358; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org, Tomasz Olejniczak tomek.apost...@gmail.com, freebsd-gnats-sub...@freebsd.org Cc: Subject: Re: usb/170358: [ums] Wrong (duplicate) button numbers

Re: usb/170358: [ums] Wrong (duplicate) button numbers

2012-08-05 Thread Hans Petter Selasky
On Friday 03 August 2012 20:50:14 Tomek wrote: Number: 170358 Category: usb Synopsis: [ums] Wrong (duplicate) button numbers Confidential: no Severity: non-critical Priority: low Responsible:freebsd-usb State: open Quarter: Keywords:

Re: usb/170358: [ums] Wrong (duplicate) button numbers

2012-08-05 Thread Hans Petter Selasky
The following reply was made to PR usb/170358; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: Tomek tomek.apost...@gmail.com, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/170358: [ums] Wrong (duplicate) button numbers Date: Sun, 5 Aug

Re: qemu hw/usb/host-bsd.c

2012-08-05 Thread Hans Petter Selasky
On Sunday 05 August 2012 19:44:47 Sean Bruno wrote: Trying to update the qemu port this weekend and I see there are a lot of legacy usb things going on inside of host-bsd.c that need to be updated. I've started with the qemu git tree at git://git.qemu.org/qemu.git Specifically, I'm staring

Re: USB ACPI namespace mapping.

2012-07-31 Thread Hans Petter Selasky
On Tuesday 31 July 2012 05:19:12 Takanori Watanabe wrote: I'm trying to map USB devices and hub into acpi handle, and I want ideas to cope with a problem. The problem is that there is no easy way to get port number from child usb device in hub device. usb_attach_arg structure have one, but

usb/170123: [umass] HP v210w USB stick not supported

2012-07-27 Thread Hans Petter Selasky
The following reply was made to PR usb/170123; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-gnats-sub...@freebsd.org Cc: Subject: usb/170123: [umass] HP v210w USB stick not supported Date: Fri, 27 Jul 2012 21:31:10 +0200 Hi, Try to add a MSC quirk

usb/169935: [keyboard] Unable use USB keyboard while panic

2012-07-23 Thread Hans Petter Selasky
The following reply was made to PR usb/169935; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-gnats-sub...@freebsd.org, Eugen Konkov kes-...@yandex.ru Cc: Subject: usb/169935: [keyboard] Unable use USB keyboard while panic Date: Mon, 23 Jul 2012 13:35:16

Re: usb/169428: [ugen] ugen not detecting all endpoints on device [regression]

2012-07-16 Thread Hans Petter Selasky
The following reply was made to PR usb/169428; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-gnats-sub...@freebsd.org Cc: Subject: Re: usb/169428: [ugen] ugen not detecting all endpoints on device [regression] Date: Mon, 16 Jul 2012 15:32:28 +0200 Hi

Re: debugging failed USB3 device attachment

2012-07-15 Thread Hans Petter Selasky
On Sunday 08 July 2012 01:21:51 Aragon Gouveia wrote: Hi Hans, On 07/06/12 08:54, Hans Petter Selasky wrote: There is some magic to switch USB ports to USB 3.0 which is not in FreeBSD yet. They have it in Linux, and you might be able to port that code to BSD and try. I know some C

Re: debugging failed USB3 device attachment

2012-07-06 Thread Hans Petter Selasky
On Friday 06 July 2012 01:36:15 Aragon Gouveia wrote: Hi, I have some hardware with a USB3 controller that is detected by xhci(4), but when I try attach a USB3 device, it fails to attach to a USB3 bus, and after timing out it connects to a USB2 bus. Here's a verbose dmesg with xhci

Re: usb/116947: [ukbd] [patch] [regression] enable boot protocol on the USB keyboards

2012-07-05 Thread Hans Petter Selasky
On Wednesday 04 July 2012 23:59:04 ema...@freebsd.org wrote: Synopsis: [ukbd] [patch] [regression] enable boot protocol on the USB keyboards Responsible-Changed-From-To: freebsd-usb-hselasky Responsible-Changed-By: emaste Responsible-Changed-When: Wed Jul 4 21:56:57 UTC 2012

Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems

2012-07-03 Thread Hans Petter Selasky
On Monday 02 July 2012 22:07:57 maxim naumov wrote: ok, done some more testing and measured throughput FreeBSD vs. GNU/Linux as you suggested: # dd if=/dev/da0s1 of=/dev/null bs=1M count=1024 1024+0 records in 1024+0 records out 1073741824 bytes transferred in 33.181306 secs (32359842

Re: Device working on USB 2 but not on USB 3, best way to isolate the problem

2012-07-03 Thread Hans Petter Selasky
On Tuesday 03 July 2012 15:30:00 Erich Dollansky wrote: Hi Hans, On Tuesday, July 03, 2012 01:32:04 AM Hans Petter Selasky wrote: On Sunday 01 July 2012 02:02:03 Erich Dollansky wrote: Hi, On Saturday, June 30, 2012 10:02:21 PM Hans Petter Selasky wrote: On Saturday 30 June

Re: Device working on USB 2 but not on USB 3, best way to isolate the problem

2012-07-02 Thread Hans Petter Selasky
On Sunday 01 July 2012 02:02:03 Erich Dollansky wrote: Hi, On Saturday, June 30, 2012 10:02:21 PM Hans Petter Selasky wrote: On Saturday 30 June 2012 11:46:10 Erich Dollansky wrote: You can try to look at the Linux XHCI driver, and the port switching support they have. It appears

Re: Device working on USB 2 but not on USB 3, best way to isolate the problem

2012-06-30 Thread Hans Petter Selasky
On Saturday 30 June 2012 11:46:10 Erich Dollansky wrote: Hi, I have here a several storage devices which all work in different FreeBSD machines on USB 2. Some of them also work on an USB 3 port but most fail. Even one USB 3 device works on USB 2 but not on USB 3. As at least two USB 2

Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Hans Petter Selasky
On Tuesday 26 June 2012 22:37:48 lini...@freebsd.org wrote: Old Synopsis: USB2 high-speed device detected as full speed New Synopsis: [ugen] USB2 high-speed device detected as full speed Responsible-Changed-From-To: freebsd-amd64-freebsd-usb Responsible-Changed-By: linimon

Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Hans Petter Selasky
The following reply was made to PR usb/169461; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: freebsd-usb@freebsd.org Cc: lini...@freebsd.org, freebsd-am...@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/169461: [ugen] USB2 high-speed device detected

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 17:08:29 Alexander Motin wrote: umass problem Hi, Are you verifying the received data length for the SCSI commands reading out various data? BTW: You could try: usbconfig -d X.Y reset Not sure if it helps. --HPS ___

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 17:17:02 Hans Petter Selasky wrote: On Wednesday 27 June 2012 17:08:29 Alexander Motin wrote: umass problem Hi, Are you verifying the received data length for the SCSI commands reading out various data? BTW: You could try: usbconfig -d X.Y reset

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 17:28:30 Alexander Motin wrote: On 06/27/12 18:17, Hans Petter Selasky wrote: On Wednesday 27 June 2012 17:08:29 Alexander Motin wrote: umass problem Hi, Are you verifying the received data length for the SCSI commands reading out various data

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 17:33:45 Alexander Motin wrote: On 06/27/12 18:31, Hans Petter Selasky wrote: On Wednesday 27 June 2012 17:28:30 Alexander Motin wrote: On 06/27/12 18:17, Hans Petter Selasky wrote: On Wednesday 27 June 2012 17:08:29 Alexander Motin wrote: umass problem Hi

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 17:58:57 Boris Samorodov wrote: 27.06.2012 19:36, Hans Petter Selasky пишет: Then you need to check using usbdump -i usbusX -s 65536 - what is actually going on there. I'm using the unpatched kernel (i.e. stock r237572). There is no /dev/ad*. I use usbconfig

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 18:15:24 Hans Petter Selasky wrote: ERR=STALLED Retrying might not work, until sense is cleared, due to stalled error. MAV: Maybe that failed prevent-allow medium removal left a sense error that needs to be cleared. --HPS

Re: usb/169461: [ugen] USB2 high-speed device detected as full speed

2012-06-27 Thread Hans Petter Selasky
The following reply was made to PR usb/169461; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: bug-follo...@freebsd.org Cc: Subject: Re: usb/169461: [ugen] USB2 high-speed device detected as full speed Date: Wed, 27 Jun 2012 18:42:47 +0200 On Wednesday 27 June 2012

Re: [usb] Kingston 8Gb is not usable

2012-06-27 Thread Hans Petter Selasky
On Wednesday 27 June 2012 19:51:15 Alexander Motin wrote: On 06/27/12 19:26, Hans Petter Selasky wrote: On Wednesday 27 June 2012 18:15:24 Hans Petter Selasky wrote: ERR=STALLED Retrying might not work, until sense is cleared, due to stalled error. MAV: Maybe that failed prevent

Re: [usb] Kingston 8Gb is not usable

2012-06-26 Thread Hans Petter Selasky
On Tuesday 26 June 2012 14:29:28 Boris Samorodov wrote: Hi! I've got a Kingston USB 8Gb stick. It was too noisy (with respect to /var/log/messages) but worked. The system was upgraded today morning: - % uname -a FreeBSD bsam.wart.ru 10.0-CURRENT FreeBSD 10.0-CURRENT #17 r237572: Tue

Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems

2012-06-25 Thread Hans Petter Selasky
On Monday 25 June 2012 00:22:54 maxim naumov wrote: On Sun, Jun 24, 2012 at 2:33 PM, Hans Petter Selasky hsela...@c2i.net wrote: Ok, then it is not a USB host problem. I am not sure I follow. to me that just proves that the HDD doesn't have an irrecoverable error on a particular sector

Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems

2012-06-24 Thread Hans Petter Selasky
Hi, Here is a quick analysis: On Sunday 24 June 2012 10:43:02 maxim naumov wrote: OPEN|STARTED|SHORT_XFER_OK|BDMA_ENABLE|BDMA_SETUP|CURR_DMA_SET|CAN_CANCEL_ IMMED|DOING_CALLBACK|0 01:06:03.757382 usbus3.2 SUBM-BULK-EP=0002,SPD=HIGH,NFR=1,SLEN=32,IVAL=0 frame[0] WRITE 31 bytes 55

Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems

2012-06-24 Thread Hans Petter Selasky
On Sunday 24 June 2012 13:22:29 maxim naumov wrote: On Sun, Jun 24, 2012 at 10:28 AM, Hans Petter Selasky hsela...@c2i.net wrote: Here is a quick analysis: LBA = 0x2FC2B95F00, COUNT=0x80 (64K) IIRC, LBA is a sector index. how can it be 0x2FC2B95F00 if the whole HDD has 0xAEA87B30

Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems

2012-06-24 Thread Hans Petter Selasky
On Sunday 24 June 2012 13:24:50 Hans Petter Selasky wrote: 2FC2B95F Correcting my self again: LBA is 32-bit and length is 16-bit for READ/WRITE 10. Else the size of these fields can vary. --HPS ___ freebsd-usb@freebsd.org mailing list http

Re: Seagate FreeAgent GoFlex 1.5TB external HDD problems

2012-06-23 Thread Hans Petter Selasky
On Saturday 23 June 2012 15:43:15 maxim naumov wrote: hi everyone I am having problems with a recently purchased external HDD: 0bc2:5031 Seagate RSS LLC, FreeAgent GoFlex 1.5TB USB 3.0. the HDD would work fine for a while but then the kernel would lock up and require a powercycle. after

Re: Internal Card Reader

2012-06-19 Thread Hans Petter Selasky
On Tuesday 19 June 2012 18:51:14 Alexander Yerenkow wrote: Hello all! I have here internal card reader (some cheap one), which detects as: ugen4.2: product 0x5200 vendor 0x0d8c at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON What I need to produce(info/code/patches etc) to make this

Re: Internal Card Reader

2012-06-19 Thread Hans Petter Selasky
Hi, On Tuesday 19 June 2012 19:20:59 Alexander Yerenkow wrote: bInterfaceClass = 0x00ff bInterfaceSubClass = 0x00ff bInterfaceProtocol = 0x00ff This indicates a propritary protocol is used. Try searching google for idVendor = 0x0d8c idProduct = 0x5200 Maybe you find

Re: CDC/RNDIS support for FreeBSD?

2012-06-14 Thread Hans Petter Selasky
On Thursday 14 June 2012 15:12:43 Lev Serebryakov wrote: Hello, Lev. You wrote 14 июня 2012 г., 15:46:56: LS Does FreeBSD supports CDC/RNDIS devices? LS Will USB device, which works on Windows and MacOS X without drivers LS (with standard, generic drivers, provided by OS) work on

Re: the usb port is not providing enough juice

2012-06-12 Thread Hans Petter Selasky
On Tuesday 12 June 2012 09:36:37 Daniel Braniss wrote: On 11/06/2012, at 22:52, Daniel Braniss wrote: I can't charge iPad using my FreeBD desctop, iPhone/iPod is ok. under Linux there is a patch that does some 'magic', so I was wondering if we have something similar for FreeBSD.

usb/168743: panic: double fault caused by umass

2012-06-11 Thread Hans Petter Selasky
Hi, This sounds like a missing MODULE_DEPEND() issue or your pendrive is returning an error code to some of the SCSI commands which is not handled properly. Could you add these options to the kernel config file: options KDB # Kernel debugger related code options

usb/168743: panic: double fault caused by umass

2012-06-11 Thread Hans Petter Selasky
The following reply was made to PR usb/168743; it has been noted by GNATS. From: Hans Petter Selasky hsela...@c2i.net To: free...@nagilum.org Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: usb/168743: panic: double fault caused by umass Date: Mon, 11 Jun 2012 18:57:12

Re: usb power output issues

2012-06-06 Thread Hans Petter Selasky
On Wednesday 06 June 2012 18:37:15 Mark Felder wrote: On Wed, 06 Jun 2012 11:21:04 -0500, Hans Petter Selasky hsela...@c2i.net wrote: Attachments look OK. Are any other USB devices being used at the time this failure happens? No, the only things plugged in via USB are the keyboard

Re: Recommendations for programming HID in FreeBSD 9

2012-06-01 Thread Hans Petter Selasky
On Thursday 31 May 2012 18:30:56 Engineering wrote: Hi all, I hope this is the right place to ask this I am in process of migrating an embedded system from BSD 7.0 to 9.0, as we need upgraded video card drivers which will not compile on the old system. To confuse matters a bit, I believe it

Re: Recommendations for programming HID in FreeBSD 9

2012-06-01 Thread Hans Petter Selasky
On Friday 01 June 2012 15:45:40 Engineering wrote: [original post moved to end for brevity - or should I just delete it when replying?] Or is uhid being obsoleted? uhid is not going to get obsoleted, though using libraries from user-space is sometimes more convenient. --HPS

Re: Recommendations for programming HID in FreeBSD 9

2012-06-01 Thread Hans Petter Selasky
On Friday 01 June 2012 18:12:20 Engineering wrote: From: Hans Petter Selasky [mailto:hsela...@c2i.net] uhid is not going to get obsoleted, though using libraries from user-space is sometimes more convenient. Thanks HPS (and Xiaofan) I definitely agree with that, but I've got legacy

Re: Accessing USB from linux libusb-0.1-aware application (under linuxulator in freebsd 8)

2012-05-10 Thread Hans Petter Selasky
On Thursday 10 May 2012 17:14:50 Antuan Avdioukhine wrote: Greetings! Can anybody assist me with URLs/docs/whatever how to access USB device from linux application running on freebsd 8.2? I'm trying to get worked scanner which have binary-only linux driver for SANE. The first trouble

Re: Is there a facility to send USB requests through the script?

2012-04-22 Thread Hans Petter Selasky
On Sunday 22 April 2012 07:25:20 Daniel O'Connor wrote: On 22/04/2012, at 14:34, Yuri wrote: I am looking at the USB webcam device that doesn't work on BSD (stalls). I have the log of linux USB communcation to the same device, where it works fine. Is there a way I can send the

Re: dfu-util 0.5

2012-04-21 Thread Hans Petter Selasky
On Saturday 21 April 2012 07:48:41 Matthias Apitz wrote: El día Friday, April 20, 2012 a las 04:18:46PM +0200, Matthias Apitz escribió: Hi, You need to patch the latest git: git clone git://git.openezx.org/dfu-util.git And build that. Hello, I have spent some hours

Re: dfu-util 0.5

2012-04-20 Thread Hans Petter Selasky
On Tuesday 17 April 2012 22:05:43 Hans Petter Selasky wrote: On Tuesday 17 April 2012 21:58:36 Hans Petter Selasky wrote: Hi Matthias, I reviewed the dfu-util code and there is a bug there with regard to libusb usage. Can you try the attached patch. It fixes a duplicate libusb open

<    4   5   6   7   8   9   10   11   12   13   >