Re: Problems with hsfconfig on 2.6.10
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Organization | Linuxant Inc. |
| Message-ID | <[email protected]> |
Hi, this is a known issue that will probably be fixed in the next release of the driver. Please try the patch attached to this post that should be applied on the TAR package 'hsfmodem-7.18.00.02full.tar.gz' source tree, it is likely to solve the problem. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] tony peach wrote: > I have been trying to build the latest hsfmodem tar package for my LFS system > (2.6.10). Things seem to compile fine until it tries to do the following (see > below) after which it just hangs. Any ideas? > ------------------------------------------------------------------------------------------------------------------------------------------------ > sed -e /^alias. > *hsfserial/d -e /^alias.*ttySHSF$/d -e /^options.*hsfserial/d -e /^install.*ttyS > HSF[ ?]/d -e /^install[ ?]*hsfserial/d -e /^remove[ ?]*hsfserial/d -e /^install[ > ?]*hsfosspec/d -e /^remove[ ?]*hsfosspec/d -e /^install[ ?]*hsfhw/d -e /^remove > [ ?]*hsfhw/d -e /^alias.*hsfosspec/d -e /^options.*hsfosspec/d -e /^alias.*hsfdi > ag/d -e /^alias.*hsfscr/d -e /^options.*hsfscr/d > ------------------------------------------------------------------------------------------------------------------------------------------------- > A dumpdiag can be provided if need be. > > Thanks. Nuke > > > -------------------------------------------------------------------------------- > Tired of spam and viruses? Get a VolcanoMail account with SpamShield Pro and > Anti-Virus technology! http://www.volcanomail.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > hsflinux mailing list > [email protected] > https://www.linuxant.com/mailman/listinfo/hsflinux _______________________________________________ hsflinux mailing list [email protected] https://www.linuxant.com/mailman/listinfo/hsflinux
hsfmodem-sed.patch
(text/x-patch, 437 B)
diff -urN hsfmodem-7.18.00.02full/scripts/cnxtconfig.in hsfmodem-7.18.00.02full-sed/scripts/cnxtconfig.in
--- hsfmodem-7.18.00.02full/scripts/cnxtconfig.in 2004-12-29 18:05:54.000000000 -0500
+++ hsfmodem-7.18.00.02full-sed/scripts/cnxtconfig.in 2005-02-04 10:39:24.776194648 -0500
@@ -1130,7 +1130,7 @@
f="$1"
shift
- if [ -d /etc/modprobe.d ]; then
+ if [ -d /etc/modprobe.d ] || [ -z "${modprobeconf}" ]; then
return
fi