Anche io ero riuscito a farlo funzionare con i linuxant (possiedo un presario 2175eu con lo stesso vostro modem) ma a 14400, che è una cosa da paura 8O. Non ho altri mezzi per connettermi se non un modem seriale esterno 56K che svolge il suo lavoro egregiamente. Ora sto provando i driver interl ma mi sa che ho qualche problema con gli header del kernel... vi farò sapere.
Ciao.
[EDIT] Ho provato ad aggiornare gli header del kernel con lo script che Salbutamolo ha postato
qui visto che sul readme dei driver dicono
Prerequisites:
1. root access
2. bash shell to run install scripts
3. an Intel soft modem (537, 537EP, 537SP, 537AA or 537EA)
4. KERNEL SOURCE HEADERS FOR THE KERNEL YOU ARE RUNNING
(found on your distribution's CD)
ed io ho il kernel 2.6.12.1, ma se provo a comiplare con con make
576 l'errore che ottengo è sempre lo stesso.
root@andromeda:~/intel-537EP_secure-2.60.80.0# make 537
Module precompile check
Current running kernel is: 2.6.12.1
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
2.6.12.1
make[1]: Entering directory `/root/intel-537EP_secure-2.60.80.0/coredrv'
make -C /lib/modules/2.6.12.1/build SUBDIRS=/root/intel-537EP_secure-2.60.80.0/coredrv modules
make[2]: Entering directory `/usr/src/linux-2.6.12.1'
CC [M] /root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: parameter names (without types) in function declaration
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: data definition has no type or storage class
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `power_callback':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: `PM_SAVE_STATE' undeclared (first use in this function)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: (Each undeclared identifier is reported only once
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: for each function it appears in.)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `open':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:394: warning: `pm_register' is deprecated (declared at include/linux/pm.h:106)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `close':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:416: warning: `pm_unregister' is deprecated (declared at include/linux/pm.h:111)
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: At top level:
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:754: warning: initialization from incompatible pointer type
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:755: warning: initialization from incompatible pointer type
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `kScheduleDPC':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:861: warning: implicit declaration of function `pm_access'
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function `dspdrv_CommRamISR':
/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:877: warning: function declaration isn't a prototype
make[3]: *** [/root/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o] Error 1
make[2]: *** [_module_/root/intel-537EP_secure-2.60.80.0/coredrv] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.12.1'
make[1]: *** [537core_26] Error 2
make[1]: Leaving directory `/root/intel-537EP_secure-2.60.80.0/coredrv'
2.6.12.1
Failed to build driver
ergo... mi tengo il 56K esterno.
Ciao
P.