Установка драйверов wifi linux mint 19

[ЕСТЬ РЕШЕНИЕ] Драйвер WiFi в Linux Mint 19.1

Добрый день.
Есть нетбук Asus Eee1001hag, wifi адаптер встроенный intel wimax/wifi link 5150. На Linux Mint xfce 18.1 работает отлично, при установке любой версии Linux Mint 19 wifi не работает. Подскажите, можно ли как то перенести драйвер из версии 18.1 в например в 19.1?

Если кому то интересно решение для ноутбуков Asus, подсмотрел на страничке http://www.webupd8.org/2010/05/enable-fn-keys-on-your-asus-eeepc-and.html
Проблема была в том, что на старом ядре 4.4.0-186 работали клавиши Fn+Fx и wifi включался физически клавишами Fn+F2. В последующих версиях ядер клавиша Fn+F2 не работала, а система загружалась с параметрами, при которых wifi был жестко заблокирован.
Решение такое:
С правами root надо отредактировать файл /etc/default/grub
Находим в этом файле строку
GRUB_CMDLINE_LINUX_DEFAULT=«quiet splash»
Редактируем ее, добавляя запись acpi_osi = Linux в конец стоки
Редактирования строка должна выглядеть так:
GRUB_CMDLINE_LINUX_DEFAULT=«quiet splash acpi_osi=Linux»
Далее выполняем команду в терминале
sudo update-grub
Перегружаем компьютер
WiFi сразу включен, клавиши Fn+F2 работают, включают и выключают WiFi
Манипуляции проводил на Linux Mint 19.3 xfce 32-bit
Нетбук Asus Eee PC 1001hag

В догонку, если потом запустить приложение «Отчет о системе» или оно само запустится и выдаст сообщение, что обнаружен конфликтующий пакет и выдаст запрос «удалить его», надо согласиться и после перегрузить комп, больше таких сообщений появляться не будет.

Источник

How to Install Realtek Wifi Drivers in Ubuntu 22.04 | Linux Mint 21/20

Linux Kernel keeps updating with new device drivers. But, there are still some devices lack out-of-box support. Thanks to the open-source community, there are always a group of people maintaining missing drivers.

Читайте также:  Подключение сетевых папок astra linux

How to Tell Which Wi-Fi Chipset you have?

Firstly, you may want to find out the device name of your wireless network card. In Ubuntu or Linux Mint, you may just search for and open “hardinfo” (aka, System Profiler and Benchmark) either from start menu or ‘Activities’ overview.

Install "hardinfo" via Ubuntu Software or Synaptic Package Manager if you don't have it.

When it opens, navigate to “Devices -> PCI Devices“. Then, find out the network controller information in the right. For USB Wi-Fi adapter, go find it under “Devices -> USB Devices“.

For those familiar Linux command, use lspci command to find integrated network card or lsusb for USB adapter:

Install Realtek Wi-Fi Driver from PPA:

There’s a github repository that maintains RTL8822BE, RTL8822CE, RTL8821CE, RTL8723DE, RTL8723AU, RTL8723BU, RTL8188EU driver source codes. Advanced users may go to that page, grab the source and build by yourself.

To make life easier, the kablosuz-wireless PPA maintains the driver packages for:

  • rtl8723bu, rtl8822bu, rtl8188eu, rtl8188eus, rtl8188fu, rtl8188gu, rtl8192cu, rtl8192du, rtl8192ee, rtl8192eu, rtl8192fu, rtl8723au, rtl8723bu, rtl8723de, rtl8723ds, rtl8723du, rtl8812au, rtl88XXau, rtl8814au, rtl8821ce, rtl8821cu, rtl8822bu, rtl8822ce, rtl8852au, rtw88, and rtw89.

The guy also maintains another PPA with packages for:

  • r8101, r8125, RTL8152/RTL8153/RTL8156, r8168, rts5139, and rts5229 network drivers.

Step 1: Disable Secure Boot

The drivers are built in DKMS mode that will work (rebuild automatically) even after update to new Kernel series. If you have your system installed in UEFI mode, you have to disable secure boot first.

1. To verify if your system is installed in UEFI mode, open terminal (Ctrl+Alt+T) and run command:

[ -d /sys/firmware/efi ] && echo "EFI" || echo "BIOS"

2. To check the status of secure boot:

If secure boot is enabled, reboot into BIOS/UEFI settings and disable it!

Step 2: Add the Ubuntu PPA

First, open terminal by pressing Ctrl+Alt+T key combination on keyboard. When it opens, run the command below to add the PPA:

sudo add-apt-repository ppa:kelebek333/kablosuz

For r8101, r8125, RTL8152/RTL8153/RTL8156, r8168, rts5139, and rts5229 network drivers, add another PPA:

sudo add-apt-repository ppa:kelebek333/drivers

Step 3: Update the cache

Ubuntu 22.04 now automatically updates the cache while adding PPA. But, Linux Mint does not. So you have to manually run the command below to refresh cache:

Читайте также:  Как удалить kde linux

Step 4: Select install driver package for your chipset

Open “Synaptic Package Manager“, navigate to “Origin” tab in the left. Finally click on “LP-PPA-kelebek333-drivers” or “LP-PPA-kelebek333-kablosuz” to list all the packages from that repository. Finally, right-click on desired driver package, mark for installation, and click Apply.

Install Synaptic Package Manager from Ubuntu Software if you don't have it.

Or, you can install the package via apt command (for example, install r8822bu driver):

sudo apt install r8822bu-dkms
Keep an eye on output info while installing the package. It tells where to install the Kernel modules.

Step 5: Load the driver (Kernel Module)

After installing the driver package, restart your computer. Then, you may find out the modules via:

ls /usr/lib/modules/$(uname -r)/updates/dkms
The command should outputs the previously installed Kernel modules in .ko files.

You can finally, load the driver ( 8723ds for example) via command:

And, verify via lsmod command with ‘grep’ filter:

If you have loaded the correct network driver, Wi-Fi should work now!

How to Uninstall:

To unload the driver module, use modprobe command with -r flag. For example, unload ‘8723ds’ via command:

And, to remove the driver package, either use “Synaptic Package Manager” or run apt remove command:

sudo apt remove package_name

To remove the Ubuntu PPAs, use command:

sudo add-apt-repository --remove ppa:kelebek333/kablosuz
sudo add-apt-repository --remove ppa:kelebek333/drivers

Источник

Установка драйверов wifi linux mint 19

Добрый день!
После установки LM 19.3 x64 Cinnamon 4.4.8
Подключение к интернету только через провод, судя по всему WiFi адаптер не работает. Что я не так делаю? Сразу скажу, что Линукс для меня случился впервые, прошу отнестись с пониманием.

Читайте также:  What is iostat in linux

yakov@yakov-Lenovo-B590:~$ inxi -Fxz
System:
Host: yakov-Lenovo-B590 Kernel: 5.3.0-40-generic x86_64 bits: 64
compiler: gcc v: 7.4.0 Desktop: Cinnamon 4.4.8
Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic
Machine:
Type: Laptop System: LENOVO product: 20206 v: Lenovo B590 serial:
Mobo: LENOVO model: 20206 v: 31900004 Std serial: UEFI: LENOVO
v: H9ET74WW(1.11) date: 06/26/2013
Battery:
ID-1: BAT0 charge: 47.6 Wh condition: 47.7/40.4 Wh (118%)
model: LGC 45N1049 status: Unknown
CPU:
Topology: Dual Core model: Intel Pentium 2020M bits: 64 type: MCP
arch: Ivy Bridge rev: 9 L2 cache: 2048 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 9578
Speed: 1258 MHz min/max: 1200/2400 MHz Core speeds (MHz): 1: 1203 2: 1197
Graphics:
Device-1: Intel 3rd Gen Core processor Graphics vendor: Lenovo
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.20.5 driver: modesetting unloaded: fbdev,vesa
resolution: 1366×768~60Hz
OpenGL: renderer: Mesa DRI Intel Ivybridge Mobile v: 4.2 Mesa 19.2.8
direct render: Yes
Audio:
Device-1: Intel 7 Series/C216 Family High Definition Audio vendor: Lenovo
driver: snd_hda_intel v: kernel bus ID: 00:1b.0
Sound Server: ALSA v: k5.3.0-40-generic
Network:
Device-1: Broadcom and subsidiaries BCM43142 802.11b/g/n vendor: Lenovo
driver: N/A port: efa0 bus ID: 02:00.0
Device-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: Lenovo driver: r8169 v: kernel port: 2000 bus ID: 03:00.0
IF: enp3s0 state: up speed: 100 Mbps duplex: full mac:
Drives:
Local Storage: total: 298.09 GiB used: 8.59 GiB (2.9%)
ID-1: /dev/sda vendor: Seagate model: ST320LT012-9WS14C size: 298.09 GiB
Partition:
ID-1: / size: 291.92 GiB used: 8.59 GiB (2.9%) fs: ext4 dev: /dev/sda2
Sensors:
System Temperatures: cpu: 41.0 C mobo: N/A
Fan Speeds (RPM): cpu: 0
Info:
Processes: 183 Uptime: 10m Memory: 1.73 GiB used: 1.02 GiB (59.0%)
Init: systemd runlevel: 5 Compilers: gcc: 7.5.0 Shell: bash v: 4.4.20
inxi: 3.0.32
yakov@yakov-Lenovo-B590:~$

YuNo , Ещё одну вещь забыл , может он выключен . Увидеть можно rfkill list
И вдогонку , проверь в биосе secure boot , при включенном не установится ни один проприетарный драйвер.

Источник

Оцените статью
Adblock
detector