Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iptables dependency missing on RpiOS Lite #425

Open
dani-carbonell opened this issue Aug 28, 2024 · 0 comments
Open

Iptables dependency missing on RpiOS Lite #425

dani-carbonell opened this issue Aug 28, 2024 · 0 comments

Comments

@dani-carbonell
Copy link

dani-carbonell commented Aug 28, 2024

Hardware:
Raspberry Pi Zero 2
OS:
Raspberry Pi OS Lite

Release date: July 4th 2024
System: 32-bit
Kernel version: 6.6
Debian version: 12 (bookworm)
Size: 500MB

I was getting the following error while trying to run simultaneous Access Point and Client Mode on any Raspberry Pi with built-in Wi-Fi

owl@owl2:~ $ wihotspot
pkexec --user root create_ap ap0 wlan0 'OWL2AP' '123456789' --mkconfig /etc/                                                  create_ap.conf --freq-band 2.4
Config options written to '/etc/create_ap.conf'
WARN: brmfmac driver doesn't work properly with virtual interfaces and
      it can cause kernel panic. For this reason we disallow virtual
      interfaces for your adapter.
      For more info: https://github.com/oblique/create_ap/issues/203
WARN: Your adapter does not fully support AP virtual interface, enabling --no-vi                                                  rt
/usr/bin/create_ap: line 1833: iptables: command not found
Command not found or exited with error status

ERROR: '1865' is not the pid of a running create_ap instance.

Segmentation fault

Solution:
I installed iptables and the problem got fixed:
sudo apt-get install iptables

I know the installation of dependencies doesnt mention Rpi OS but adding that one could save some time to other people trying to run it on a RPi OS Lite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant