WiFi AP with Edimax EW-7811Un June 14, 2014 11:50AM |
Registered: 10 years ago Posts: 37 |
IgnorePkg=hostapdas described here.
interface=wlan0 #driver=rtl8192cu driver=rtl871xdrv #driver=nl80211 ################# ssid=PirateBox - Share Freely channel=1 #wmm_enabled=0 #wpa=1 #wpa_passphrase=ConroyPi #wpa_key_mgmt=WPA-PSK #wpa_pairwise=TKIP #rsn_pairwise=CCMP #auth_algs=1 macaddr_acl=0 ########## #hw_mode=g #channel=1 #auth_algs=1 #ieee80211n=1The important part is the driver. I don't think we need to bridge the interfaces (and it's not as simple in arch as in other distributions?), but enlighten me on this one if I'm wrong.
Re: WiFi AP with Edimax EW-7811Un June 14, 2014 11:07PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: WiFi AP with Edimax EW-7811Un June 14, 2014 11:52PM |
Registered: 10 years ago Posts: 37 |
Re: WiFi AP with Edimax EW-7811Un July 06, 2014 07:42AM |
nano /etc/systemd/system/wifi.service
[Unit] Description=Starts Wifi [Service] ExecStart=/usr/bin/hostapd -dd /etc/hostapd/hostapd/conf [Install] WantedBy=multi-user.target
systemctl start wifi systemctl enable wifi
Re: WiFi AP with Edimax EW-7811Un July 06, 2014 08:19AM |
systemctl disable wifi.service nano /etc/systemd/system/wifi.timer
[Unit] Description=wifi timer [Timer] OnBootSec=1min Unit=wifi.service [Install] WantedBy=multi-user.target
systemctl enable wifi.timer
Re: WiFi AP with Edimax EW-7811Un July 06, 2014 06:37PM |
Registered: 10 years ago Posts: 37 |
Re: WiFi AP with Edimax EW-7811Un July 09, 2014 07:24PM |
Admin Registered: 14 years ago Posts: 4,680 |
Re: WiFi AP with Edimax EW-7811Un July 30, 2014 06:30PM |
Re: WiFi AP with Edimax EW-7811Un October 04, 2014 06:38PM |
Re: WiFi AP with Edimax EW-7811Un October 09, 2014 10:09PM |
Registered: 10 years ago Posts: 2 |
Re: WiFi AP with Edimax EW-7811Un October 10, 2014 03:13PM |
Registered: 10 years ago Posts: 37 |
Re: WiFi AP with Edimax EW-7811Un October 11, 2014 11:15AM |
Re: WiFi AP with Edimax EW-7811Un October 12, 2014 10:49AM |
Registered: 10 years ago Posts: 37 |
Re: WiFi AP with Edimax EW-7811Un November 04, 2014 12:28AM |
Registered: 10 years ago Posts: 8 |
ssh root@192.168.###.##(For windows users, you can use Putty to do this, and point it's host address to the IP address you learned)
passwd
pacman -U /prebuild/hostapd/hostapd-8192cu-0.8_rtw_r7475.20130812_beta-3-armv6h.pkg.tar.xzNote: that filename could change someday, so just type the first few letters and use TAB to complete the filename. just make sure it's the one for 8192cu.
nano /etc/pacman.confuse your arrow keys to work your way to the bottom of the file and add the following line at the end:
IgnorePkg=hostapdWhen you're done, hit Ctl+O to write the file out, hit enter to confirm, then hit Ctl+X to exit nano
nano /opt/piratebox/conf/hostapd.confEdit it to look like the following:
interface=wlan0 driver=rtl871xdrv ssid=PirateBox - Share Freely hw_mode=g channel=1 ieee80211n=1The bolded portion is the main thing to change. I have ieee80211n enabled as well which should increase speed.
shutdown -r nowAnd when its back up, ssh back in and continue the RaspberryPi setup tutorial as before, continuing from Installation section, step 6.
Re: WiFi AP with Edimax EW-7811Un November 05, 2014 08:08PM |
Registered: 10 years ago Posts: 4 |
Re: WiFi AP with Edimax EW-7811Un November 06, 2014 10:07AM |
Registered: 10 years ago Posts: 37 |
Re: WiFi AP with Edimax EW-7811Un November 07, 2014 02:46PM |
Re: WiFi AP with Edimax EW-7811Un February 12, 2015 03:28PM |
Luke
Re: WiFi AP with Edimax EW-7811Un April 28, 2015 10:23PM |
Re: WiFi AP with Edimax EW-7811Un October 13, 2015 11:46PM |
Re: WiFi AP with Edimax EW-7811Un November 03, 2015 02:42PM |
Re: WiFi AP with Edimax EW-7811Un November 24, 2015 11:35AM |
Re: WiFi AP with Edimax EW-7811Un December 14, 2015 04:00PM |
Registered: 9 years ago Posts: 9 |
Re: WiFi AP with Edimax EW-7811Un March 09, 2019 08:11PM |
Registered: 6 years ago Posts: 12 |