|
To quickly solve this annoying thing:
- sudo: unable to resolve host OrangePI
Copy code do the
and find line
make it look like this:
- 127.0.0.1 localhost OrangePI
Copy code Hit Ctrl+X, Y.
Other thing, the module problem:
it's not vfe_v412, it's vfe_v4l2 there's small L, not 1 (one):-D That probably stands for "Virtual Frame Buffer _ Video 4(for) Linux v2.Kernel Object" :-)
- modprobe: FATAL: Module vfe_v412 not found.
Copy code means there is no driver for the ribbon camera in your kernel/system. Did you run loboris's update_kernel.sh script btw?.. Looks like you didn't.
Try to do the
if the output contains "-lobo" – you did. If not – do this:
go here https://mega.nz/#F!wh8l2BjK!OBep3nMldBletvNNwkH2Jg download file update_kernel.sh, put it on your orangepi somehow (like dropbox+wget or just FileZilla will do it). Then, given you've put it into your ~ directory, do
- chmod +x update_kernel.sh
- sudo ./update_kernel.sh
Copy code
Then, reboot and again, do the thing from my last post with modprobe. Should work since I can see the vfe_v4l2.ko driver present in the new kernel update.
|
|