Re: Log

"Linuxant support (Jonathan)" <[email protected]>
Newsgroups gmane.linux.drivers.modem.hsf
Message-ID <[email protected]>
Hi,

the source of the build problem is the following error message:

---
/usr/lib/hsfmodem/modules/GPL/serial_cnxt.c:80:2: #error 
CONFIG_SERIAL_CORE needed; enable 8250/16550 and compatible serial 
support in kernel config
---

You should do what the error message tells you to do, after you have 
enabled the kernel option, you will also have to recompile the kernel 
and finally boot it.

Many of the warning message generated will probably be fixed in the next 
release of the driver as well.

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
[email protected]



Michele . wrote:
> Hi...
> 
> I am trying to install driver has weeks and I am not having success.  
> Please if somebody will have any idea on which is the problem, help me.
> 
> I have
> 
> slackware 10.2
> kernel version "linux-2.6.13.4"
> kernel source installed "/usr/src/linux-2.6.13.4 <http://2.6.13.4>"
> linked /lib/modules/2.6.13.4/build -> /usr/src/linux- 2.6.13.4 
> <http://2.6.13.4>
> 
> identify_system
> linux-i686(i686)-2.6.13.4-SMP Slackware-Slackware
> 
> //--------------------------------------------------------------------------------------------
> # hsfconfig
> Conexant HSF softmodem driver, version 7.18.00.07full
> 
> If you need license keys, assistance or more information, please go to:
>         http://www.linuxant.com/
> 
> When reporting a problem for the first time, please send
> us the file generated by "hsfconfig --dumpdiag".
> 
> No pre-built modules for: Slackware-Slackware linux-2.6.13.4 i686-SMP
> 
> Trying to automatically build the driver modules...
> (this requires a C compiler and proper kernel sources to be installed)
> 
> Where is the linux source build directory that matches your running kernel?
> [/lib/modules/2.6.13.4/build]
> 
> Building modules for kernel 2.6.13.4 <http://2.6.13.4>, using source 
> directory
> /lib/modules/2.6.13.4/build. Please wait...
> 
> ERROR: Module build failed!
> Please examine the log file "/tmp/hsfconfig-buildlog.txt" to determine why.
> 
> //-------------------------------------------------------------------------------------------
> 
>  
> 
> The los is:
> 
> Makefile:20: *** WARNING: Trying to compile kernel modules on a unknown 
> system while the installed hsf driver package is for i386, this is 
> likely to fail... ***
> (cd /lib/modules/2.6.13.4/build && make 
> "CNXT_KERNELSRC=/lib/modules/2.6.13.4/build" 
> "M=/usr/lib/hsfmodem/modules" "CC=gcc" clean)
> make[1]: Entering directory `/usr/src/linux-2.6.13.4 <http://2.6.13.4>'
> /usr/lib/hsfmodem/modules/Makefile:20: *** WARNING: Trying to compile 
> kernel modules on a unknown system while the installed hsf driver 
> package is for i386, this is likely to fail... ***
> make[1]: Leaving directory `/usr/src/linux-2.6.13.4 <http://2.6.13.4>'
> rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd 
> .tmp_versions .tmp_versions  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfosspec.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfserial.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfengine.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfpcibasic2.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfmc97ich.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfmc97via.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfmc97ali.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfmc97ati.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfmc97sis.mod  
> /lib/modules/2.6.13.4/build/.tmp_versions/hsfsoar.mod
> (cd /lib/modules/2.6.13.4/build && make 
> "CNXT_KERNELSRC=/lib/modules/2.6.13.4/build" 
> "M=/usr/lib/hsfmodem/modules" "CC=gcc" modules)
> make[1]: Entering directory `/usr/src/linux- 2.6.13.4 <http://2.6.13.4>'
> Makefile:485: .config: No such file or directory
> /usr/lib/hsfmodem/modules/Makefile:20: *** WARNING: Trying to compile 
> kernel modules on a unknown system while the installed hsf driver 
> package is for i386, this is likely to fail... ***
>   CC [M]  /usr/lib/hsfmodem/modules/mod_engine.o
>   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: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)
> In file included from /usr/lib/hsfmodem/modules/mod_mc97ali.c:32:
> /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)
>   CC [M]  /usr/lib/hsfmodem/modules/mod_mc97ati.o
> In file included from /usr/lib/hsfmodem/modules/mod_mc97ati.c:26:
> /usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_probe':
> /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)
> In file included from /usr/lib/hsfmodem/modules/mod_mc97ati.c:26:
> /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)
>   CC [M]  /usr/lib/hsfmodem/modules/mod_mc97ich.o
> In file included from /usr/lib/hsfmodem/modules/mod_mc97ich.c:37:
> /usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_probe':
> /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)
> In file included from /usr/lib/hsfmodem/modules/mod_mc97ich.c:37:
> /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)
>   CC [M]  /usr/lib/hsfmodem/modules/mod_mc97sis.o
> In file included from /usr/lib/hsfmodem/modules/mod_mc97sis.c:25:
> /usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_probe':
> /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)
> In file included from /usr/lib/hsfmodem/modules/mod_mc97sis.c:25:
> /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)
>   CC [M]  /usr/lib/hsfmodem/modules/mod_mc97via.o
> In file included from /usr/lib/hsfmodem/modules/mod_mc97via.c:25:
> /usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function `cnxthwpci_probe':
> /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)
> In file included from /usr/lib/hsfmodem/modules/mod_mc97via.c:25:
> /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)
>   CC [M]  /usr/lib/hsfmodem/modules/mod_osspec.o
>   CC [M]  /usr/lib/hsfmodem/modules/osservices.o
>   CC [M]  /usr/lib/hsfmodem/modules/osstdio.o
>   CC [M]  /usr/lib/hsfmodem/modules/osnvm.o
>   CC [M]  /usr/lib/hsfmodem/modules/osresour.o
>   CC [M]  /usr/lib/hsfmodem/modules/osstring.o
>   CC [M]  /usr/lib/hsfmodem/modules/osmemory.o
>   CC [M]  /usr/lib/hsfmodem/modules/osdiag.o
>   CC [M]  /usr/lib/hsfmodem/modules/osusb.o
>   CC [M]  /usr/lib/hsfmodem/modules/osfloat.o
>   CC [M]  /usr/lib/hsfmodem/modules/osdcp.o
>   CC [M]  /usr/lib/hsfmodem/modules/mod_pcibasic2.o
> In file included from /usr/lib/hsfmodem/modules/mod_pcibasic2.c:140:
> /usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function 
> `cnxthwpci_probe':
> /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)
> In file included from /usr/lib/hsfmodem/modules/mod_pcibasic2.c:140:
> /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)
>   CC [M]  /usr/lib/hsfmodem/modules/GPL/serial_cnxt.o
> /usr/lib/hsfmodem/modules/GPL/serial_cnxt.c:80:2: #error 
> CONFIG_SERIAL_CORE needed; enable 8250/16550 and compatible serial 
> support in kernel config
> /usr/lib/hsfmodem/modules/GPL/serial_cnxt.c: In function 
> `cnxthsf_cnxt_serial_add':
> /usr/lib/hsfmodem/modules/GPL/serial_cnxt.c:1175: warning: 
> `uart_register_port' is deprecated (declared at 
> include/linux/serial_core.h:364)
> /usr/lib/hsfmodem/modules/GPL/serial_cnxt.c: In function 
> `cnxthsf_cnxt_serial_remove':
> /usr/lib/hsfmodem/modules/GPL/serial_cnxt.c:1262: warning: 
> `uart_unregister_port' is deprecated (declared at 
> include/linux/serial_core.h:363)
> make[2]: *** [/usr/lib/hsfmodem/modules/GPL/serial_cnxt.o] Error 1
> make[1]: *** [_module_/usr/lib/hsfmodem/modules] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.13.4 <http://2.6.13.4>'
> make: *** [all] Error 2
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> hsflinux mailing list
> [email protected]
> https://www.linuxant.com/mailman/listinfo/hsflinux
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.