[How to solve] "NO KNOWN INTERFACE TO USE" during OpenLTE installation

As described in https://sourceforge.net/p/openlte/wiki/Installing%20OpenLTE/ I tried to install OpenLTE.

mkdir build
cd build
sudo cmake ../
sudo make
sudo make install

But encountered "NO KNOWN INTERFACE TO USE", oh shit !

Then I modified "enodeb_nat_script.sh" just replace "wlan0" with "wlp3s0" (I got it executing "ifconfig") because I used wlan to access internet instead of ethernet.

Below link helped me a lot.

https://sourceforge.net/p/openlte/discussion/general/thread/b1517e0d/

你可能感兴趣的:(misc)