[Solved] Help. No PirateBox Wlan

Posted by notfrombrooklyn 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
[Solved] Help. No PirateBox Wlan
June 15, 2014 04:22PM
After the instalation of the raspberrypi image the PirateBox Wlan does not show up.

I used two different wifi adapters directly and with a powered hub. Even tried to search with no success for an inactivated service related to the issue.

The dongles were:
- Edup EP-N8508 (Realtek 802.11n WLAN Adapter)
- ZyDAS USB2.0 WLAN (Atheros)

Can anyone help me with this?



Edited 1 time(s). Last edit at 06/16/2014 02:28PM by notfrombrooklyn.
Re: Help. No PirateBox Wlan
June 15, 2014 05:33PM
Try using one of the wifi adapters that are known to be working, listed here:
[piratebox.cc]
Re: Help. No PirateBox Wlan
June 15, 2014 08:54PM
The Edup dongle uses the Realtek RTL8188CUS Chipset, have a look at this thread:
http://forum.piratebox.cc/read.php?7,11098
or this thread:
http://forum.piratebox.cc/read.php?7,11108

alternatively, ssh to your RPi and run
systemctl restart piratebox
systemctl status piratebox.service

or, just google "<your dongle> raspberry pi" or "<your dongles chipset> raspberry pi"

Good luck, I had a hard time with my wifi too, but it's running smoothly now, I hope the same for you ;-)



Edited 1 time(s). Last edit at 06/15/2014 08:57PM by mrd0ll4r.
Re: Help. No PirateBox Wlan
June 16, 2014 02:28PM
The driver was not installed and not even thought to look if it were.
pacman -S zd1211-firmware && reboot

Thank you for your help.