Search found 15594 matches

by sleeper12
Sat Oct 05, 2024 1:36 pm
Forum: Beginner Questions
Topic: A Wifi connection bug
Replies: 5
Views: 135

Re: A Wifi connection bug

👍 Glad that helped. Edit your first post & add [SOLVED] to the Subject line.
by sleeper12
Sat Oct 05, 2024 10:46 am
Forum: Networking
Topic: Wifi randomly dropping and need to restart pc to fix
Replies: 5
Views: 101

Re: Wifi randomly dropping and need to restart pc to fix

Are you sure power management is off? Post:

Code: Select all

iwconfig
by sleeper12
Thu Oct 03, 2024 8:04 pm
Forum: Beginner Questions
Topic: Solved, Unable to install Linux Kernel 5.15.0-122
Replies: 4
Views: 145

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.
by sleeper12
Thu Oct 03, 2024 1:58 pm
Forum: Virtual Machines
Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
Replies: 13
Views: 216

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.
by sleeper12
Thu Oct 03, 2024 12:48 pm
Forum: Virtual Machines
Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
Replies: 13
Views: 216

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.
by sleeper12
Thu Oct 03, 2024 11:51 am
Forum: Beginner Questions
Topic: A Wifi connection bug
Replies: 5
Views: 135

Re: A Wifi connection bug

Turn power management off:

Code: Select all

sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Reboot
by sleeper12
Wed Oct 02, 2024 9:23 pm
Forum: Virtual Machines
Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
Replies: 13
Views: 216

Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint

If no better, do one line at a time:

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
Reboot
by sleeper12
Wed Oct 02, 2024 9:08 pm
Forum: Virtual Machines
Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
Replies: 13
Views: 216

Re: No/unstable wifi with Netgear A6150 on VBox/Linux Mint

Try it with power management off:

Code: Select all

sudo sed -i 's/3/2/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Reboot
by sleeper12
Wed Oct 02, 2024 3:37 pm
Forum: Virtual Machines
Topic: No/unstable wifi with Netgear A6150 on VBox/Linux Mint
Replies: 13
Views: 216

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
by sleeper12
Tue Oct 01, 2024 8:27 pm
Forum: Networking
Topic: Need urgent help regarding WIFI problem!
Replies: 32
Views: 982

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).
by sleeper12
Tue Oct 01, 2024 12:32 am
Forum: Networking
Topic: Wifi Unavailable
Replies: 8
Views: 134

Re: Wifi Unavailable

Meanwhile, someone else might see something that I don't. :wink:
by sleeper12
Tue Oct 01, 2024 12:24 am
Forum: Networking
Topic: Wifi Unavailable
Replies: 8
Views: 134

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.
by sleeper12
Tue Oct 01, 2024 12:14 am
Forum: Networking
Topic: Wifi Unavailable
Replies: 8
Views: 134

Re: Wifi Unavailable

I don't see an obvious cause for the problem. Did wifi work in a live session from your install media?
by sleeper12
Mon Sep 30, 2024 11:58 pm
Forum: Networking
Topic: Wifi Unavailable
Replies: 8
Views: 134

Re: Wifi Unavailable

Post what this shows:

Code: Select all

inxi -Fxxxrz ; rfkill list ; iwconfig ; mokutil --sb-state
by sleeper12
Mon Sep 30, 2024 8:16 pm
Forum: Networking
Topic: Need urgent help regarding WIFI problem!
Replies: 32
Views: 982

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).
by sleeper12
Mon Sep 30, 2024 3:41 pm
Forum: Networking
Topic: Missing Wi-Fi Option—Only Wired Connection Available
Replies: 33
Views: 566

Re: Missing Wi-Fi Option—Only Wired Connection Available

What does this show now:

Code: Select all

inxi -Nn
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
by sleeper12
Mon Sep 30, 2024 3:33 pm
Forum: Networking
Topic: Need urgent help regarding WIFI problem!
Replies: 32
Views: 982

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...
by sleeper12
Mon Sep 30, 2024 1:20 pm
Forum: Networking
Topic: Need urgent help regarding WIFI problem!
Replies: 32
Views: 982

Re: Need urgent help regarding WIFI problem!

Change it to 3:

Code: Select all

sudo sed -i 's/2/3/' /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Reboot

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
Reboot

If still on after that, I'm stumped.
by sleeper12
Mon Sep 30, 2024 1:12 pm
Forum: Networking
Topic: Missing Wi-Fi Option—Only Wired Connection Available
Replies: 33
Views: 566

Re: Missing Wi-Fi Option—Only Wired Connection Available

Try:

Code: Select all

sudo apt remove broadcom-sta-dkms
Reboot

Go to advanced search