After my previous networking woes got fixed (No (easy) networking after upgrade to Xubuntu 20.04.1 LTS) I have swapped over to Ubuntu Studio. The 22.04.01 LTS release recommends a clean install, which I have done, and... you guessed it I now need to do sudo ip link set dev wlp7s0 down && dhclient wlp7s0
after every boot to get a fully working connection (without doing this some sites such as Google, are accessible, others, such as AskUbuntu(!) are not).
Results of wireless info script are linked below (split into two parts).
Part 1: https://paste.ubuntu.com/p/Ks7wdfjwbF/
Part 2: https://paste.ubuntu.com/p/TtvJ8q56wZ/
I've spotted that lsmod
output points out that the driver that's been installed for me is related to the rtl8192ce, so I don't know if that is my issue, and I'm not sure how to 'force' the correct driver to be used. [In the past I've used the RTL8188CE drivers published by FreedomBen on GitHub but they are presently not compiling: https://github.com/FreedomBen/rtl8188ce-linux-driver/issues/157 ]
Edit: Additional Info results: https://paste.ubuntu.com/p/DjmnRDfjvN/
Edit 2:
$ sudo cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
''
breaks the copy/paste somehow] – IainCunningham Aug 24 '22 at 21:34sudo ip link set dev wlp7s0 down && dhclient wlp7s0
. I've run the script before doing this, and have linked the result from my post above. (I don't seem to have an IPv4 address allocated?) – IainCunningham Aug 25 '22 at 22:05sudo cat /var/lib/NetworkManager/NetworkManager.state
Do all other devices; i.e. phones, tablets, etc. work properly on this network? – chili555 Aug 25 '22 at 23:08sudo ip link...
] – IainCunningham Aug 29 '22 at 14:53dhclient
instead I have IPv4 on every boot. – IainCunningham Sep 05 '22 at 20:33