[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [rhn-users] US_Robotics internal modem.



do a  less /proc/pci    q  to quit
look for the US Robotic device
look a line or two after and it will tell you the I/O address it is connected to like:
      I/O at 0xcc00 [0xccff].
      I/O at 0xd000 [0xd003].
      I/O at 0xd400 [0xd403].

take the first port < 0xcc00 >

then do:
setserial  /dev/ttyS0
setserial  /dev/ttyS1
setserial  /dev/ttyS2
setserial  /dev/ttyS3
<------ assuming this whill give 0xcc00
setserial  /dev/ttyS4


the output will tell you which port every ttyS  is using.
The one corresponding to the 0xcc00 or whatever you found in  /proc/pci  is the port the USR is using.

Then   minicom -s  select the [set the port....]  select [A] to change the port, and it will show you something
like /dev/modem change it to /dev/ttyS3.   [return] [return] after the select [A]
to go back to the original screen of minicom.

Select exit and you will get to the minicom screen.

Do a at&v to see all the setting of  you modem

**************************************
I do not have a modem in my machine so I took another device but the example will be something like below
**************************************
less /proc/pci

  Bus  0, device   7, function  5:
    Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 80).
      IRQ 11.
      I/O at 0xcc00 [0xccff].
      I/O at 0xd000 [0xd003].
      I/O at 0xd400 [0xd403].
**************************************

[root micronator root]# setserial /dev/ttyS0
/dev/ttyS0, UART: 16550A, Port: 0x03f8, IRQ: 4

[root micronator root]# setserial /dev/ttyS1
/dev/ttyS1, UART: 16550A, Port: 0x02f8, IRQ: 3

[root micronator root]# setserial /dev/ttyS2
/dev/ttyS2, UART: unknown, Port: 0x03e8, IRQ: 4

[root micronator root]# setserial /dev/ttyS3   <---------  so for example let say it is </dev/ttyS3>
/dev/ttyS3, UART: unknown, Port: 0xcc00, IRQ: 3
**************************************
minicom -s

            ??????[configuration]???????
            ? Filenames and paths      ?
            ? File transfer protocols  ?
            ? Serial port setup        ?
            ? Modem and dialing        ?
            ? Screen and keyboard      ?
            ? Save setup as dfl        ?
            ? Save setup as..          ?
            ? Exit                     ?
            ? Exit from Minicom        ?
            ????????????????????????????




    ?????????????????????????????????????????????????????????????????????????
    ? A -    Serial Device      : /dev/ttyS3                                ?
    ? B - Lockfile Location     : /var/lock                                 ?
    ? C -   Callin Program      :                                           ?
    ? D -  Callout Program      :                                           ?
    ? E -    Bps/Par/Bits       : 38400 8N1                                 ?
    ? F - Hardware Flow Control : Yes                                       ?
    ? G - Software Flow Control : No                                        ?
    ?                                                                       ?
    ?    Change which setting?   A                                           ?
    ?????????????????????????????????????????????????????????????????????????
            ? Screen and keyboard      ?
            ? Save setup as dfl        ?
            ? Save setup as..          ?
            ? Exit                     ?
            ? Exit from Minicom        ?
            ????????????????????????????
**************************************

Welcome to minicom 2.00.0

OPTIONS: History Buffer, F-key Macros, Search History Buffer, I18n
Compiled on Feb 26 2002, 09:38:06.

Press CTRL-A Z for help on special keys


at
OK
at&v



to exit it is:  [control-z] [x] [yes]
**************************************

Sorry if it long but it will be fun for you  to discover and play with all that

Michel-Andre
**************************************
**************************************


Bob Shaw wrote:
try /dev/ttyS0 using minicom, see if it says OK. If so, that's it, otherwise
try:
/dev/ttyS1 using minicom, see if it says OK. If so, that's it, otherwise
try:
/dev/ttyS2 using minicom, see if it says OK. If so, that's it, otherwise
try:
/dev/ttyS3 using minicom, see if it says OK. If so, that's it, otherwise
try:

... do you see a pattern here?

----- Original Message ----- 
From: "Martyn Pavey Marlin2000 co uk" <martyn pavey marlin2000 co uk>
To: <rhn-users redhat com>
Sent: Friday, July 25, 2003 2:41 PM
Subject: [rhn-users] US_Robotics internal modem.


Please be kind to a newbie to RH9 and linux in general. I am learning fast
but have hit a snag

I have an up2date version of RH9 running on an intel 686 platofrm.
I am trying to get a US_Robotics PCI internal modem to work. It is
recognised at boot time as the correct type but how do I find out what ttySX
serial port has been assigned to it?
I have tried to second guess the installation using minicom but cannot
locate the modem.
Do I need to do any post boot config to assign a serial port id?
Are there any programs I can run to scan for the ports?

basically HELP,(sorry to shout but its driving me nuts)

Thans
Martyn


_______________________________________________
rhn-users mailing list
rhn-users redhat com
https://www.redhat.com/mailman/listinfo/rhn-users

  


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]