
Originally Posted by
Oberon
Just thought I'd contribute an answer to this, even though it's a bit late... or at least I hope it's an answer.
To me it looks like what happens when you haven't supplied the card with its PIN yet. Look through the init strings mentioned in this thread (all 52 pages of it by now!) for where you send the PIN to the card.
I find it very frustrating having the card require a PIN because there's just no easy way to send the PIN to the card automatically under Linux in my setup. AND you can't just set it up to send the PIN every time you try to connect because after you've sent the PIN, any subsequent attempt to do so (before power-cycling the card) returns an ERROR! So wvdial aborts
So I just turn off the PIN request for the SIM

(which you can do by putting the SIM into a phone and setting the PIN request off, or using the Vodafone Windows software for the data card).
Or - you could do this:
Code:
wvdial pin && sleep 1 && wvdial bla bla bla
Bookmarks