I have a Verizon Orbic Speed 5G R500L5 that I use as a controlled environment for wifi experiments. I would like to get Rayhunter going on it but if I install it, it installs and reboots but doesn’t load the webUI and it doesn’t load the colored bar at the top of the screen. The device features a touchscreen and has a very nice UI as-is. If Rayhunter could work on this, perhaps there’s a way to add the UI for Rayhunter on the actual device too. Below are pictures post install with and without a SIM card (not activated)
does rayhunters web UI load and it’s just the green bar missing, or does Rayhunter not start at all? can you obtain rayhunters logs by getting a shell on the device?
WebUI does not function. I have not tried to get a shell going to see the logs. I will have to learn how to do that and then I will get back to you if I can figure it out. On it now.
depending on how you installed it. if you used the USB installer then you can use adb shell. if you used the orbic network installer, there is “installer util orbic-start-telnet” and then “nc 192.168.1.1 24”
This is the process I used:
Screenshot3.pdf
Orbic did reboot before I connected and tried to access 192.168.1.1:8080
why is screenshot3 a pdf?
I’m not exactly sure..
i recently got one of these devices. using
./installer util orbic-shell --admin-password [PASS]works to give me a root shell and all files are installed correctly. running/data/rayhunter/rayhunter-daemonshows the “R A Y H U N T E R” output but no indicator or web ui.turning debug mode on in config.toml works and the web ui starts so i think the process is crashing somewhere along the way.
i compiled the rootshell ran rayhunter-daemon, this is the error:
[2024-11-15T14:10:17Z ERROR rayhunter::diag_device] Failed to initialize diag device after 30s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1 Error: DiagInitError(InitializationFailed("DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1"))that’s a generic message telling you the ioctl parameters are wrong. if you search for this error in the codebase you’ll find that different devices initialize with different parameters. I guess we’ll have to figure out which params this device takes
I also have one of these ORBIC R500L5 5G models. Is there any work being done to get the installer to work on these? Is there anything Ii can do to assist someone in this endeavor?
Current Software Version: ORB500L5_V2.0.4.1_BVZRT Current Hardware Version: V1.2
I’m also having the same issue
Current Software Version: ORB500L5_V2.0.3.9.BVZRT Update status: 200
I don’t have an active subscription to update.
This would be an interesting thing to work on, but my plate is full at the moment.