The method really depends on which image you are running. It was a while ago, but the process I last used for the oztivo 1.6 images was:
create a file called /etc/rc.d/rc.sysinit.local which contained:
Code:
dbrm /State/PhoneConfig DialPrefix
then make it executable:
chmod +x /etc/rc.d/rc.sysinit.local
and edit /etc/tclient.conf
Code:
127:phonenumber:127.0.0.1:8000:username:password:
This removes the dial prefix in a similar manner to that suggested by Skolink, so use the full phone number in tclient.conf. (Note: port 8000 is for use in NZ).
then edit the file /etc/pap-secrets
and /etc/ppp-options
these two files probably have a placeholder for each of the fields which you can just edit, and the entries in the pap-secrets file are separated by tabs.
Reboot and see if it works.
If no go, then it is quite likely you'll need to modify the tivoapp binary to bypass the plain text login and just use pap authentication
http://forums.oztivo.net/showpost.ph...28&postcount=9
Hope this helps
Bookmarks