LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Internet Connection 20 minute cut-off (https://www.linuxquestions.org/questions/slackware-14/internet-connection-20-minute-cut-off-283019/)

DaWallace 01-30-2005 06:37 PM

my modem worked in win98 but I switched to 2k and it didn't any more.. but i couldn't switch back for reasons of sanity.. I had two winmodems too... neither of them worked..

just remember.. if all else fails .. get a real modem..

win32sux 01-30-2005 06:45 PM

by "real modem" you mean one that's hardware-based, right??

linmith 01-31-2005 10:19 AM

sh-2.05b$ cat /proc/interrupts
CPU0
0: 40272 XT-PIC timer
1: 204 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 0 XT-PIC NVidia nForce2, usb-ohci
8: 1 XT-PIC rtc
10: 193509 XT-PIC usb-ohci
11: 0 XT-PIC ehci_hcd
12: 27945 XT-PIC PS/2 Mouse
14: 9971 XT-PIC ide0
NMI: 0
ERR: 0

I have tried the newer driver, but it didn't work either.:mad:

DaWallace 01-31-2005 10:55 AM

Quote:

Originally posted by win32sux
by "real modem" you mean one that's hardware-based, right??
it was in quotes the first time.. and whn people say that that's what they mean...

win32sux 02-02-2005 08:18 PM

Quote:

Originally posted by linmith
sh-2.05b$ cat /proc/interrupts
CPU0
0: 40272 XT-PIC timer
1: 204 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 0 XT-PIC NVidia nForce2, usb-ohci
8: 1 XT-PIC rtc
10: 193509 XT-PIC usb-ohci
11: 0 XT-PIC ehci_hcd
12: 27945 XT-PIC PS/2 Mouse
14: 9971 XT-PIC ide0
NMI: 0
ERR: 0

well, it would seem to me like the issue is IRQ 5 - i think...

what's the (properly functioning) IRQ layout in your windows look like??

i've done some more googling and saw plenty of issues with interrupts (on linux) on the nforce2 boards... seems like it wouldn't hurt to give the "noapic" kernel option a shot... you can put it in the "append" part in your bootloader... if it's lilo make sure to run "lilo" after editing lilo.conf, then reboot and see what happens... the line in question should look like this (of course you might have other options appended):
Code:

append="noapic"
you could also throw the anti-acpi option in there, although i'm not sure if you're using the bareacpi.i kernel or the bare.i one...
Code:

append="acpi=off noapic"
but i'd try with just the noapic option first...


Quote:

Originally posted by DaWallace
it was in quotes the first time.. and whn people say that that's what they mean...
yeah, i know... i was just making sure...

win32sux 02-03-2005 08:19 PM

how's it going with this, linmith?? ain't heard from you in a couple days...

Klaus Paiva 02-06-2005 06:05 AM

Same problem
 
Hello!

I am having the some problem with my modem dial-up connection. I am stay connected about 8 minutes and get disconnected, and in those 8 minutes, just the header section of any pages is loaded rightly.

Reading the answers in this topic, I have found that:

Quote:

/var/log/syslog
... stores the connection logs. win32sux said to search for "INPUT DROP".

Here lies my problem. This file doesn't have anything like this. My modem is an Intel 536ep V.92, maybe it's log files are stored in another address, but I don't know where too...

Someone has any idea?

Thank you!

DaneM 02-07-2005 01:54 AM

Hi, everybody.

I am also having this problem. Whenever I connect at around 50k, the connection will work great for a minute or two, and then just flatline. When I set it to 38kbps instead, I am able to connect reliably for as long as I want, but, of course, it's slow. I've tried using both KPPP and wvdial. I've tried different init strings, although there's no telling whether I've tried the "right" init string. The modem is a USR 5610B V.92 internal 56k. I'm very interested in finding the solution to this, as I've been dealing with it for quite some time now.

Thanks for your input.

--Dane


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