* Louis Dupree ([EMAIL PROTECTED]) [990726 16:43]:
> Still can not get my Linux PC to 'see' my modem. Is this the problem? I ran
> the command 'cat /proc/interrupts', and I got this list
> 0:     69914 timer
> 1:      1005 keyboard
> 2:         0 cascade
> 8:         1+ rtc
> 12:        0  PS/2 mouse
> 13:        0  math error
> 14:    105146+ide0
> 
> No IRQ for my com1(first comport).
> 
> I have RH 5.2 version 2.0.36
> How do I assign the IRQ 4 to the com1? Thank you

$ cat /proc/interrupts
           CPU0
  0:     436343          XT-PIC  timer
  1:      20700          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  9:     211695          XT-PIC  eth0, bttv
 11:       3456          XT-PIC  es1371
 12:      41546          XT-PIC  PS/2 Mouse
 13:          1          XT-PIC  fpu
 14:      21501          XT-PIC  ide0
 15:          9          XT-PIC  ide1
NMI:          0

Are you sure you need to? I'm sending this over my modem...
(Mine's external though...)

com1 should be /dev/ttyS0
Try talking to it using minicom.
su to root and then

rm /dev/modem          # This is just a symbolic link
ln -s /dev/ttyS0 /dev/modem
mincom

In minicom, type atdt012431453 and see if it dials...
If so, you don't need to fiddle with irqs. If you get no response, you may
well have to...

If you really want to play with your IRQs, serial ports etc, try
setserial (man setserial), but I have never needed to (external
modem).

Tom.
-- 
            .-------------------------------------------------------.
    .^.     | Tom Gilbert, England | [EMAIL PROTECTED] |
    /V\     |----------------------| www.tomgilbert.freeserve.co.uk |
   // \\    | Sites I recommend:   `--------------------------------|
  /(   )\   | www.freshmeat.net www.enlightenment.org www.gnome.org |
   ^^-^^    `-------------------------------------------------------'

Reply via email to