How to resolve USB Autosuspend Issue?

Hello Reader, Recently, I encountered an issue where every time I powered on my computer, the externally connected mouse and keyboard would automatically disconnect. It was a frustrating experience, and despite my initial attempts to troubleshoot and resolve the problem, none of the conventional solutions seemed to work. After some persistent digging, I stumbled upon a potential solution that finally addressed the issue. If you’re facing a similar problem, give the following steps a try:...

January 25, 2024 · 2 min · Anson Sarosh Dsouza

Connect to Wifi during Arch installation

Hello Reader, During the Arch Linux installation process, connecting to WiFi might be necessary if you are not using a wired connection. Here’s a step-by-step guide to help you get your Arch system connected to WiFi. Check Available Interfaces First, check the available wireless interfaces using the following command: iwconfig Restart DHCP Service Restart the DHCP service to ensure that it is ready to configure the network interfaces: systemctl restart dhcpcd Scan for WiFi Networks Use the following command to scan for available WiFi networks:...

January 25, 2024 · 2 min · Anson Sarosh Dsouza