Re: Error after rebooting
"Linuxant support (Jonathan)" <[email protected]>
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Organization | Linuxant Inc. |
| Message-ID | <[email protected]> |
Hi, this is strange that the 'hsfusbcd2' module is never found by the 'modprobe' tool since it is located in the right directory. Did you used the 'hsfconfig' script to install the kernel modules or you manually copied them in the '/lib/modules/2.4.20-8/extra' directory? If you copied them instead of using the script, which is not recommended, you will need to run the 'depmod' command in a root shell or else the 'modprobe' tool will not be able to find the module. The 'hsfusbcd2' module is only needed if you have a USB modem, if you do not have a USB modem, you can probably ignore these error messages generated by 'modprobe'. If you require more assistance, please send at [email protected] the output of 'dumpdiag'. Type the following in a root shell: --- hsfconfig --dumpdiag --- Just send us the generated file located in /tmp ('hsfdiag.txt'). It'll help us solve the problem. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Cedric Fontaine wrote: > Bonjour, > > I have the following error on RedHat 9 with a connexant modem > (installation made via cnxtinstall.run) > > Jan 27 14:54:17 easySoft modprobe: modprobe: Can't locate module hsfusbcd2 > Jan 27 14:54:17 easySoft modprobe: modprobe: Can't locate module char-major-240 > > # locate hsfusbcd2 > /usr/lib/hsfmodem/modules/binaries/linux-2.4.20-8/hsfusbcd2.o > /lib/modules/2.4.20-8/extra/hsfusbcd2.o > > Any idea ? >