
In this article, we will delve into the issue of the Logitech wireless mouse M705 not working on Ubuntu 18.04.1. We will explore several potential solutions and provide step-by-step instructions on how to implement them.
The Logitech wireless mouse M705 may not work on Ubuntu 18.04.1 due to compatibility issues. However, there are several potential solutions to try, such as installing Logitech Unifying Software on Windows, installing Solaar in Ubuntu, checking system logs for device descriptor errors, updating the firmware of the Logitech Unifying Receiver, and using ltunify to pair devices. If none of these solutions work, it may be necessary to reach out to Logitech support for further assistance or consider using a different mouse known to be compatible with Ubuntu.
1. Installing Logitech Unifying Software on Windows
If you have a dual-boot configuration with Windows and Ubuntu, you can install the Logitech Unifying Software and Logitech Mouse software on the Windows side. This software allows you to pair and configure your mouse. Any settings made in Windows should carry over to the Ubuntu environment. Visit Logitech’s official website to download the software.
2. Installing Solaar in Ubuntu
Solaar is a Linux device manager for Logitech’s Unifying Receiver peripherals. It can be used to pair new devices and to enable and disable various features of Logitech devices.
To install Solaar, you can use the following command in the terminal:
sudo apt-get install solaar
The sudo
command allows you to run operations that require administrative or root permissions. The apt-get install
command is used to install a software package, in this case, ‘solaar’.
After installing Solaar, you should be able to see the status of Logitech Unifying Receiver and connected devices.
3. Checking System Logs for Device Descriptor Errors
Device descriptor errors can be identified by running the dmesg
command in the terminal. This command prints out messages from the kernel ring buffer, which can be useful for troubleshooting hardware issues.
dmesg | grep -i "error\|warn"
The grep
command is used to search for specific patterns in the output. In this case, we are searching for lines containing “error” or “warn”.
If you see errors like “device not responding” or “unable to enumerate USB device,” it could indicate a hardware issue.
4. Updating the Firmware of the Logitech Unifying Receiver
Logitech provides a firmware update tool for Windows, which you can use to update the firmware of the Unifying Receiver. After updating the firmware, the receiver should be detected correctly in both Windows and Ubuntu.
5. Using ltunify to Pair Devices
Ltunify is a command-line tool that allows you to pair and unpair Logitech devices with the unifying receiver. You can find more information and instructions on how to use ltunify on the GitHub page.
If none of the above solutions work, it is possible that there may be a compatibility issue between the Logitech wireless mouse M705 and Ubuntu 18.04.1. In such cases, you may need to reach out to Logitech support for further assistance or consider using a different mouse that is known to be compatible with Ubuntu.
We hope this article has helped you troubleshoot your Logitech wireless mouse M705 on Ubuntu 18.04.1. If you have any questions or need further assistance, feel free to leave a comment below.
Yes, the Logitech wireless mouse M705 should work on Ubuntu without any additional software. However, some users may experience compatibility issues, which can be resolved by following the steps mentioned in this article.
If you have installed the Logitech Unifying Software on Windows and the mouse still doesn’t work on Ubuntu, you can try installing Solaar in Ubuntu as mentioned in step 2 of this article. Solaar is specifically designed for managing Logitech’s Unifying Receiver peripherals on Linux systems.
After installing Solaar, you can open it and it should display the status of your Logitech Unifying Receiver and connected devices. Alternatively, you can run the command solaar-cli show
in the terminal to get information about the connected devices.
Device descriptor errors in the system logs could indicate a hardware issue. It is possible that there is a problem with the USB port or the Logitech Unifying Receiver itself. You can try connecting the receiver to a different USB port or using a different receiver if available to see if the issue persists.
Unfortunately, Logitech’s firmware update tool is only available for Windows. If you have a dual-boot configuration with Windows, you can update the firmware using the tool. Otherwise, you may need to use a Windows machine or contact Logitech support for assistance.
Using ltunify requires some technical knowledge and familiarity with the command line interface. If you are not comfortable with using the command line, it is recommended to seek assistance from someone who is or consider alternative solutions mentioned in this article.
If none of the solutions mentioned in this article work, it is possible that there may be a compatibility issue between the Logitech wireless mouse M705 and Ubuntu 18.04.1. In such cases, you may need to reach out to Logitech support for further assistance or consider using a different mouse that is known to be compatible with Ubuntu.