Does this version come with rpi2 support yet? I found a way to compile a 0.2.5 orx install on the rpi2, but I donāt know how to update it, and it doesnāt work very wellā¦ (no wifi is working right now)
I didnāt modify any code, just how it was configured in menuconfig.
I compiled the toolchain
I downloaded the latest buildroot and rpi-linux
I ran make menuconfig
3a. I loaded the orx_defconfig as the config
3b. I enabled uboot and the corresponding options in Bootloaders (build system = legacy, board name = rpi_2, uboot version = 2015.7)
3c. (a bug in the menuconfig for rpi2 builds) you absolutely HAVE to enable RPC support and have your current gcc version selected to be able to build it
I saved it as .config in the buildroot directory
I ran make B=rpi2
After that was done, I ran make image
NOTE: errors were encountered and the .img build failed. I donāt know how I thought of this, but I proceeded to copy all of the FILES in the orx_rpi/output/images/ to an empty Fat32 micro SD card. (this includes the files in the rpi_firmware folder but not the folder itself. Also note, the overlays folder is not needed.)
Finally, I made 2 more changes.
8a. Remember the kernel? Well, I copied the kernel7.img from the raspbian wheezy image to this one and changed kernel=zImage to kernel=kernel7.img
8b. There is a commented option about initramfs. I uncommented it.
This made all of the functions work EXCEPT the access point (the nl80211 driver wasnāt initialized or something weird like thatā¦). The web-server works via Ethernet connection if you connect to the ip address.
On a side note, can you make the new source available on github? I would be happy to continue testing the source in my raspberry pi 2b!
You guys should start supporting the orx-install repo again because people can get it to install on the raspberry pi2(b). I just donāt know how to get tvheadend to work (there are no good tutorials for it and itās not user friendly enough).
TVHeadend is no longer needed. As for orx-install, weāll consider it, though I think weāll get RPi2 support going before we revert to the install script.
I tried the new ORxPiv0.2.7 on my system and it does not work. I get the Outernet WiFi, but cannot connect to the Librarian. The micro SD chip looks fine with all the MS level files to include the ZImage, but does not boot the Pi.
Iāve restorted the old v0.2.4 and my system works fine. Ken
Could you explain a little more, what did you make with the new ORxPiv0.2.7? What this mean: āI get the Outernet WiFIā¦ā?
Did you used the āupdateā image, or used the new system image to write it based on the wiki,s howto?
I made a new SD card on linux with dd command, put on the ORxPi-0.2.7.img file and it started without any problem. After some minutes it received the first, actually broadcasted files.
Sometimes I have problem with my (cheap) card writer/reader. It has some hw problem with the Lock/write protected switch. It sense the inserted SD card as write protected, and it mounted in read-only mode. If I try to write on such a config with the dd command the image file, it āmadeā, send a message, that the card is ro mounted, but it didnot write anything to the card. Ofcourse, from such an āupdateā it canot boot.
t.janos
I used the Wiki procedure to write a brand new SD micro using the Win32 Disk Imager as usual. This the same procedure I used to create the older OPxPIv0.2.4 SD micro which has worked fine for a long time (with the exception of the change Branko made to the Galaxy 19 transponders). Ken
Forgot to mention - - once the Pi boots up, I use Firefox to navigage to the Outernet WiFi gateway 10.0.0.1. My browser canāt connect to what used to be the Librarian. Ken
How do you know that your RPi dont have boot? If you switch on the power on RPi, do you see something happen on its LEDs?
If I understand well, you dont use ethernet connection, but use the wifi to try to connect into it.
Have you any possibility to connect to the RPi a hdmi monitor and a keyborad, and check on it the boot/init process?
Can you SSH into your Pi? If so, please check that Librarian is running with ps ax | grep python | grep -v grep. If Librarian is not running, the next step would be to run it manually to see what the issue is:
Just repointed my dish (was on a tripod and blew over). I have loaded 0.2.7 and it is working great - downloading files as I write this. As always, the issues are finding the satellite.
Once you have struggled through the process of ensuring you have the correct LNB, the correct skew on the LNB and the antenna pointed in the correct direction, some slow scanning back/forth and up/down on the antenna does the trick. I am still thinking of how to ensure that DIYers have access to some good pointing info, and the correct tools to locate the satellite.
Ok - now, the question. I see that the status pages shows 5 (oops, now 3) active devices. How can I tell if I am one of those devices? I presume I can see something in the logs that shows I am ācalling homeā to inform you my system is connected.
Connect to socket messages mean that the monitoring daemon has connected to ONDD socket to collect the data. This happens approximately once every minute. Once every 5 minutes, the daemon will attempt to transmit the collected data. These are usually āTransmittingā messages.