Dobrý den,
už pár dní se snažím zprovoznit tento modem přes USB a moc se mi to nedaří. Hledal jsem na internetu a většina lidí to vždy nakonec vzdá a připojí modem přes ethernetový kabel, který já bohužel nevlastním. Jeden z mála lidí, kteří modem zprovoznili přes USB je trawnikar, popisuje to v 
tomto příspěvku, ale já jsem skončil na automatické detekci modemu, gnome-ppp nic nenašel a když jsem zadal umístění ručně tak se spojení neinicializovalo (chyba: modem neodpovídá). Zkoušel jsem i konfiguraci přes pppconfig, stejně tak ruční editaci konfiguračních souborů, nic nepomáhá, nejdál jsem se dostal (podle syslogu) k "Connect script failed", problém naprosto stejný jako v 
tomto příspěvku na abclinuxu.
dmesg | grep usb říká toto:
[17179578.228000] usbcore: registered new driver usbfs
[17179578.228000] usbcore: registered new driver hub
[17179578.836000] usb 2-1: new full speed USB device using uhci_hcd and address 2
[17179578.980000] usb 2-1: configuration #1 chosen from 2 choices
[17179701.208000] usbcore: registered new driver usbserial
[17179701.212000] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[17179701.212000] usbcore: registered new driver usbserial_generic
[17179701.212000] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[17179701.252000] drivers/usb/serial/usb-serial.c: USB Serial support registered for IPWireless converter
[17179701.252000] usb 2-1: IPWireless converter converter now attached to ttyUSB0
[17179701.252000] usbcore: registered new driver ipwtty
[17179701.252000] drivers/usb/serial/ipw.c: IPWireless tty driver v0.3
[17180154.224000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[17180154.684000] usb 1-1.1: new full speed USB device using uhci_hcd and address 3
[17180155.292000] usb-storage: device found at 3
[17180155.292000] usb-storage: waiting for device to settle before scanning
[17180155.292000] usbcore: registered new driver usb-storage
[17180160.304000] usb-storage: device scan completeSoubor /etc/ppp/peers/tmobile: 
hide-password
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/tmobile"
debug
/dev/ttyUSB0
115200
defaultroute
noipdefault
user "gprs"
ipparam tmobileV /etc/ppp/peers/ jsem vytvořil  symlink s názvem provider na /etc/ppp/peers/tmobile.
V souboru /etc/ppp/chap-secrets je toto:
# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
"gprs" * "gprs"A konečně v /etc/chatscripts/tmobile: 
TIMEOUT 10
ABORT BUSY 
ABORT 'NO CARRIER' 
ABORT ERROR
"" 'AT'
OK ATZ
OK AT&FE0Q0V1&C1&D2S0=0
OK ATS7=60&K3N1
OK AT+CGDCONT=1,"PPP","internet.t-mobile.cz","gprs,gprs",0,0
OK ATDT*99#
CONNECT \d\cPo spuštění pppd pomocí pon tmobile nebo i pppd call tmobile to skončí takto (výpis z /var/log/syslog):
Oct 18 22:28:36 ubuntu pppd[7342]: pppd 2.4.4b1 started by ubuntu, uid 999
Oct 18 22:28:37 ubuntu chat[7343]: timeout set to 10 seconds
Oct 18 22:28:37 ubuntu chat[7343]: abort on (BUSY)
Oct 18 22:28:37 ubuntu chat[7343]: abort on (NO CARRIER)
Oct 18 22:28:37 ubuntu chat[7343]: abort on (ERROR)
Oct 18 22:28:37 ubuntu chat[7343]: send (AT^M)
Oct 18 22:28:47 ubuntu chat[7343]: alarm
Oct 18 22:28:47 ubuntu chat[7343]:  -- write timed out
Oct 18 22:28:47 ubuntu chat[7343]: Failed
Oct 18 22:28:47 ubuntu pppd[7342]: Connect script failedUž si s tím opravdu nevím rady, ethernetový kabel nemůžu sehnat, třeba mi někdo poradíte. Pokud jste to někdo zprovoznil tak sem prosím hoďte obsah těch souborů které jsem tu popisoval, snad na něco přijdu...
Díky moc, mějte se.