Deal all,
I have problem using modem driver of hsf conexant modem with 14.4 which is free distibution.Before this I use to run slackware linux 10 on 2.4.26 kernel.The modem work fine with that driver.Until recently I upgrade to kernel 2.6.9.The modem won't work, so I uninstall the previous and reinstall the driver: hsflinmodem-5.03.27.tar.gz when running kppp the modem won't detect at query modem.
This is my result of lspci and kernel version and hsf --dump:
lspci -v
02:03.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
Subsystem: Aztech System Ltd: Unknown device 8d86
Flags: bus master, medium devsel, latency 32, IRQ 19
Memory at feae0000 (32-bit, non-prefetchable) [size=64K]
I/O ports at b800 [size=8]
Capabilities: [40] Power Management version 2
root@darkstar:~# lspci -n
00:00.0 Class 0600: 8086:2570 (rev 02)
00:01.0 Class 0604: 8086:2571 (rev 02)
00:1d.0 Class 0c03: 8086:24d2 (rev 02)
00:1d.1 Class 0c03: 8086:24d4 (rev 02)
00:1d.2 Class 0c03: 8086:24d7 (rev 02)
00:1d.3 Class 0c03: 8086:24de (rev 02)
00:1d.7 Class 0c03: 8086:24dd (rev 02)
00:1e.0 Class 0604: 8086:244e (rev c2)
00:1f.0 Class 0601: 8086:24d0 (rev 02)
00:1f.1 Class 0101: 8086:24db (rev 02)
00:1f.2 Class 0101: 8086:24d1 (rev 02)
00:1f.3 Class 0c05: 8086:24d3 (rev 02)
01:00.0 Class 0300: 10de:0322 (rev a1)
02:01.0 Class 0c00: 1106:3044 (rev 43)
02:03.0 Class 0780: 14f1:2f00 (rev 01)
02:04.0 Class 0401: 1274:5880 (rev 02)
root@darkstar:~# uname -a
Linux darkstar 2.6.9 #1 SMP Sun Nov 7 02:01:32 AKST 2004 i686 unknown unknown GNU/Linux
Here is my hsf --dump in hsfdiag.txt:
+ modprobe -v hsfserial
FATAL: Module hsfserial not found.
+ lsmod
Module Size Used by
nvidia 3471804 -
intel_mch_agp 11664 -
snd_ens1371 23976 -
crc_ccitt 3328 -
+ date
Wed Nov 10 02:45:20 AKST 2004
+ /usr/sbin/hsfconfig --info
Linux HSF softmodem drivers, version 5.03.27lnxtbeta03042700
WARNING: this is an EXPERIMENTAL BETA VERSION of the HSF drivers for Linux.
USE AT YOUR OWN RISK! See the file /usr/lib/hsf/LICENSE for details.
Conexant Systems neither distributes nor maintains this package.
PLEASE DO NOT CONTACT CONEXANT REGARDING THIS SOFTWARE!!!
If you require assistance or need more information, go to:
http://www.linuxant.com/drivers
When reporting a problem for the first time, please send
us the file generated by "hsfconfig --dumpdiag".
grep: /proc/ksyms: No such file or directory
/usr/sbin/hsfconfig: line 1265: [: too many arguments
Current HSF configuration:
Country name: "MALAYSIA", T.35 code: 006C
PCI Modem vendor-id: 14F1, device-id: 2F00
Driver inf filename: /etc/hsf/inf/linux_hsfi.inf
+ identify_system
grep: /proc/ksyms: No such file or directory
/usr/sbin/hsfconfig: line 1265: [: too many arguments
linux-i686(i686)-2.6.9-SMP Slackware-Slackware
I try rm -f /dev/modem and ln -s ttySHSF0 /dev/modem
Thank u