Last night did a reboot and no more wlan0. Have been trying to debug but could use some help, please!
ifconfig -a shows no wlan
sudo iw reg set GB works fine but doesn't stick with a reboot. Similarly now when select country in (gui) Raspi Config it goes for the reboot then dmesg has no country, viz
Code: Select all
...
[ 6.828982] bcm2835-rng 3f104000.rng: hwrng registered
[ 6.830207] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 6.884335] systemd-journald[106]: Received request to flush runtime journal from PID 1
[ 8.085524] uart-pl011 3f201000.uart: no DMA platform data
[ 8.242791] cfg80211: Calling CRDA to update world regulatory domain
[ 8.339212] Adding 102396k swap on /var/swap. Priority:-1 extents:3 across:184320k SSFS
[ 8.442305] cfg80211: World regulatory domain updated:
[ 8.442320] cfg80211: DFS Master region: unset
[ 8.442325] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 8.442333] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.442339] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.442345] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.442358] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 8.442365] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 8.442372] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 8.442378] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 8.442384] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 8.561838] random: nonblocking pool is initialized
...
TIA