Questions tagged [troubleshooting]
Troubleshooting is a form of problem solving, often applied to repair failed products or processes.
272 questions
0 votes
0 answers
51 views
Trackpad not working in Fedora 42 GNOME running on ASUS E410K laptop
I have an ASUS E410K laptop running F42 with GNOME. The trackpad seems to be working in the login screen, but stops working when the desktop is open. (It works fine in Windows, so the hardware seems ...
1 vote
1 answer
84 views
After crash, Ubuntu boots into boot menu
After a crash (browser froze), I tried a hard reset, and on boot, this screen appeared, which I cannot bypass just by pressing Enter. This has happened before, and after several attempts and pressing ...
1 vote
1 answer
247 views
Laptop sometimes hard reboots when scrolling in Twitter
This is one of the weirdest issues I have ever had: When scrolling in Twitter in a browser, the laptop suddenly does a hard restart. This can happen multiple times a day or it can take a few days ...
0 votes
0 answers
396 views
GRUB fails to load Windows Boot Manager upon selection
I currently have Fedora 41 and Windows 11 installed on separate drives, but I'm having issues adding the Windows Boot Manager to the GRUB boot interface. Running sudo os-prober shows the Windows Boot ...
-1 votes
1 answer
339 views
What is the scope of /var/log/user.log file?
/var/log/user.log What's the scope of this log file? Is it related only to currently logged in user or to multiple users and which ones? What this log file is about and when should I look into it?
0 votes
0 answers
1k views
bluetooth stopped working on CachyOS
I've always had problems with the Bluetooth in this distro , it ended up being half-assed by un mounting and re mounting btusb using modprobe. After that i could use it for a mouse. It wasn't perfect ...
0 votes
1 answer
115 views
ansible-doc getting started?
Is there a vimtutor eqvivalent to ansible? I know I can read up on the syntax of a particular module using ansible-doc <module> - but what if I can't recall the module name? If I find myself ...
0 votes
1 answer
561 views
In a shell script, how do I print the input of every step of a pipe chain?
TL;DR: Is there a way to print the inputs and outputs of every step of a bash shell script, including the steps between pipe commands? Hopefully this is relatable: I wrote a script a while ago and ...