Hsp56 Micromodem

Hi, everyone

I have a linmodem HSP56 Micromodem but i can't install it on Linux Red Hat 7.2, the kernel is 2.4.7-10, i download the pctel-0.8.6 driver, i compile this driver and create the module pctel.o and ptserial.o, the modeule pctel is installed without ploblem, but the module ptserial show messages of error and i don't know so is.

The command lspci show this:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 620 Host (rev 02)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 (rev b3)
00:01.1 Class ff00: Silicon Integrated Systems [SiS] ACPI
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP
00:0f.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:0f.1 Communication controller: C-Media Electronics Inc CM8738 (rev 10)
00:10.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 10/100 Ethernet (rev 02)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 6306 3D-AGP (rev 2a)

I'm attachment the messages of command depmod -e for ptserial.o

Thanks to all, and excuse me for my english.

Natanael Herrera
Cali - Colombia

Output Command depmod -e ptserial.optserial.o:

# module id=string
# pci module vendor device subvendor subdevice class class_mask driver_data
ptserial.o 0x000011b0 0x00000001 0x000012c4 0x00000001 0x00000000 0x00000000 0x00000013
ptserial.o 0x000011b0 0x00000001 0x000012c4 0x00000002 0x00000000 0x00000000 0x00000012
ptserial.o 0x000011b0 0x00000001 0x000012c4 0x00000003 0x00000000 0x00000000 0x00000011
ptserial.o 0x000011b0 0x00000002 0x000012c4 0x00000001 0x00000000 0x00000000 0x00000013
0x00000000 0x00000000 0x00000000 0x00000025
ptserial.o 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x00070000 0x00ffff00 0x00000000
ptserial.o 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0x00070300 0x00ffff00 0x00000000
# isapnp module cardvendor carddevice driver_data vendor function ...
# usb module match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info
# module pattern

If you allready have the driver, Copy the pctel.o in /lib/modules//net.
and run /sbin/insmod pctel.o

This should load modem module and it should correctly recognize your modem. Else if that doesnt help
check out the kernel source docs: /usr/src/linux/Documentation. Also do check the webpage for HSP56 Micromodem on latest driver for linux.