Hello,
Today I've setup PiratBox on my Raspberry Pi. I have a D-Link DWA-131 and it was not working initially.
The following did the trick:
1) I changed the driver in /opt/piratebox/conf/hostapd to "rtl871xdrv"
2) Then I replaced the hostapd:
Cheers
bzu
* Edited by Darts...added code brackets so that the commands and URL display properly. See this post for more info.
Today I've setup PiratBox on my Raspberry Pi. I have a D-Link DWA-131 and it was not working initially.
The following did the trick:
1) I changed the driver in /opt/piratebox/conf/hostapd to "rtl871xdrv"
2) Then I replaced the hostapd:
(source: http://www.maketecheasier.com/set-up-raspberry-pi-as-wireless-access-point/)Language: PHPwget http://www.adafruit.com/downloads/adafruit_hostapd.zip unzip adafruit_hostapd.zip sudo mv /usr/sbin/hostapd /usr/sbin/hostapd.ORIG sudo mv hostapd /usr/sbin sudo chmod 755 /usr/sbin/hostapd
Cheers
bzu
* Edited by Darts...added code brackets so that the commands and URL display properly. See this post for more info.