  fiaranch Premium join:2007-09-12 Weston, CO
| reply to gwalk Re: DW6000 &hnFapMon
said by gwalk :The modem defs file itself is a PM file type and will not open in notepad Right click the .pm modem file, choose open, choose select from list, then choose notepad from the list of apps that come up. -- High tech in the high mountains @8500 ft elevation|Linksys wired/wireless network across 80 acres|HN7000S|ProPlus Package|Static IP|AMC3 Transponder 1150|A place to go where you can Forget It All-www.fiaranch.com |
|
 gwalk
join:2005-07-27 Rothbury, MI
| 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. |
|