Open solsticedhiver opened 1 month ago
Sorry for late reply.
That could be caused by that the device path is not like the script expects. https://github.com/garywill/linux-router/blob/e7ecf8707d04cfcf5d9bb8363b9e3f717f58889f/lnxrouter#L693-L704
Please use sudo bash -x ./lnxrouter ......
to run and get the debug log.
What's your system and version?
the system is archlinux (up to date) with a tp-link usb wifi card (722N)
Warning: Extension comment revision 0 not supported, missing kernel module?
That may be the reason you couldn't get ap up. Try this:
env NETFILTER_XT_MATCH_COMMENT=0 ./lnxrouter --ap ........
You're using usb card. lspci
only does with pci devices. That could be the reason that it showed Invalid bus number. That's not important.
yes, it works with your last command.
I have compiled my own old kernel too, 6.1.117-1-lts61, and not module have been compiled
When just running
lnxrouter --ap wlan0 Test -p TestTestTest -c 6 -n
,I gotand no ap up Edit: no ap up is because of issue #75