I am very new to this but I wanted to make a travel router that will connect to Public Wi-Fi and then use eth0 hard wired to my PC to give me internet.
I don't have a USB to Wi-Fi adapter yet but eventually I will get one if everything works the way I want.
I have everything setup and working but when I do a scan for networks I only see 2.4Ghz, even when I first set it up. I changed the country code to CA as I am in Canada and even tried disabling the working 2.4 connection but nothing I do will get the 5Ghz ones to show up.
I did setup Pi OS and set the wifi country code and made sure I was using the latest firmware.
Really would appreciate any help to get this working.
Update I am working with ChatGPT and it says it knows what the issue is but I can't seem to fix it.
when I use the command iw reg get I get the following results.
global
country CA: DFS-FCC
(2402 - 2472 @ 40), (N/A, 30), (N/A)
(5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5350 @ 80), (N/A, 24), (0 ms), DFS, AUTO-BW
(5470 - 5600 @ 80), (N/A, 24), (0 ms), DFS
(5650 - 5730 @ 80), (N/A, 24), (0 ms), DFS
(5735 - 5835 @ 80), (N/A, 30), (N/A)
(5925 - 7125 @ 320), (N/A, 12), (N/A), NO-OUTDOOR
phy#0
country 99: DFS-UNSET
(2402 - 2482 @ 40), (6, 20), (N/A)
(2474 - 2494 @ 20), (6, 20), (N/A)
(5140 - 5360 @ 160), (6, 20), (N/A)
(5460 - 5860 @ 160), (6, 20), (N/A)
It seems to be my phy#0 is stuck on 99 and I am not sure how to change it. Chat GPT said to use these commands but it didn't work.
uci set wireless.radio0.country='CA'
uci commit wireless
wifi reload
