geoffreytran / AX88179_178A

Linux kernel module for Belkin B2B128 USB 3.0 Hub + Gigabit Ethernet Adapter. It is the modified driver for the AX88179_178A (http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=131;71;112)
http://geoffreytran.com
11 stars 13 forks source link

Does not compile on Fedora 24 #4

Open jakew02 opened 8 years ago

jakew02 commented 8 years ago

Hi Geoffrey,

This won't compile on a freshly installed, naked Fedora 24.

[jake@localhost AX88179_178A-master]$ make make -C /lib/modules/4.5.0-0.rc7.git0.2.fc24.x86_64/build SUBDIRS=/home/jake/AX88179_178A-master modules make[1]: *** /lib/modules/4.5.0-0.rc7.git0.2.fc24.x86_64/build: No such file or directory. Stop. Makefile:30: recipe for target 'default' failed make: *** [default] Error 2

is the error I receive. I uncommented the SUBLEVEL conditional and tried again -- same result.

211217613 commented 8 years ago

Do you have the DRIVER_SOURCE_PACKAGE tarball? I can't seem to find and I'm trying to build on ubuntu 14.04

geoffreytran commented 8 years ago

Do you have the kernel-modules-extra package installed for Fedora/red hat?

lib/modules/4.5.0-0.rc7.git0.2.fc24.x86_64/build should be the kernel modules extra package.

Thanks,

Geoffrey Tran

On May 7, 2016, at 1:42 AM, Jake Whatley notifications@github.com wrote:

Hi Geoffrey,

This won't compile on a freshly installed, naked Fedora 24.

[jake@localhost AX88179_178A-master]$ make make -C /lib/modules/4.5.0-0.rc7.git0.2.fc24.x86_64/build SUBDIRS=/home/jake/AX88179_178A-master modules make[1]: * /lib/modules/4.5.0-0.rc7.git0.2.fc24.x86_64/build: No such file or directory. Stop. Makefile:30: recipe for target 'default' failed make: * [default] Error 2

is the error I receive. I uncommented the SUBLEVEL conditional and tried again -- same result.

― You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub