PCBUILD Archives

Personal Computer Hardware discussion List

PCBUILD@LISTSERV.ICORS.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Steve Collins <[log in to unmask]>
Reply To:
PCBUILD - Personal Computer Hardware discussion List <[log in to unmask]>
Date:
Thu, 10 Apr 2003 01:01:47 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
1. Find the pci file from path /proc, then use vi editor to find the vender
ID and the I/O-address, IRQ-number that Linux assigns to the modem.

For example : cd /proc
vi pci
--------------------------------
Vendor id=151f. Device id=0.
Medium devsel. IRQ=5.
I/O at 0xe400 [0xe401].
-------------------------------
(Then type q to quit vi)

2. Under path /dev, type setserial <tty-number> uart <uart number> irq
<IRQ-number> port <I/O-address> autoconfig

For example: setserial ttyS0 uart 16550A irq 4 port 0xe400 autoconfig

3. Under path /dev, firstly, remove the default settings that the modem may
be linked to, and then link the modem to the tty that you assign on step 2.

For example: rm modem
1n -s ttyS2 modem

4. Now, you can use kppp to set up the connection and test the modem.

        Regards,
        Steve Collins
        AlternateRealities - High Performance Networks and Computers
        Phone: (819)669-8885
        Fax:   (819)669-8887
        e-mail: [log in to unmask]
        URL: http://www.AlternateRealities.ca 

            Do you want to signoff PCBUILD or just change to
                    Digest mode - visit our web site:
                   http://freepctech.com/pcbuild.shtml

ATOM RSS1 RSS2