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

2012-11-08 Thread Kevin Lo
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: on usbus1 urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R # ifconfig urtwn0 u

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: > on usbus1 >

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

2012-11-12 Thread Kevin Lo
On 2012/11/11 12:22, Adrian Chadd wrote: On 8 November 2012 02:07, Kevin Lo wrote: 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

Re: [rfc] removing the NDISulator

2013-10-23 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 just

Re: r257955 breaks my if_run device

2013-11-19 Thread Kevin Lo
On 2013/11/19 23:35, Mikaël Urankar wrote: Hi, Hi, Please CC: me on replies, I am not subscribed to freebsd-wireless. The subject says it all, since r257955 my run device is unable to scan the network, associate to an AP, etc. The patch at [1] fixes the problem. r258082 should fix your pr

Re: Re: r257955 breaks my if_run device

2013-11-19 Thread Kevin Lo
Handling. Kevin On 2013/11/20 04:11, Adrian Chadd wrote: Yup Kevin? -adrian On 19 November 2013 07:35, Mikaël Urankar wrote: Hi, Please CC: me on replies, I am not subscribed to freebsd-wireless. The subject says it all, since r257955 my run device is unable to scan the network, as

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 Ke

Re: r257955 breaks my if_run device

2013-11-25 Thread Kevin Lo
On 2013/11/22 03:45, Mikaël Urankar wrote: 2013/11/21 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(

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 : 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 clo

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=46&t=43895 So, I'll repeat it here hoping that it may catch the attention of some experts who are maybe not fol

Re: Re: Ralink RT5372l support

2013-12-30 Thread Kevin Lo
On 2013/12/26 17:01, Kevin Lo wrote: 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

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. Confirme

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 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 2012 using 10. I also

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
On 2014/02/19 10:12, Kevin Lo wrote: 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: M

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 : On 2014/02/19 10:12, Kevin Lo wrote: On 2014/02/18 14:17, Alex Deiter wrote: Hello, Hi Alex

Re: urtwn panic

2014-04-23 Thread Kevin Lo
Anthony Jenkins wrote: From: Kevin Lo To: Anthony Jenkins 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) and the if_urtwn driver. I have a cor

Re: Urtwn module and Realteck RTL8188CE support.

2014-04-24 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 exper

Re: need your opnion about wifi device

2014-06-17 Thread Kevin Lo
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: > > > > > > On Mon, 2014-06-16 at 13:33 +0430, Hooman Fazaeli wrote: > > > > Hi

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 a

Re: TP-LINK TL-WN821N

2014-07-07 Thread Kevin Lo
On Mon, Jul 07, 2014 at 12:16:12PM -0700, Adrian Chadd wrote: > > On 7 July 2014 12:10, Carlos Jacobo Puga Medina wrote: > > On Mon, 7 Jul 2014 11:48:36 -0700 > > Adrian Chadd wrote: > > > >> I'd just look at porting over the openbsd driver. There's no 11n > >> support in the openbsd code though

Re: TP-LINK TL-WN821N

2014-07-09 Thread Kevin Lo
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 wrote: > > > On Mon, Jul 07, 2014 at 12:16:12PM -0700, Adrian Chadd wrote: > > > > > > On 7 July 2014 12:10, Carlos Jacobo Puga Medin

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 wrote: > > > On Tue, Jul 08, 2014 at 12:45:50PM +0200, Carlos Jacobo Puga Medina wrote: > > > > > > On Tue, 8 Jul 2014

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 wrote: > > > Ok, I know where the problem lies. Please try this patch, thanks. > > > > Inde

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: > http://www.mediatek.com/en/downloads/m

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 ve

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 corre

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: at usbus6, cfg=0 md=HOST > spd=HIGH (480Mbps) pwr=ON (500mA) > >bLength = 0x00

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 s

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 wrote: > > > All USB wifi dongles in FreeBSD don't support 11n yet. > > > > Kevin > > > > > I was not aware of that, is this really

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

2014-08-18 Thread Kevin Lo
* > *IT - Sys Admin & Developer* > *E-mail:*miguelmcl...@gmail.com > www.linkedin.com/in/miguelmclara/ > > > On Sun, Aug 17, 2014 at 3:43 PM, Kevin Lo wrote: > > > On Sat, Aug 16, 2014 at 09:07:29PM +0100, Miguel Clara wrote: > > > > > &

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

2014-08-20 Thread Kevin Lo
ight be purchased? > > On 08/14/14 20:06, Kevin Lo wrote: > > 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 th

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

2014-08-24 Thread Kevin Lo
l Clara* > *IT - Sys Admin & Developer* > *E-mail:*miguelmcl...@gmail.com > www.linkedin.com/in/miguelmclara/ > > > On Mon, Aug 18, 2014 at 9:49 AM, Kevin Lo wrote: > > > Since there is no data sheets available, looking throught the source code > > from

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 > if_u

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 wrote: > > Hi, > > > > On 7 September 2014 19:16, Thiago Farina wrote: > >> On Sun, Sep 7, 2014 at 12:09 PM, Nathan Whitehorn > >> wrote: > >>> I've been having some issues with conn

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 appe

Re: TL-WN722N support on FreeBSD.

2014-09-09 Thread Kevin Lo
That's because you are "a wireless guy" :-) On Mon, Sep 08, 2014 at 11:33:31PM -0700, Adrian Chadd wrote: > > Oh it is fun. :) > > +a > On Sep 8, 2014 10:54 PM, "Kevin Lo" wrote: > > > On Mon, Sep 01, 2014 at 11:11:20AM -0700, Adrian Chadd w

Re: D-Link DWA-131 A1 (Realtek RTL8191SU) not working

2014-11-17 Thread Kevin Lo
The RTL8191SU chipset is not supported. Kevin On Tue, Nov 18, 2014 at 01:29:57PM +0800, Ben Woods wrote: > > I should mention I am running FreeBSD 10.1-RELEASE > > > -- > From: Benjamin Woods > woods...@gmail.com > > On 18 November 2014 13:23, Ben Woods wrote: > > > Hey guys, > > > >

Re: D-Link DWA-131 A1 (Realtek RTL8191SU) not working

2014-11-17 Thread Kevin Lo
0101216231634 > > > > Regards, > > Ben > > > > > > > > > > -- > > From: Benjamin Woods > > woods...@gmail.com > > > > On 18 November 2014 13:56, Kevin Lo wrote: > > > >> The RTL8191SU chipset is not supp

Re: D-Link DWA-131 A1 (Realtek RTL8191SU) not working

2014-11-18 Thread Kevin Lo
Argh! I think I need more coffee. rsu(4) does support this chipset. Sorry for the noise. Kevin On Tue, Nov 18, 2014 at 03:08:37PM +0800, Kevin Lo wrote: > I'm pretty sure. See OpenBSD cvs log: > http://marc.info/?l=openbsd-cvs&m=128897633210060&w=2 > > I&#x

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 d

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

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. > Tha

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 > > #ifconfig wlan0 up ssid freebsdap mode 11g channel 1 >

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, > >>> > >>> On Tue, 29 Dec 2015 11:16:2

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 regenerated, you'll need to m

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

2016-09-22 Thread Kevin Lo
Hi Andriy, First of all, THANK YOU! You're doing amazing work! Second, I've done some testing on the following devices, downloading FreeBSD-12.0-CURRENT-amd64-20160809-r303880-disc1.iso from ftp.freebsd.org: - ASUS USB-N10 NANO (RTL8188CUS): rtwn0: on usbus0 rtwn0: MAC/BB RTL8188CUS, RF 60

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 : > > Hi, > > So, the driver was fully tested. Thanks! > Can you set dev.rtwn.0.debug=0x829f for RTL8188CE to see how big > the problem is?

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

2016-09-23 Thread Kevin Lo
It works for me, thanks :) Kevin On Fri, Sep 23, 2016 at 09:08:15AM +0300, Andriy Voskoboinyk wrote: > > Fri, 23 Sep 2016 04:58:40 +0300 було написано Kevin Lo : > > Thanks for the log file, > > Tx 'device timeouts' should be fixed in > https:/

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 : > > Few more questions: > 1) does i

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

2016-10-02 Thread Kevin Lo
tml > -a Thanks, Kevin > On 1 October 2016 at 08:09, Kevin Lo 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 Voskoboinyk wrote: > &g

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 : > > Hi! Hi Andriy, > Can you refresh the tree and retest it (dev.rtwn.0.debug=0x829f) ? I refreshed the tree and retested it, unfortunately it&#

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

2016-10-11 Thread Kevin Lo
works fine. Kevin On Tue, Oct 11, 2016 at 11:21:24PM +0300, Andriy Voskoboinyk wrote: > > Tue, 11 Oct 2016 04:27:02 +0300 було написано Kevin Lo : > > I have created 'pci_modified' branch to speed-up the process (RTL881*AU > will > not work with it for no

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 : > > Thanks for testing! (I have got another one to simplify the process) > Can you approve that current tree (master) works without any (new) > pro

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

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 https://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 : > > Hi Kevin, Hi Andriy, > thanks for the patch! few notes to it: > - r92c_llt_write() seems to be used only in r92c_llt_init(); so, > it may

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 : > > > > Hi Kevin, > > Hi Andriy, > > > thanks for the

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: 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 ma

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

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