Search found 15594 matches
- Sat Oct 05, 2024 1:36 pm
- Forum: Beginner Questions
- Topic: A Wifi connection bug
- Replies: 5
- Views: 139
Re: A Wifi connection bug
Glad that helped. Edit your first post & add [SOLVED] to the Subject line.
- Sat Oct 05, 2024 10:46 am
- Forum: Networking
- Topic: Wifi randomly dropping and need to restart pc to fix
- Replies: 6
- Views: 126
Re: Wifi randomly dropping and need to restart pc to fix
Are you sure power management is off? Post:
Code: Select all
iwconfig
- Thu Oct 03, 2024 8:04 pm
- Forum: Beginner Questions
- Topic: Solved, Unable to install Linux Kernel 5.15.0-122
- Replies: 4
- Views: 148
Re: Solved, Unable to install Linux Kernel 5.15.0-122
My guess would be that it did install on your first attempt, but maybe you didn't reboot after? You must reboot after installing a new kernel. Until you do, you are still on the old kernel.
- Thu Oct 03, 2024 1:58 pm
- Forum: Virtual Machines
- Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
- Replies: 13
- Views: 228
Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
I've never used any VM, but I think you need to install that wifi driver. One command at a time, hit Enter after each one, then reboot.
- Thu Oct 03, 2024 12:48 pm
- Forum: Virtual Machines
- Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
- Replies: 13
- Views: 228
Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
I'm not familiar enough with VirtualBox to help. But, you don't have to reboot after each of those commands. Just run one at a time, then reboot. And yes, you do need an internet connection to do it.
- Thu Oct 03, 2024 11:51 am
- Forum: Beginner Questions
- Topic: A Wifi connection bug
- Replies: 5
- Views: 139
Re: A Wifi connection bug
Turn power management off:
Reboot
Code: Select all
sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
- Wed Oct 02, 2024 9:23 pm
- Forum: Virtual Machines
- Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
- Replies: 13
- Views: 228
Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
If no better, do one line at a time:
Reboot
Code: Select all
sudo apt install git dkms
git clone https://github.com/cilynx/rtl88x2bu.git
sudo dkms add ./rtl88x2bu
sudo dkms install rtl88x2bu/5.8.7.1
- Wed Oct 02, 2024 9:08 pm
- Forum: Virtual Machines
- Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
- Replies: 13
- Views: 228
Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
Try it with power management off:
Reboot
Code: Select all
sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
- Wed Oct 02, 2024 3:37 pm
- Forum: Virtual Machines
- Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
- Replies: 13
- Views: 228
Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
With the adapter plugged in, post what this shows:
Code: Select all
inxi -Fxxxrz ; rfkill list ; iwconfig ; mokutil --sb-state
- Tue Oct 01, 2024 8:27 pm
- Forum: Networking
- Topic: Need urgent help regarding WIFI problem!
- Replies: 32
- Views: 990
Re: Need urgent help regarding WIFI problem!
I don't know if a usb wifi adapter will solve the problem, but I did answer:
As for a usb wifi adapter, you would want one that says it works in linux & is preferably plug & play (no need to install a driver).
- Tue Oct 01, 2024 12:32 am
- Forum: Networking
- Topic: Wifi Unavailable
- Replies: 8
- Views: 136
Re: Wifi Unavailable
Meanwhile, someone else might see something that I don't.
- Tue Oct 01, 2024 12:24 am
- Forum: Networking
- Topic: Wifi Unavailable
- Replies: 8
- Views: 136
Re: Wifi Unavailable
My only guess is maybe the 6.8 kernel is not the best choice for that machine. Try a live session of a lower Mint version with the 5.15 kernel.
- Tue Oct 01, 2024 12:14 am
- Forum: Networking
- Topic: Wifi Unavailable
- Replies: 8
- Views: 136
Re: Wifi Unavailable
I don't see an obvious cause for the problem. Did wifi work in a live session from your install media?
- Mon Sep 30, 2024 11:58 pm
- Forum: Networking
- Topic: Wifi Unavailable
- Replies: 8
- Views: 136
Re: Wifi Unavailable
Post what this shows:
Code: Select all
inxi -Fxxxrz ; rfkill list ; iwconfig ; mokutil --sb-state
- Mon Sep 30, 2024 8:16 pm
- Forum: Networking
- Topic: Need urgent help regarding WIFI problem!
- Replies: 32
- Views: 990
Re: Need urgent help regarding WIFI problem!
You can try shut down, remove power cord & battery (if possible), press and hold power button for 30 seconds, then reconnect & boot. See if PM is off now (set to 2).
- Mon Sep 30, 2024 4:01 pm
- Forum: Networking
- Topic: Missing Wi-Fi Option—Only Wired Connection Available
- Replies: 33
- Views: 574
Re: Missing Wi-Fi Option—Only Wired Connection Available
There is another driver you can try, #7 here: https://easylinuxtipsproject.blogspot.c ... k.html#ID7
- Mon Sep 30, 2024 3:41 pm
- Forum: Networking
- Topic: Missing Wi-Fi Option—Only Wired Connection Available
- Replies: 33
- Views: 574
Re: Missing Wi-Fi Option—Only Wired Connection Available
What does this show now:
Previously, it showed:
Network:
Device-1: Realtek RTL8822BE 802.11a/b/g/n/ac WiFi adapter
vendor: Lenovo ThinkPad E595 driver: N/A pcie: speed: Unknown lanes: 63
port: 4000 bus-ID: 07:00.0 chip-ID: 10ec:b822 class-ID: 0280
Code: Select all
inxi -Nn
Network:
Device-1: Realtek RTL8822BE 802.11a/b/g/n/ac WiFi adapter
vendor: Lenovo ThinkPad E595 driver: N/A pcie: speed: Unknown lanes: 63
port: 4000 bus-ID: 07:00.0 chip-ID: 10ec:b822 class-ID: 0280
- Mon Sep 30, 2024 3:33 pm
- Forum: Networking
- Topic: Need urgent help regarding WIFI problem!
- Replies: 32
- Views: 990
Re: Need urgent help regarding WIFI problem!
Have you tried restarting your router? Someone here had a similar problem & it turned out to be a router setting: https://forums.linuxmint.com/viewtopic.php?p=1965702#p1965702 As for a usb wifi adapter, you would want one that says it works in linux & is preferably plug & play (no need t...
- Mon Sep 30, 2024 1:20 pm
- Forum: Networking
- Topic: Need urgent help regarding WIFI problem!
- Replies: 32
- Views: 990
Re: Need urgent help regarding WIFI problem!
Change it to 3:
Reboot
If still on, go back to 2:
Reboot
If still on after that, I'm stumped.
Code: Select all
sudo sed -i 's/2/3/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
If still on, go back to 2:
Code: Select all
sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
If still on after that, I'm stumped.
- Mon Sep 30, 2024 1:12 pm
- Forum: Networking
- Topic: Missing Wi-Fi Option—Only Wired Connection Available
- Replies: 33
- Views: 574
Re: Missing Wi-Fi Option—Only Wired Connection Available
Try:
Reboot
Code: Select all
sudo apt remove broadcom-sta-dkms