Skip to content
New issue

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

Can't make it load automatically #85

Open
Chrom25 opened this issue Nov 22, 2023 · 1 comment
Open

Can't make it load automatically #85

Chrom25 opened this issue Nov 22, 2023 · 1 comment

Comments

@Chrom25
Copy link

Chrom25 commented Nov 22, 2023

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.

@berarma
Copy link
Owner

berarma commented Nov 22, 2023

Can you paste the contents of the following files?

/etc/initramfs-tools/initramfs.conf
/etc/initramfs-tools/update-initramfs.conf
/etc/initramfs-tools/modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants