WiFi Access Point

B

BSDAppentic3

Guest
Hi again! This time I want to know how to create a wireless network (WiFi).
I have 11.1-RELEASE-p6 on a i386 processor.
And yes, also I have a wifi USB adapter. It is a TP-LINK TL-WN722N.
I want to know, what I need to configure to be able to use this USB as an antenna?
Thanks (again)
 
No. I can't apply this:
Code:
if_ath_load="YES"
if_wi_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
Because when i apply that, the connection, literally, cuts. I don't know why.
When i restarted the PC, i saw a message about an Atheros device.
So,
Code:
 if_ath_load="YES"
should be for any device?
I need to compile a kernel with those drivers?
 
What is the output of ifconfig?
Sorry, i restarted the computer just when i saw that i can't get access to Internet. So, i don't have the output of that command of that moment.
 
That is great ;)
BTW I recently discovered that Ralink RT5370 works well on FreeBSD. The driver and firmware are respectively run(4) and runfw(4).
Yes, it is something big. At least for me. Some times i read some codes, but i never wrote one.
So, i have no idea where to start.
But may i ask to the mods, read some posts and so. Even that will be useful.
Wish me luck. :)
 
Back
Top