Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505

2010-08-12 Thread Hans Petter Selasky
On Wednesday 11 August 2010 16:21:01 Cedric Anderson wrote:
 Number: 149528
 Category:   usb
 Synopsis:   Wireless USB stick not detected - vendor id 0x083a device
 id 0x4505 Confidential:   no
 Severity:   non-critical
 Priority:   low
 Responsible:freebsd-usb
 State:  open
 Quarter:
 Keywords:
 Date-Required:
 Class:  sw-bug
 Submitter-Id:   current-users
 Arrival-Date:   Wed Aug 11 14:30:07 UTC 2010
 Closed-Date:
 Last-Modified:
 Originator: Cedric Anderson
 Release:8.1-STABLE
 Organization:
 
 Environment:
 FreeBSD peqs.local 8.1-STABLE FreeBSD 8.1-STABLE #13: Tue Aug 10 23:34:54
 CEST 2010 jin...@peqs.local:/usr/obj/usr/src/sys/PEQS  amd64
 
 Description:
 I have a particular wireless USB stick that is not detected by FreeBSD 8.1
 as is. It is listed in /usr/src/sys/dev/usb/usbdevs but no driver lists
 it as supported.
 
 In  the usbdevs file it is the following:
 
 product ACCTON SMCWUSBG_NF  0x4505  SMCWUSB-G (no firmware)
 
 usbconfig output is:
 
 [r...@peqs ~]# usbconfig -d 1.2 dump_device_desc
 ugen1.2: USB2.0 WLAN SMC at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps)
 pwr=ON
 
   bLength = 0x0012
   bDescriptorType = 0x0001
   bcdUSB = 0x0200
   bDeviceClass = 0x00ff
   bDeviceSubClass = 0x00ff
   bDeviceProtocol = 0x00ff
   bMaxPacketSize0 = 0x0040
   idVendor = 0x083a
   idProduct = 0x4505
   bcdDevice = 0x4810
   iManufacturer = 0x0010  SMC
   iProduct = 0x0020  USB2.0 WLAN
   iSerialNumber = 0x  no string
   bNumConfigurations = 0x0001
 
 How-To-Repeat:
 
 Fix:
 I have added a line to /usr/src/sys/dev/usb/wlan/if_zyd.c and now it seems
 to work fine. Here is the relevant line:
 
 ..
 ..
 /* ZYD_ZD1211B */
 ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG),
 ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF),  --- this is mine
 ZYD_ZD1211B_DEV(ACCTON, ZD1211B),
 ZYD_ZD1211B_DEV(ASUS, A9T_WIFI),
 ..
 ..
 
 Release-Note:
 Audit-Trail:
 
 Unformatted:

Committed, see USB P4 change ID #182300.

--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 modem driver needed Solved

2010-08-12 Thread Hans Petter Selasky
On Wednesday 11 August 2010 23:02:31 Adrie wrote:
 Hi, I don't know if one of you had something to do with it , but here is
 the kernel with Neotel modems id's, and it works.
 Please have it in future releases!
 
 Thanks very much1
 
 Zani

Hi,

Can you send me that patch you applied to the source code?

Use:

diff -u old_file new_file  patch.txt

--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 modem driver needed Solved

2010-08-12 Thread Nick Hibma
The example on Ubuntu below shows the ATDT style, and that should be through a 
normal (set of 2) serial port(s), not the HSO driver. The HSO driver requires 
different commands (AT_OWANDATA and friends).

So the IDs shouldbe added to the u3g.c driver.

Nick

On 11 Aug 2010, at 23:33, Adrie wrote:

  
 Hi, I don't know if one of you had something to do with it , but here is the 
 kernel with Neotel modems id's, and it works: 
 http://www.mediafire.com/?bcsv0efbdq3boyx
 Please have it in future releases!
  
 Thanks very much!
  
 Zani
  
  
  
  
  
  
 ---Original Message---
  
 From: Hans Petter Selasky
 Date: 2010/08/07 09:50:07 PM
 To: freebsd-usb@freebsd.org;  Fredrik Lindberg
 Cc: Adrie
 Subject: Re: Fw: Re: USB modem driver needed
  
 On Saturday 07 August 2010 20:08:43 Adrie wrote:
  Hi,
  More info for getting this device running under Ubuntu from a forum:
  
 I think the driver is called uhso.c, see /sys/dev/usb/net/uhso.c . Maybe there
 is a missing VID+PID in the table there if it does not get detected under
 FreeBSD 8+.
  
 --HPS
  
 image.gif
 stampa_girl_line_en.gif

___
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/149528: Wireless USB stick not detected - vendor id 0x083a device id 0x4505

2010-08-12 Thread Hans Petter Selasky
The following reply was made to PR usb/149528; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org
Cc: Cedric Anderson jin...@hotmail.com,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/149528: Wireless USB stick not detected - vendor id 0x083a 
device id 0x4505
Date: Thu, 12 Aug 2010 08:47:14 +0200

 On Wednesday 11 August 2010 16:21:01 Cedric Anderson wrote:
  Number: 149528
  Category:   usb
  Synopsis:   Wireless USB stick not detected - vendor id 0x083a device
  id 0x4505 Confidential:   no
  Severity:   non-critical
  Priority:   low
  Responsible:freebsd-usb
  State:  open
  Quarter:
  Keywords:
  Date-Required:
  Class:  sw-bug
  Submitter-Id:   current-users
  Arrival-Date:   Wed Aug 11 14:30:07 UTC 2010
  Closed-Date:
  Last-Modified:
  Originator: Cedric Anderson
  Release:8.1-STABLE
  Organization:
  
  Environment:
  FreeBSD peqs.local 8.1-STABLE FreeBSD 8.1-STABLE #13: Tue Aug 10 23:34:54
  CEST 2010 jin...@peqs.local:/usr/obj/usr/src/sys/PEQS  amd64
  
  Description:
  I have a particular wireless USB stick that is not detected by FreeBSD 8.1
  as is. It is listed in /usr/src/sys/dev/usb/usbdevs but no driver lists
  it as supported.
  
  In  the usbdevs file it is the following:
  
  product ACCTON SMCWUSBG_NF  0x4505  SMCWUSB-G (no firmware)
  
  usbconfig output is:
  
  [r...@peqs ~]# usbconfig -d 1.2 dump_device_desc
  ugen1.2: USB2.0 WLAN SMC at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps)
  pwr=ON
  
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0200
bDeviceClass = 0x00ff
bDeviceSubClass = 0x00ff
bDeviceProtocol = 0x00ff
bMaxPacketSize0 = 0x0040
idVendor = 0x083a
idProduct = 0x4505
bcdDevice = 0x4810
iManufacturer = 0x0010  SMC
iProduct = 0x0020  USB2.0 WLAN
iSerialNumber = 0x  no string
bNumConfigurations = 0x0001
  
  How-To-Repeat:
  
  Fix:
  I have added a line to /usr/src/sys/dev/usb/wlan/if_zyd.c and now it seems
  to work fine. Here is the relevant line:
  
  ..
  ..
  /* ZYD_ZD1211B */
  ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG),
  ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG_NF),  --- this is mine
  ZYD_ZD1211B_DEV(ACCTON, ZD1211B),
  ZYD_ZD1211B_DEV(ASUS, A9T_WIFI),
  ..
  ..
  
  Release-Note:
  Audit-Trail:
  
  Unformatted:
 
 Committed, see USB P4 change ID #182300.
 
 --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