I was hoping someone could help me get my winmodem to work. I am using Yoper and kernel 2.6.13. I downloaded the latest hsf driver from linuxant. When I did make install there were no problems, but when I ran hsfconfig I got the following error:
ERROR: Module build failed!
Please examine the log file "/tmp/hsfconfig-buildlog.txt" to determine why.
Here are the contents of hsfconfig-buildlog.txt:
Quote:
(cd /lib/modules/2.6.13/build && make "CNXT_KERNELSRC=/lib/modules/2.6.13/build" "M=/usr/lib/hsfmodem/modules" clean)
make[1]: Entering directory `/usr/src/linux-2.6.13'
make[1]: Leaving directory `/usr/src/linux-2.6.13'
rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions /lib/modules/2.6.13/build/.tmp_versions/hsfosspec.mod /lib/modules/2.6.13/build/.tmp_versions/hsfserial.mod /lib/modules/2.6.13/build/.tmp_versions/hsfengine.mod /lib/modules/2.6.13/build/.tmp_versions/hsfpcibasic2.mod /lib/modules/2.6.13/build/.tmp_versions/hsfmc97ich.mod /lib/modules/2.6.13/build/.tmp_versions/hsfmc97via.mod /lib/modules/2.6.13/build/.tmp_versions/hsfmc97ali.mod /lib/modules/2.6.13/build/.tmp_versions/hsfmc97ati.mod /lib/modules/2.6.13/build/.tmp_versions/hsfmc97sis.mod /lib/modules/2.6.13/build/.tmp_versions/hsfsoar.mod
(cd /lib/modules/2.6.13/build && make "CNXT_KERNELSRC=/lib/modules/2.6.13/build" "M=/usr/lib/hsfmodem/modules" modules)
make[1]: Entering directory `/usr/src/linux-2.6.13'
CC [M] /usr/lib/hsfmodem/modules/mod_engine.o
/usr/lib/hsfmodem/modules/mod_engine.c:19: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:19: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:19: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:20: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:20: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:20: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:21: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:21: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:21: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:22: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:22: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:22: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:23: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:23: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:23: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:24: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:24: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:24: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:25: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:25: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:25: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:26: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:26: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:26: warning: data definition has no type or storage class
/usr/lib/hsfmodem/modules/mod_engine.c:27: warning: type defaults to `int' in declaration of `EXPORT_SYMBOL_NOVERS'
/usr/lib/hsfmodem/modules/mod_engine.c:27: warning: parameter names (without types) in function declaration
/usr/lib/hsfmodem/modules/mod_engine.c:27: warning: data definition has no type or storage class
CC [M] /usr/lib/hsfmodem/modules/mod_mc97ali.o
In file included from /usr/lib/hsfmodem/modules/mod_mc97ali.c:32:
/usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_probe':
/usr/lib/hsfmodem/modules/cnxthwpci_common.c:38: error: structure has no member named `slot_name'
/usr/lib/hsfmodem/modules/cnxthwpci_common.c:57: error: structure has no member named `slot_name'
/usr/lib/hsfmodem/modules/cnxthwpci_common.c:86: warning: `pm_register' is deprecated (declared at include/linux/pm.h:107)
/usr/lib/hsfmodem/modules/cnxthwpci_common.c:137: warning: `pm_unregister' is deprecated (declared at include/linux/pm.h:112)
/usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_remove':
/usr/lib/hsfmodem/modules/cnxthwpci_common.c:160: warning: `pm_unregister' is deprecated (declared at include/linux/pm.h:112)
/usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_init':
/usr/lib/hsfmodem/modules/cnxthwpci_common.c:195: error: structure has no member named `slot_name'
make[2]: *** [/usr/lib/hsfmodem/modules/mod_mc97ali.o] Error 1
make[1]: *** [_module_/usr/lib/hsfmodem/modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.13'
make: *** [all] Error 2
|
If anyone could tell me how to get my modem driver to work that would be great. Or maybe if anyone knows another driver that will work with this modem that would be great too.