|
Apr
13
2
|
Howto: DD-WRT & Novatel Cellular USB Modem |
|||||
A bit off-topic, but useful nonetheless. One day cable went down. Optimum online is usually great — but they totally dropped the ball that day. We wanted to use our Novatel Ovation U720 cellular modem to power our network as a backup. Lots of credit goes to Dragon, and this wiki. Here's how we did it: Grab the modules we need; throw on JFFSYou need usbserial.o and option.o. You can get these here and here. Note: The ones at http://www.dd-wrt.com/phpBB2/viewtopic.php?t=43358 did not work for me. I got mine courtesy of Oleg's Asus wl500gP Linux build (modules-1.9.2.7-d-r211.tar.bz2 @ Google Code). It should probably work for you as long as you're using a Broadcom-based router. Install chatSee http://www.dd-wrt.com/wiki/index.php/Ipkg. You just need to install chat so that we can send the right strings to the modem to connect. You might also want to install "microcom" to debug interactively. Cellular modems are just like analog modems of yesterday. Yep, ATZ. Yep, ATD. Same old strings Hayes invented for modems in the 70s. Create a chat script; /jffs/isp-connect.chat
TIMEOUT 10 Create a PPP script referencing that chat script; /jffs/isp-connect.ppp
/dev/usb/tts/0 # modem Load it all up in a script; /jffs/isp-connect.sh
#!/bin/sh Done!If it doesn't work, set connection type to Disabled or DHCP before running the above script. This is not 100% automated/streamlined, but it works! Related posts: SSH2 & PHP Howto Guide: SSH Connections Made Easy in PHP PHP doesn't come with native support for making SSH connections... Tell Your Competitors To Use Network Solutions' DNS Today I ordered my lunch online. When I hit "confirm,"...
| ||||||
"2 Wise Comments Banged Out Somewhere On The Internet ..."seoegghead (Jaimie Sirovich)How to set up DDWRT with a cellular modem … http://tinyurl.com/cu6f6w seomasterlist (seomasterlist)Howto: DD-WRT & Novatel Cellular USB Modem: A bit off-topic, but useful nonetheless. One day cable went down. Op.. http://tinyurl.com/cu6f6w
|


















