Collected errors:
* check_data_file_clashes: Package libnl-tiny2023-07-01 wants to install file /usr/lib/libnl-tiny.so
But that file is already provided by package * libnl-tiny2023-04-02
* opkg_install_cmd: Cannot install package luci.
after running opkg update; opkg install luci
I have just finished rebooting with the factory image, this was the first command I typed after getting root access again.
I saw somewhere this is because it's a snapshot build and I need to update to a newer version, but am not entirely sure if that is correct or if it is, the steps to do so. I'm assuming I need sysupgrade but at this point, what are the steps to do so?
I found this thread mentioning the exact error and a solution. Will this work?
cd /tmp
wget file-url
sha256sums filename
sysupgrade filename
Thanks for the quick reply. Would the steps listed work with that link? Or is there a different process?
The current state of the router is exactly after booting with the factory image. I then typed pkg update; opkg install luci and it came up with the error mentioned.
I am sorry for the questions but if you remember, I already bricked it once and want to avoid that headache.
The exact steps would be wget file-url inside of /tmp followed by sysupgrade /tmp/openwrt-23.05.0-rc2-ipq807x-generic-dynalink_dl-wrx36-squashfs-sysupgrade.bin
What is the wpad service and how do I stop it? Also, you say "first", do you mean before I even do the wget?
root@OpenWrt:/tmp# service stop wpad
Service "stop" not found:
root@OpenWrt:/tmp# service wpad
Syntax: /etc/init.d/wpad [command]
Available commands:
start Start the service
stop Stop the service
restart Restart the service
reload Reload configuration files (or restart if service does not implement reload)
enable Enable service autostart
disable Disable service autostart
enabled Check if service is started on boot
running Check if service is running
status Service status
trace Start with syscall trace
info Dump procd service info
/etc/init.d/wpad stop worked although it didn't give any prompt, I confirmed it via /etc/init.d/wpad status and the output was inactive, I can proceed with sysupgrade now?