Ennesimo aggiornamento.
Ho installato il nuovo kernel 2.6.23.11 vanilla.
Ho disabilitato l'ehci_hcd e impostato a Y CONFIG_USB_SERIAL_GENERIC (altrimenti mi rimbalza il comando modprobe usbserial vendor=0x05c6 product=0x6613).
Ho impostato KPPP per la connessione con i dati Tim.
Ora il problema è relativo a PPP. Avviando la connessione, la spia della PC-Card diventa verde, ma spunta un errore:
Dec 16 16:14:40 hostname pppd[3639]: This system lacks kernel support for PPP. This could be because the PPP kernel module could not be loaded, or because PPP was not included in the kernel configuration. If PPP was included as a module, try `/sbin/modprobe -v ppp'. If that fails, check that ppp.o exists in /lib/modules/`uname -r`/net. See README.linux file in the ppp distribution for more details.
In effetti in /lib/modules/2.6.23.11/net non esiste ppp.o e l'avvio del modulo ritorna questo errore
Codice: Seleziona tutto
# /sbin/modprobe -v ppp
FATAL: Module ppp not found.
Il log della connessione è il seguente:
ATZ+ZOPRT=5
OK
+ZUSIMR:2
AT+CGDCONT=1,"IP","ibox.tim.it","",0,0
OK
+ZDONR: "Not Found"
+ZPASR: "No Service"
+ZDONR: "Not Found"
+ZPASR: "No Service"
+ZDONR: "Not Found"
+ZPASR: "No Service"
ATM1L1
OK
+ZUSIMR:2
+ZDONR: "TIM",222,1,"CS_ONLY","ROAM_OFF"
+ZPASR: "UMTS"
+ZDONR: "TIM",222,1,"CS_PS","ROAM_OFF"
+ZPASR: "UMTS"
ATX3
OK
ATDT*99#
CONNECT
+ZUSIMR:2
Qualche consiglio? Non so più come agire...grazie!!!