In 14.04, the APN tool takes only a name:
apn set <apn name>
So how do I specify the username & password
In 14.04, the APN tool takes only a name:
apn set <apn name>
So how do I specify the username & password
Andy,
Have you looked at the below?
http://www.legato.io/legato-docs/14_07/structpa__mdc___authentication__t.html
Regards
Matt
Also can you confirm what you mean by ‘the APN tool’?
Regards
Matt
That’s for 14.07 - I was asking about 14.04
Is this just a limitation of 14.04
Yes, I know I need to do the update - so, if it’s just a 14.04 issue, let’s not worry about it any more…
That’s the terminology used here: legato.io/legato-docs/14_04/ … usage.html
Again, that terminology seems to be outdated now - and 14.07 has a new terminology!
Andy,
I don’t know but I suspect it is a documentation update or firmware update, either way I think it will have been resolved.
Regards
Matt
Cheers, Matt - I’ll just have to get on with the update…
A.
Hi,
In 14.04, the ‘apn tool’ was only able to set the apn name. Authentication was supported but you would have to manually configure the settings using the ‘config tool’. Please refer to this thread on how to configure these settings: https://forum.sierrawireless.com/t/apn-configuration-issue/11928/1.
For 14.07, we removed all the modem service related on target tools such as ‘apn tool’ and merged them into the ‘cm tool’ (legato.io/legato-docs/14_07/ … modem.html). One of the new features in this tool is enabling the user to configure their profile’s authentication information doing the following:
cm data auth <none/pap/chap> <username> <password>
Enoch