LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-13-2003, 09:28 AM   #1
rompel
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
modem problems...


hello,

(sorry for my bad english.)
i have a sony vaio PCG-GRX616MP laptop and i am trying to install my modem on a debian (knoppix) linux system (version 2.4.19-xfs). my modem is the Conextant-Ambit SoftK56 Data,Fax ICH Modem 8086:2486

but all i do ... the modem does not work. i read the articles in this forum and found many persons, who habe the same problem as i. but no tip worked.

i did the following steps:
at first i downloaded the hsflinmodem-5.03.27lnxbeta03042700.tar driver from the homepage www.linuxant.com (HSF (softmodem) driver)

then i installed the driver with 'make install' and then with 'hsfconfig'. after that i changed the county to GERMANY with 'hsfconfig --country'.

then i started 'modconf'.
i changed into 'misc' and loaded the module 'hsfengine'.
then i loaded the module 'hsfserial'.

after that the following lines are written in /var/log/syslog: May 10 19:02:48 laptop insmod: Warning: loading /lib/modules/2.4.19-xfs/misc/hsfich.o will taint the kernel: non-GPL license - Copyright (C) 1996-2001 Conexant Systems Inc. All Rights Reserved.
May 10 19:02:48 laptop insmod: See http://www.tux.org/lkml/#export-tainted for information about tainted modules
May 10 19:02:48 laptop insmod: Module hsfich loaded, with warnings May 10 19:02:49 laptop kernel: PCI: No IRQ known for interrupt pin B of device 00:1f.6. Please try using pci=biosirq. May 10 19:02:49 laptop kernel: PCI: Setting latency timer of device 00:1f.6 to 64 May 10 19:02:49 laptop kernel: LinuxHookInterrupt: request for IRQ 0 failed May 10 19:02:49 laptop kernel: hsf_request_port: open failed

then i run a few commands:

root@laptop:~# lspci
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 04) 00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 04) 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02) 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02) 00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02) 00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42) 00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02) 00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02) 00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02) 00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02) 00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02) 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW 02:05.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a 02:05.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a 02:05.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller 02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) Chipset Ethernet Controller (rev 42)


root@laptop:~# lsmod
Module Size Used by Tainted: P
hsfich 95340 0 (autoclean)
hsfserial 22484 0 (unused)
hsfengine 869324 0 [hsfserial]
hsfosspec 22204 0 [hsfich hsfserial hsfengine]
lvm-mod 60768 0 (autoclean)
ds 6472 4
rtc 6908 0
apm 9644 1
yenta_socket 8704 2
pcmcia_core 37536 0 [ds yenta_socket]
usb-uhci 21612 0 (unused)
usbmouse 1752 0 (unused)
hid 19172 0 (unused)
usbcore 56736 1 [usb-uhci usbmouse hid]
mousedev 3832 1
input 3200 0 [usbmouse hid mousedev]
serial 51908 0
i810_rng 2660 0 (unused)
...

i could find the follwing lines in /etc/modules.conf
### update-modules: start processing /etc/modutils/hsf
alias /dev/ttySHSF0 hsfserial
alias char-major-240 hsfserial
alias /dev/ttyCUA* hsfserial
alias char-major-241 hsfserial
alias /dev/modem hsfserial
options hsfserial serialmajor=240 calloutmajor=241

### update-modules: end processing /etc/modutils/hsf

the link /dev/modem is there and the file ttySHSF0, too: root@laptop:/dev# ls -l ttyS*
crw-rw-rw- 1 root dialout 4, 64 May 10 18:11 ttyS0
crw-rw-rw- 1 root dialout 4, 65 May 14 2002 ttyS1
crw-rw-rw- 1 root dialout 4, 66 Apr 15 2001 ttyS2
crw-rw-rw- 1 root dialout 4, 67 Apr 15 2001 ttyS3
crw-rw-rw- 1 root root 240, 64 May 10 17:56 ttySHSF0

now i configured the ppp conection 'provider' with pppconfig
In pppconfig i used the link /dev/modem

after running 'pon' the following lines are written in /var/log/syslog May 10 19:14:00 laptop kernel: CSLIP: code copyright 1989 Regents of the University of California May 10 19:14:00 laptop kernel: PPP generic driver version 2.4.2 May 10 19:14:00 laptop pppd[2543]: pppd 2.4.1 started by root, uid 0 May 10 19:14:01 laptop chat[2544]: Can't get terminal parameters: Input/output error May 10 19:14:01 laptop pppd[2543]: Connect script failed May 10 19:14:02 laptop pppd[2543]: Exit.

now i read in an article, that i should try the boot command 'pci=biosirq' on the lili promt. but that did not work. still the same problems.

then i tried the boot command 'pci=acpi'. still the same problems.

here is my lili.conf (without the two boot commands): boot=/dev/hda3 vga=791 prompt timeout=50 append = "hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi apm=power-off noapic"

image=/boot/vmlinuz-2.4.19-xfs
label=knoppix
root=/dev/hda3
read-only


#other=/dev/hda1
# label=freedos
# table=/dev/hda

here the data from the modem with the listmodem programm:
Build Number : 2600

=====================================================================
= RESULT OF MODEM QUERY =
=====================================================================
NUMBER OF MODEMS FOUND = 1

MODEM #1:
PCI CONFIGURATION INFORMATION READ:
VENDOR ID : 8086
DEVICE ID : 2486
SUBVENDOR ID : 104D
SUBDEVICE ID : 80FA
REVISION ID : 02

DEDUCED INFORMATION:
VENDOR NAME : UNKNOWN
DEVICE NAME : UNKNOWN
SUBVENDOR NAME : UNKNOWN
MODEM TYPE : HSF
WINXP INBUILD SUPPORT : NO


what can i do to solve these problems? what can i do to bring the modem installed correctly? can anyone help me ?

thanks !
_________________
Uli
 
Old 07-25-2003, 01:40 AM   #2
windus
LQ Newbie
 
Registered: Jul 2003
Posts: 18

Rep: Reputation: 0
Oh.. I have similar problem with u... T.T I didn't solve that Problem yet... Did u??
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
modem problems yenko SUSE / openSUSE 3 02-25-2005 02:47 PM
Ethernet Adsl Modem Driver Problems And Install Problems... akhilnair Linux - Hardware 12 11-28-2004 08:19 AM
Am I having modem problems or PCI problems?? cdavidson Linux - Hardware 4 01-12-2004 02:55 PM
modem problems on slack 8.1 "sorry the modem is busy" monki Slackware 28 11-22-2002 07:58 PM
Modem Problems aqoliveira Linux - Hardware 5 09-05-2002 04:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration