Date: Tue, 29 Dec 2015 21:57:15 +0800 From: Kevin Lo <kevlo@FreeBSD.org> To: Daniel Braniss <danny@cs.huji.ac.il> Cc: Hans Petter Selasky <hps@selasky.org>, freebsd-wireless@FreeBSD.org, freebsd-arm@freebsd.org, freebsd-current@FreeBSD.org Subject: Re: D-link wireless not detected Message-ID: <20151229135715.GA15933@ns.kevlo.org> In-Reply-To: <346C6669-E51E-498F-8AD0-C294F70B441D@cs.huji.ac.il> References: <1BA8A509-38E0-4975-BD66-95D934D9E055@cs.huji.ac.il> <20151229103348.29c9469c@planb.netng.org> <382E50DE-7B65-4469-9851-8F28A335096C@cs.huji.ac.il> <5682580B.30107@selasky.org> <346C6669-E51E-498F-8AD0-C294F70B441D@cs.huji.ac.il>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 29, 2015 at 12:12:26PM +0200, Daniel Braniss wrote: > > > On 29 Dec 2015, at 11:53, Hans Petter Selasky <hps@selasky.org> wrote: > > > > On 12/29/15 10:42, Daniel Braniss wrote: > >> > >>> On 29 Dec 2015, at 11:33, Vladimir Botka <vbotka@gmail.com> wrote: > >>> > >>> Hi Danny, > >>> > >>> On Tue, 29 Dec 2015 11:16:27 +0200 > >>> Daniel Braniss <danny@cs.huji.ac.il> wrote: > >>>> Hi All, > >>>> I have a working tp-link usb (realtek), but can’t get a d-link(also realtek) to work. > >>>> usbconfig: > >>>> ugen0.4: <Wireless N Nano USB Adapter Realtek> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) > >>>> This is on a raspberry pi running a resent current. > >>>> cheers & season greetings, > >>>> danny > >>> > >>> I've added freebsd-wireless list. > >>> > >>> My 2 cents. It might be helpful to see more details about the adapters. > >>> For example: > >>> > >>> # usbconfig -u 0 -a 7 dump_device_desc > >>> ugen0.7: <802.11 n WLAN Ralink> at usbus0, cfg=0 md=HOST spd=HIGH > >>> (480Mbps) pwr=ON (450mA) > >>> bLength = 0x0012 > >>> bDescriptorType = 0x0001 > >>> bcdUSB = 0x0200 > >>> bDeviceClass = 0x0000 <Probed by interface class> > >>> bDeviceSubClass = 0x0000 > >>> bDeviceProtocol = 0x0000 > >>> bMaxPacketSize0 = 0x0040 > >>> idVendor = 0x148f > >>> idProduct = 0x5370 > >>> bcdDevice = 0x0101 > >>> iManufacturer = 0x0001 <Ralink> > >>> iProduct = 0x0002 <802.11 n WLAN> > >>> iSerialNumber = 0x0003 <1.0> > >>> bNumConfigurations = 0x0001 > >> > >> > >> so here it is: > >> root@:~ # usbconfig -u 0 -a 4 dump_device_desc > >> ugen0.4: <Wireless N Nano USB Adapter Realtek> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) > >> > >> bLength = 0x0012 > >> bDescriptorType = 0x0001 > >> bcdUSB = 0x0210 > >> bDeviceClass = 0x0000 <Probed by interface class> > >> bDeviceSubClass = 0x0000 > >> bDeviceProtocol = 0x0000 > >> bMaxPacketSize0 = 0x0040 > >> idVendor = 0x2001 > >> idProduct = 0x3319 > >> bcdDevice = 0x0200 > >> iManufacturer = 0x0001 <Realtek> > >> iProduct = 0x0002 <Wireless N Nano USB Adapter> > >> iSerialNumber = 0x0003 <00e04c000001> > >> bNumConfigurations = 0x0001 > >> > >> thanks, > >> danny > >> > > > > Did you google the idVendor and idProduct values and see if Linux has a driver already? > > > > —HPS > > > > > https://github.com/Mange/rtl8192eu-linux-driver/blob/master/os_dep/linux/usb_intf.c <https://github.com/Mange/rtl8192eu-linux-driver/blob/master/os_dep/linux/usb_intf.c> > and look at line 216 Your device (D-Link DWA-131 rev E1) is rtl8192eu, which is not supported by FreeBSD. > danny Kevin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151229135715.GA15933>