Skip to content

Commit

Permalink
Обновлено: Быстрый старт, как узнать какие стандарты Wi-Fi поддержива…
Browse files Browse the repository at this point in the history
…ет модуль?
  • Loading branch information
OlegShchavelev committed Apr 29, 2024
1 parent e3a8277 commit 29066ef
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/main/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,25 @@ gsettings set org.gnome.desktop.interface show-battery-percentage true
gsettings set org.gnome.desktop.interface show-battery-percentage false
```
:::


## Сетевое администрирование

### Как узнать какие стандарты Wi-Fi поддерживает модуль?

Чтобы узнать, какие стандарты Wi-Fi поддерживает ваш модуль в ALT Regular Gnome, введите в терминале:

```shell
lspci | egrep -i --color 'wifi|wlan|wireless'
```

| Cтарндарт | Альтернативное обозначение | Год выпуск |
| ------------- | ----------- | ---- |
| 802.11n | Wi-Fi 4 | 2009 |
| 802.11ac | Wi-Fi 5 | 2013 |
| 802.11ax | Wi-Fi 6 | 2019 |

:::details Пример вывода команды
```shell
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8852BE PCIe 802.11ax Wireless Network Controller
```
:::

0 comments on commit 29066ef

Please sign in to comment.