|
Must be a noob with the commands -
02-19-2008, 10:49 PM
Greetings,
I have followed your guide with out any problems until I do the "sudo pppd call blackberry" command.
I get the following error
pppd: In file /etc/ppp/peers/blackberry: unrecognized option '-f'
here is a copy of my file for reference
debug debug debug
nodetach
/dev/pts/3
115200
connect “chat -f /etc/chatscripts/blackberry"
nomultilink
defaultroute
noipdefault
ipcp-restart 7
ipcp-accept-local
ipcp-accept-remote
#need lcp-echo turned off, at least for tmobile, otherwise c0onnectin
# disconnects after few mn of inactivity.
# thanks to ’loon’ for this info
lcp-echo-interval 0
lcp-echo-failure 999
modem
noauth
nocrtscts
noipdefault
novj # refused anyway, no point in trying every time
usepeerdns
user “”
password “”
any advice on this matter would be helpful I have tried the full connect line of
connect “/usr/sbin/chat -f /etc/chatscripts/blackberry”
and still no luck
I'm running kubuntu fully updated
|