Replies: 2 comments 2 replies
-
As always, the debug log generator will give you the best starting point for troubleshooting. |
Beta Was this translation helpful? Give feedback.
-
Eventually, for lack of knowledge and understanding, I gave up the analysis of the debug.log and, after some empirical trials , I've come to a solution and got a working WiFi Extender based on a Raspberry Pi Zero W 2 and two WiFi USB dongles (BrosTrend AC805) , being the on-board WiFi chip disabled (blacklist brcmfmac).
So, it works and I hope, one day or another to be able to understand why .... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've built a WiFi extender based on a raspi Zero W 2, its on-board wifi chip and a WiFi USB dongle by BrosTrend and, of course, RaspAP. It works fine, without a glitch except for the speed that is a bit low but, for my purpose, it's enough.
However, I want to replace the on-board WiFi with another WiFi USB dongle, similar to the previous one, for a matter of coverage. My Pi Zero W has an USB-Ethernet hat that gives me 3 USB ports and a very compact form factor.
Now, if I disable the on-board WiFi chip (blacklist brcmfmac) add SSID, passoword and country, using raspi-config, detach the ethernet cable and reboot, I end with the following ifconfig:
I can then log in using SSH via the connection to the main WLAN (wlan1) but there is no trace of SSID raspi-webgui on the air, anywhere. I'm obviously doing something wrong but I don't know what. Where should I look (configuration files or else) to try to understand and solve this issue?
Many thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions