Re: Disconnects every 15 seconds

2014-12-15 Thread Hans Petter Selasky
On 12/14/14 20:43, Randall Fox wrote: On everything below, I removed the USB hub I tested with in the last message and plugged the UPS directly into the computers USB port, like before. Can you send the output from pciconv -lv especially those lines which relate to USB controllers? Also try

[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Mon Dec 15 08:26:37 UTC 2014 New revision: 275785 URL: https://svnweb.freebsd.org/changeset/base/275785 Log: MFC r275624: Add port

[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793 --- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Mon Dec 15 08:28:01 UTC 2014 New revision: 275786 URL: https://svnweb.freebsd.org/changeset/base/275786 Log: MFC r275624: Add port

[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Mon Dec 15 08:31:59 UTC 2014 New revision: 275787 URL: https://svnweb.freebsd.org/changeset/base/275787 Log: MFC r275624: Add port

[Bug 195793] USB 3.0 support on Intel H97 chipset

2014-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195793 Hans Petter Selasky hsela...@freebsd.org changed: What|Removed |Added Resolution|--- |FIXED

Re: Disconnects every 15 seconds

2014-12-15 Thread Randall Fox
Also, does the endless attach/detach happen to other USB devices? No, I haven't seen it with other devices, though it has been tested only a little. The mouse for example is silent when attached as expected, as is the keyboard. Since this is a server, I have little use for any connections,

Re: Disconnects every 15 seconds

2014-12-15 Thread Hans Petter Selasky
Hi, On 12/15/14 09:58, Randall Fox wrote: Dec 15 00:29:21 freenas kernel: uhub_read_port_status: port 2, wPortStatus=0x0101, wPortChange=0x0001, err=USB_ERR_NORMAL_COMPLETION This message means that the UPS_C_CONNECT_STATUS changed. My best guess is that the device had a problem and decided

Re: urndis and umodem device collision for ue device

2014-12-15 Thread Hans Petter Selasky
Hi, The following patches should fix your problem: https://svnweb.freebsd.org/changeset/base/275790 https://svnweb.freebsd.org/changeset/base/275791 --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb

Re: Disconnects every 15 seconds

2014-12-15 Thread Randall Fox
Here is the result, nothing but grep.. $ ps auxw | grep ugen root 80705 0.0 0.0 16272 2080 0 S+9:04AM0:00.00 grep ugen Looks like you have another message with a possible fix.. I will reply on that one.. thnx On Mon, Dec 15, 2014 at 1:20 AM, Hans Petter Selasky

Re: urndis and umodem device collision for ue device

2014-12-15 Thread Randall Fox
The following patches should fix your problem: https://svnweb.freebsd.org/changeset/base/275790 https://svnweb.freebsd.org/changeset/base/275791 Would it be correct to assume I need to recompile the kernel to get this working? Can you describe the issue and the solution? I will need to

Re: urndis and umodem device collision for ue device

2014-12-15 Thread Hans Petter Selasky
Hi, On 12/15/14 18:12, Randall Fox wrote: The following patches should fix your problem: https://svnweb.freebsd.org/changeset/base/275790 https://svnweb.freebsd.org/changeset/base/275791 Would it be correct to assume I need to recompile the kernel to get this working? You need to build a

Re: urndis and umodem device collision for ue device

2014-12-15 Thread Anish Mistry
On Monday, December 15, 2014 10:37:14 AM Hans Petter Selasky wrote: Hi, The following patches should fix your problem: https://svnweb.freebsd.org/changeset/base/275790 https://svnweb.freebsd.org/changeset/base/275791 --HPS Just tested and confirmed this works. Thanks, -- Anish