[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:It's never easy, is it?
From : klug>klug-request
To : adam
Subject : It's never easy, is it?
Date : 08/02/99 10:13
>So, I switch IRQ's. That fixed the mouse lock up. Only now, I haven't been
>able to establish a connection fast or stable enough to download the
>fetchmail rpm (what is it, 61K?) let alone a 13MB tar ball! It has been
>suggested that my telephone line is to blame. I wonder if switching the IRQ
>created other conflicts.
>My Current setup is cua4, IRQ4. My modem only appears to allow IRQs 3 & 4 on
>cua4.
Don't you just love crappy PC hardware sometimes. When you switched IRQ's
did you move the modem or the mouse to a diffrent IRQ. COM1=irq4 and
COM2=irq3 in case you didn't know. When you boot what serial ports does
Linux find. (dmesg | grep tty). Also take a look at "cat /proc/interrupts"
to see what irq's linux thinks is assigned to what. You may have to use the
setserial utility to slide the irq assignments arround.~
So setting up ppp wasn't hard? What method did you use?