If you are not new to Linux Mint, just follow this path: System Settings ⇾ Hardware ⇾ Mouse and Touchpad ⇾ Touchpad tab ⇾ Enable "Tap to Click".
Source : https://itsfoss.com/fix-touchpad-click-linux-mint/
Just random mumbling
Time pass to be honest,may work as a reference later,I am not sure.
Monday, August 3, 2026
solve bluetooth issue with broadcam wireless adapter BCM43142 in garuda linux
To solve bluetooth issue
To get the Broadcom BCM43142 Bluetooth working on Arch Linux, install the missing proprietary firmware package from the AUR (like broadcom-bt-firmware),
enable the bluez service, and reload the kernel module.
Firmware and Driver Setup
Most users on Unix StackExchange agree that the BCM43142 requires extra firmware not present in standard packages.
Install an AUR helper or manually build the package: yay -S broadcom-bt-firmware (or bcm43142a0-firmware).
Restart or reload the btusb kernel module using sudo modprobe -r btusb
followed by sudo modprobe btusb.
Enabling Bluetooth Service
Install the core Bluetooth software:
sudo pacman -S bluez bluez-utils.
Start and turn on the system daemon:
sudo systemctl enable --now bluetooth.service.
Use bluetoothctl to power on the controller and scan for your peripheral devices.
If agent registered messege appeared it is working
install broadcam wireless bluetooth adapter BCM43142 on garuda linux
এমন একটা দিন ছিল যে লিনাক্স অপারেটিং সিস্টেমের কোর্স করছি কিন্তু বাড়িতে ইনস্টল করতে পারি না
যদিও বা করি ড্রাইভার পাওয়া যেত না বিভিন্ন ডিভাইসের ,ইন্টারনেটের যুগে বড় হয়েছি ,নেট কানেকশন না করা গেলে কিসের অপারেটিং সিস্টেম
কোন যুগের কথা ,দুই হাজার চার ,দুই হাজার পাঁচ
তারপর দুই দশক চলে গেল
লিনাক্স এখন অনেক উন্নত ,বেশিরভাগ কম্পিউটারে সব ডিভাইস চিনে ফেলে
কিন্তু বেশিরভাগ ,এখনও সব নয়
একটা পুরোনো ল্যাপটপ কিনেছিলাম ,এইচপি প্যাভিলিয়ন
তার ওয়ারলেস এডাপ্টার ছিল
সেটা এই কমান্ডে দেখা যায়
Lspci -nn | grep -i net
দেখতে পেলাম BCM43142
অর্থাৎ ব্রডক্যাম এডাপ্টার ,এগুলো সহজে চিনতে পারে না
ফলে আলাদা করে মডিউল ইনস্টল করতে হলো
Wl বলে একটা মডিউল আছে
Sudo pacman -S linux-zen-headers
Sudo pacman -S broadcam-wl-dkms
Sudo dkms autoinstall
Sudo modprobe wl
না হলে একটা রিস্টার্ট করতে হবে
এখন নেট না পেলে এগুলো করছিলাম কী করে ,স্বাভাবিক প্রশ্ন
ফোন লাগিয়ে ইউএসবি টেদারিং করে
এবার এতটা পরিশ্রম এক মুহূর্তে হয়নি ,বেশ খানিকক্ষণ চেষ্টা করে তবে সফল হয়েছি ,ফোন আর লাগিয়ে নেট পেতে হচ্ছে না ,wifi কাজ করছে
কিন্তু আর্চ লিনাক্সের একটা এক্সাম্পল এন্ডাভার লিনাক্স ইউজ করলে এইটুকুও করতে হত না
লাইভ বুট করে ও ব্রডক্যাম খুঁজে নিয়ে স্বতঃস্ফূর্ত ভাবে ড্রাইভার নামিয়ে নেয়
অনেকদিনের একটা সমস্যা মিটলো
এবার নেক্সট টার্গেট ব্লুটুথ
দেখা যাক
Tuesday, September 30, 2025
garuda linux update crash ,failed to rebuild initramfs using dracut solved
Solution
sudo garuda-health --fix
or
sudo dracut-rebuild && sudo update-grub
Monday, August 4, 2025
install codecs on garuda linux,codec not found solved in vlc
sudo pacman -Sy gst-libav gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly ffmpeg
sudo pacman -Sy vlc
sudo pacman -S vlc-plugin-ffmpeg
sudo pacman -S vlc-plugin-x264
sudo pacman -S vlc-plugin-x265
or
I can do
sudo pacman -S vlc vlc-plugins-all
Subscribe to:
Posts (Atom)