Inhaltsverzeichnis
GSM Mobile
https://shkspr.mobi/blog/2012/07/3g-internet-on-raspberry-pi-success/
http://www.datenreise.de/raspberry-pi-sms-per-kommandozeile-versenden/
http://raspberry-at-home.com/installing-3g-modem/#more-138
Huawai E220 http://pikiosk.tumblr.com/post/39526392102/raspberry-3g-modem-usb
Huawei E303 http://www.apfelkern.info/huawei-e303-am-raspberry-pi/
—- wichtig – http://www.techmind.org/rpi/
———– http://www.instructables.com/id/Raspberry-Pi-as-a-3g-Huawei-E303-wireless-Edima/all/?lang=de
– Python - SMS https://shkspr.mobi/blog/2012/06/raspberry-pi-python-and-3g-dongles-oh-my/
http://www.thirdway.ch/En/projects/raspberry_pi_3g/index.php
Produkte
Huawei E173, Amazon.de http://www.amazon.de/Huawei-E173-Surfstick-HSDPA-UMTS/dp/B004N16AP6
Linux shell Befehle
lsusb sudo apt-get install usb-modeswitch ifconfig -a
switch E303
Code: --- /dev/null 2013-04-09 14:55:24.625893448 +0200 +++ 12d1:1f01:uPr=HUAWEI HiLink 2013-06-18 12:04:42.000000000 +0200 @@ -0,0 +1,7 @@ +# Huawei E303 HiLink + +TargetVendor= 0x12d1 +TargetProduct= 0x1001 + +MessageContent="55534243000000000000000000000611060000000000000000000000000000" +
alternative
apt-get install sg3-utils
use usb_modeswitch
sudo usb_modeswitch -v 12d1 -p 1f01 -M '55534243000000000000000000000611060000000000000000000000000000' usb_modeswitch -c /etc/usb_modeswitch.conf sudo /usr/bin/sg_raw /dev/sda 11 06 20 00 00 00 00 00 01 00 oder sudo /usr/bin/sg_raw /dev/sg0 11 06 20 00 00 00 00 00 01 00
Importnat file?: /lib/udev/rules.d/40-usb_modeswitch.rules
