Jump to content

Maor545

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I would like to save the pain of all the newcommers in setting up the hotspot on their OPi ZERO. Please note, that the wifi module on this board is crappy and the available driver is barely working. The AP function is left enabled in the beta builds. You can read about it here: thread about the wifi module I am not a dev or any highly experienced user. I tested this step by step with my Orange Pi Zero 256MB, board rev. 1.1: 1) download the image from dl.armbian.com: Armbian_5.35_Orangepizero_Ubuntu_xenial_default_3.4.113 2) write it to your SD card 3) SSH to your OPi Zero 4) run as root armbian-config 5) navigate to "system" and enable "nightly" builds (or the beta images) and wait 6) navigate to wifi and connect to some other wifi network fist! if you do not connect, the wifi hotspot won't work 7) disconnect from the wifi network 8) navigate to Hotspot and let the armbian-config do all the setup for you. 9) you should have wifi ssid ARMBIAN running. 10) change your ssid and password 11) reboot if your hotspot stops working and connect with the zero to wifi and repeat probably it can wotk with other armbian releases, but I did not test others. Enjoy! and do not ask the devs all over again to help you with the hotspot, they can not help you.
  2. Now I hope, those guys will deliver, what they have promised.
  3. So I did some more digging and installed "libgles2-mesa-dev", with that I have been able to compile, but when running moonlight, I get error. moonlight: error while loading shared libraries: libgamestream.so.2: cannot open shared object file: No such file or directory I suppose that is caused by unmet dependencies such as: libcec4. Unfortunately, the available library in 16.04 repos is only libcec3 and when I tried to pin the lib from bionic, I get error: Depends: libp8-platform-dev but it is not installable. compiling the libcec4 from source does not have enough instructions
  4. I came back to this, I tried with clean install Armbian 5.37.171221 with mainline kernel. I compiled ffmpeg 3.4.1 according to instruscions from Adrian @ many thanks for that. Installed dependencies: sudo apt-get install libssl-dev libopus-dev libasound2-dev libudev-dev libavahi-client-dev libcurl4-openssl-dev libevdev-dev mercurial libexpat1-dev cmake libgtk-3-dev uuid-dev libenet-dev the libegl1-mesa-dev and libmali-sunxi-dev are already part of the Armbian images, so I left it as is. I am still missing something test@orangepiplus2e:~/moonlight-embedded/build$ cmake ../ -- The C compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Found ALSA: /usr/lib/arm-linux-gnueabihf/libasound.so (found version "1.1.0") -- Found Opus: /usr/lib/arm-linux-gnueabihf/libopus.so -- Could NOT find Broadcom (missing: BROADCOM_INCLUDE_DIR VCOS_LIBRARY VCHIQ_LIBRARY OPENMAXIL_LIBRARY BCM_HOST_LIBRARY) -- Could NOT find Freescale (missing: FREESCALE_INCLUDE_DIR KERNEL_INCLUDE_DIR VPU_LIBRARY) -- Could NOT find Amlogic (missing: AMLOGIC_INCLUDE_DIR AMCODEC_LIBRARY AMADEC_LIBRARY AMAVUTILS_LIBRARY) -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Checking for module 'libevdev' -- Found libevdev, version 1.4.6 -- Checking for module 'libudev' -- Found libudev, version 229 -- Checking for module 'sdl2>=2.0.4' -- -- Checking for module 'libavcodec' -- Found libavcodec, version 57.107.100 -- Checking for module 'libavutil' -- Found libavutil, version 55.78.100 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'vdpau' -- Found vdpau, version 1.1.1 -- Checking for module 'libva' -- No package 'libva' found -- Checking for module 'libva-x11' -- No package 'libva-x11' found -- Checking for module 'libpulse-simple' -- No package 'libpulse-simple' found -- Checking for module 'libcec>=4' -- -- Checking for module 'egl' -- Found egl, version 17.0.7 -- Checking for module 'glesv2' -- No package 'glesv2' found -- Checking for one of the modules 'uuid' -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Found CURL: /usr/lib/arm-linux-gnueabihf/libcurl.so (found version "7.47.0") -- Found OpenSSL: /usr/lib/arm-linux-gnueabihf/libssl.so;/usr/lib/arm-linux-gnueabihf/libcrypto.so (found suitable version "1.0.2g", minimum required is "1.0.2") -- Found EXPAT: /usr/lib/arm-linux-gnueabihf/libexpat.so (found version "2.1.0") -- Checking for module 'avahi-client' -- Found avahi-client, version 0.6.32-rc -- Checking for module 'libenet' -- Found libenet, version 1.3.12 CMake Error at CMakeLists.txt:156 (message): No video output available -- Configuring incomplete, errors occurred! CMakeError.log CMakeOutput.log
  5. I was configuring onboard wifi of OPI ZERO, rev. 1.1 with the provided tool armbian-config. On one board it went just OK, on the second it froze, so I manualy powercycled the board. After that the board does not boot. I connected the serial console and here is the output I got: U-Boot SPL 2017.09-armbian (Nov 20 2017 - 02:53:16) DRAM: This is my first time troubling with u-boot, so I have no idea what this means, but it should give me more output. I will try to look, if there is 1.5V at the 1_5V pad.
  6. I have tried with legacy kernel, I could connect to my router. I did clean install of mainline image and right after booting I am able to setup AP via armbianconfig. I suspect, that my hostapd.conf was corrupted by windows notepad. When I edit configuration files with nano it works. I found out by running hostapd manually. sudo hostapd -dd /etc/hostapd.conf To answer my previous question, AP works with the mainline image.
  7. I can not run the AP neither connect to my wifi router. Is the driver broken in my image or am I missing something? I followed the instructions in documentation and also tried armbian-config, no success. The links to the image with kernel 4.11 are down, so I downloaded Armbian 5.34.171121 xenial next with kernel 4.13.14. (board revision 1.1) lshw -C network *-network:0 description: Wireless interface physical id: 9 logical name: wlan0 serial: 12:42:9c:b1:36:2e capabilities: ethernet physical wireless configuration: broadcast=yes driver=xradio_wlan driverversion=4.13.14-sunxi firmware=N/A link=no multicast=yes wireless=IEEE 802.11 thanks for any help
  8. I have a problem with annoying randomly flickering cursor in armbian 5.34.171102 ubuntu desktop with mainline kernel. It's plain system after instalation, just chromium browser opened. The legacy kernel is OK on my board Orange pi plus 2e. Any idea what might cause this<
  9. I have tried to backport ffmpeg from artful following this guide. Any idea what to do next? root@orangepione:~# backportpackage -u ppa:maor545/orangepi ffmpeg backportpackage: Downloading ffmpeg_3.2.6.orig.tar.xz from archive.ubuntu.com (7.657 MiB) backportpackage: Downloading ffmpeg_3.2.6-1.debian.tar.xz from archive.ubuntu.com (0.037 MiB) gpgv: Signature made Wed 21 Jun 2017 08:52:28 PM UTC using RSA key ID 6EA71993 gpgv: Can't check signature: public key not found dpkg-source: warning: failed to verify signature on ./ffmpeg_3.2.6-1.dsc dpkg-source: info: extracting ffmpeg in ffmpeg-xenial dpkg-source: info: unpacking ffmpeg_3.2.6.orig.tar.xz dpkg-source: info: unpacking ffmpeg_3.2.6-1.debian.tar.xz libdistro-info-perl is not installed, Debian release names are not known. libdistro-info-perl is not installed, Ubuntu release names are not known. dch warning: Unable to determine if xenial is a valid Ubuntu release. dch warning: new version (7:3.2.6-1~ubuntu16.04.1~ppa1) is less than the current version number (7:3.2.6-1). dpkg-buildpackage -rfakeroot -d -us -uc -S -nc -sa -v7:2.8.11-0ubuntu0.16.04.1 dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: error: gain-root-commmand 'fakeroot' not found debuild: fatal error at line 1376: dpkg-buildpackage -rfakeroot -d -us -uc -S -nc -sa -v7:2.8.11-0ubuntu0.16.04.1 failed backportpackage: Error: debuild returned 29.
  10. would somebody be so kind and post precompiled latest ffmpeg? Or any idea, how to compile with 512MB of RAM? I won't do cross compile.
  11. I have to compile ffmpeg or libavutil from source to get recent version. Xenial repo has too old libraries. So I try git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg cd ffmpeg ./configure make sudo make install getting error: CC libavcodec/vp9recon.o gcc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions. ffbuild/common.mak:60: recipe for target 'libavcodec/vp9recon.o' failed make: *** [libavcodec/vp9recon.o] Error 4 file README.Bugs is empty
  12. I have succesfully installed few dependencies, so I am able to run cmake, but when running make, I have error: [ 61%] Building C object CMakeFiles/moonlight.dir/src/video/ffmpeg_vaapi.c.o /root/moonlight-embedded/src/video/ffmpeg_vaapi.c:23:33: fatal error: libavutil/hwcontext.h: No such file or directory compilation terminated. CMakeFiles/moonlight.dir/build.make:422: recipe for target 'CMakeFiles/moonlight.dir/src/video/ffmpeg_vaapi.c.o' failed make[2]: *** [CMakeFiles/moonlight.dir/src/video/ffmpeg_vaapi.c.o] Error 1 CMakeFiles/Makefile2:68: recipe for target 'CMakeFiles/moonlight.dir/all' failed make[1]: *** [CMakeFiles/moonlight.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 I tried to make empty hwconfig.h file and hwconfig_vaapi.h and got folowing error:
  13. Hi, recently moonlight embedded has been added support for VDPAU. git repo I tried to compile it with no success. Unfortunately I dont have enough knowledge to make it work. I used Orange Pi one and armbian 5.30 legacy, getting error no video available and no VDPAU. Does anybody managed to run moonlight on Orange Pi?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines