-
Notifications
You must be signed in to change notification settings - Fork 13
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
Does not work on Fedora 23 #3
Comments
Does the Belkin get detected properly? What does the output of lsusb show? |
The USB ports on the hub work fine. Its just the Ethernet port that isn't working. This is what lsusb shows when its pluggedin: This is what is shows when it isn't: Bus 001 Device 003: ID 04ca:7036 Lite-On Technology Corp. |
Whoops, my bad. Seems like my system already provides a ax88179_178a.ko.xz. I am assuming this is the one that doesn't support the Belkin B2B128. How do I make the system take the new ax88179_178a without modifying files provided by my kernel package? |
Yep I can confirm. If I use the manual modprobe procedure described in the readme, the Belkin works fine. This should be mentioned in the README. If the system already provides ax88179_178a, it will interfere with the one that's installed via "make install". |
Any chance that this driver will get into the mainline kernel? |
I'm not sure, I have not attempted to try and submit it. If you know how and would like to submit it, that would be great. Geoffrey Tran
|
I am not familiar with kernel development myself, but you might want to try asking around on the linux-kernel mailing lists. http://www.tux.org/lkml |
Actually a better way would be to upstream it to the ASIX guys themselves and have them integrate the code. Then the linux kernel would just pull from them. |
I compiled the kernel module just fine and was able to modprobe it. However, it doesn't seem to activate the Ethernet port on my Belkin B2B128. I don't see any logs in journalctl that show an error.
The text was updated successfully, but these errors were encountered: