Search found 233 matches

by IYmEVDc
Fri Aug 09, 2024 1:41 pm
Forum: Networking
Topic: [SOLVED] Can't find bluetooth devices but the adapter is recognized
Replies: 4
Views: 215

Re: Can't find bluetooth devices but the adapter is recognized

leo@leo-T200TAC:~$ journalctl -b | grep -i blue ago 09 14:32:42 leo-T200TAC kernel: Bluetooth: hci0: BCM: firmware Patch file not found, tried: ago 09 14:32:42 leo-T200TAC kernel: Bluetooth: hci0: BCM: 'brcm/BCM43341B0.hcd' ago 09 14:32:42 leo-T200TAC kernel: Bluetooth: hci0: BCM: 'brcm/BCM.hcd' it...
by IYmEVDc
Fri Jul 26, 2024 12:04 pm
Forum: Hardware Support
Topic: Sound and Wifi card not working on Linux Mint 21.3 on iMac 21.5
Replies: 7
Views: 286

Re: Sound and Wifi card not working on Linux Mint 21.3 on iMac 21.5

based on this post: viewtopic.php?p=2495172#p2495172, it may help to see the output of:

Code: Select all

journalctl -k | grep -Ei "ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel"
by IYmEVDc
Thu Jul 25, 2024 2:04 pm
Forum: Installation & Boot
Topic: Solved: Mint boots to Grub after kernel update, didn't before
Replies: 5
Views: 220

Re: Mint boots to Grub after kernel update, didn't before

you are quite welcome :) i hope you continue to enjoy using linux mint!
by IYmEVDc
Thu Jul 25, 2024 3:41 am
Forum: Beginner Questions
Topic: Upgrade from 21.3 to 22 - Solved
Replies: 8
Views: 6397

Re: Upgrade from 21.3 to 22

from yesterday's blog post: https://blog.linuxmint.com/?p=4730 Monthly News – July 2024 July 24, 2024 by Clem·19 Comments Many thanks for your donations and for your support. Linux Mint 22 is ready. The release will be announced this week. It will be followed by upgrade instructions for Linux Mint 2...
by IYmEVDc
Thu Jul 25, 2024 2:56 am
Forum: Installation & Boot
Topic: Solved: Mint boots to Grub after kernel update, didn't before
Replies: 5
Views: 220

Re: Mint boots to Grub after kernel update, didn't before

installing a newer kernel will cause the system to run update-grub afterwards in order to incorporate that new kernel into the grub menu. it sounds like that may have also run os-prober to add win10 as a boot option in the grub menu. as explained here: https://forums.linuxmint.com/viewtopic.php?p=19...
by IYmEVDc
Thu Jul 25, 2024 2:21 am
Forum: Virtual Machines
Topic: Linux Mint 22.0 xfce slow boot time...
Replies: 4
Views: 759

Re: Linux Mint 22.0 xfce slow boot time...

mingle wrote: Thu Jul 25, 2024 2:09 am
and this is the "Critical Chain" output:

Code: Select all

graphical.target @38.625s
          └─plymouth-quit-wait.service @15.986s +22.584s
that one looks like it took the longest to start.

if these are numbers from your mint 22 install, did you try comparing them to the ones from 21.3?
by IYmEVDc
Thu Jul 25, 2024 1:48 am
Forum: Virtual Machines
Topic: Linux Mint 22.0 xfce slow boot time...
Replies: 4
Views: 759

Re: Linux Mint 22.0 xfce slow boot time...

Code: Select all

systemd-analyze
should give you a time and these may give you a look how that time was spent:

Code: Select all

systemd-analyze blame

Code: Select all

systemd-analyze critical-chain
by IYmEVDc
Thu Jul 25, 2024 1:42 am
Forum: Software & Applications
Topic: Mint 21.3 Cinnamon dpkg issue
Replies: 2
Views: 92

Re: Mint 21.3 Cinnamon dpkg issue

any chance you have a Timeshift snapshot from before you ran the dpkg command that you could roll back to?
by IYmEVDc
Wed Jul 24, 2024 12:53 pm
Forum: Installation & Boot
Topic: grub not visible by boot
Replies: 7
Views: 256

Re: grub not visible by boot

you can try using these instructions to make the grub menu show at boot: https://linuxmint-user-guide.readthedoc ... ys-visible
by IYmEVDc
Tue Jul 23, 2024 2:26 pm
Forum: Hardware Support
Topic: Sound and Wifi card not working on Linux Mint 21.3 on iMac 21.5
Replies: 7
Views: 286

Re: Sound and Wifi card not working on Linux Mint 21.3 on iMac 21.5

Network: Device-1: Broadcom BCM4364 802.11ac Wireless Network Adapter vendor: Apple driver: N/A pcie: speed: 2.5 GT/s lanes: 1 bus-ID: 02:00.0 chip-ID: 14e4:4464 class-ID: 0280 going off of the pci ids ( 14e4:4464 ), that looks like it may be the same or similar wifi device that was fixed in this t...
by IYmEVDc
Mon Jul 22, 2024 3:31 pm
Forum: Software & Applications
Topic: New install seems to be missing crontab [SOLVED]
Replies: 3
Views: 75

Re: New install seems to be missing crontab

I am on the new drive's OS now, and I edited and saved a crontab what command did you use to edit and save that crontab? , but it seems to have been the wrong one: logansfury@OptiPlex-5040:~$ crontab -l no crontab for logansfury if you used sudo with that original edit, then you were working with r...
by IYmEVDc
Mon Jul 22, 2024 2:54 pm
Forum: Software & Applications
Topic: Logs getting to big too quickly - how to stop some logging
Replies: 2
Views: 119

Re: Logs getting to big too quickly - how to stop some logging

there's some info here about reducing system logs in general: https://easylinuxtipsproject.blogspot.c ... .html#ID10

it doesn't necessarily speak to what it sounds like is happening with with xreader specifically, but may help reduce the space used.
by IYmEVDc
Mon Jul 22, 2024 2:14 pm
Forum: Networking
Topic: [SOLVED] WiFi USB Adapter not Recognized in LM 21.3
Replies: 6
Views: 319

Re: WiFi USB Adapter not Recognized in LM 21.3

Network: Device-2: Realtek 802.11ac NIC type: USB driver: N/A bus-ID: 1-1.4:4 chip-ID: 0bda:c811 class-ID: 0000 serial: <filter> in case you are using the regular 5.15 kernel that comes with a mint 21.3 installation, it looks like that adapter could use a kernel of at least 6.2 or higher to have a ...
by IYmEVDc
Mon Jul 22, 2024 11:50 am
Forum: Beginner Questions
Topic: Mystery of the disappearing disk space
Replies: 7
Views: 203

Re: Mystery of the disappearing disk space

i've only ever tried to delete Timeshift snapshots from the Timeshift gui since it is fairly quick and easy to do. i believe timeshift also has a command line version you could also use.
by IYmEVDc
Mon Jul 22, 2024 12:45 am
Forum: Installation & Boot
Topic: Installation => Reboot => only EFI Shell
Replies: 11
Views: 586

Re: Installation => Reboot => only EFI Shell

after running a web search for "TREKSTOR SurfTab duo install linux", i found a couple of links that might be of interest. the first: https://bbs.archlinux.org/viewtopic.php?pid=1690443#p1690443 from that link: So I could boot and install a debian 32bit without any problems. But I cannot in...
by IYmEVDc
Mon Jul 22, 2024 12:25 am
Forum: Installation & Boot
Topic: Installation => Reboot => only EFI Shell
Replies: 11
Views: 586

Re: Installation => Reboot => only EFI Shell

But I cannot find a root folder named mmcblk0p1 or efi. mmcblk0p1 is the name of a partition on the internal disk. because of the way it is formatted, it is usually hidden from any graphical file manager. that's why you can't find it to look for the file. There is a /boot/efi on the local drive, bu...
by IYmEVDc
Sun Jul 21, 2024 3:17 pm
Forum: Installation & Boot
Topic: Installation => Reboot => only EFI Shell
Replies: 11
Views: 586

Re: Installation => Reboot => only EFI Shell

Maybe these lines lead to an hint: grub-install: warning: EFI variables cannot be set on this system. grub-install: warning: You will have to complete the GRUB setup manually. yes, those look like the same ones in the first link from my previous post. in addition to this one: Warning: NVram was not...
by IYmEVDc
Sat Jul 20, 2024 8:13 pm
Forum: Networking
Topic: PCI-E wifi adapter not detected (TL-WN881ND) [SOLVED]
Replies: 9
Views: 236

Re: PCI-E wifi adapter not detected (TL-WN881ND)

since it isn't showing up in the output at all, have you made sure it is firmly seated and possibly tried a different pci slot if you have one to try?
by IYmEVDc
Sat Jul 20, 2024 7:51 pm
Forum: Installation & Boot
Topic: Installation => Reboot => only EFI Shell
Replies: 11
Views: 586

Re: Installation => Reboot => only EFI Shell

Thank you for your answer! you are welcome :) Boot Repair first demanded to look for updates, several times (with WLAN connection set). On the third time I said no, then I could click "Repair", then he showed several repairs he was working on (too fast to record them). i am not sure why i...
by IYmEVDc
Sat Jul 20, 2024 6:22 pm
Forum: Beginner Questions
Topic: apt upgrade generates a bunch of errors and idek where to start (proton vpn install)
Replies: 2
Views: 129

Re: apt upgrade generates a bunch of errors and idek where to start (proton vpn install)

Hey I just got linux mint and wanted to install proton vpn and it prompted me with this error After this operation, 259 MB of additional disk space will be used. Do you want to continue? [Y/n] y Extracting templates from packages: 100% Preconfiguring packages ... Setting up systemd (249.11-0ubuntu3...

Go to advanced search