I ran npadmin and npadmin.pl on a Intermec with the
old Axis card
(10.79.14.26) and then on the Intermec with the new
EasyLan 10i2 interface ( .10.79.14.40 ).
It seems that npadmin.pl is unable to detect the
model in both cases. npadmin can detect the model on
the old Axis but not the EasyLan. The results are show
below:-
npadmin.pl:-
09:34:37 208 $ /usr/bin/npadmin.pl --model 10.79.14.40
Use of uninitialized value in sprintf at
/usr/bin/npadmin.pl line 199.
model="";
09:35:01 209 $ /usr/bin/npadmin.pl --model 10.79.14.26
Use of uninitialized value in sprintf at
/usr/bin/npadmin.pl line 199.
model="";
npadmin ( Ben Woodward's program ):-
09:35:17 210 $ npadmin --model 10.79.14.40
Warning: 10.79.14.40 model not reported.
09:35:27 211 $ npadmin --model 10.79.14.26
model="Centronics Printer/Plotter";
09:35:33 212 $