background preloader

3G

Facebook Twitter

8 - La connexion réseau 3G - MagdiBlog. J’ai reçu ce matin mon dongle 3G Huawei E220 Je dispose déjà d’une carte SIM Free Mobile avec le forfait à 2€. J’active simplement l’option data à 0,99 €, qui prend effet immédiatement. Vous pouvez trouver ce dongle 3G notamment sur Amazon ici. Mon Raspberry Pi n’ayant pas encore été livré, je test sur un PC standard sous Linux Mint 14. Comme prévu, le dongle est immédiatement reconnu par le système : root@Setebos ~ $ lsusb Bus 001 Device 002: ID 8087:0024 Intel Corp.

Integrated Rate Matching Hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Passage par le gestionnaire de connexion réseau, avec une configuration minimaliste pour le réseau de Free : La connexion fonctionne immédiatement, et on constate que nous sommes en itinérance sur le réseau d’Orange J’obtiens bien une IP, et je peux surfer C’est trop facile ! Comme précédemment, le dongle 3G est reconnu immédiatement : Sur le Pi, il faut installer wvdial heureusement disponible dans les dépots de peu Voici le fichier de config généré. Mai 2013. Reseau:une_raspberry_pi_comme_routeur_3g_avec_vpn_passthrough [pense-bete high-tech] France Télécom ne disposant pas des moyens technologiques pour tirer une ligne jusqu'à chez moi en ce début de 21e siècle, il m'a fallu trouver une alternative pour accéder à internet.

Un peu dans la cambrousse, on doit pas être assez rentables pour que monsieur Orange daigne utiliser du cuivre pour nous. Pas d'ADSL donc. Voyons les autres solutions qui s'offrent à moi : Satellite : Avec du quota de bande passante par mois, une latence de homard et un investissement d'environ 300 € pour le matos. Wimax : L'antenne la plus proche est à 5km, autant dire qu'internet, c'est les jours de beau temps et pis c'est tout. 4G/3G : On est entouré par quatre antennes, toutes à 5Km. Aucune de ces solutions n'offre de garantie quant à la qualité de ligne ou de débit. J'ai donc opté pour la solution 3G. Le kit de connexion se compose donc de : Auxquels s'ajoutent un hub réseau, un hub USB alimenté de récup' pour l'alim de la rpi et de la clé 3g, plus une carte sd qui trainait par là. Base Redémarrage Bilan.

Linux - gammu-smsd RunOnReceive script results exit status 2. Huawei UMTS USB Stick E169 with Linux. For questions concerning this document, contact me at: (Please read the note at the end of the document before you do!) SUMMARY: This document describes how I got the Huawei UMTS USB Stick E169 to peacefully work with Linux and how to connect to e-plus acting as ISP. The E169 itself and the drivers The Stick is a HSDPA / UMTS / GPRS / GSM modem for mobile access to the Internet. It plugs into the USB port and comes complete with an extension cord. It is manufactured by Huawei Technologies CO., Ltd. of the People's Republic of China. The maximum rated data transfer rate is 7.2 Mbit/s for HSDPA and 384 kbit/s for UMTS.

The E169 is a composite USB device, that means it behaves differently depending on the computer it is connected to. . # /etc/usb_modeswitch.conf # Huawei E169 # DefaultVendor= 0x12d1; DefaultProduct= 0x1001 DetachStorageOnly=0 HuaweiMode=1 # End To make sure that the E169 is correctly initialized, do a cat /proc/bus/usb/device. The E169 now acts as four devices. Return modem ID. USB_ModeSwitch • View topic - Huawei E169: USB_modeswitch doesn't seem to work. Hello, yesterday I tried to connect my brother's PC to the Internet via Huawei's E169. The OS is Ubuntu 8.04 (Hardy Heron). The ISP is drei.at from Austria. What I did: One time I used usb_modeswitch which comes with the package, the second try I ran compile.sh. Then I edited the file usb_modeswitch.conf this way: Quote: ######################################################### Huawei E169## Contributor: Dale Lane DefaultVendor= 0x12d1DefaultProduct= 0x1001 # choose one of these:;DetachStorageOnly=1HuaweiMode=1 ... and put it into the directory /etc (Later I tried DetachStorageOnly=1;HuaweiMode=1 too, but unfortunately without any success again.)

When I run sudo usb_modeswitch I get this error message: Looking for target devices No target device foundLooking for default devices No default device found. When I run sudo usb_modeswitch -v 0×12d1 -p 0×1001 -d 1 orsudo usb_modeswitch -v 0×12d1 -p 0×1001 -H 1 I get this error message: No default vendor/product ID given. Libusb_0.1.4 is installed. Sans titre. Overview: One can make Raspberry Pi as wireless router for creating Wi-Fi hotspot .So one can create network of their own and using USB 3G Huawei dongle for accessing internet via Raspberry Pi. Requirements: 1.Raspberry Pi 2.Ralink wireless nano adapter 3.Huawei 3G dongle Steps : 1.

Sudo lsusb 2. lsusb lists the usb devices connected to the Pi, either directly or through the hub. Bus 001 Device 010: ID 12d1:1506 Huawei Technologies Co., Ltd. 3. Bus 001 Device 010: ID 12d1:14d1 Huawei Technologies Co., Ltd. 4. Sudo apt-get install usb-modeswitch 6. Good: Bus 001 Device 010: ID 12d1: 1506 Huawei Technologies Co., Ltd. 7. 8. After a bit of research, the information I had to amend to the config file amounted to this: DefaultVendor = 0x12d1 DefaultProduct = 0x1506 MessageEndPoint = "0x01" MessageContent = "55534243000000000000000000000011060000000000000000 000000000000" 9. Sudo nano /etc/usb_modeswitch.conf 10. 11. 12. Sudo apt-get install ppp 13. 14. Tar -xzvf sakis3g.tar.gz 15. 16. Chmod +x sakis3g #! Reseau:une_raspberry_pi_comme_routeur_3g_avec_vpn_passthrough [pense-bete high-tech]