Search found 13336 matches

by JeremyB
Mon Mar 18, 2024 6:55 pm
Forum: Installation & Boot
Topic: Dual boot (UEFI and legacy)
Replies: 12
Views: 224

Re: Dual boot (UEFI and legacy)

You could try

Code: Select all

sudo apt install grub-pc
sudo grub-install --target=i386-pc /dev/sda
Reboot and get into BIOS and disable UEFI boot, then see if Mint boots
by JeremyB
Mon Mar 18, 2024 6:50 pm
Forum: Networking
Topic: Wireless connection no internet after a few seconds
Replies: 4
Views: 70

Re: Wireless connection no internet after a few seconds

Does

Code: Select all

sudo iwconfig wlp4s0 power off
Change the results for iwconfig
by JeremyB
Mon Mar 18, 2024 5:59 pm
Forum: Installation & Boot
Topic: Legacy BIOS won't detect Mint 20 USB boot drive [Somewhat new to Linux]
Replies: 1
Views: 24

Re: Legacy BIOS won't detect Mint 20 USB boot drive [Somewhat new to Linux]

Try putting Ventoy on the USB, then copy the Mint ISO to it
by JeremyB
Mon Mar 18, 2024 2:52 pm
Forum: Installation & Boot
Topic: Dual boot - grub boot order
Replies: 5
Views: 72

Re: Dual boot - grub boot order

What result from terminal for

Code: Select all

efibootmgr
by JeremyB
Sun Mar 17, 2024 7:44 pm
Forum: Networking
Topic: Wireless connection no internet after a few seconds
Replies: 4
Views: 70

Re: Wireless connection no internet after a few seconds

Code: Select all

sudo iwconfig wlp4s0 power off
sudo sed -i 's/wifi.powersave = 3/wifi.powersave = 2/' etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
by JeremyB
Sun Mar 17, 2024 5:54 pm
Forum: Installation & Boot
Topic: Dual boot (UEFI and legacy)
Replies: 12
Views: 224

Re: Dual boot (UEFI and legacy)

Post results from terminal for

Code: Select all

sudo parted -l
There is a way to do this without a reinstall. Some of the instructions may be out of date but I think grub-pc has to be installed and then use grub-install --target=i386-pc <disk>
by JeremyB
Sun Mar 17, 2024 3:03 pm
Forum: Hardware Support
Topic: Need help with Bluetooth
Replies: 4
Views: 69

Re: Need help with Bluetooth

Code: Select all

cd /lib/firmware/intel
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ibt-0040-1050.ddc
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/intel/ibt-0040-1050.sfi
Reboot
by JeremyB
Sun Mar 17, 2024 2:45 pm
Forum: Hardware Support
Topic: Need help with Bluetooth
Replies: 4
Views: 69

Re: Need help with Bluetooth

Post results from terminal for

Code: Select all

lspci -nnk|grep -iA3 net; lsusb; uname -r; mokutil --sb; dmesg|egrep -i 'blue|firm'
by JeremyB
Sun Mar 17, 2024 2:20 pm
Forum: Software & Applications
Topic: Linux terminal issue
Replies: 3
Views: 78

Re: Linux terminal issue

Just double click on the chrome deb file and the gdebi program should handle the install
by JeremyB
Sun Mar 17, 2024 12:27 pm
Forum: Hardware Support
Topic: MediaTek Inc. Cyrus Technology CS 24
Replies: 5
Views: 71

Re: MediaTek Inc. Cyrus Technology CS 24

Did you connect the small cord from the card to the motherboard Bluetooth function: Need connect USB Bluetooth cable with Device motherboard 9PIN USB 2.0 Slot.(Connect the 9-pin port of the Bluetooth cable to the motherboard port, and connect the 4-pin port of the Bluetooth cable to the Bluetooth po...
by JeremyB
Sun Mar 17, 2024 12:17 pm
Forum: Networking
Topic: Broadcom Yoga 2 doesn't connect.
Replies: 7
Views: 84

Re: Broadcom Yoga 2 doesn't connect.

ivar wrote: Sun Mar 17, 2024 12:08 pm I've got a Yoga 2-13 - interesting to see that the hardware in its little brother is so different (intel 2.4GHz wi-fi card in mine)
The same model might not have the same wifi. The Lenovo maintenance manuals usually show at least 3 wifi cards/model
by JeremyB
Sun Mar 17, 2024 12:10 pm
Forum: Hardware Support
Topic: MediaTek Inc. Cyrus Technology CS 24
Replies: 5
Views: 71

Re: MediaTek Inc. Cyrus Technology CS 24

Post results from terminal for

Code: Select all

lspci -nnk|grep -iA3 net; lsusb; dmesg|egrep -i 'blue|firm'; mokutil --sb
by JeremyB
Sun Mar 17, 2024 9:23 am
Forum: Networking
Topic: Broadcom Yoga 2 doesn't connect.
Replies: 7
Views: 84

Re: Broadcom Yoga 2 doesn't connect.

The kernel won't load an unsigned module when Secure Boot is enabled, that driver isn't signed so Secure Boot has to be disabled for it to be loaded
by JeremyB
Sun Mar 17, 2024 8:34 am
Forum: Networking
Topic: Broadcom Yoga 2 doesn't connect.
Replies: 7
Views: 84

Re: Broadcom Yoga 2 doesn't connect.

You need the bcmwl-kernel-source to make the wifi work and Secure Boot has to be disabled, check mokutil --sb
by JeremyB
Sun Mar 17, 2024 7:15 am
Forum: Networking
Topic: Broadcom Yoga 2 doesn't connect.
Replies: 7
Views: 84

Re: Broadcom Yoga 2 doesn't connect.

Post results from terminal for

Code: Select all

inxi -Fxxxz; mokutil --sb
by JeremyB
Sat Mar 16, 2024 4:22 pm
Forum: Installation & Boot
Topic: New Messages When Shutting Down
Replies: 11
Views: 244

Re: New Messages When Shutting Down

I wonder if it is really shutdown messages? Are you shutting down soon after booting? Those errors are from 44 seconds after power on Sometimes, but other times I'll be using the system for about 10 minutes and still get "errors" (if that's what they really are). It looks like a driver cr...
by JeremyB
Sat Mar 16, 2024 3:23 pm
Forum: Installation & Boot
Topic: Dual Boot now broken, grub has forgotten Windows
Replies: 36
Views: 699

Re: Dual Boot now broken, grub has forgotten Windows

You don't need to reinstall Windows, just use the troubleshooter/recovery options to rebuild the BCD
by JeremyB
Sat Mar 16, 2024 2:45 pm
Forum: Installation & Boot
Topic: New Messages When Shutting Down
Replies: 11
Views: 244

Re: New Messages When Shutting Down

Hello all, System: Kernel: 5.15.0-100-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Xfce 4.18.1 tk: Gtk 3.24.33 info: xfce4-panel wm: xfwm 4.18.0 vt: 7 dm: LightDM 1.30.0 Distro: Linux Mint 21.3 Virginia base: Ubuntu 22.04 jammy Machine: Type: Laptop System: HP product: HP Laptop 15-dw3x...
by JeremyB
Fri Mar 15, 2024 5:50 pm
Forum: Software & Applications
Topic: [SOLVED]Bluetooth dongle can find everything but headphones
Replies: 5
Views: 104

Re: Bluetooth dongle can find everything but headphones

Hoser Rob wrote: Fri Mar 15, 2024 3:16 pm That's not the right system info, and what's the make/model of the headphones? Some bluetooth devices just don't work in Linux.
That is all you need to know about the bluetooth, it is CSR and they don't always work well, might be one of those Ugreen Bluetooth adapters

Go to advanced search