Sunday, June 1. 2008Automatic initialization of a Option 3G DatacardComments
Display comments as
(Linear | Threaded)
Vodafone actually provides free software (free as in freedom) for linux that works like a charm with option and huawei
cards (and probably more, but didn’t test it), see https://forge.vodafonebetavine.net/projects/vodafonemobilec/
About the huawei storage thing: on a recent Ubuntu (and I assume a recent Debian testing as well), there’s no explicit command needed. Don’t know if it’s a kernel fix or udev fix but it works OOTB. Comments (3)
Additionally, vodafonebetavine is not yet packaged for Debian. Does vodafonebetavine work without X, on a server-type system? Comments (4)
Why are you using the usbserial driver? Linux has a driver, specifically made for these devices, called
“option”.
From /drivers/usb/serial/option.c ----------- This driver exists because the “normal” serial driver doesn’t work too well with GSM modems. Issues: - data loss -- one single Receive URB is not nearly enough - nonstandard flow (Option devices) control - controlling the baud rate doesn’t make sense ... / Vendor and product IDs / #define OPTION_VENDOR_ID 0x0AF0 #define OPTION_PRODUCT_COLT 0x5000 -------------- Comment (1)
Comments (4)
I’ll adapt the article, so please don’t worry when the comment doesn’t fit the article any more. Comments (4)
Unfortunately the vodafone software does not work without X. I don’t really like using it either but there are 2
advantages to it:
It gives you a working connection with a few clicks, useful for inexperienced users. It’s open source and the per-adapter or per-provider quirks are nicely separated so I hope that the people who write something that integrates properly in a linux system (eg the planned network-manager gprs/umts support or a set of ifupdown scripts) can use that info to make their work easier. Comments
(3)
(Sorry, I intended to write a bulleted list, not a shouting bold line of text)
Comments (3)
As to the AT commands, each manufacturer has their own set, an they generally stick to them. A bit of Googling should find you some specs (or at least reverse-engineered specs) Comments (2)
IMO, that’s a Bad Idea with a Capital B. Makes the damage potential of a stolen card much higher. > As to the AT commands, each manufacturer has their own set, an they generally stick to them. A bit of Googling should find you some specs (or at least reverse-engineered specs) The basic set of GSM-related AT commands is part of the standard. Comments
(4)
As to damage potential, I tend to use pre-paid SIMs but this is a situation where you probably wouldn’t want to. Comments (2)
I updated my firmware and wondered why it doesn’t work anymore.
Solution: The modalias has changed slightly: old: usb:v0AF0p5000d0000dc00dsc00dp00icFFiscFFipFF new: usb:v0AF0p5000d0001dc00dsc00dp00icFFiscFFipFF Comment (1)
|
QuicksearchBlog AdministrationCategoriesRecently addedSat, 2010-07-31 21:32"Paris III - Der e [...]" Fri, 2010-07-30 19:11"Paris II - Die An [...]" Thu, 2010-07-29 09:39"Paris I - Planung [...]" Tue, 2010-07-27 22:15"Lebenszeichen" Comments about Lebenszeichen
Thu, 2010-07-29 00:40
t60 habe ich auch und läuft se
hr gut unter linux (suse)Comments ()
about Lebenszeichen
Wed, 2010-07-28 11:31
Paris
’Wieso ueberhaupt’ Kren
n (Preis wirds ja nicht sein)
KatzenComments ()
about Lebenszeichen
Wed, 2010-07-28 10:53
about Lebenszeichen
Wed, 2010-07-28 10:25
about Lebenszeichen
Wed, 2010-07-28 10:00
Show tagged entries6310
![]() öffnungszeiten ![]() öpnv ![]() admintipp ![]() aide ![]() akku ![]() alice ![]() alpgrüm ![]() alsa ![]() alturo ![]() ansagen ![]() anwalt ![]() apache ![]() arbeit ![]() arbeitsplatzrechner ![]() arcor ![]() artikelreihe ![]() augenarzt ![]() auto ![]() bahn ![]() bahnhof ![]() bank ![]() baumarkt ![]() berlin ![]() best-of-mailing-list ![]() bilder ![]() blasenentzündung ![]() blog ![]() blogsignal ![]() bluetooth ![]() blutzuckermessung ![]() bohrmaschine ![]() boot ![]() booten ![]() brille ![]() browser ![]() bts ![]() bugs ![]() bus ![]() callcenter ![]() chat ![]() citynightline ![]() clamav ![]() cnl ![]() cold call ![]() computer ![]() console ![]() cookies ![]() cron-apt ![]() dänemark ![]() datenschutz ![]() db ![]() dbag ![]() debian ![]() debian-english ![]() debugging ![]() deppen ![]() deutsche bahn ![]() deutschland ![]() dhl ![]() dienstleistung ![]() disco ![]() dns ![]() domain ![]() drivers ![]() dsl ![]() durchhilfe ![]() dvb-s ![]() ![]() e90 ![]() einkauf ![]() elektrik ![]() elektro ![]() englisch ![]() english ![]() essen ![]() ethernet ![]() exchange ![]() exim ![]() exim4 ![]() exploit ![]() föhr ![]() fahrkarten ![]() fahrrad ![]() fdi ![]() fernsehen ![]() fernseher ![]() firewall ![]() firewalls ![]() firstdedicated ![]() flitterwoche ![]() foto ![]() fotos ![]() freenet ![]() freizeit ![]() fremdblog ![]() freunde ![]() fundsache ![]() geburtstag ![]() geschenk ![]() Template dropdownTechnorati |
Today, I had the opportunity to try my UMTS initialization mechanism that I built this weekend with more recent hardware, a newer Option Globetrotter 3G Express Card with Vodafone branding (reporting itself to be a “Globetrotter HSDPA Modem” Comments (2)
Tracked: Jun 03, 17:24
The serial port is still the way to access network components out of band. It is slow, but reliable, and remarkably well standardized. It does not have technical whiz-bangs that can fail when one needs things to just work. That makes it the natural way Comments (2)
Tracked: Jun 04, 00:06