FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
540 views 5 comments
by anonymous
Hello everyone! If I change my RUT959 firmware from R06.09. update to R07.03.04, it is no longer possible to log in afterwards! Furthermore, each time the router is restarted, a new network is always created on the PC. Are there any suggestions to solve my problems?

2 Answers

0 votes
by anonymous
Hi,

Could you please describe your issue a little more? Are you able to access the WebUI of the device? Does the page load? What does the page say?

Have you updated the firmware with 'keep settings' turned off? If so, the password of the device should have changed to the default password.

Kind Regards,

Andzej
by anonymous
Hi!

I tried again with "keep settings turn off"! The WebUI login loads and after entering the default user and password, I got the message "Failed to load menu data"
by anonymous

Hi,

Would you please connect to your device via SSH using the login "root" and your router's password? Once you're logged in, please execute the following command:

  • hexdump -C /dev/mtd1

Please, post the output of this command here or send it to me via private message.

Kind Regards,

Andzej

by anonymous

root@Teltonika:~# hexdump -C/dev/mtd1                                                          
hexdump: invalid option -- /                                                                   
BusyBox v1.30.1 () multi-call binary.                                                          
                                                                                               
Usage: hexdump [-bcCdefnosvx] [FILE]...                                                        
                                                                                               
Display FILEs (or stdin) in a user specified format                                            
                                                                                               
        -b              1-byte octal display                                                   
        -c              1-byte character display                                               
        -d              2-byte decimal display                                                 
        -o              2-byte octal display                                                   
        -x              2-byte hex display                                                     
        -C              hex+ASCII 16 bytes per line                                            
        -v              Show all (no dup folding)                                              
        -e FORMAT_STR   Example: '16/1 "%02x|""\n"'                                            
        -f FORMAT_FILE                                                                         
        -n LENGTH       Show only first LENGTH bytes                                           
        -s OFFSET       Skip OFFSET bytes                                                      
root@Teltonika:~#
by anonymous

Hi,

It seems you run the command without a space between '-C' and '/dev/mtd1' and the command fails. Please, put a space and execute the command again:

  • hexdump -C /dev/mtd1

Kind Regards,

Andzej

by anonymous


root@Teltonika-RUTm:~# hexdump -C /dev/mtd1
00000000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00000070 32 31 33 35 ff ff ff ff ff ff ff ff ff ff ff ff |2135............|
00000080 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................|
*
00010000
root@Teltonika-RUTm:~#
0 votes
by anonymous
root@Teltonika:~# hexdump -C/dev/mtd1                                                          
hexdump: invalid option -- /                                                                   
BusyBox v1.30.1 () multi-call binary.                                                          
                                                                                               
Usage: hexdump [-bcCdefnosvx] [FILE]...                                                        
                                                                                               
Display FILEs (or stdin) in a user specified format                                            
                                                                                               
        -b              1-byte octal display                                                   
        -c              1-byte character display                                               
        -d              2-byte decimal display                                                 
        -o              2-byte octal display                                                   
        -x              2-byte hex display                                                     
        -C              hex+ASCII 16 bytes per line                                            
        -v              Show all (no dup folding)                                              
        -e FORMAT_STR   Example: '16/1 "%02x|""\n"'                                            
        -f FORMAT_FILE                                                                         
        -n LENGTH       Show only first LENGTH bytes                                           
        -s OFFSET       Skip OFFSET bytes                                                      
root@Teltonika:~#