Go to advanced search

by Dutchdoc
Mon Apr 02, 2018 4:38 pm
Forum: General discussion
Topic: Building the Kernel, get error during module install
Replies: 5
Views: 3005

Re: Building the Kernel, get error during module install

Thanks to both commenters ... Indeed, SUDO messes with the PATH environment variable (which you can disable by commenting out the "Defaults secure_path=" line in your sudoers file). And indeed, because of that you will need to specify the full path to your compiler, or, which is way easier, and a mo...
by Dutchdoc
Fri Mar 30, 2018 8:26 pm
Forum: General discussion
Topic: Building the Kernel, get error during module install
Replies: 5
Views: 3005

Re: Building the Kernel, get error during module install

I'm not building the kernel here, I already did that, and indeed without 'sudo', and it completed successfully. What I'm doing here is installing the modules, which DOES need sudo, exactly as outlined in the instructions at https://www.raspberrypi.org/documentation/linux/kernel/building.md Btw, I ju...
by Dutchdoc
Fri Mar 30, 2018 7:07 pm
Forum: General discussion
Topic: Building the Kernel, get error during module install
Replies: 5
Views: 3005

Building the Kernel, get error during module install

I'm building a Raspbian kernel from the latest sources, and following the instructions at https://www.raspberrypi.org/documentation/linux/kernel/building.md pretty much to the letter. I'm building it on a fresh install of Debian 9 Stretch, on an 8 core PC. The build of the kernel completes just fine...
by Dutchdoc
Thu Mar 29, 2018 8:58 pm
Forum: Networking and servers
Topic: MACsec (802.1AE) on Raspbian
Replies: 1
Views: 663

MACsec (802.1AE) on Raspbian

Has anyone tried using MACsec in Raspbian? I'm running Raspbian with kernel 4.14.30, from March 26th, 2018, on a Raspberry Pi 3 model B. MACsec was added to kernel 4.6, I read somewhere. When I try do do a sudo ip link add link eth0 name macsec0 type macsec encrypt on I get an error: RTNETLINK: Oper...

Go to advanced search