-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
Description
Arris TM902S, I'm using the latest build for Linux. I can access a limited shell via telnet and ssh both use POTD, but when I tried dump flash, I got error
$ ./bcm2dump -P tm902s -vv dump '192.168.100.1,ARRIS,VAFRWXSVSG' flash dynnv dynnv.bin
bcm2dump v0.9.8-12-g7c620ca
telnet: received command 253,1
telnet: received command 253,33
telnet: received command 251,3
telnet: received command 251,1
detected interface: bfc
telnet: no login prompt
error: telnet: telnet login failed
context:
==> (empty)
==> 'Broadcom Corporation Embedded BFC Telnet Server (c) 2000-2008'
==> (empty)
==> 'WARNING: Access allowed by authorized users only.'
==> (empty)
==> (empty)
==> (empty)
==> 'Arris console is active'
==> 'Command interface Copyright 2012, ARRIS Group, Inc.,'
==> 'All rights reserved'
==> (empty)
==> (empty)
<== ''
==> 'password:'
./bcm2dump -vv dump '192.168.100.1,ARRIS,VAFRWXSVSG' flash dynnv dynnv.bin
bcm2dump v0.9.8-12-g7c620ca
telnet: received command 253,1
telnet: received command 253,33
telnet: received command 251,3
telnet: received command 251,1
detected interface: bfc
telnet: no login prompt
error: telnet: telnet login failed
context:
==> (empty)
==> 'Broadcom Corporation Embedded BFC Telnet Server (c) 2000-2008'
==> (empty)
==> 'WARNING: Access allowed by authorized users only.'
==> (empty)
==> (empty)
==> (empty)
==> 'Arris console is active'
==> 'Command interface Copyright 2012, ARRIS Group, Inc.,'
==> 'All rights reserved'
==> (empty)
==> (empty)
<== ''
==> 'password:'
The same result when use ./bcm2dump -P generic -vv dump '192.168.100.1,ARRIS,VAFRWXSVSG' flash dynnv dynnv.bin The coax cable is conneted during all tests.
When I connect telnet using terminal or putty, first I see this output
$ telnet 192.168.100.1
Trying 192.168.100.1...
Connected to 192.168.100.1.
Escape character is '^].
Broadcom Corporation Embedded BFC Telnet Server (c) 2000-2008
WARNING: Access allowed by authorized users only.
Arris console is active
Command interface Copyright 2012, ARRIS Group, Inc.,
All rights reserved
To proceed and get password prompt I need press 'Enter'.
Reactions are currently unavailable