Hi all (first timer here)
I've downloaded and compiled the shiny-new 2.6.0 stable kernel. It works like a charm, except for my modem. I have a PCTel HSP56 Micromodem that won't work in any way with this new kernel. It worked perfectly under 2.4.22 (the last kernel I had installed) with the last PCTel Linux drivers around (0.9.6). But now with all the changes of the new kernel, it won't compile. These are the last lines of the error msg I get with 'make':
----------------------------------------------------------------
ptmodule.c: In function `Pctel_module_init':
ptmodule.c:19: warning: `MOD_INC_USE_COUNT' is deprecated (declared at /usr/src/linux/include/linux/module.h:482)
ptmodule.c: In function `Pctel_module_free':
ptmodule.c:24: warning: `MOD_DEC_USE_COUNT' is deprecated (declared at /usr/src/linux/include/linux/module.h:494)
ptmodule.c: In function `Pctel_module_is_free':
ptmodule.c:29: `MOD_IN_USE' undeclared (first use in this function)
ptmodule.c:29: (Each undeclared identifier is reported only once
ptmodule.c:29: for each function it appears in.)
make[2]: *** [ptmodule.o] Error 1
make[2]: Leaving directory `/downloads/pctel-0.9.6/src/module'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/downloads/pctel-0.9.6/src'
make: *** [all-recursive] Error 1
----------------------------------------------------------------
If there's any help available, please tell me. This is the only thing preventing me from using Linux again full-time. Thanks in advance!