Re: why does ulpt depend on ucom?

2011-02-28 Thread Daniel O'Connor

On 01/03/2011, at 15:52, Carl wrote:
> /usr/src/sys/conf/files causes the ucom driver to be compiled into the kernel 
> if ulpt is specified for inclusion. Why? ucom provides support for USB tty.

Looks like a bug, specifically the second to last line of 
/usr/src/sys/dev/usb/serial/ulpt.c

Also, I'm not really sure why ulpt.c is in the serial directory but that isn't 
a big issue.

--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C






___
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/150189: [run] [usb8] [patch] if_run appears to corrupt IP traffic

2011-02-28 Thread linimon
Synopsis: [run] [usb8] [patch] if_run appears to corrupt IP traffic

State-Changed-From-To: feedback->open
State-Changed-By: linimon
State-Changed-When: Tue Mar 1 06:30:21 UTC 2011
State-Changed-Why: 
One of the two problems has been resolved, but not the other.

http://www.freebsd.org/cgi/query-pr.cgi?pr=150189
___
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"


why does ulpt depend on ucom?

2011-02-28 Thread Carl
/usr/src/sys/conf/files causes the ucom driver to be compiled into the 
kernel if ulpt is specified for inclusion. Why? ucom provides support 
for USB tty.


I'm using FreeBSD-8.1-RELEASE-amd64/i386.

Carl   / K0802647

___
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: failed to start webcamd

2011-02-28 Thread martinko

Hans Petter Selasky wrote:

On Monday 28 February 2011 21:39:02 martinko wrote:

Hans Petter Selasky wrote:

On Monday 28 February 2011 19:35:38 martinko wrote:

Hi,

I've just installed webcamd port to try out my Logitech HD camera.
However, when plugging the camera in I get "root:
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
then camera is disconnected, connected again and it all repeats (cycle
about 1 second).

Where should I start looking at please ?


Hi,

There is a new webcamd port coming soon. Can you give that a try first
and see if the problem is still the same?

--HPS


Btw, any reason behind randomising man pages in Makefile ?
Now it is more difficult to find out if a particular driver is in.


You mean the alphabetical sorting?

--HPS


Yes, that's what I meant.  [It's also harder to maintain the port.]
I noticed because I have Philips SAA7135hl ENLTV TV/Radio Tuner and I 
wondered whether there could be a driver for it. :-)

Also when doing `pkg_info -L` the files come in Makefile order.

M.

___
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: failed to start webcamd

2011-02-28 Thread martinko

Hans Petter Selasky wrote:

On Monday 28 February 2011 21:35:57 martinko wrote:

Hans Petter Selasky wrote:

On Monday 28 February 2011 19:40:33 Hans Petter Selasky wrote:

On Monday 28 February 2011 19:35:38 martinko wrote:

Hi,

I've just installed webcamd port to try out my Logitech HD camera.
However, when plugging the camera in I get "root:
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
then camera is disconnected, connected again and it all repeats (cycle
about 1 second).

Where should I start looking at please ?


Hi,

There is a new webcamd port coming soon. Can you give that a try first
and see if the problem is still the same?

--HPS


You can also try to compile webcamd with debugging and see if any errors
are output. Maybe your camera needs firmware to work.

--HPS


Next time, if you think it can reveal something useful.

I don't think it needs any firmware.  It should support UVC, afaik.
I tried it with Mac and it worked immediately after plugging in.


The new version of webcamd is in ports now.

--HPS


I unplugged the camera, deinstalled webcamd, configured it with debug 
support and installed, then tried to restart devd as suggested:


# /etc/rc.d/devd restart
devd not running?
Starting devd.
Starting webcamd.
Attached ugen3.2[0] to cuse unit -1
Starting webcamd.
Webcamd is already running for ugen3.2.0
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd
devd: devd already running, pid: 872
/etc/rc.d/devd: WARNING: failed to start devd

___
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: failed to start webcamd

2011-02-28 Thread Hans Petter Selasky
On Monday 28 February 2011 21:35:57 martinko wrote:
> Hans Petter Selasky wrote:
> > On Monday 28 February 2011 19:40:33 Hans Petter Selasky wrote:
> >> On Monday 28 February 2011 19:35:38 martinko wrote:
> >>> Hi,
> >>> 
> >>> I've just installed webcamd port to try out my Logitech HD camera.
> >>> However, when plugging the camera in I get "root:
> >>> /usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
> >>> then camera is disconnected, connected again and it all repeats (cycle
> >>> about 1 second).
> >>> 
> >>> Where should I start looking at please ?
> >> 
> >> Hi,
> >> 
> >> There is a new webcamd port coming soon. Can you give that a try first
> >> and see if the problem is still the same?
> >> 
> >> --HPS
> > 
> > You can also try to compile webcamd with debugging and see if any errors
> > are output. Maybe your camera needs firmware to work.
> > 
> > --HPS
> 
> Next time, if you think it can reveal something useful.
> 
> I don't think it needs any firmware.  It should support UVC, afaik.
> I tried it with Mac and it worked immediately after plugging in.

The new version of webcamd is in ports now.

--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: failed to start webcamd

2011-02-28 Thread Hans Petter Selasky
On Monday 28 February 2011 21:39:02 martinko wrote:
> Hans Petter Selasky wrote:
> > On Monday 28 February 2011 19:35:38 martinko wrote:
> >> Hi,
> >> 
> >> I've just installed webcamd port to try out my Logitech HD camera.
> >> However, when plugging the camera in I get "root:
> >> /usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
> >> then camera is disconnected, connected again and it all repeats (cycle
> >> about 1 second).
> >> 
> >> Where should I start looking at please ?
> > 
> > Hi,
> > 
> > There is a new webcamd port coming soon. Can you give that a try first
> > and see if the problem is still the same?
> > 
> > --HPS
> 
> Btw, any reason behind randomising man pages in Makefile ?
> Now it is more difficult to find out if a particular driver is in.

You mean the alphabetical sorting?

--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: failed to start webcamd

2011-02-28 Thread martinko

Hans Petter Selasky wrote:

On Monday 28 February 2011 19:40:33 Hans Petter Selasky wrote:

On Monday 28 February 2011 19:35:38 martinko wrote:

Hi,

I've just installed webcamd port to try out my Logitech HD camera.
However, when plugging the camera in I get "root:
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
then camera is disconnected, connected again and it all repeats (cycle
about 1 second).

Where should I start looking at please ?


Hi,

There is a new webcamd port coming soon. Can you give that a try first and
see if the problem is still the same?

--HPS


You can also try to compile webcamd with debugging and see if any errors are
output. Maybe your camera needs firmware to work.

--HPS


Next time, if you think it can reveal something useful.

I don't think it needs any firmware.  It should support UVC, afaik.
I tried it with Mac and it worked immediately after plugging in.

M.

___
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: failed to start webcamd

2011-02-28 Thread martinko

Hans Petter Selasky wrote:

On Monday 28 February 2011 19:35:38 martinko wrote:

Hi,

I've just installed webcamd port to try out my Logitech HD camera.
However, when plugging the camera in I get "root:
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
then camera is disconnected, connected again and it all repeats (cycle
about 1 second).

Where should I start looking at please ?



Hi,

There is a new webcamd port coming soon. Can you give that a try first and see
if the problem is still the same?

--HPS



Btw, any reason behind randomising man pages in Makefile ?
Now it is more difficult to find out if a particular driver is in.

M:)

___
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: failed to start webcamd

2011-02-28 Thread martinko

Hans Petter Selasky wrote:

On Monday 28 February 2011 19:35:38 martinko wrote:

Hi,

I've just installed webcamd port to try out my Logitech HD camera.
However, when plugging the camera in I get "root:
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
then camera is disconnected, connected again and it all repeats (cycle
about 1 second).

Where should I start looking at please ?



Hi,

There is a new webcamd port coming soon. Can you give that a try first and see
if the problem is still the same?

--HPS



Hi!

I had a little difficulty applying the patch and later restarting devd 
(WARNING: failed to start devd) but the end result seems interesting:


kernel: ugen3.2:  at usbus3
kernel: uaudio0: 2.00/0.10, addr 2> on usbus3

kernel: uaudio0: No playback!
kernel: uaudio0: Record: 32000 Hz, 2 ch, 16-bit S-LE PCM format
kernel: uaudio0: No midi sequencer
kernel: pcm1:  on uaudio0

So I do have audio but where is video ?

And how should I test it ?  :-)

Cheers,

Martin

___
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: failed to start webcamd

2011-02-28 Thread Hans Petter Selasky
On Monday 28 February 2011 19:40:33 Hans Petter Selasky wrote:
> On Monday 28 February 2011 19:35:38 martinko wrote:
> > Hi,
> > 
> > I've just installed webcamd port to try out my Logitech HD camera.
> > However, when plugging the camera in I get "root:
> > /usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
> > then camera is disconnected, connected again and it all repeats (cycle
> > about 1 second).
> > 
> > Where should I start looking at please ?
> 
> Hi,
> 
> There is a new webcamd port coming soon. Can you give that a try first and
> see if the problem is still the same?
> 
> --HPS

You can also try to compile webcamd with debugging and see if any errors are 
output. Maybe your camera needs firmware to work.

--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: failed to start webcamd

2011-02-28 Thread Hans Petter Selasky
On Monday 28 February 2011 19:35:38 martinko wrote:
> Hi,
> 
> I've just installed webcamd port to try out my Logitech HD camera.
> However, when plugging the camera in I get "root:
> /usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message,
> then camera is disconnected, connected again and it all repeats (cycle
> about 1 second).
> 
> Where should I start looking at please ?
> 

Hi,

There is a new webcamd port coming soon. Can you give that a try first and see 
if the problem is still the same?

--HPS
diff -N -u -r webcamd.orig/Makefile webcamd/Makefile
--- webcamd.orig/Makefile	2011-02-28 17:09:51.0 +0100
+++ webcamd/Makefile	2011-02-28 17:47:37.0 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	webcamd
-PORTVERSION=	0.1.18
-PORTREVISION=	1
+PORTVERSION=	0.1.20
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.selasky.org/hans_petter/video4bsd/releases/
 
@@ -26,13 +25,17 @@
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 MANCOMPRESSED=	yes
-MAN4=		au0828.4 benq.4 bttv.4 conex.4 cpiax.4 cx23885.4 cx88.4 \
-		em28xx.4 et61x251.4 finepix.4 gl860.4 ibmcam.4 ivtv.4 \
-		jeilinj.4 m5602.4 mars.4 meye.4 mr97310a.4 ov519.4 ov534.4 \
-		pacxxx.4 pvrusb2.4 pwc.4 saa7134.4 saa7164.4 se401.4 si470x.4 \
-		sn9c102.4 sn9c20x.4 sonixj.4 spca5xx.4 sq905c.4 stk014.4 \
-		stv06xx.4 sunplus.4 t613.4 tv8532.4 usbvision.4 vc032x.4 \
-		w9966.4 w996x.4 zc0301.4 zc3xx.4 zoran.4 zr364xx.4
+MAN4=		a800.4 ce6230.4 dtv5100.4 gl861.4 mr800.4 pwc.4 sq905c.4 \
+		usbvision.4 af9005.4 cinergy.4 dw2102.4 gp8psk.4 \
+		mr97310a.4 s2255.4 stk014.4 uvc.4 af9015.4 conex.4 \
+		ec168.4 hdpvr.4 nova-t.4 se401.4 stv06xx.4 vc032x.4 \
+		anysee.4 cpiax.4 em28xx.4 ibmcam.4 opera.4 siano.4 \
+		sunplus.4 vp702x.4 au0828.4 cxusb.4 et61x251.4 \
+		jeilinj.4 ov519.4 sn9c102.4 t613.4 vp7045.4 au6610.4 \
+		dib0700.4 finepix.4 m5602.4 ov534.4 sn9c20x.4 ttusb2.4 \
+		zc3xx.4 b2c2.4 digitv.4 friio.4 m920x.4 pacxxx.4 \
+		sonixj.4 tv8532.4 zr364xx.4 benq.4 dtt200u.4 gl860.4 \
+		mars.4 pvrusb2.4 spca5xx.4 umt.4
 MAN8=		webcamd.8
 
 LIBDIR=		${PREFIX}/lib
diff -N -u -r webcamd.orig/distinfo webcamd/distinfo
--- webcamd.orig/distinfo	2011-02-28 17:09:51.0 +0100
+++ webcamd/distinfo	2011-02-28 17:47:14.0 +0100
@@ -1,2 +1,2 @@
-SHA256 (webcamd-0.1.18.tar.bz2) = 5ebb5b5347ddf6f3552141fa43036e330ece54133a66e7f2832de9770eb96aeb
-SIZE (webcamd-0.1.18.tar.bz2) = 3545356
+SHA256 (webcamd-0.1.20.tar.bz2) = 8a95758ffa79541e1c53e7ed19be6d0c12ba39a40c1221cdb4e0ddfbdfb33cd9
+SIZE (webcamd-0.1.20.tar.bz2) = 3564033
diff -N -u -r webcamd.orig/files/patch-dvb_frontend.h webcamd/files/patch-dvb_frontend.h
--- webcamd.orig/files/patch-dvb_frontend.h	2011-02-28 17:09:51.0 +0100
+++ webcamd/files/patch-dvb_frontend.h	1970-01-01 01:00:00.0 +0100
@@ -1,11 +0,0 @@
 v4l-dvb/linux/include/linux/dvb/frontend.h.orig	2010-03-19 03:47:27.0 +0100
-+++ v4l-dvb/linux/include/linux/dvb/frontend.h	2010-04-15 13:00:04.0 +0200
-@@ -373,7 +373,7 @@
- };
- 
- #define FE_SET_PROPERTY		   _IOW('o', 82, struct dtv_properties)
--#define FE_GET_PROPERTY		   _IOR('o', 83, struct dtv_properties)
-+#define FE_GET_PROPERTY		   _IOW('o', 83, struct dtv_properties)
- 
- 
- /**
___
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"


failed to start webcamd

2011-02-28 Thread martinko

Hi,

I've just installed webcamd port to try out my Logitech HD camera.
However, when plugging the camera in I get "root: 
/usr/local/etc/rc.d/webcamd: WARNING: failed to start webcamd" message, 
then camera is disconnected, connected again and it all repeats (cycle 
about 1 second).


Where should I start looking at please ?

Cheers,

Martin

PS: This is on 8.2-RELEASE with the latest webcamd port.

___
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: Port/ Driver for USB Modem

2011-02-28 Thread Dr Satyakam Phukan
Thanks for the information Hans

Satyakam 




___
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/129673: [uhci] uhci (uhub) confused on replugging USB 1.1 scanner

2011-02-28 Thread mandree
Synopsis: [uhci] uhci (uhub) confused on replugging USB 1.1 scanner

State-Changed-From-To: open->closed
State-Changed-By: mandree
State-Changed-When: Mon Feb 28 14:09:28 UTC 2011
State-Changed-Why: 
report pertains to FreeBSD version no longer supported

http://www.freebsd.org/cgi/query-pr.cgi?pr=129673
___
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"


Current problem reports assigned to freebsd-usb@FreeBSD.org

2011-02-28 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o usb/154753   usb[usbdevs] [patch] Support for Qualcomm USB modem/stora
o usb/154710   usb[ugen] Conexant USB Modem is not working in 8.x. In 7.
o usb/154593   usb[umass] Input/output error writing to external USB dri
o usb/154506   usb[umass] Copying dir with large files makes FreeBSD loa
o usb/154192   usb[umass] In Garmin Oregon GPS, only the first umass dev
o usb/153703   usb[keyboard] My USB keyboard can not be used in 8-STABLE
o usb/153609   usb[zyd] [panic] kernel: Fatal trap 12: page fault while 
o usb/153599   usb[usbdevs] [patch] Feiya Elango USB MicroSD reader sync
o usb/153149   usb[umass] USB stick quirk regression [regression]
o usb/152075   usb[usb8] [ehci] [request] Add quirk for CS5536 USB
o usb/150892   usb[zyd] Whenever network contacted in any shape, way or 
o usb/150401   usb[umass] [usb8] [patch] Errors from USB drives mixed be
f usb/150189   usb[run] [usb8] [patch] if_run appears to corrupt IP traf
p usb/149934   usb[patch] [usb8] Transcend JetFlash V85 poor performance
o usb/149900   usb[uftdi] [patch] FreeBSD 8.1 uftdi patch to support usb
p usb/149764   usb[u3g] [patch] usbdevs update: Huawei K3765 3G modem
o usb/149675   usb[uftdi] [usb_serial] doesn't react to break properly
o usb/149528   usb[zyd] Wireless USB stick not detected - vendor id 0x08
o usb/149283   usb[uftdi] avrdude unable to talk to Arduino board (via u
o usb/149162   usb[ural] ASUS WL-167g doesn't work in 8.1 (continue of 1
s usb/148702   usb[usb8] [request] IO DATA USB-RSAQ5 support on FreeBSD-
o usb/148080   usbusbconfig(8) sometimes does not turn off the device
o usb/147516   usb[umass] [usb67] kernel unable to deal with Olympus USB
o i386/147475  usb[install] FreeBSD 8.x does not install on ASUS K8N4-E 
p usb/146871   usb[usbdevs] [usb8] [patch] provide descriprive string fo
o usb/146840   usb[hang] FreeBSD 7.2 / 7.3 / 8.0 hang at startup after e
o usb/146153   usb[axe] [usb8] Hosts in network doesn't receive any pack
o usb/146054   usb[urtw] [usb8] urtw driver potentially out of date
f usb/145513   usb[usb8] New USB stack: no new devices after forced usb 
p usb/145455   usb[usb8] [patch] USB debug support cannot be disabled
o usb/145415   usb[umass] [usb8] USB card reader does not create slices 
a usb/145184   usbGENERIC can't mount root from USB on Asus EEE
o usb/145165   usb[keyboard] [usb8] ukbd_set_leds_callback: error=USB_ER
f kern/144938  usb[keyboard] [boot] Boot Failure with Apple (MB869LL/A) 
o usb/144387   usb[run] [panic] if_run panic
o usb/144043   usb[umass] [usb8] USB DLT tape drive throws random errors
a usb/143790   usb[boot] [cam] can not boot from usb hdd
f usb/143620   usb[cdce] [usb8] the module if_cdce doesn't support my Op
f usb/143294   usb[usb8] copying process stops at some time (10 - 50 sec
o usb/143286   usb[ukbd] [usb8] [boot] boot failures on RELENG_8 system 
p usb/143186   usb[usbdevs] [usb8] [patch] add USB device IDs for Google
a usb/143139   usb[umass] [usb8] [patch] Quirk for Century EX35SW4_SB4 J
o usb/143045   usb[umass] [usb8] [patch] mounting Fujitsu 2600Z camera d
o usb/142991   usb[uftdi] [usb67] [patch] Patch to add Crystalfontz 533 
f usb/142989   usb[usb8] canon eos 50D attaches but detaches after few s
f usb/142957   usb[umass] [usb8] [patch] patch for USB disk SYNCHRONIZE 
o usb/142719   usb[urtw] [usb8] AirLive WL-1600USB (RTL8187L chipset) fa
o usb/142713   usb[usb67] [panic] Kernel Panik when connecting an IPhone
f usb/142276   usb[umass] [usb8] Cache Synchronization Error with Olympu
o usb/142229   usb[ums] [usb8] [hang] connecting a USB mouse to a Dell P
o usb/141777   usb[usb8] [usbdevs] [rum] [patch] Support usbdevs / rum(4
f usb/141680   usb[uath] [usb8] Netgear WG111T not working with uath dri
o usb/141664   usb[pcm] [usb8] Logitech USB microphone failure [regressi
o usb/141474   usb[boot] [usb8] FreeBSD 8.0 can not install from USB CDR
o usb/141327   usb[ukbd] [usb67] USB kbd not working with 7.1+PAE on IBM
o usb/141212   usb[ukbd] [usb8] ukbd_set_leds_callback:700: error=USB_ER
o kern/141011  usb[usb8] Encrypted root, geli password at boot; enter ke
o usb/140920   usb[install] [usb8] USB based insta

[sha...@gmail.com: Re: usb/150189: [run] [usb8] [patch] if_run appears to corrupt IP traffic]

2011-02-28 Thread Mark Linimon
The following reply was made to PR usb/150189; it has been noted by GNATS.

From: Mark Linimon 
To: bug-follo...@freebsd.org
Cc:  
Subject: [sha...@gmail.com: Re: usb/150189: [run] [usb8] [patch] if_run
 appears to corrupt IP traffic]
Date: Mon, 28 Feb 2011 03:28:38 -0600

 - Forwarded message from Derrick Brashear  -
 
 Date: Mon, 28 Feb 2011 03:30:06 -0500
 From: Derrick Brashear 
 To: lini...@freebsd.org
 Cc: freebsd-usb@freebsd.org
 Subject: Re: usb/150189: [run] [usb8] [patch] if_run appears to corrupt IP 
traffic
 
 The WEP issue has been resolved; The random disconnects have as yet not.
 
 On Sun, Feb 27, 2011 at 11:21 PM,   wrote:
 > Synopsis: [run] [usb8] [patch] if_run appears to corrupt IP traffic
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: linimon
 > State-Changed-When: Mon Feb 28 04:20:34 UTC 2011
 > State-Changed-Why:
 > Note that feedback was requested.
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=150189
 >
 
 
 
 -- 
 Derrick
 
 
 - End forwarded message -
___
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/150189: [run] [usb8] [patch] if_run appears to corrupt IP traffic

2011-02-28 Thread Derrick Brashear
The WEP issue has been resolved; The random disconnects have as yet not.

On Sun, Feb 27, 2011 at 11:21 PM,   wrote:
> Synopsis: [run] [usb8] [patch] if_run appears to corrupt IP traffic
>
> State-Changed-From-To: open->feedback
> State-Changed-By: linimon
> State-Changed-When: Mon Feb 28 04:20:34 UTC 2011
> State-Changed-Why:
> Note that feedback was requested.
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=150189
>



-- 
Derrick
___
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"