rpi-wifi icon indicating copy to clipboard operation
rpi-wifi copied to clipboard

Configures simultaneous AP and Managed Mode Wifi on Raspberry Pi

Results 21 rpi-wifi issues
Sort by recently updated
recently updated
newest added

on my fresh installed bullseye lite on the pi4 wifi script doesn't work, 'no crontab for pi' is the last message

@lukicdarkoo this adapted `configure` is working fine here with buster now. feel free to merge it, if you want.

Raspberrypi 4b 64 bit dhcpcd package not available , install stops suggest change line to ap_sta_config2.sh Line 183 from apt -y install dhcpcd to apt -y install dhcpcd5

Thank you for this script! I tried it on a raspberry pi 4 and it works fine, just with some changes. I had to remove from /etc/hostapd/hostapd.conf ``` ctrl_interface=/var/run/hostapd ctrl_interface_group=0...

https://github.com/lukicdarkoo/rpi-wifi/blob/fe29787b7e095e99fb36ddaf74b9265c1f157537/configure#L89

Hi so I thought I had this working correctly but I can seem get internet traffic to pass through the AP to the internet. For example when I ssh into...

I tried the script, it seems that every thing is OK, but the AP is not available, unless I ran rpi--wifi.sh from the console directly and the crontab is not...

I installed this to a Raspberry Pi Zero W and `nameserver` in `/etc/resolv.conf` is being set to 127.0.0.1 and preventing wlan0 from having access to the internet To prevent this...

How can I undo what this script has set up? --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/99005652-how-to-uninstall?utm_campaign=plugin&utm_content=tracker%2F97445956&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F97445956&utm_medium=issues&utm_source=github).

Do you have any benchmark as to how many clients (STA) can attach to Pi 4B (Buster Raspbian OS) with this method? Our approach (not this method uses hostapd and...