Skip to content

Commit 79be4a8

Browse files
committed
Remove obsolete CRDA info with non-existent config file
1 parent 7ca0534 commit 79be4a8

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

content/wireless.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -191,28 +191,6 @@ Save, then reboot.
191191

192192
If the above steps aren't working, or you would like to fine tune and improve you connection, see the following steps.
193193

194-
### Regulatory Domain
195-
196-
In many cases, it's recommended to explicitly set the Wi-Fi regulatory domain. Check yours with this command:
197-
198-
```bash
199-
sudo iw reg get
200-
```
201-
202-
If you get 00, that is a one-size-maybe-fits-all setting. Find yours here: [ISO_3166](http://wikipedia.org/wiki/ISO_3166-1).
203-
204-
And set it permanently with this command:
205-
206-
```bash
207-
sudo gedit /etc/default/crda
208-
```
209-
210-
Change the last line to read:
211-
212-
> REGDOMAIN=US
213-
214-
Save and close the text editor.
215-
216194
### IPv6
217195

218196
Unless specifically required, you can set IPv6 to Ignore in Network Manager. Go to **System Settings****Network** and click the orange arrow next to your network, then click **Settings****Network****Ethernet****Gear Icon****IPv6 Settings** then change **Automatic** to **Disable**.
@@ -248,7 +226,7 @@ If you have trouble with a Bluetooth headset and keeping a steady downlink speed
248226
249227
### Power Management
250228

251-
Another way to help with Wi-Fi issues is to turn off Wi-Fi power management by adding a NetworkManager configuration, then reboot your computer:
229+
Another way to help with Wi-Fi issues is to turn off Wi-Fi power management. This can be done by adding the appropriate NetworkManager configuration using the following command, then rebooting your computer:
252230

253231
```bash
254232
echo -e "[connection]\nwifi.powersave = 2" | sudo tee /etc/NetworkManager/conf.d/default-wifi-powersave-off.conf

0 commit comments

Comments
 (0)