Page 1 of 1

can't get 3g modem to work

Posted: Thu May 05, 2016 9:43 am
by Neddie
Hi to all.
I'm trying to get a Vodafone K4203 usb stick to work in my raspberry pi 2 , but I'm having no luck.
I have the modem in a powered usb hub.
I've followed instruction from this page:
https://www.thefanclub.co.za/how-to/how ... and-wvdial
but still not working.
My usb stick default vendor/product was 12d1:1f1c
and after installing usb_modeswitch it's now 12d1:14fb , so I'm assuming the "mode switching" has worked , but
now I'm stuck as what to do , as there is still no internet connectivity.
Has anyone got any ideas on how I should proceed with this , I'm a little stuck.
I'm running the latest Jessie.
Cheers
Neddie

Re: can't get 3g modem to work

Posted: Thu May 05, 2016 9:47 am
by drgeoff
Does the modem and SIM card give you internet connectivity when used with your computer?

Re: can't get 3g modem to work

Posted: Thu May 05, 2016 10:02 am
by Neddie
Yes , I just checked.
When I run wvdial 3gconnect I get:
WvDial: Internet dialer version 1.61
Cannot open /dev/gsmmodem: No such file or directory
Cannot open /dev/gsmmodem: No such file or directory
Cannot open /dev/gsmmodem: No such file or directory

Re: can't get 3g modem to work

Posted: Fri May 06, 2016 12:12 pm
by fruitoftheloom
Neddie wrote:Yes , I just checked.
When I run wvdial 3gconnect I get:
WvDial: Internet dialer version 1.61
Cannot open /dev/gsmmodem: No such file or directory
Cannot open /dev/gsmmodem: No such file or directory
Cannot open /dev/gsmmodem: No such file or directory
Did you try ???? http://www.sakis3g.com

Re: can't get 3g modem to work

Posted: Fri May 06, 2016 2:05 pm
by ivian
/dev/gsmmodem is just a link to the actual tty that the modem is connected to

do a

cat /var/log/messages | grep ttyUSB

and check the USB that has the GSM modem attached, that is the one you need

go to /dev/

check if you have gsmmodem : ls -lsa | grep gsm

the output should be to what is redirected if non, there is no big deal, just go an change the /dev/gsmmode from wv.conf to /dev/ttyUSBx, where x is you gsm USB

give it a try