You are not logged in.
Pages: 1
As the title says.
Hoping for `improved wireless` in the new iso, alas no.
Offline
You may need non-free firmware to get it working, maybe give a little more info, like network card etc.
Show the output of this command...
lspci -knn | grep "Network"
Last edited by HevyDevy (2020-08-19 07:47:52)
Offline
lspci -knn | grep "Network"
The kernel drivers will be listed in the lines below "Network" so the grep will have to be expanded to show them:
lspci -knn | grep -A3 "Network"
We should probably also see
# dmesg | grep firmware
Brianna Ghey — Rest In Power
Offline
Hoas, forgot about that, cheers.
Offline
Pages: 1