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

Logitech USB Universal Receiver does not work with 3.14+ kernels in r3.0 #1516

Closed
nrgaway opened this Issue Dec 15, 2015 · 4 comments

Comments

Projects
None yet
2 participants
@nrgaway

nrgaway commented Dec 15, 2015

Works with 3.12 and 4.x kernels though.

This happens whenever the kernel modules needed for the Logitech receivers change which now requires the hid-logitech-hidpp module.

As a work-around, you can the the kernel module manually:

dracut --add-drivers hid-logitech-hidpp --kver 3.19.8-100.fc20.x86_64
dracut -H -f --kver 3.19.8-100.fc20.x86_64
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Dec 24, 2015

Member

I think it depends on the time when initramfs was created - in host-only mode it should include all the currently loaded modules.
Anyway you can simply include that module in your /etc/dracut.conf, so it will be automatically included in all further initramfs images.

Member

marmarek commented Dec 24, 2015

I think it depends on the time when initramfs was created - in host-only mode it should include all the currently loaded modules.
Anyway you can simply include that module in your /etc/dracut.conf, so it will be automatically included in all further initramfs images.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 7, 2016

Member

As for the original issue, host-only dracut mode should fix the problem (assuming the driver is loaded when dracut is called). Straight after installation, this may be a problem because installation image doesn't contain this module (so it isn't loaded while initrd is generated there). I'm going to hijack this ticket for exactly such problem - not having Logitech USB Universal Receiver driver on installation image.

Member

marmarek commented Feb 7, 2016

As for the original issue, host-only dracut mode should fix the problem (assuming the driver is loaded when dracut is called). Straight after installation, this may be a problem because installation image doesn't contain this module (so it isn't loaded while initrd is generated there). I'm going to hijack this ticket for exactly such problem - not having Logitech USB Universal Receiver driver on installation image.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 12, 2016

Member

Automated announcement from builder-github

The package anaconda-20.25.16-12.fc20 has been pushed to the r3.1 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

Member

marmarek commented Feb 12, 2016

Automated announcement from builder-github

The package anaconda-20.25.16-12.fc20 has been pushed to the r3.1 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 22, 2016

Member

Automated announcement from builder-github

The package anaconda-20.25.16-12.fc20 has been pushed to the r3.1 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Member

marmarek commented Feb 22, 2016

Automated announcement from builder-github

The package anaconda-20.25.16-12.fc20 has been pushed to the r3.1 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment