Davy
03-06-2007, 08:24 PM
i went and got myself one fo these: (it's an ev-do modem for sprint)
http://www.engadget.com/2006/09/30/fcc-find-novatel-u720-usb-ev-do-modem-for-sprint/
I'm running this: http://www.elivecd.org/ (it's based off of debian etch)
over at linuxquestions.org, i found someone who has been able to get it to work. he says to:
( I recommend that you another terminal open with tail -f /var/log/messages while you do this for debuging)
Now, with the info we just need to tell usbserial kernel module to use this device:
modprobe usbserial vendor=0x1416 product=0x1110
( You should see a message flash through your tail saying something like blah blah /class/dev/usb/ttyUSB0 and /class/dev/usb/ttyUSB1 )
Holy crap, your in.... now you just have to set pppd to allow the paramets to connect and then call it and your on the net:
/etc/ppp is were we are going to go, you need two files one under /etc/ppp/peers/<your ppp> and one under /etc/ppp/<your chat script>
mine looks like this:
vi /etc/ppp/peers/verizon
connect '/usr/sbin/chat -v -t3 -f /etc/ppp/verizon-chat'
debug
/dev/ttyUSB0
230400
user="<your#>@vzw3g.com"
password="<your passwd>"
defaultroute
usepeerdns
ipparam rtt
vi /etc/ppp/verizon-chat
'' 'AT'
'OK' 'ATDT#777'
now add this to your /etc/ppp/pap-secrets
<your#>@vzw3g.com * <your passwd>
Also, Suse users, or others that get disconnect after 2.1->2.6 minutes
vi /etc/ppp/options
Comment out all the LCP lines in the file, wq, and restart your ppp dialing
pppd call verizon
of course i use my own vendor and product id. /var/log gives me back ttyUSB0 ttyUSB1 and ttyUSB2
then when i try to use this guy's scripts, the command line keeps giving me back error messages telling me that each line in the script is not recognized. specifically, it tells me that "connect '/usr/sbin/chat -v -t3 -f /etc/ppp/verizon-chat'" is not recognized; so i comment it out and then it tells me that "debug" is not recognized; so i comment it out and then it tells me that /dev/ttyUSB0 is not recognized; so on and so on.
elive has a ppp config utility, but it wants the phone number that my evdo modem dials. this is a problem, because i have no way of finding out what number it dials.
naturally, the card works in windows, but i really REALLY wanna go back to using linux. anyone have any ideas on how i can get it to work?
http://www.engadget.com/2006/09/30/fcc-find-novatel-u720-usb-ev-do-modem-for-sprint/
I'm running this: http://www.elivecd.org/ (it's based off of debian etch)
over at linuxquestions.org, i found someone who has been able to get it to work. he says to:
( I recommend that you another terminal open with tail -f /var/log/messages while you do this for debuging)
Now, with the info we just need to tell usbserial kernel module to use this device:
modprobe usbserial vendor=0x1416 product=0x1110
( You should see a message flash through your tail saying something like blah blah /class/dev/usb/ttyUSB0 and /class/dev/usb/ttyUSB1 )
Holy crap, your in.... now you just have to set pppd to allow the paramets to connect and then call it and your on the net:
/etc/ppp is were we are going to go, you need two files one under /etc/ppp/peers/<your ppp> and one under /etc/ppp/<your chat script>
mine looks like this:
vi /etc/ppp/peers/verizon
connect '/usr/sbin/chat -v -t3 -f /etc/ppp/verizon-chat'
debug
/dev/ttyUSB0
230400
user="<your#>@vzw3g.com"
password="<your passwd>"
defaultroute
usepeerdns
ipparam rtt
vi /etc/ppp/verizon-chat
'' 'AT'
'OK' 'ATDT#777'
now add this to your /etc/ppp/pap-secrets
<your#>@vzw3g.com * <your passwd>
Also, Suse users, or others that get disconnect after 2.1->2.6 minutes
vi /etc/ppp/options
Comment out all the LCP lines in the file, wq, and restart your ppp dialing
pppd call verizon
of course i use my own vendor and product id. /var/log gives me back ttyUSB0 ttyUSB1 and ttyUSB2
then when i try to use this guy's scripts, the command line keeps giving me back error messages telling me that each line in the script is not recognized. specifically, it tells me that "connect '/usr/sbin/chat -v -t3 -f /etc/ppp/verizon-chat'" is not recognized; so i comment it out and then it tells me that "debug" is not recognized; so i comment it out and then it tells me that /dev/ttyUSB0 is not recognized; so on and so on.
elive has a ppp config utility, but it wants the phone number that my evdo modem dials. this is a problem, because i have no way of finding out what number it dials.
naturally, the card works in windows, but i really REALLY wanna go back to using linux. anyone have any ideas on how i can get it to work?