I am trying to get my new installation of Ubuntu 18.04 on a Lenovo Yoga C930 up and functional. My wireless has been giving me issues since the beginning. Currently my question is:
How do I fix a slow wireless connection on my machine?
Here is the history of what I've done so far:
- The question here got my wireless from a Hard block to being unblocked.
- Then, by following the advice given here, I was able to determine that I have a iwlwifi driver which needs to be modified to select a different wireless antenna.
So my more specific question is, how can I tell my machine to use the correct wireless antenna to get full signal and speed?
If the answer includes the modprobe
or modinfo
commands, that would be nice since I've been reading up on how to use them, but for a driver that was inapplicable to my setup.
sudo iw reg get
returns a lot of info. Inside it is a line:phy#0: (self-managed)
country US: DFS-UNSET
I am in the US. Does that mean I don't have to change anything here? – Pinkie B Aug 29 '19 at 13:07cat /etc/default/crda
tell us? If it says:REGDOMAIN=US
then you need make no change. If it says anything else, such asREGDOMAIN=
then please change it. – chili555 Aug 29 '19 at 13:49REGDOMAIN=
and I have since updated it toREGDOMAIN=US
. Performing a speedtest (Ookla) gave me 11mbps download and 1mpgs upload. I think that means my speed is back to normal. I have noticed no slowness, but my wireless signal shows only 2 bars even when I am sitting right next to the router. That leaves me as only 80% confident that I have solved my initial issue. – Pinkie B Aug 30 '19 at 14:49