[hsflinux] hsf modem works now.. but very interesting

Linuxant support (Jonathan) support at linuxant.com
Thu Dec 2 13:26:24 EST 2004


Hi,

it is quite possible that the delay while running the 'make install' 
command is the time needed to parse .INF files to generate the contents 
of the '/etc/hsfmodem/nvm' directory.

For the problem you had under Debian that you had unresolved symbols in 
multiple HSF modules, the development team did investigate and found the 
source of the problem. To fix it, please edit the file 
'/usr/lib/hsfmodem/modules/mod_soar.c' and at the end of this file, 
please add the following lines :

---
static int __init hsfsoar_init(void) { return 0; }
static void __exit hsfsoar_exit(void) {}

module_init(hsfsoar_init);
module_exit(hsfsoar_exit);
---

After that, please recompile the HSF modules with the 'hsfconfig 
--kernel' command in a root shell.

This fix will be included in the next release of the HSF driver.

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
support at linuxant.com


Cooldude wrote:
> hi,
> i could not get the hsfmodem to install properly till now. so i
> formatted my gentoo 2004.3 system, and installed slackware 10 and now
> the driver works ..
> some changes are
> now in slackware i am running the 2.4.26 kernel..
> and after i did make install inside the root sirectory i saw more code
> compile in gentoo in about 3-4 seconds the compiling would stop after
> make install command and here i saw much more and did take more time
> about 5 seconds more.. so my question is .. was there some error in
> the make install command
> ?
> p.s jonathan even after upgrading to module-init-tools 3.1 i got the
> same srror..
> also could there have been some errors in the make.conf in my gentoo
> config.. some cflags or something like that. i will most probably try
> to install gentoo again and try.,. till then if anyone finds any hints
> to this error feel free to posty and jonathan and guys.., waiting for
> ur reply..
> thanks,
> onkars
> _______________________________________________
> hsflinux mailing list
> hsflinux at lists.linuxant.com
> https://www.linuxant.com/mailman/listinfo/hsflinux


More information about the hsflinux mailing list