removido
(usa Nenhuma)
Enviado em 11/12/2011 - 20:21h
como dito lá em cima que isso era um problema que só seria resolvido com o kernel 3.1.5.x, resolvi instalar no Arch Linux o Kernel-CK 3.1.5-2:
$ sudo pacman -S linux-ck-kx linux-ck-kx-headers
Em seguida instalei as apps que eu havia removido:
$ sudo pacman -S modemmanager usb_modeswitch mobile-broadband-provider-info
E bastou editar o arquivo /etc/usb_modeswitch.setup, removendo as partes desnecessárias e deixando-o assim:
########################################################
# ZTE MF622 (aka "Onda MDC502HS")
# ZTE MF626
# ZTE MF628+ (tested version from Telia / Sweden)
# ZTE MF633
# ZTE MF636 (aka "Telstra / BigPond 7.2 Mobile Card")
# ZTE MF637
# and probably others not listed here
#
# Contributor: Joakim Wennergren and others
DefaultVendor= 0x19d2
DefaultProduct= 0x2000
TargetVendor= 0x19d2
TargetProduct= 0x0031
MessageContent="5553424312345678000000000000061e000000000000000000000000000000"
MessageContent2="5553424312345679000000000000061b000000020000000000000000000000"
NeedResponse=0
O log completo:
h4rd3r@archlinux:~$ uname -a
Linux archlinux 3.1.5-2-ck #1 SMP PREEMPT Fri Dec 9 21:31:15 EST 2011 i686 AMD Athlon(tm) II X4 630 Processor AuthenticAMD GNU/Linux
h4rd3r@archlinux:~$ sudo tail -f /var/log/messages.log
Dec 11 20:00:25 localhost squid[1362]: Beginning Validation Procedure
Dec 11 20:00:25 localhost squid[1362]: Completed Validation Procedure
Dec 11 20:00:25 localhost squid[1362]: Validated 2611 Entries
Dec 11 20:00:25 localhost squid[1362]: store_swap_size = 21284
Dec 11 20:00:25 localhost squid[1362]: storeLateRelease: released 0 objects
Dec 11 20:00:27 localhost dbus[583]: [system] Activating service name='org.freedesktop.ConsoleKit' (using servicehelper)
Dec 11 20:00:27 localhost dbus[583]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
Dec 11 20:00:27 localhost polkitd[1481]: started daemon version 0.102 using authority implementation `local' version `0.102'
Dec 11 20:00:27 localhost dbus[583]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec 11 20:00:27 localhost dbus[583]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
Dec 11 20:02:04 localhost kernel: [ 113.710039] usb 1-5: new high speed USB device number 4 using ehci_hcd
Dec 11 20:02:04 localhost kernel: [ 113.887216] Initializing USB Mass Storage driver...
Dec 11 20:02:04 localhost kernel: [ 113.887320] scsi4 : usb-storage 1-5:1.0
Dec 11 20:02:04 localhost kernel: [ 113.887442] usbcore: registered new interface driver usb-storage
Dec 11 20:02:04 localhost kernel: [ 113.887445] USB Mass Storage support registered.
Dec 11 20:02:05 localhost usb_modeswitch: switching 19d2:2000 (ZTE, Incorporated: ZTE CDMA Technologies MSM)
Dec 11 20:02:08 localhost kernel: [ 117.292351] usb 1-5: USB disconnect, device number 4
Dec 11 20:02:13 localhost kernel: [ 122.723371] usb 1-5: new high speed USB device number 5 using ehci_hcd
Dec 11 20:02:13 localhost kernel: [ 122.852905] scsi5 : usb-storage 1-5:1.2
Dec 11 20:02:13 localhost kernel: [ 122.948573] usbcore: registered new interface driver usbserial
Dec 11 20:02:13 localhost kernel: [ 122.948585] USB Serial support registered for generic
Dec 11 20:02:13 localhost kernel: [ 122.948648] usbcore: registered new interface driver usbserial_generic
Dec 11 20:02:13 localhost kernel: [ 122.948649] usbserial: USB Serial Driver core
Dec 11 20:02:13 localhost kernel: [ 122.956166] USB Serial support registered for GSM modem (1-port)
Dec 11 20:02:13 localhost kernel: [ 122.956223] option 1-5:1.0: GSM modem (1-port) converter detected
Dec 11 20:02:13 localhost kernel: [ 122.956476] usb 1-5: GSM modem (1-port) converter now attached to ttyUSB0
Dec 11 20:02:13 localhost kernel: [ 122.956510] option 1-5:1.1: GSM modem (1-port) converter detected
Dec 11 20:02:13 localhost kernel: [ 122.956649] usb 1-5: GSM modem (1-port) converter now attached to ttyUSB1
Dec 11 20:02:13 localhost kernel: [ 122.956703] option 1-5:1.3: GSM modem (1-port) converter detected
Dec 11 20:02:13 localhost kernel: [ 122.956810] usb 1-5: GSM modem (1-port) converter now attached to ttyUSB2
Dec 11 20:02:13 localhost kernel: [ 122.956823] usbcore: registered new interface driver option
Dec 11 20:02:13 localhost kernel: [ 122.956826] option: v0.7.2:USB Driver for GSM modems
Dec 11 20:02:14 localhost usb_modeswitch: switched to 19d2:0031 (ZTE, Incorporated: ZTE CDMA Technologies MSM)
Dec 11 20:02:14 localhost kernel: [ 123.851315] scsi 5:0:0:0: Direct-Access ZTE MMC Storage 2.31 PQ: 0 ANSI: 2
Dec 11 20:02:14 localhost kernel: [ 123.853799] sd 5:0:0:0: [sdc] Attached SCSI removable disk
Dec 11 20:02:38 localhost pppd[1712]: pppd 2.4.5 started by h4rd3r, uid 0
Dec 11 20:02:38 localhost kernel: [ 147.614988] PPP generic driver version 2.4.2
Dec 11 20:02:39 localhost chat[1713]: abort on (BUSY)
Dec 11 20:02:39 localhost chat[1713]: abort on (NO CARRIER)
Dec 11 20:02:39 localhost chat[1713]: abort on (VOICE)
Dec 11 20:02:39 localhost chat[1713]: abort on (NO DIALTONE)
Dec 11 20:02:39 localhost chat[1713]: abort on (NO DIAL TONE)
Dec 11 20:02:39 localhost chat[1713]: abort on (NO ANSWER)
Dec 11 20:02:39 localhost chat[1713]: abort on (DELAYED)
Dec 11 20:02:39 localhost chat[1713]: send (ATZ^M)
Dec 11 20:02:39 localhost chat[1713]: expect (OK)
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "Limited Service"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "Not Found"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "Limited Service"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "Not Found"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "Limited Service"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "Not Found"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "No Service"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "VIVO",724,11,"CS_ONLY","ROAM_OFF"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "UMTS"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "VIVO",724,11,"CS_ONLY","ROAM_OFF"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "UMTS"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "VIVO",724,11,"CS_PS","ROAM_OFF"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "UMTS"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "VIVO",724,11,"CS_PS","ROAM_OFF"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "UMTS"
Dec 11 20:02:39 localhost chat[1713]: +ZDONR: "VIVO",724,11,"CS_PS","ROAM_OFF"
Dec 11 20:02:39 localhost chat[1713]: +ZPASR: "UMTS"
Dec 11 20:02:39 localhost chat[1713]: AATZ^M^M
Dec 11 20:02:39 localhost chat[1713]: OK
Dec 11 20:02:39 localhost chat[1713]: -- got it
Dec 11 20:02:39 localhost chat[1713]: send (ATDT*99#^M)
Dec 11 20:02:39 localhost chat[1713]: expect (CONNECT)
Dec 11 20:02:39 localhost chat[1713]: ^M
Dec 11 20:02:39 localhost chat[1713]: ATDT*99#^M^M
Dec 11 20:02:39 localhost chat[1713]: CONNECT
Dec 11 20:02:39 localhost chat[1713]: -- got it
Dec 11 20:02:39 localhost chat[1713]: send (\d)
Dec 11 20:02:40 localhost pppd[1712]: Serial connection established.
Dec 11 20:02:40 localhost pppd[1712]: Using interface ppp0
Dec 11 20:02:40 localhost pppd[1712]: Connect: ppp0 <--> /dev/ttyUSB2
Dec 11 20:02:41 localhost pppd[1712]: CHAP authentication succeeded
Dec 11 20:02:41 localhost pppd[1712]: CHAP authentication succeeded
Dec 11 20:02:41 localhost kernel: [ 150.862484] PPP BSD Compression module registered
Dec 11 20:02:41 localhost kernel: [ 150.885171] PPP Deflate Compression module registered
Dec 11 20:02:44 localhost pppd[1712]: Could not determine remote IP address: defaulting to 10.64.64.64
Dec 11 20:02:44 localhost pppd[1712]: local IP address X.X.X.X
Dec 11 20:02:44 localhost pppd[1712]: remote IP address 10.64.64.64
Dec 11 20:02:44 localhost pppd[1712]: primary DNS address 200.220.227.56
Dec 11 20:02:44 localhost pppd[1712]: secondary DNS address 200.142.130.202