WCM - Das österreichische Computer Magazin Forenübersicht
 

Zurück   WCM Forum > Rat & Tat > Linux, UNIX, Open Source

Linux, UNIX, Open Source Rat & Tat bei Problemen und Fragen rund um GNU/Linux, BSD und sonstige UNIXe

Microsoft KARRIERECAMPUS

 
 
Themen-Optionen Ansicht
Alt 17.04.2006, 14:20   #1
HIHOTH
Newbie
 
Registriert seit: 17.04.2006
Beiträge: 1


Standard option 3G+ emea unter FC5 (t-mobile austria)

spiel mich jetzt seit tagen damit,meine umts/hsdpa-karte(firmware update bereits durchgeführt) unter FC5(kernel "2.6.15-1.2054_FC5") zum laufen zu bringen.

hab den nozomi treiber(nozomi_060209) von www.pharscape.org compiliert und

cp nozomi.ko /lib/modules/2.6.15-1.2054_FC5/kernel/drivers/pci/hotplug/

ausgeführt.

wenn ich nun die karte einstecke,dann liefert "dmesg | tail" folgendes:

Code:
pccard: CardBus card inserted into slot 1
[1452] nozomi_card_init(): Init, cards_found: 1
[1341] nozomi_get_card_type(): Card type is: 2048
PCI: Enabling device 0000:07:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:07:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
Nozomi driver nozomi_tty<6>[792] nozomi_read_config_table(): Version of card: 3
[784] nozomi_read_config_table(): Initialization OK!
so weit so gut. hab ein chat-skript unter /etc/ppp/umts-chat abgelegt,welches folgendermaßen aussieht:

Code:
ABORT BUSY
ABORT "NO CARRIER"
ABORT ERROR
REPORT CONNECT
TIMEOUT 4
"" ATZ
OK AT+CPIN?
READY-AT+CPIN="xxxx"- \c
OK AT+CPIN?
READY \c
OK \c
TIMEOUT 120
"" AT+CGDCONT=1,"IP","internet.t-mobile"
OK ATDT*99***1#
CONNECT \c
anstatt der "x" hab ich natürlich meine pin eingetragen bem APN "internet.t-mobile" bin ich mir ganz und gar nicht sicher. hab das ganze aus nem ct(08/06) und drum weiß ich nicht,ob dies auch für österreich gilt

schlussendlich hab ich noch ein provider-profil unter /etc/ppp/peers/umts:

Code:
/dev/noz0
connect "/usr/sbin/chat -v -f /etc/ppp/umts-chat"
connect-delay 8000
noauth
user egal
noipdefault
defaultroute
usepeerdns
mtu 1420
persist
hier bin ich mir bei zeile 6 nicht sicher was für einen user ich angeben soll(glaub ja gar keinen). es funkt auf jeden fall auch nicht,wenn ich diese zeile weg lasse,denn beim aufruf von "pppd call umts" schaut meine /var/log/messages" ungefähr so aus:

Code:
Apr 17 12:36:49 localhost pppd[2676]: pppd 2.4.3 started by root, uid 0
Apr 17 12:36:50 localhost chat[2677]: abort on (BUSY)
Apr 17 12:36:50 localhost chat[2677]: abort on (NO CARRIER)
Apr 17 12:36:50 localhost chat[2677]: abort on (ERROR)
Apr 17 12:36:50 localhost chat[2677]: report (CONNECT)
Apr 17 12:36:50 localhost chat[2677]: timeout set to 4 seconds
Apr 17 12:36:50 localhost chat[2677]: send (ATZ^M)
Apr 17 12:36:50 localhost chat[2677]: expect (OK)
Apr 17 12:36:50 localhost chat[2677]: ATZ^M^M
Apr 17 12:36:50 localhost chat[2677]: OK
Apr 17 12:36:50 localhost chat[2677]:  -- got it
Apr 17 12:36:50 localhost chat[2677]: send (AT+CPIN?^M)
Apr 17 12:36:50 localhost chat[2677]: expect (READY)
Apr 17 12:36:50 localhost chat[2677]: ^M
Apr 17 12:36:50 localhost chat[2677]: AT+CPIN?^M^M
Apr 17 12:36:50 localhost chat[2677]: +CPIN: SIM PIN^M
Apr 17 12:36:50 localhost chat[2677]: ^M
Apr 17 12:36:50 localhost chat[2677]: OK^M
Apr 17 12:36:54 localhost chat[2677]: alarm
Apr 17 12:36:54 localhost chat[2677]: send (AT+CPIN="xxxx"^M)
Apr 17 12:36:54 localhost chat[2677]: send ()
Apr 17 12:36:54 localhost chat[2677]: expect (OK)
Apr 17 12:36:54 localhost chat[2677]: AT+CPIN="xxxx"^M^M
Apr 17 12:36:54 localhost chat[2677]: OK
Apr 17 12:36:54 localhost chat[2677]:  -- got it
Apr 17 12:36:54 localhost chat[2677]: send (AT+CPIN?^M)
Apr 17 12:36:54 localhost chat[2677]: expect (READY)
Apr 17 12:36:54 localhost chat[2677]: ^M
Apr 17 12:36:54 localhost chat[2677]: AT+CPIN?^M^M
Apr 17 12:36:54 localhost chat[2677]: +CPIN: READY
Apr 17 12:36:54 localhost chat[2677]:  -- got it
Apr 17 12:36:54 localhost chat[2677]: send ()
Apr 17 12:36:54 localhost chat[2677]: expect (OK)
Apr 17 12:36:54 localhost chat[2677]: ^M
Apr 17 12:36:54 localhost chat[2677]: ^M
Apr 17 12:36:54 localhost chat[2677]: OK
Apr 17 12:36:54 localhost chat[2677]:  -- got it
Apr 17 12:36:54 localhost chat[2677]: send ()
Apr 17 12:36:54 localhost chat[2677]: timeout set to 120 seconds
Apr 17 12:36:54 localhost chat[2677]: send (AT+CGDCONT=1,"IP","internet.t-mobile"^M)
Apr 17 12:36:55 localhost chat[2677]: expect (OK)
Apr 17 12:36:55 localhost chat[2677]: ^M
Apr 17 12:36:55 localhost chat[2677]: AT+CGDCONT=1,"IP","internet.t-mobile"^M^M
Apr 17 12:36:55 localhost chat[2677]: OK
Apr 17 12:36:55 localhost chat[2677]:  -- got it
Apr 17 12:36:55 localhost chat[2677]: send (ATDT*99***1#^M)
Apr 17 12:36:55 localhost chat[2677]: expect (CONNECT)
Apr 17 12:36:55 localhost chat[2677]: ^M
Apr 17 12:36:55 localhost chat[2677]: ATDT*99***1#^M^M
Apr 17 12:36:55 localhost chat[2677]: CONNECT
Apr 17 12:36:55 localhost chat[2677]:  -- got it
Apr 17 12:36:55 localhost chat[2677]: send ()
Apr 17 12:36:55 localhost pppd[2676]: Serial connection established.
Apr 17 12:36:55 localhost pppd[2676]: Using interface ppp1
Apr 17 12:36:55 localhost pppd[2676]: Connect: ppp1 <--> /dev/noz0
Apr 17 12:37:03 localhost kernel: Debug: sleeping function called from invalid context at include/asm/semaphore.h:99
Apr 17 12:37:03 localhost kernel: in_atomic():1, irqs_disabled():0
Apr 17 12:37:03 localhost kernel:  [<e0938ab8>] ntty_write+0x3e/0xca [nozomi]     [<c01a0168>] avc_has_perm+0x3a/0x44
Apr 17 12:37:03 localhost kernel:  [<c01a0703>] inode_has_perm+0x54/0x5c     [<c01428aa>] do_wp_page+0x2b5/0x2de
Apr 17 12:37:03 localhost kernel:  [<e0bfe3ac>] ppp_async_push+0xa1/0x3b3 [ppp_async]     [<e0bfe6e9>] ppp_async_send+0x2b/0x35 [ppp_async]
Apr 17 12:37:03 localhost kernel:  [<e0c05228>] ppp_channel_push+0x2e/0x8a [ppp_generic]     [<e0c0656f>] ppp_write+0xe9/0xf3 [ppp_generic]
Apr 17 12:37:03 localhost kernel:  [<e0c06486>] ppp_write+0x0/0xf3 [ppp_generic]     [<c0152b9b>] vfs_write+0xa1/0x140
Apr 17 12:37:03 localhost kernel:  [<c01530a3>] sys_write+0x3c/0x63     [<c0102bc1>] syscall_call+0x7/0xb
Apr 17 12:37:04 localhost kernel: Debug: sleeping function called from invalid context at include/asm/semaphore.h:99
und so weiter ...

kann mir vielleicht wer helfen?

danke!

mfg hiho
HIHOTH ist offline   Mit Zitat antworten
 


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 04:08 Uhr.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Forum SEO by Zoints
© 2009 FSL Verlag