Skip to content

Commit

Permalink
Ubuntu: FAQ: remove obsolete instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jul 9, 2024
1 parent 3743d80 commit b831ab8
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions docs/distributions/ubuntu/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,34 +31,6 @@ sudo add-apt-repository ppa:pipewire-debian/pipewire-upstream
sudo apt install pipewire pipewire-audio-client-libraries libpipewire-0.3-modules libspa-0.2-{bluetooth,jack,modules} pipewire{,-{audio-client-libraries,pulse,bin,tests}}
```

# Why there are no Wi-Fi networks in scan list

In some cases users are not getting even a single Wi-Fi network listed when attempting to connect to a network, inspite of having followed the [Wi-Fi guide](https://wiki.t2linux.org/guides/wifi-bluetooth/) completely and correctly.

To fix this:

1. Edit `/etc/NetworkManager/NetworkManager.conf` to look like this:

```conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
```

2. Now edit `/etc/NetworkManager/conf.d/wifi_backend.conf` to look like this:

```conf
#[device]
#wifi.backend=iwd
```

3. Finally run `sudo systemctl restart NetworkManager`.

# How do I upgrade my kernel

Follow [these](https://github.com/t2linux/T2-Debian-and-Ubuntu-Kernel?tab=readme-ov-file#using-the-apt-repo) instructions.

0 comments on commit b831ab8

Please sign in to comment.