-
Notifications
You must be signed in to change notification settings - Fork 357
Description
Prerequisites
- I have read CONTRIBUTING.md
Rayhunter Version
v0.10.1
Device
Tplink M7350
Installer OS
macOS
Describe the Issue
Hello,
I have the TP Link M7350 device with firmware 9.0.3 Build 241219 Rel.1089n. I have conducted the install as per the instructions and can access the RayHunter UI. However, there is no green line on the device. Here is what the logs are saying:
[2026-02-17T07:05:20Z WARN rayhunter_daemon::config] unable to read config file, using default config
R A Y H U N T E R 🐳
[2026-02-17T07:05:20Z INFO rayhunter_daemon] Using configuration for device: Orbic
[2026-02-17T07:05:20Z INFO rayhunter::diag_device] Diag device initialization failed 1 times, retrying in 100ms: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:20Z INFO rayhunter::diag_device] Diag device initialization failed 2 times, retrying in 200ms: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:21Z INFO rayhunter::diag_device] Diag device initialization failed 3 times, retrying in 400ms: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:21Z INFO rayhunter::diag_device] Diag device initialization failed 4 times, retrying in 800ms: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:22Z INFO rayhunter::diag_device] Diag device initialization failed 5 times, retrying in 1.6s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:23Z INFO rayhunter::diag_device] Diag device initialization failed 6 times, retrying in 3.2s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:26Z INFO rayhunter::diag_device] Diag device initialization failed 7 times, retrying in 5s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:31Z INFO rayhunter::diag_device] Diag device initialization failed 8 times, retrying in 5s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:36Z INFO rayhunter::diag_device] Diag device initialization failed 9 times, retrying in 5s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:41Z INFO rayhunter::diag_device] Diag device initialization failed 10 times, retrying in 5s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:46Z INFO rayhunter::diag_device] Diag device initialization failed 11 times, retrying in 5s: Failed to initialize /dev/diag: DIAG_IOCTL_SWITCH_LOGGING ioctl failed with error code -1
[2026-02-17T07:05:51Z ERROR rayhun[2026-02-17T07:05:59Z WARN rayhunter_daemon::battery] Failed to get battery status: Tokio error: No such file or directory (os error 2)
[2026-02-17T07:06:14Z WARN rayhunter_daemon::battery] Failed to get battery status: Tokio error: No such file or directory (os error 2)
This last error then just repeats itself continuously.
I notice it's trying to configure the device as an Orbic, which I suspect is the problem, but I don't know how to fix this.
Any suggestions greatly appreciated!
Thank you
Ed