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.

Sweet! Does it pass packets?


It hangs when associating with an access point, but I have an idea
where the problem lies. This is just a quick port of OpenBSD urtwn,
a lot of work needs to be done. :-)

Note that urtwn doesn't support RTL8188CE. RTL8188CE is a mini PCIe device.




adrian



Kevin
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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

2012-11-10 Thread Adrian Chadd
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.

Sweet! Does it pass packets?




adrian
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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
> urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
> 
> # ifconfig urtwn0
> urtwn0: flags=8802 metric 0 mtu 2290
>  ether 00:1f:1f:dd:35:43
>  nd6 options=29
>  media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
>  status: no carrier

Oops, forgot to mention, the code is available at
http://people.freebsd.org/~kevlo/patch-urtwn

The code is ugly and not fully functional for sure. 
If anyone wants to finish it, please go ahead. :-)

Kevin

___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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

2012-11-08 Thread Christopher Patrick
Could you post the code somewhere so somebody maybe could finish it with/for you

Sent from my iPod

On Nov 8, 2012, at 3:15, 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
> urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R
> 
> # ifconfig urtwn0
> urtwn0: flags=8802 metric 0 mtu 2290
>ether 00:1f:1f:dd:35:43
>nd6 options=29
>media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
>status: no carrier
> 
>Kevin
> 
> On 2012/11/08 14:15, Adrian Chadd wrote:
>> I'd love if someone would do this. Anyone?
>> 
>> 
>> 
>> Adrian
>> 
>> 
>> On 7 November 2012 21:09, Christopher Patrick  
>> wrote:
>>> 
>>> I was wondering If you would be kind enough to port urtwn from Openbsd. I 
>>> would be willing to test it if you would please port it.
>>> ___
>>> freebsd-wireless@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
>>> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
>> ___
>> freebsd-wireless@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
>> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
> 
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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
urtwn0: flags=8802 metric 0 mtu 2290
ether 00:1f:1f:dd:35:43
nd6 options=29
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier

Kevin

On 2012/11/08 14:15, Adrian Chadd wrote:

I'd love if someone would do this. Anyone?



Adrian


On 7 November 2012 21:09, Christopher Patrick  wrote:


I was wondering If you would be kind enough to port urtwn from Openbsd. I would 
be willing to test it if you would please port it.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"



___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


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

2012-11-07 Thread Adrian Chadd
I'd love if someone would do this. Anyone?



Adrian


On 7 November 2012 21:09, Christopher Patrick  wrote:
>
>
> I was wondering If you would be kind enough to port urtwn from Openbsd. I 
> would be willing to test it if you would please port it.
> ___
> freebsd-wireless@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


porting urtwn from openbsd to freebsd for RTL8188CE Driver Support

2012-11-07 Thread Christopher Patrick


I was wondering If you would be kind enough to port urtwn from Openbsd. I would 
be willing to test it if you would please port it.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"