-
Notifications
You must be signed in to change notification settings - Fork 125
Description
Hi
I have a Netgear R6220 with an unknown state of installation - its effectively bricked, probably from a bad install of openWRT a few years ago. I am now trying to go back to stock firmware.
It has shown a number of behaviours, but now seems to have a bootloop of random duration:
- power light on, number 4 on -> Internet light on, (no power light), number 4 port light -> lights out then up all the lights except the ports -> back to the start.
Setup is: Linux (Lubuntu) box -> switch port 2 AND R6220 -> switch port 1
I can't figure out exactly which part of the cycle is going to happen, but this is the return when I launch the nmrpflash command:
$ sudo ./nmrpflash -i enp0s25 -f R6220-V1.1.0.114_1.0.1.img
Advertising NMRP server on enp0s25 ... \
Received configuration request from b0:39:56:1a:bc:00.
Sending configuration: 10.164.183.253/24.
Received upload request without filename.
Uploading R6220-V1.1.0.114_1.0.1.img ... sendto: Operation not permitted
This has happened many many times. Only once, this happened:
$ sudo ./nmrpflash -i enp0s25 -f R6220-V1.1.0.114_1.0.1.img
Advertising NMRP server on enp0s25 ... \
Received TFTP_UL_REQ while waiting for CONF_REQ!
Received upload request without filename.
Uploading R6220-V1.1.0.114_1.0.1.img ... sendto: Operation not permitted
...but I'm not sure that's important.
I have also changed the filename to the shorter R6220.img and got the same result.
What does the sendto: Operation not permitted mean? (I have no luck in websearches.)
Most importantly, what do I do?
EDIT
See also discussion on OpenWRT forum.