We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! so I have installed the driver using dkms without any issues and if I load it manually by using
rmmod hid-logitech
modprobe hid-logitech
it work as expected, but I can't make it load automatically after reboot on Ubuntu 23.10. I did
sudo update-initramfs -u (and even sudo update-initramfs -c -k $(uname -r))
but after reboot lsmod steel shows me
ff_memless 24576 1 hid_logitech hid_generic 12288 0 usbhid 77824 1 hid_logitech hid 180224 3 hid_logitech,usbhid,hid_generic
ff_memless 24576 1 hid_logitech
hid_generic 12288 0
usbhid 77824 1 hid_logitech
hid 180224 3 hid_logitech,usbhid,hid_generic
so each time after reboot I need to do rmmod modprobe to make it work. Any thoughts?
PS. on Fedora it works after dracut --regenerate-all without any issue.
The text was updated successfully, but these errors were encountered:
Can you paste the contents of the following files?
/etc/initramfs-tools/initramfs.conf /etc/initramfs-tools/update-initramfs.conf /etc/initramfs-tools/modules
Sorry, something went wrong.
No branches or pull requests
Hello!
so I have installed the driver using dkms without any issues and if I load it manually by using
rmmod hid-logitech
modprobe hid-logitech
it work as expected, but I can't make it load automatically after reboot on Ubuntu 23.10.
I did
sudo update-initramfs -u (and even sudo update-initramfs -c -k $(uname -r))
but after reboot lsmod steel shows me
ff_memless 24576 1 hid_logitech
hid_generic 12288 0
usbhid 77824 1 hid_logitech
hid 180224 3 hid_logitech,usbhid,hid_generic
so each time after reboot I need to do rmmod modprobe to make it work.
Any thoughts?
PS. on Fedora it works after dracut --regenerate-all without any issue.
The text was updated successfully, but these errors were encountered: