http://gentoo-wiki.com/HARDWARE_HUAWEI_E220_HSDPA_USB_MODEM
Zusammenfassung vom wichtigsten:
zgrep "CONFIG_USB_SERIAL_GENERIC" /proc/config.gz
zgrep "CONFIG_PPP" /proc/config.gz
zgrep "CONFIG_PPP_ASYNC" /proc/config.gz
Alles sollte modular sein...
Device Drivers --->
USB support --->
< M > OHCI HCD support
Device Drivers --->
Network device support --->
< M > PPP (point-to-point protocol) support
< M > PPP support for async serial ports
modprobe usbserial vendor=0x12d1 product=0x1003
Von http://www.kanoistika.sk/bobovsky/archiv/umts/ das c Programm runterladen...
gcc huaweiAktBbo.c -o huaweiAktBbo
mv huaweiAktBbo /mybin/
Aber man kann auch gleich eins der *.out Datein nehmen, und es mit dem Versuchen.
Das war mal vom Gentoo Wiki...
Falls die Nodes in /dev noch nicht dargestellt werden:
mknod /dev/ttyUSB0 c 188 0
mknod /dev/ttyUSB1 c 188 1
mknod /dev/ttyUSB2 c 188 2
Und so starte ich das Ganze:
#!/bin/sh
modprobe usbserial vendor=0x12d1 product=0x1003
huaweiAktBbo-i386.out
setpin
ifconfig eth0 down
ifconfig eth1 down
echo "nameserver 213.94.78.16 \nnameserver 213.94.78.17" > /etc/resolv.conf
xterm -title 'huawei status' he220stat &
wvdial hsdpa
Scripts und Configs unter
Downloads...