FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14110 questions

16770 answers

27532 comments

53889 members

0 votes
1,294 views 1 comments
by
Hello,
I can't obtain the serial-number of RUTX11 through ssh. I don't have webUI access. The version of the firmware is RUTX_R_00.02.03.4.

With others routers like RUT850, I can display the serial number with commands like:
- # gsmctl -a, or --serial (when I try this on RUTX11, I get the imei, not the serial).
- # uci get hwinfo.hwinfo.serial (no output when I try this on RUTX11).

I've noticed that there isn't the serial number in /etc/config/hwinfo on RUTX11. ¿There is another file with it? ¿Can I use another command to obtain it?

1 Answer

0 votes
by
Hi,

Try mnf_info -sn

gsmctl -a gives you modems serial number.
Best answer
by
Hi. It works!! Thank you!!