I have installed the latest version of Sabayon on my laptop and have run into a problem I cannot seem to fix. After booting I have no mouse. My mouse is a Logitech M510 wireless and I need to do some modprobing to get it working. I see that the receiver is found on boot. Here is the output of lsusb;
~ $ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 13d3:3362 IMC Networks
Bus 001 Device 004: ID 1bcf:2885 Sunplus Innovation Technology Inc.
I have added the device to /etc/config.d/modules like so;
# Mouse modules loading
modules="hid_logitech_dj"
But still I do not get the mouse working until I issue the following commands some times several time before the mouse begins to work;
rmmod hid_logitech_dj
modprobe hid_logitech_dj
How can I fix this issue so that I don't have to manually run the mod commans to get the mouse to work?
Thank you for your time.
