SA Security BloggersPopular EntriesArticles How-To's Papers Tools Neologisms SSLCertificate fingerprints: SHA1: 61 13 45 4B 4C F9 89 9B B7 87 C8 78 F7 38 12 CB 07 E2 60 BF HTTPS version. LicenseDisclaimer
This blog and its contents are in no way affiliated with, or endorsed by my employer.
|
Random Entry: Twilter - Filtering Twitter for higer Signal
< Corporate OSS - Aventail VPN on Ubuntu | DLP Vendors Partnering with DRM Vendors > Thursday, December 4. 2008Lenovo T400 HSDPA (Ericsson f3507g) on Ubuntu Intrepid 8.10Comments
Display comments as
(Linear | Threaded)
Would be great if you could figure out how to teach NetworkManager to use the right dial strings for that device, so it is a solved problem for anyone using NM.
I love networkmanager. It is the future, stop being set in your ways you console-till-I-die person.
Nice one Dom :)
Assuming no internet connectivity, wvdial is useful. Trick is, it should be Init1 = AT&F and not the usual ATZ default. If you specify it as Init2 = AT&F, it won't play cause wvdial assumes the default of ATZ for init1.
The following worked for me...
Open new file in home dir .wvdialrc (using vim or nano). Change it to look something like:
Phone = *99#
Baud = 460800
Dial command = ATDT
Init1 = AT&F
Init2 = AT+CFUN=1
Init3 = AT*EIAPSW=1,1,"internet"
Username = anything
Password = anything
New PPPD = yes
(Note, "internet" is the APN name, and it won't work unless some bogus passwords are specified)
Then simply the following command
sudo wvdial
Bingo, we now have a PPP0 interface to connect to the net.
|
Quicksearchthis blog: Security Blogs |
Tracked: Dec 04, 12:23