Re: Re: porting urtwn from openbsd to freebsd for RTL8188CE Driver Support

2012-11-08 Thread Kevin Lo
Kevin Lo wrote: I am by no means a serious wireless expert. After hours of porting/hacking, I came up with code what finally compiled and a basic function worked for me. Wish I had more free time to finish it. # dmesg |grep urtwn urtwn0: vendor 0x7392 product 0x7811, class 0/0, rev 2.00

Re: [rfc] removing the NDISulator

2013-10-24 Thread Kevin Lo
Thomas Mueller wrote: The later driver model isn't supported by ndisulator. We'd have to implement all the newer NDIS stuff for wifi and ethernet. In the later NDIS layer the Microsoft Wireless Services implement a bunch of stuff that used to be up to the driver. Ie, the driver

Re: r257955 breaks my if_run device

2013-11-20 Thread Kevin Lo
Mikaël Urankar wrote: Hi, I've tried with the following revision of if_run.c, if_runreg.h, if_runvar.h but the problem is still there. (258082, 258083, 257955) I've created a PR : kern/184122 Could you use usbconfig(8) to show your USB vendor id and device id? Thanks. Thanks, Mikaël

Re: Re: r257955 breaks my if_run device

2013-11-28 Thread Kevin Lo
On 2013/11/26 21:22, Mikaël Urankar wrote: 2013/11/26 Kevin Lo ke...@freebsd.org: There's a patch in my tree that I forgot to commit. Would you try the patch at http://people.freebsd.org/~kevlo/patch-if_run.c ? Thanks. The patch doesn't fix my problem... All right, I just committed a fix

Re: Ralink RT5372l support

2013-12-26 Thread Kevin Lo
On 2013/12/26 14:53, Anton Mazunin wrote: Hello everybody. Recently I was choosing usb wifi adapter for my pc, and decided the best way to be happy in this things is to buy one which is in freebsd supported hardware list. After few minutes of searching, the choise was done and I went to the

Re: TP-Link TL-WN727N V3 - cannot scan or connect to anything

2013-12-30 Thread Kevin Lo
On 2013/12/31 02:36, Toomas Aas wrote: Hello! Hi Toomas, I posted a request on the FreeBSD forums on this topic, but got no responses: http://forums.freebsd.org/viewtopic.php?f=46t=43895 So, I'll repeat it here hoping that it may catch the attention of some experts who are maybe not

Re: TP-Link TL-WN727N V3 - cannot scan or connect to anything

2013-12-31 Thread Kevin Lo
Toomas Aas wrote: Hello Kevin! I hate debugging problems on the last day of the year :-) Look at the bright side - one more problem fixed in 2013 :) It seems like the firmware forgot to MFC. I just MFC'ed r256717. Tested on the 9.2-STABLE (r260119) with the TL-WN727N wlan device.

Re: IWN performance very bad with 10.0-RC5

2014-01-12 Thread Kevin Lo
On 2014/01/12 14:36, Erich Dollansky wrote: Hi, On Fri, 10 Jan 2014 21:45:59 -0800 Adrian Chadd adr...@freebsd.org wrote: Please help dig up which change broke it. Even just test out the head iwn code from 6 months ago. I came to a very strange result. I have iwn in the kernel since June

Re: Ralink RT3573 / ASUS USB-N66: run0: could not load 8051 microcode

2014-02-18 Thread Kevin Lo
On 2014/02/18 14:17, Alex Deiter wrote: Hello, Hi Alex, Thank you for your advice! I found a workaround: # ifconfig wlan0 create wlandev run0 then wait 5 minutes ;-) and only thereafter: # ifconfig wlan0 up run0: 1.0 on usbus1 run0: MAC/BBP RT3593 (rev 0x0402), RF RT3053 (MIMO 3T3R),

Re: Ralink RT3573 / ASUS USB-N66: run0: could not load 8051 microcode

2014-02-24 Thread Kevin Lo
Cool! I committed a fix in r262465, thanks. Kevin On 2014/02/25 00:58, Alex Deiter wrote: Hello Kevin, Thank you very much! Successfully tested! 2014-02-24 12:42 GMT+04:00 Kevin Lo ke...@freebsd.org: On 2014/02/19 10:12, Kevin Lo wrote: On 2014/02/18 14:17, Alex Deiter wrote

Re: urtwn panic

2014-04-23 Thread Kevin Lo
Anthony Jenkins wrote: From: Kevin Lo ke...@freebsd.org To: Anthony Jenkins scoobi_...@yahoo.com Sent: Wednesday, April 23, 2014 10:28 PM Subject: Re: urtwn panic Anthony Jenkins wrote: I'm getting a panic with the latest kernel (r264719

Re: Urtwn module and Realteck RTL8188CE support.

2014-04-25 Thread Kevin Lo
On 2014/04/25 00:51, Thiago F wrote: Is RTL8188CE already supported by urtwn or other FreeBSD's module ? Sorry, RTL8188CE is not supported yet. There is a way to get this device to work on FreeBSD ? Try ndis(4). It may work for you. Kevin

Re: need your opnion about wifi device

2014-06-16 Thread Kevin Lo
On Mon, Jun 16, 2014 at 07:04:07AM -0700, Sean Bruno wrote: On Mon, 2014-06-16 at 13:33 +0430, Hooman Fazaeli wrote: Hi, I am planning to buy one the following USB WiFi devices: 1.Tenda W311U+ 2.TP-Link TL-WN7200ND I would appriciate if anyone share his experiences with the

Re: need your opnion about wifi device

2014-06-17 Thread Kevin Lo
On Tue, Jun 17, 2014 at 09:09:26AM -0700, Sean Bruno wrote: On Tue, 2014-06-17 at 23:44 +0800, Kevin Lo wrote: On Tue, Jun 17, 2014 at 07:07:33AM -0700, Sean Bruno wrote: On Tue, 2014-06-17 at 10:45 +0800, Kevin Lo wrote: On Mon, Jun 16, 2014 at 07:04:07AM -0700, Sean Bruno wrote

Re: TP-LINK TL-WN821N

2014-07-09 Thread Kevin Lo
On Wed, Jul 09, 2014 at 03:42:23PM +0200, Carlos Jacobo Puga Medina wrote: On Wed, 9 Jul 2014 18:02:29 +0800 Kevin Lo ke...@freebsd.org wrote: On Tue, Jul 08, 2014 at 12:45:50PM +0200, Carlos Jacobo Puga Medina wrote: On Tue, 8 Jul 2014 10:22:20 +0800 Kevin Lo ke...@freebsd.org

Re: TP-LINK TL-WN821N

2014-07-10 Thread Kevin Lo
On Thu, Jul 10, 2014 at 11:23:44AM +0200, Carlos Jacobo Puga Medina wrote: On Thu, 10 Jul 2014 13:05:24 +0800 Kevin Lo ke...@freebsd.org wrote: Ok, I know where the problem lies. Please try this patch, thanks. Index: sys/dev/usb/wlan/if_urtwn.c

Re: Is anyone awere if the Asus AC50 USB Wireless card (RT2870)

2014-07-23 Thread Kevin Lo
On Wed, Jul 23, 2014 at 03:31:58AM +0100, Miguel Clara wrote: Wonder if anyone knwos if there's support for this card on current? Tried 10 and its seems it not, It seem to be a Ralink RT2870 or now Mediatek and they seem to provide linux support:

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-03 Thread Kevin Lo
On Tue, Jul 29, 2014 at 11:35:00PM +0100, Miguel Clara wrote: Hi, Hi Miguel, I just brought a TP-Link N600 Wireless Dual Band USB Adpater (model TL-WDN3200) and its correctly recognized in FreeBSD as a ranlink. Dmesg shows: wlan0: Ethernet address: e8:94:f6:12:98:9d run0: firmware RT3071

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-05 Thread Kevin Lo
On Sun, Aug 03, 2014 at 11:05:54PM +0800, Kevin Lo wrote: On Tue, Jul 29, 2014 at 11:35:00PM +0100, Miguel Clara wrote: Hi, Hi Miguel, I just brought a TP-Link N600 Wireless Dual Band USB Adpater (model TL-WDN3200) and its correctly recognized in FreeBSD as a ranlink. Dmesg

Re: old new device: another sample of DWA-125

2014-08-14 Thread Kevin Lo
On Wed, Aug 13, 2014 at 04:25:33PM +0300, Volodymyr Kostyrko wrote: Hi all. Hi, I have something called DWA-125 (model D1A, h/w ver: D1, f/w ver: 4.00). # usbconfig -d 6.2 dump_device_desc ugen6.2: product 0x330f vendor 0x2001 at usbus6, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-14 Thread Kevin Lo
All USB wifi dongles in FreeBSD don't support 11n yet. Kevin On Thu, Aug 14, 2014 at 03:09:23PM +0100, Miguel Clara wrote: Duh, I figured it out... by default the Asus Guest netwroks are created in auto mode, so both N and legacy, while my 5G network was set to N only (2.4 is set to

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-17 Thread Kevin Lo
On Sat, Aug 16, 2014 at 09:07:29PM +0100, Miguel Clara wrote: On Fri, Aug 15, 2014 at 4:06 AM, Kevin Lo ke...@freebsd.org wrote: All USB wifi dongles in FreeBSD don't support 11n yet. Kevin I was not aware of that, is this really true for all USB wifi dongles or do you

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-18 Thread Kevin Lo
...@gmail.com www.linkedin.com/in/miguelmclara/ On Sun, Aug 17, 2014 at 3:43 PM, Kevin Lo ke...@freebsd.org wrote: On Sat, Aug 16, 2014 at 09:07:29PM +0100, Miguel Clara wrote: On Fri, Aug 15, 2014 at 4:06 AM, Kevin Lo ke...@freebsd.org wrote: All USB wifi dongles

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-20 Thread Kevin Lo
, 2014 at 06:30:43AM -0700, Patrick Powell wrote: Is it possible to provide a SHORT list of a COUPLE that do, and are either supported out of the box or with a few simple mods to the driver (patch?). And perhaps a link to a site where they might be purchased? On 08/14/14 20:06, Kevin Lo

Re: FreeBSD current RT3071 can't connect to 5G network

2014-08-24 Thread Kevin Lo
-mail:*miguelmcl...@gmail.com www.linkedin.com/in/miguelmclara/ On Mon, Aug 18, 2014 at 9:49 AM, Kevin Lo ke...@freebsd.org wrote: Since there is no data sheets available, looking throught the source code from the vendor makes slower development and is very time-consuming

Re: TP-LINK TL-WN821N

2014-09-08 Thread Kevin Lo
On Sun, Aug 24, 2014 at 06:01:20PM +0200, Carlos Jacobo Puga Medina wrote: Hi Kevin, Hi, Sorry for the late response. Sometimes my wireless device fails to connect at boot, and I need to restart the system. Also it states that the device is not configured. /boot/loader.conf

Re: Issues with urtwn

2014-09-08 Thread Kevin Lo
On Mon, Sep 08, 2014 at 12:16:53PM -0300, Thiago Farina wrote: On Sun, Sep 7, 2014 at 11:36 PM, Adrian Chadd adr...@freebsd.org wrote: Hi, On 7 September 2014 19:16, Thiago Farina tfrans...@gmail.com wrote: On Sun, Sep 7, 2014 at 12:09 PM, Nathan Whitehorn nwhiteh...@freebsd.org

Re: TL-WN722N support on FreeBSD.

2014-09-08 Thread Kevin Lo
On Mon, Sep 01, 2014 at 11:11:20AM -0700, Adrian Chadd wrote: The problem -is- the money. The people will come when there's enough interest and enough money. The problem is that people think things like wifi drivers that are debugged, perform well and get updated as new standards appear is

Re: problem with wifi adapter TRENDNET TEW-646UBH

2014-11-18 Thread Kevin Lo
On Tue, Nov 18, 2014 at 10:14:41PM +, bolshakov_1--- via freebsd-wireless wrote: Hello. Wi-fi adapter TRENDNET TEW_646UBH is not determined by the system freebsd 10.1. Chipset Realtek RTL8188SU, that support driver RSU. Driver in the kernel is loaded. In the log dmesg adapter is

Re: run card (RT3071) very slow connection

2014-11-27 Thread Kevin Lo
On Thu, Nov 27, 2014 at 05:08:15PM +, Miguel Clara wrote: I've mailing the list before about and issue with 5Ghtz which I then found was actually the fact that 11n is not supported on USB cards! Still I have a 100/10 fibre connection, and I've been testing some FreeBSD 11-current stuff

Re: CTF: wpa_supplicant/hostapd 2.4 import

2015-04-19 Thread Kevin Lo
On Sun, Apr 19, 2015 at 02:35:17PM -0700, Rui Paulo wrote: Hi, Please test the new wpa_supplicant/hostapd. Here's the patch against FreeBSD HEAD: https://people.freebsd.org/~rpaulo/wpa-2.4.diff Seems to be working fine on amd64. Tested on ral(4) and run(4). Thanks. Thanks,

Re: urtwn and hostap

2015-09-17 Thread Kevin Lo
On Thu, Sep 17, 2015 at 01:39:30AM -0500, Matthew Grooms wrote: > Seems to behave better now and hostap appears to be working ... > > #ifconfig wlan0 create wlandev urtwn0 wlanmode hostap > #ifconfig wlan0 list caps > drivercaps=2181c401 > >

Re: D-link wireless not detected

2015-12-29 Thread Kevin Lo
On Tue, Dec 29, 2015 at 03:02:35PM +0100, Hans Petter Selasky wrote: > On 12/29/15 14:00, Daniel Braniss wrote: > > > >> On 29 Dec 2015, at 14:44, Hans Petter Selasky wrote: > >> > >> On 12/29/15 13:36, Daniel Braniss wrote: > >>> > >> > >> Until /etc/devd/usb.conf is

Re: D-link wireless not detected

2015-12-29 Thread Kevin Lo
On Tue, Dec 29, 2015 at 12:12:26PM +0200, Daniel Braniss wrote: > > > On 29 Dec 2015, at 11:53, Hans Petter Selasky wrote: > > > > On 12/29/15 10:42, Daniel Braniss wrote: > >> > >>> On 29 Dec 2015, at 11:33, Vladimir Botka wrote: > >>> > >>> Hi Danny, >

Re: Add support for Realtek RTL8192EU

2017-01-23 Thread Kevin Lo
On Fri, Jan 20, 2017 at 02:14:09PM +0800, Kevin Lo wrote: > > On Fri, Jan 20, 2017 at 01:26:37AM +0200, Andriy Voskoboinyk wrote: > > > > Thu, 19 Jan 2017 10:36:43 +0200 було написано Kevin Lo <ke...@freebsd.org>: > > > > Hi Kevin, > > Hi Andr

Add support for Realtek RTL8192EU

2017-01-19 Thread Kevin Lo
Hi, This adds support for the RTL8192EU Realtek wireless chipset: https://people.freebsd.org/~kevlo/rtwn-rtl8192eu.diff Tested in station mode with D-Link DWA-131 rev E1 on amd64. Kevin ___ freebsd-wireless@freebsd.org mailing list

Re: Add support for Realtek RTL8192EU

2017-01-19 Thread Kevin Lo
On Fri, Jan 20, 2017 at 01:26:37AM +0200, Andriy Voskoboinyk wrote: > > Thu, 19 Jan 2017 10:36:43 +0200 було написано Kevin Lo <ke...@freebsd.org>: > > Hi Kevin, Hi Andriy, > thanks for the patch! few notes to it: > - r92c_llt_write() seems to be used only in r92c_

Re: Support to wireless dongle

2017-03-01 Thread Kevin Lo
On Wed, Mar 01, 2017 at 09:03:32AM -0300, Otacílio wrote: > > Dears > > I have a USB dongle that I'm unable to put to work. This is the device desc: > > root@squitch:/home/ota # usbconfig -u 0 -a 2 dump_device_desc > ugen0.2: at usbus0, cfg=0 md=HOST > spd=FULL (12Mbps) pwr=ON (160mA) > >

Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-09-22 Thread Kevin Lo
On Thu, Sep 22, 2016 at 01:54:21PM +0300, Andriy Voskoboinyk wrote: > > Thu, 22 Sep 2016 12:24:42 +0300 було написано Kevin Lo <ke...@freebsd.org>: > > Hi, > > So, the driver was fully tested. Thanks! > Can you set dev.rtwn.0.debug=0x829f for RTL8188CE to see how

Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-10-02 Thread Kevin Lo
7093.html > -a Thanks, Kevin > On 1 October 2016 at 08:09, Kevin Lo <ke...@freebsd.org> wrote: > > Strange, rtwn(4) stops working. I tried to scan for the available network, > > but it just returns empty results. > > > > On Fri, Sep 23, 2016 at 02:44:13PM +0300, Andriy

Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-10-01 Thread Kevin Lo
Strange, rtwn(4) stops working. I tried to scan for the available network, but it just returns empty results. On Fri, Sep 23, 2016 at 02:44:13PM +0300, Andriy Voskoboinyk wrote: > > Fri, 23 Sep 2016 10:18:30 +0300 було написано Kevin Lo <ke...@freebsd.org>: > > Few more qu

Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-10-10 Thread Kevin Lo
On Sat, Oct 08, 2016 at 02:18:54AM +0300, Andriy Voskoboinyk wrote: > > Mon, 03 Oct 2016 03:55:23 +0300 було написано Kevin Lo <ke...@freebsd.org>: > > Hi! Hi Andriy, > Can you refresh the tree and retest it (dev.rtwn.0.debug=0x829f) ? I refreshed the tree and retested i

Re: urtwn(4) / rtwn(4) drivers are merged - call for review / testing

2016-10-13 Thread Kevin Lo
On Fri, Oct 14, 2016 at 03:03:41AM +0300, Andriy Voskoboinyk wrote: > > Wed, 12 Oct 2016 07:34:15 +0300 було написано Kevin Lo <ke...@freebsd.org>: > > Thanks for testing! (I have got another one to simplify the process) > Can you approve that current tree (master) w

Re: What is the best choice of USB WiFi adapter working on FreeBSD?

2016-10-15 Thread Kevin Lo
On Fri, Oct 14, 2016 at 05:12:57PM -0700, Yuri wrote: > > On 10/14/2016 16:26, Andriy Voskoboinyk wrote: > > > > https://github.com/s3erios/rtwn ? (I'm going to commit it soon). > > > But these are just USB IDs. This doesn't necessarily mean they actually > work well? They work well. Please

Re: Should if_urtwm be imported?

2018-05-26 Thread Kevin Lo
On Fri, May 25, 2018 at 11:59:36PM -0700, Yuri wrote: > > This driver supports RTL8812AU/RTL8821A: https://github.com/s3erios/urtwm > > Should it be imported? It's already committed in r307529. > Yuri Kevin ___ freebsd-wireless@freebsd.org

Re: Should if_urtwm be imported?

2018-05-26 Thread Kevin Lo
On Sat, May 26, 2018 at 02:35:05AM -0700, Yuri wrote: > > On 05/26/18 01:09, Kevin Lo wrote: > > It's already committed in r307529. > > > But for some reason it doesn't recognize my card: > > none2@pci0:1:0:0:   class=0x028000 card=0xa81417aa chip=0x88

Re: Should if_urtwm be imported?

2018-05-27 Thread Kevin Lo
On Sat, May 26, 2018 at 09:19:39AM -0700, Yuri wrote: > > On 05/26/18 07:14, Kevin Lo wrote: > > Yours is RTL8821AE mPCIe chip which is not supported. > > > Do you know is it generally hard to port the diver for the chipset > available for USB interface to mPCIe inte