#format wiki #language en = Linux GSM (3G, HSDPA, Mobile Modem) = * Notes on using 3G with Linux and Ubuntu. * 3G works well in linux, and Ubuntu makes it really easy to configure through the gui. * Removing pin from thinkpad builtin gsm modem sim card (e.g. pin 1234, replace) {{{ $ lsusb Bus 002 Device 005: ID 0bdb:1911 Ericsson Business Mobile Networks BV sudo apt-get install gsm-utils sudo gsmctl -d /dev/ttyACM2 -o unlock sc all 1234 }}} ... ---- CategoryLinux