cp -f os/linux/Makefile.6 /home/username/Netgear-A6210/os/linux/Makefile
make -C /lib/modules/4.13.9-300.fc27.x86_64/build DBGFLAGS=-DDBG SUBDIRS=/home/username/Netgear-A6210/os/linux modules
make[1]: /lib/modules/4.13.9-300.fc27.x86_64/build: No such file or directory. Stop.
make: [Makefile:64: debug] Error 2
[username@localhost Netgear-A6210]$
When following the error, found:
[username@localhost 4.13.9-300.fc27.x86_64]$ ll
total 15012
lrwxrwxrwx. 1 root root 39 Oct 23 09:00 build -> /usr/src/kernels/4.13.9-300.fc27.x86_64
[username@localhost src]$ ll
total 8
drwxr-xr-x. 2 root root 4096 Aug 2 18:32 debug
drwxr-xr-x. 2 root root 4096 Aug 2 18:32 kernels
[username@localhost src]$ cd kernels
[username@localhost kernels]$ ll
total 0
Summary
Not sure what that means when a kernal is missing...new installation of Fedora...halps plz sirz <3
Greetings! New to customizing Linux, somewhat experienced with management of OS.
SysInfo: [username@localhost ~]$ cat /etc/fedora-release Fedora release 27 (Twenty Seven) [username@localhost ~]$ uname -v
1 SMP Mon Oct 23 13:41:58 UTC 2017
[username@localhost ~]$ uname -r 4.13.9-300.fc27.x86_64 [username@localhost ~]$ uname -m x86_64 [username@localhost ~]$ uname -a Linux localhost.localdomain 4.13.9-300.fc27.x86_64 #1 SMP Mon Oct 23 13:41:58 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Network Adapter: Netgear-A6210
Error when attempted install: [username@localhost ~]$ git clone https://github.com/jurobystricky/Netgear-A6210 Cloning into 'Netgear-A6210'... remote: Counting objects: 2436, done. remote: Total 2436 (delta 0), reused 0 (delta 0), pack-reused 2436 Receiving objects: 100% (2436/2436), 3.71 MiB | 8.76 MiB/s, done. Resolving deltas: 100% (1512/1512), done. [username@localhost ~]$ cd Netgear-A6210 [username@localhost Netgear-A6210]$ make export DBGFLAGS
Building driver with debug messages
cp -f os/linux/Makefile.6 /home/username/Netgear-A6210/os/linux/Makefile make -C /lib/modules/4.13.9-300.fc27.x86_64/build DBGFLAGS=-DDBG SUBDIRS=/home/username/Netgear-A6210/os/linux modules make[1]: /lib/modules/4.13.9-300.fc27.x86_64/build: No such file or directory. Stop. make: [Makefile:64: debug] Error 2 [username@localhost Netgear-A6210]$
When following the error, found: [username@localhost 4.13.9-300.fc27.x86_64]$ ll total 15012 lrwxrwxrwx. 1 root root 39 Oct 23 09:00 build -> /usr/src/kernels/4.13.9-300.fc27.x86_64
[username@localhost src]$ ll total 8 drwxr-xr-x. 2 root root 4096 Aug 2 18:32 debug drwxr-xr-x. 2 root root 4096 Aug 2 18:32 kernels [username@localhost src]$ cd kernels [username@localhost kernels]$ ll total 0
Summary Not sure what that means when a kernal is missing...new installation of Fedora...halps plz sirz <3