Re: Is this modem supported? Kernel issues.
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Message-ID | <[email protected]> |
Hi, your modem with PCI ID 1002:4378 is actually an AC97 bus to which a modem is connected. This modem could be provided by various manufacturers and only Conexant is supported by our HSF modem driver. The source of the problem is likely: --- hsfserial: falsely claims to have parameter calloutmajor --- We have not yet tester our products on Rawhide but a few users have reported the same problem on SuSE 10.0. The problem was that the 'modprobe' tool was using the '/etc/modules.conf' configuration file instead of using the '/etc/modprobe.conf' file (or a similar file). If could could try to remove the '/etc/modules.conf' file from your system and then run the following commands in a root shell: --- depmod hsfconfig --info --- Finally, the following error messages: --- hsfmc97ati: Unknown symbol pm_register hsfmc97ati: Unknown symbol pm_unregister --- is new to us. It is possible that these functions were removed in a kernel later than 2.6.15-rc1 (even if the kernel is named 2.6.14-1.1740_FC5, is is quite possible that the core of the kernel is based on 2.6.15-rcX). Our developers are currently taking a look at this problem and it is quite possible that it will be fixed in the next release of the HSF modem driver. Finally, please note that even if you fix all the problems mentioned above, your system is likely to crash when inserting the HSF modem driver modules into the kernel. This is a known problem with version 7.18.00.07full (x86_64 only) of the HSF modem driver and a kernel 2.6.11 or later. This problem will be fixed in the next release of the driver and the only known workaround is to use a 2.6.10 or previous kernel. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Orion Poplawski wrote: > Trying with Fedora Rawhide x86_64 kernel 2.6.14-1.1740_FC5 > > Device: > > 00:14.6 Class 0703: 1002:4378 (rev 01) > Subsystem: 103c:3085 > Flags: 66Mhz, slow devsel, IRQ 209 > Memory at b0003800 (32-bit, non-prefetchable) [size=256] > Capabilities: [40] Message Signalled Interrupts: 64bit- > Queue=0/0 Enable- > > 00:14.6 Modem: ATI Technologies Inc: Unknown device 4378 (rev 01) > (prog-if 00 [Generic]) > Subsystem: Hewlett-Packard Company: Unknown device 3085 > Flags: 66Mhz, slow devsel, IRQ 209 > Memory at b0003800 (32-bit, non-prefetchable) [size=256] > Capabilities: [40] Message Signalled Interrupts: 64bit- > Queue=0/0 Enable- > > When loading modules, I get: > > hsfserial: falsely claims to have parameter calloutmajor > hsfmc97ati: Unknown symbol cnxthsf_cnxt_serial_add > hsfmc97ati: Unknown symbol cnxthsf_cnxt_serial_remove > hsfmc97ati: Unknown symbol pm_register > hsfmc97ati: Unknown symbol pm_unregister > >