diff --git a/imsaisim/conf_2d/boot.conf b/imsaisim/conf_2d/boot.conf index b8fe8734..5fbf3f52 100644 --- a/imsaisim/conf_2d/boot.conf +++ b/imsaisim/conf_2d/boot.conf @@ -3,5 +3,5 @@ MODEM.init=ATS0=1S15=1&A1 #S0=1 auto-answer after 1 ring, S15=1 enable telnet pr #SIO-2 default port mappings #SIO1.portA.device=WEBTTY,STDIO #SIO1.portB.device=VIOKBD -#SIO2.portA.device=SCKTSRV -#SIO2.portB.device=MODEM \ No newline at end of file +#SIO2.portA.device=WEBPTR,SCKTSRV +#SIO2.portB.device=MODEM diff --git a/imsaisim/conf_3d/boot.conf b/imsaisim/conf_3d/boot.conf index b8fe8734..60e84b5f 100644 --- a/imsaisim/conf_3d/boot.conf +++ b/imsaisim/conf_3d/boot.conf @@ -1,7 +1,8 @@ #Modem initialization string -MODEM.init=ATS0=1S15=1&A1 #S0=1 auto-answer after 1 ring, S15=1 enable telnet protocol +#MODEM.init=ATS0=1S15=1&A1 #S0=1 auto-answer after 1 ring, S15=1 enable telnet protocol +MODEM.init=ATS15=1 #S15=1 enable telnet protocol #SIO-2 default port mappings #SIO1.portA.device=WEBTTY,STDIO #SIO1.portB.device=VIOKBD -#SIO2.portA.device=SCKTSRV -#SIO2.portB.device=MODEM \ No newline at end of file +#SIO2.portA.device=WEBPTR,SCKTSRV +#SIO2.portB.device=MODEM