Quote:
Originally Posted by rainabba
Code:
Unknown Keyword:
'Console'
|
Your default.txt is incorrect.
Sounds like you have this:
set cmdline "ppp.username=username@sprintpcs.com ppp.password=password"
console=ttyMSM0"
It should be this:
set cmdline "ppp.username=username@sprintpcs.com ppp.password=password console=ttyMSM0"
notice the missing double quote after password and console is one space after that, not a new line