Hi All,
I'm trying to build an Access Point with my Raspberry Pi on FreeBSD to make in the future a Free WiFi based on Tor.
I'm not a beginner so the install and config was the easy part.
I've also bought The Book of PF 3rd to help me for this task and another
But now, I can't make it work and I didn't find any solution on Google.
So, the wifi adapter is RTL8188CUS and firmware is already accepted.
I can scan network on wlan0 around me after this command
In my book, to up the interface for hostap, I've to enter this command:
So I change it like this:
but I've got this
So I've change the command but another warning appear:
I've found on this website another command I've modified but still the same:
Got this:
I'm not very familiar with Wifi on Unix, but I've working on it a lot before wrote on this forum.
Maybe you can help me ??
Thanks
I'm trying to build an Access Point with my Raspberry Pi on FreeBSD to make in the future a Free WiFi based on Tor.
I'm not a beginner so the install and config was the easy part.
I've also bought The Book of PF 3rd to help me for this task and another
But now, I can't make it work and I didn't find any solution on Google.
So, the wifi adapter is RTL8188CUS and firmware is already accepted.
I can scan network on wlan0 around me after this command
ifconfig wlan0 create wlandev urtwn0.In my book, to up the interface for hostap, I've to enter this command:
ifconfig ral0 up mediaopt hostap mode 11g chan 1 nwid unwiredbsd nwkey 0x1deadbeef9.So I change it like this:
ifconfig wlan0 up mediaopt hostap mode 11g chan 1 nwid unwiredbsd nwkey 0x1deadbeef9but I've got this
Code:
ifconfig: chan: bad value
ifconfig wlan0 up mediaopt hostap mode 11g nwid unwiredbsd nwkey 0x1deadbeef9 idem with urtwn0
Code:
ifconfig: SIOCS80211: Invalid argument
I've found on this website another command I've modified but still the same:
ifconfig ral0 inet 192.168.1.1 netmask 255.255.255.0 ssid freebsdap mediaopt hostap channel 4Got this:
Code:
ifconfig: SIOCS80211: Invalid argument
I'm not very familiar with Wifi on Unix, but I've working on it a lot before wrote on this forum.
Maybe you can help me ??
Thanks