 gwalk
join:2005-07-27 Rothbury, MI
| reply to fiaranch Re: DW6000 &hnFapMon
Duh ! I must be having a mid week Monday.
Here is the modemdef file for the DW6000
package ModemDefs::_modem_DW6000;
use base 'hnFAPMonModules::hnFAPMonCalc';
use strict; use warnings;
sub new { my $invocant = shift; my $class = ref($invocant) || $invocant; my $self = { modemtype => 'DW6000', main => '/', pep => { default => '/cgi/execAdvCom.bin?Command=63', '4.3.3.5' => '/statcgi/pepstats.bin', '5.4.0.20' => '/cgi/execAdvCom.bin?Command=57', '5.4.1.8' => '/cgi/execAdvCom.bin?Command=63', }, sysinfo => '/sys_info/', summary => '/stats/summary/summary.html', @_, };
bless ($self, $class); return $self; }
1; |
|
  Raminto
join:2006-02-28 Whitehorse, YT
| Your version 5.4.1.11 is not in the file. Put it in there (just replace the "5.4.1.8" with 5.4.1.11), save it and give a try. If it is still not working after stopping and restarting FAPMon, then you will also have to change the Command Number.
I do not know what number it should be, but somebody from this forum will know. -- dw7000/.98m/2watt/Horizon1/1390/256k4/5 /xp sp2/desktop compaq 6330CA/linksys wireless/thinkpad xp pro |
|
  fiaranch Premium join:2007-09-12 Weston, CO
1 edit | reply to gwalk As Raminto said, just overtype 5.4.1.8 (or 5.4.0.20), AND, the "Command=" for 5.4.1.11 is (I believe) 66. As I recall, to verify that, you can find that number by going to the advanced pages, expand PEP, then hover your mouse over PEP Summary in order to read the link it will go to. The PrintMsg part doesn't matter, just the number. |
|