Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Author Topic: Finding the chipset of a router via telnet  (Read 5911 times)

GigabitEthernet

  • Kitizen
  • ****
  • Posts: 2243
Finding the chipset of a router via telnet
« on: January 05, 2014, 07:29:35 PM »

Hi all,

I recall there is a command one can enter (via telnet) to find out the chipset of a router. Could anybody tell me what it is?

Thanks!
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Finding the chipset of a router via telnet
« Reply #1 on: January 05, 2014, 08:05:43 PM »

:hmm: Hmm . . .

I'm not sure. If one is aware of the commands that are available at the CLI, then that essentially implies that one knows the chipset of the device.

Using my Huawei HG622 as an example, if I access the CLI (via telnet) and invoke cat /proc/cpuinfo, the following is returned --

Quote
# cat /proc/cpuinfo
system type      : CHIP96368
processor      : 0
cpu model      : BMIPS 4350 V3.1
BogoMIPS      : 398.33
wait instruction   : yes
microsecond timers   : yes
tlb_entries      : 32
extra interrupt vector   : no
hardware watchpoint   : no
ASEs implemented   :
VCED exceptions      : not available
VCEI exceptions      : not available

unaligned exceptions      : 12573142
#

The line "system type      : CHIP96368" confirms that it is a Broadcom 6368 based device.
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

roseway

  • Administrator
  • Senior Kitizen
  • *
  • Posts: 43613
  • Penguins CAN fly
    • DSLstats
Re: Finding the chipset of a router via telnet
« Reply #2 on: January 05, 2014, 10:38:35 PM »

That doesn't always get the desired response. Here's the output of that command on my shiny new Billion 7800DXL:

Code: [Select]
> cat /proc/cpuinfo
system type             : 7800VD
processor               : 0
cpu model               : Broadcom4350 V7.0
BogoMIPS                : 399.36
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : no
hardware watchpoint     : no
ASEs implemented        :
shadow register sets    : 1
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available

unaligned exceptions            : 13472455
processor               : 1
cpu model               : Broadcom4350 V7.0
BogoMIPS                : 402.43
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : no
hardware watchpoint     : no
ASEs implemented        :
shadow register sets    : 1
core                    : 0
VCED exceptions         : not available
VCEI exceptions         : not available

unaligned exceptions            : 13472455
 >
Logged
  Eric

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Finding the chipset of a router via telnet
« Reply #3 on: January 05, 2014, 11:23:23 PM »

That doesn't always get the desired response.

Agreed.

It's a case of knowing what one has that allows one to find the confirmation thereof!  :D
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

GigabitEthernet

  • Kitizen
  • ****
  • Posts: 2243
Re: Finding the chipset of a router via telnet
« Reply #4 on: January 06, 2014, 06:13:57 PM »

Thank you, burakkucat, that is just what I was looking for. When entered on the TalkTalk-provided, Huawei HG523a, the following is returned:

Code: [Select]
system type             : RTL8672
processor               : 0
cpu model               : R3000 V0.0
BogoMIPS                : 398.95
wait instruction        : no
microsecond timers      : no
tlb_entries             : 32
extra interrupt vector  : no
hardware watchpoint     : no
ASEs implemented        :
VCED exceptions         : not available
VCEI exceptions         : not available

'Googling', RTL8672, shows that this router uses a Realtek chipset for its ADSL functions.

This seems to provide an excellent connection speed with the Infineon exchange equipment TalkTalk uses. In my case, this router syncs in excess of 500Kbps more than any other router I have tried thus far.
« Last Edit: January 06, 2014, 06:19:57 PM by AlecR »
Logged

burakkucat

  • Respected
  • Senior Kitizen
  • *
  • Posts: 38300
  • Over the Rainbow Bridge
    • The ELRepo Project
Re: Finding the chipset of a router via telnet
« Reply #5 on: January 06, 2014, 09:41:22 PM »

Excellent!  :)
Logged
:cat:  100% Linux and, previously, Unix. Co-founder of the ELRepo Project.

Please consider making a donation to support the running of this site.

GigabitEthernet

  • Kitizen
  • ****
  • Posts: 2243
Re: Finding the chipset of a router via telnet
« Reply #6 on: January 06, 2014, 10:47:17 PM »

Excellent!  :)

:)

Oh and thanks to Roseway, also.
Logged
 

anything