Unrecognized Atheros USB stick ?

2009-08-27 Thread Mike Tancsa


I was sent a sample of this USB 802.11n usb wireless nic

http://www.tplink.com/products/product_des.asp?id=140


Is it supported by any of the drivers ? Nothing seems to attach to it


0(ich10)# usbconfig -u 0 -a 2 dump_device_desc
ugen0.2:  at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0200
  bDeviceClass = 0x00ff
  bDeviceSubClass = 0x00ff
  bDeviceProtocol = 0x00ff
  bMaxPacketSize0 = 0x0040
  idVendor = 0x0cf3
  idProduct = 0x9170
  bcdDevice = 0x0106
  iManufacturer = 0x0010  
  iProduct = 0x0020  
  iSerialNumber = 0x0030  <12345>
  bNumConfigurations = 0x0001

0(ich10)#

---Mike


Mike Tancsa,  tel +1 519 651 3400
Sentex Communications,m...@sentex.net
Providing Internet since 1994www.sentex.net
Cambridge, Ontario Canada www.sentex.net/mike

___
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/107243: [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive quirk

2009-08-27 Thread gavin
Synopsis: [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive quirk

State-Changed-From-To: feedback->open
State-Changed-By: gavin
State-Changed-When: Thu Aug 27 18:23:57 UTC 2009
State-Changed-Why: 
Submitter provided feedback (and an updated patch against 7.x) - 
but doesn't know if this is still an issue in 8.x.  Thanks for
your feedback!


Responsible-Changed-From-To: gavin->freebsd-usb
Responsible-Changed-By: gavin
Responsible-Changed-When: Thu Aug 27 18:23:57 UTC 2009
Responsible-Changed-Why: 
Back over to maintainer(s)

http://www.freebsd.org/cgi/query-pr.cgi?pr=107243
___
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/107243: [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive quirk

2009-08-27 Thread Tijl Coosemans
On Tuesday 25 August 2009 14:53:58 ga...@freebsd.org wrote:
> Old Synopsis: [cam] [patch] Apacer USB Flash Drive quirk
> New Synopsis: [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive quirk
> 
> State-Changed-From-To: open->feedback
> State-Changed-By: gavin
> State-Changed-When: Tue Aug 25 12:52:05 UTC 2009
> State-Changed-Why: 
> To submitter:  Do you know if this issue has ever been resolved?  Also, do
> you know if this is still an issue with the new USB stack found in FreeBSD 8?
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=107243

It's still an issue on today's 7-stable.
I currently don't have time to upgrade to 8 so I don't know about that.

I've attached an updated patch for 7-stable, because the old one
doesn't apply anymore.

And here's dmesg output (btw, vendor id isn't recognised either):

umass0:  on 
uhub3
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0
(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition
(probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0
(probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed
(probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data)
da0 at umass-sim0 bus 0 target 0 lun 0
da0: < USB FLASH DRIVE 1.01> Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 124MB (253952 512 byte sectors: 64H 32S/T 124C)

Without the patch I then get these messages repeatedly:

umass0: Phase Error, residue = 0
(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x4, scsi status == 
0x0
--- sys/cam/scsi/scsi_da.c.orig 2008-09-30 17:24:40.0 +0200
+++ sys/cam/scsi/scsi_da.c  2008-09-30 17:26:42.0 +0200
@@ -546,6 +546,13 @@
{
{T_DIRECT, SIP_MEDIA_REMOVABLE, "Netac", "OnlyDisk*",
 "2000"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+   },
+   {
+   /*
+* Apacer Handy Steno
+*/
+   {T_DIRECT, SIP_MEDIA_REMOVABLE, "", "USB FLASH DRIVE",
+"*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
}
 };
 
___
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/111753: [usb67] [uhid] [panic] Replicable system panic involving UHID driver

2009-08-27 Thread Jamie Landeg Jones
Hi - I don't know of any fix, and I'd like to test it with freebsd 8, but I 
currently
don't have access to the machine with the problem, and it will probably be a 
few weeks
before I do.

I know it's not your department, but if you know who to point this one to: 
http://www.freebsd.org/cgi/query-pr.cgi?pr=137310&cat=

This one IS another replicable panic that exists in 7.X and the current 
8.0-BETA, but no-one seems to care!

Cheers,
Jamie
___
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"