So I tried a number of devices, including AppleTV, and all of them applied properly and survived logout/re-login.Thanx for your tests
I managed to change the name of the device on my R7800. Well, I just had to rename my AppleTV in its configuration and the name was also changed on my R7800. Silly me
But I cannot change its icon. Everytime I choose the AppleTV icon on the router, nothing is happening. The webpage hangs, and that's all.
Have you tried to use the AppleTV icon? Might be a faulty icon.
nvram show | grep device_list*
Hello@LeKeiser
You can verify if it is the browser cache issue or the icon is not saving to the nvram. Run below from ssh/telent:
Code:nvram show | grep device_list*
Result format:
device_list<number>=<mac-address> _ <icon-number> <device-name-under-attached-devices>
icon-number will be 41 for Apple TV icon.
root@R7800:/$ nvram show | grep device_list*
device_list 70=F0:B3:EC:11:F6:99 _ 41 AppleTV
May be you have reached the limit "Attached Devices" page can accommodate under nvram. (just my guess)I have some OLD devices listed. Maybe if I could delete those entries, it would fix my actual problem?
A device that was assigned a name and type (icon) under "Attached Devices" remains in nvram even if it is never connected again to your network. And it will not be visible under "Attached Devices".Maybe there is a way to delete the previous one and manually type the new one?
nvram show | grep device_list*
nvram show | grep device_name_user_set_*
nvram show | grep device_type_user_set_*
device_list10=11:22:33:44:55:66 _ 19 device-name
device_name_user_set_11:22:33:44:55:66=true
device_type_user_set_11:22:33:44:55:66=true
nvram unset device_type_user_set_11:22:33:44:55:66
nvram unset device_name_user_set_11:22:33:44:55:66
nvram unset device_list10
That side effect was there, I only observed it when an "Attached Device" was removed from the device_list* nvram variable. That is why I specifically mentioned it in the caution, and recommended to take config backup.When I checked the Attached Devices again, all the icons of almost all the devices were back to standard. I hadn't changed the data of those entries but they were back to the standard icons.
To find out corrupted nand is easy, you just have to reboot the router and your saved settings will be lost. If you want to further dig into that, I think kamoj addon tells you about your nand maker. [OR] you can add code in the /etc/init.d/boot script to find it. Below thread has the code and other details on corrupted nand issue.I remember there was a way to check the nvram, a command to check if it was faulty or good. But I can't remember what it was and I can't find the link to that solution.
device_list52=04:CF:8C:61:53:00 _ 47 Xiaomi Fan
device_list11=04:CF:8C:61:53:00 _ 47 Fan Xiaomi
device_list72=E4:5F:01:7B:2A:B8 _ 19 RaspiZero
device_list59=E4:5F:01:7B:2A:B8 _ 37 Raspi0
Offline device will not be visible under Attached Devices UI page.Also I have a device listed in the GUI but I cannot ping it (it's offline) and I don't see in in the telnet console. Can't find its name or Mac Address. I cannot delete it in the GUI. And of course, I cannot remove it in the console.
Easy method:
Remove all devices under nvram variables:
device_list*
device_name_user_set_*
device_type_user_set_*
If I factory reset then I'll have to register ALL my devices again, and as you can see, I have quite a lot.Can you just factory reset it and start over then all it will see are your current devices.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!