Re: Installation problem HSF modem driver
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have attached an experimental patch to this post to solve this known issue on some 2.4 kernels. This patch can be installed with the 'hsfconfig --patch <file.patch>' command in a root shell. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Bujic Nikola wrote: > I have Slackware 10.1 installed, and US Robotics Conexant modem . I was > downloaded drivers from linuxant. Installation process was OK before I > typed hsfconfig, after that I got next on screen: > > /To complete the installation and configuration of your modem,/ > > /please run "hsfconfig" (or "/usr/sbin/hsfconfig")/ > > /bash-3.00# hsfconfig/ > > /Conexant HSF softmodem driver, version 7.47.00.01full/ > > / / > > /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.4.29 i686/ > > / / > > /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.4.29/build]/ > > / / > > /Building modules for kernel 2.4.29, using source directory/ > > //lib/modules/2.4.29/build. Please wait.../ > > /depmod: *** Unresolved symbols in /lib/modules/2.4.29/extra/hsfosspec.o/ > > /depmod: cpu_khz > / > > / > /Does anybody have some suggestions for solving this problem? > > Best regards > > > > _______________________________________________ > hsflinux mailing list > [email protected] > https://www.linuxant.com/mailman/listinfo/hsflinux _______________________________________________ hsflinux mailing list [email protected] https://www.linuxant.com/mailman/listinfo/hsflinux
hsf-7.47.00.01-cpu_khz.patch
(text/x-patch, 544 B)
diff -urN hsfmodem-7.47.00.01full/modules/osservices.c hsfmodem-7.47.00.01full-cpu_khz/modules/osservices.c
--- hsfmodem-7.47.00.01full/modules/osservices.c 2006-04-10 17:19:49.000000000 -0400
+++ hsfmodem-7.47.00.01full-cpu_khz/modules/osservices.c 2006-05-16 12:05:15.000000000 -0400
@@ -1170,7 +1170,10 @@
kfree(pTimer);
}
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
#define PROCFREQ_FROM_KERNEL
+#endif
+
//#define PROCFREQ_FROM_KERNEL_CONSTANT
#if !defined(PROCFREQ_FROM_KERNEL) || defined(PROCFREQ_FROM_KERNEL_CONSTANT)