LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-12-2003, 09:12 AM   #1
pradeep04575
LQ Newbie
 
Registered: May 2003
Location: India
Distribution: Red Hat 8.0
Posts: 3

Rep: Reputation: 0
Modem Blue


I am a newbie to Linux community and i have recently installed a RedHat Linux 8.0 on one of my machines. I have a dula boot machine and the other runs on windows me. My machine is p cele 1ghz, Asus tusi- m motherboard and 256 mb of ram. sis 630t vga card and one internal modem, HSP 56 Micro modem (not a software modem) PCI modem, one BTTV 868 based tv tuner card , and yamaha DXSG based sound card . I have no problems with all the other things other than, My modem and TV tuner card.

first the modem.
The modem used to hang up my mouse whenever i try to configure it. so by reading some books i came to understand that two different come ports are required so i disconnected my modem and mouse and placed my modeom in com port 1 and my mouse at come port 2 so my mouse stopped hanging.

i tryed to configure my modem now using the kppp setup module and the normal networking wizard. modem was detected and the other tthings done. but when i try to connect to the internet it shows intializing for alonmg time and no reply in the log window. i dont know what to do.
i did not install any driver or any thing as such in the linux machine and i am typeing this message from the windows part of mchine which works fine. please help me out as i am in need to scrap this windows me altogether.
 
Old 05-12-2003, 09:27 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# Configuring a pci modem
To configure a pci modem, open an x terminal and su - to the root account:
Code:
[phil@fancypiper phil]$ su -
Password: 
[root@fancypiper root]# cat /proc/pci
Look for your modem in the returned list. Look for something similar to mine:
Code:
  Bus  2, device   2, function  0:
    Communication controller: PCI device 151f:0000 (TOPIC SEMICONDUCTOR Corp) (rev 0).
      IRQ 5.
      I/O at 0xc400 [0xc407].
With this info, I use the setserial command:
Code:
[root@fancypiper root]# setserial /dev/ttyS2 irq 5 port 0xc400 uart 16550a
Then I test the modem with the internet connection wizard and it works. I edit /etc/rc.d/rc.local and enter the setserial command:
Code:
[root@fancypiper root]# pico -w /etc/rc.d/rc.local
My file for an example
Code:
#!/bin/sh
# Redhat /etc/rc.d/rc.local file
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
# configure modem
setserial /dev/ttyS2 irq 5 port 0xc400 uart 16550a
Now, it remains configured after a reboot.

# Modem and connection troubleshooting
Modem NHFs
Modem HOWTO
Conexant/Rockwell modem HOWTO
The kppp Handbook
Dial-up Networking Configuration Using KDE's Kppp
Troubleshooting ISP Connection Problems
Connecting to AOL with Linux

# Redhat links
RedHat Linux Manuals
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network

Last edited by fancypiper; 05-12-2003 at 09:30 AM.
 
Old 05-12-2003, 09:17 PM   #3
pradeep04575
LQ Newbie
 
Registered: May 2003
Location: India
Distribution: Red Hat 8.0
Posts: 3

Original Poster
Rep: Reputation: 0
thanx fancypiper i will check this out and let you know whether it worked or not.
 
Old 05-12-2003, 10:28 PM   #4
pradeep04575
LQ Newbie
 
Registered: May 2003
Location: India
Distribution: Red Hat 8.0
Posts: 3

Original Poster
Rep: Reputation: 0
i had tried this out but the result was as shown belo please help me out.


=========
[root@localhost root]# cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 48).
Master Capable. Latency=32.
Non-prefetchable 32 bit memory at 0xe8000000 [0xebffffff].
Bus 0, device 0, function 1:
IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 208).
Master Capable. Latency=16.
I/O at 0xd800 [0xd80f].
Bus 0, device 1, function 0:
ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 (rev 0).
Bus 0, device 1, function 2:
USB Controller: Silicon Integrated Systems [SiS] 7001 (rev 7).
IRQ 12.
Master Capable. Latency=32. Max Lat=80.
Non-prefetchable 32 bit memory at 0xe7800000 [0xe7800fff].
Bus 0, device 1, function 3:
USB Controller: Silicon Integrated Systems [SiS] 7001 (#2) (rev 7).
IRQ 12.
Master Capable. Latency=32. Max Lat=80.
Non-prefetchable 32 bit memory at 0xe7000000 [0xe7000fff].
Bus 0, device 2, function 0:
PCI bridge: Silicon Integrated Systems [SiS] 5591/5592 AGP (rev 0).
Master Capable. No bursts. Min Gnt=8.
Bus 0, device 13, function 0:
Modem: PCTel Inc HSP MicroModem 56 (rev 2).
IRQ 11.
I/O at 0x9800 [0x983f].
Bus 0, device 14, function 0:
Multimedia video controller: Brooktree Corporation Bt878 (rev 17).
IRQ 12.
Master Capable. Latency=32. Min Gnt=16.Max Lat=40.
Prefetchable 32 bit memory at 0xef800000 [0xef800fff].
Bus 0, device 14, function 1:
Multimedia controller: Brooktree Corporation Bt878 (rev 17).
IRQ 12.
Master Capable. Latency=32. Min Gnt=4.Max Lat=255.
Prefetchable 32 bit memory at 0xef000000 [0xef000fff].
Bus 0, device 15, function 0:
Multimedia audio controller: Yamaha Corporation YMF-724F [DS-1 Audio Control
ler] (rev 3).
IRQ 10.
Master Capable. Latency=32. Min Gnt=5.Max Lat=25.
Non-prefetchable 32 bit memory at 0xe5800000 [0xe5807fff].
Bus 1, device 0, function 0:
VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accel erator+3D (rev 33).
IRQ 11.
Prefetchable 32 bit memory at 0xf0000000 [0xf7ffffff].
Non-prefetchable 32 bit memory at 0xe6000000 [0xe601ffff].
I/O at 0xa800 [0xa87f].
[root@localhost root]# setserial /dev/ttys2 irq 11 port 0x9800 uart 16550a
/dev/ttys2: Input/output error
[root@localhost root]#
 
Old 05-12-2003, 10:39 PM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
This is your modem entry:
Bus 0, device 13, function 0:
Modem: PCTel Inc HSP MicroModem 56 (rev 2).
IRQ 11.
I/O at 0x9800 [0x983f].

This is your IRQ:

IRQ 11.

This your port:

0x9800

This is your setserial command using the info you got from your cat /proc/pci command:

setserial /dev/ttyS2 irq 11 port0x9800 uart 16550a

After issuing that command, can the internet connection wizard detect and connect to the internet? If so, place that command as I previously posted.
 
  


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
HELP, PLEASE ! blue screen siggns Linux - Software 2 10-20-2005 01:19 PM
blue screen on xp! j0hn_galt Fedora 2 08-14-2005 07:27 AM
little blue men ?? floppywhopper Linux - Security 3 10-10-2004 11:56 PM
Blue Coat? narcussist Linux - Distributions 3 05-25-2004 12:41 AM
Blue Screen unclegerry Linux - General 1 09-03-2003 12:41 PM

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

All times are GMT -5. The time now is 08:08 PM.

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