Getting Linux System Legacy Mouse Support with KVM Switch Raritan DKX4-101: A Step-by-Step Guide
This article provides a detailed guide on how to enable legacy mouse support for a Linux system with SUSE Linux 15, connected to a KVM-over-IP device, specifically the Raritan DKX4-101, which introduces USB device keyboard and mouse emulation.
1. Prerequisites
Ensure that you have the following:
- A Linux system with SUSE Linux 15 installed
- A Raritan KVM-over-IP device (DKX4-101)
- A USB keyboard and mouse
2. Connecting the Linux System to the Raritan DKX4-101
Connect the USB keyboard and mouse to the Raritan DKX4-101. Then, connect the Raritan DKX4-101 to the Linux system using a standard RJ-45 network cable.
3. Accessing the Raritan DKX4-101 Web Interface
Open a web browser and navigate to the IP address of the Raritan DKX4-101. Log in using your credentials.
4. Enabling Legacy Mouse Support
Once logged in, navigate to the "Configuration" tab and select "USB Settings."
[user@linux-system ~]$ ssh -X user@ip-address-of-raritan
[user@rarian ~]$ sudo systemctl start dom0-xenconsoled
[user@rarian ~]$ sudo xl console usb-kvm1
This will open a new Xen console window. In this window, you can enable legacy mouse support by clicking on the "Enable Legacy Mouse" button.
5. Verifying Legacy Mouse Support
After enabling legacy mouse support, you can verify that it is working by moving the mouse cursor and clicking on elements in the console window. The mouse cursor should move smoothly and the clicks should be registered correctly.
6. Troubleshooting
If you encounter any issues with legacy mouse support, you can try the following troubleshooting steps:
- Check the network connection between the Linux system and the Raritan DKX4-101.
- Ensure that the USB keyboard and mouse are properly connected to the Raritan DKX4-101.
- Restart the Raritan DKX4-101 and try enabling legacy mouse support again.
7. References
- Raritan DKX4-101 User Guide
- SUSE Linux 15 Documentation
- Xen Project Documentation
This article provided a step-by-step guide on how to enable legacy mouse support for a Linux system with SUSE Linux 15, connected to a KVM-over-IP device, specifically the Raritan DKX4-101, which introduces USB device keyboard and mouse emulation. By following the instructions in this guide, you should be able to enable legacy mouse support and verify that it is working correctly.