Skip to content

Add support for .ko.zst kernel modules, Dell Alienware AW1022 NIC, and fix udev rules handling #26

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

phaenomenon
Copy link

Add support for .ko.zst kernel modules in newer Ubuntu versions

This update enhances the project to ensure compatibility with newer Ubuntu versions that use .ko.zst (Zstandard compressed) kernel modules. The logic has been updated to correctly handle .ko.zst files, which are now standard in Ubuntu versions 21.10 and later. This improves functionality on modern systems.

Add support for Network interface Dell Alienware AW1022 2.5Gb USB NIC (device ID 413C:B097)

Dell Alienware AW1022 2.5Gb USB NIC Support: Added driver support for the Dell Alienware AW1022 2.5Gb USB Network Interface Card, enabling proper detection and functionality of this NIC on supported systems.

Fixed udev rules handling

Resolved an issue where the script could not locate the udev rules file when switching to the src subdirectory, resulting in an error. The handling of the udev rules file has been corrected, and the necessary entry for the Dell Alienware AW1022 NIC has been added to the udev rules as well.

@phaenomenon
Copy link
Author

This repository is no longer actively maintained, but I've continued to update and improve upon the project in my own repository. If you're looking for recent fixes and updates, feel free to check it out here:

https://github.com/phaenomenon/realtek-r8152-dkms

A huge thanks to the original author @awesometic for starting this project!

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

Successfully merging this pull request may close these issues.

1 participant