You are not logged in.

#1 2004-02-09 19:10:19

skparkes
Member
Registered: 2003-12-11
Posts: 52

Network Connection Dying.

I am having a very annoying problem.  My network connection only lasts a few minutes, and then it justs stops.  I realize I may not be looking in the right places for the answer, so I would be glad to follow any suggestions or provide any additional info anyone might want.

I recently did a major upgrade on a lot of my hardware.  I bought a new NForce 3 motherboards and a Athlon 64 3000+ cpu.  I kept most everything else except for the ram.  Since this is a NForce 3 board, and I didn't feel like patching the 2.4 kernels, I am running the 2.6 series.  This same problem has come up in 2.6.1 and 2.6.2.

Neither of my onboard NICs are supported by a kernel module, so I have loaded in a PCI ethernet card.  The first one was a netgear that needed the natsemi module.  I added natsemi to my rc.conf and have dhcp enabled.  It all boots up fine and connects just fine too.  After a few minutes, the connection stops though.  I threw in a realtek 8139 PCI card which uses a different module and I got the same results.  I am sure the PCI cards are fine, they have been tested in another computer, and under windows in the same PC that linux won't work on.

I haven't been able to sync pacman for awhile because my connection keeps dying in the middle of downloading.

Does anyone have any suggestions?  Are there any particular logs I should look at?

Thanks,

Isamoor

Offline

#2 2004-02-10 09:39:26

andy
Member
From: Germany
Registered: 2002-10-11
Posts: 374

Re: Network Connection Dying.

What happens if you use a static IP instead of DHCP ?

Offline

#3 2004-02-10 13:34:36

skparkes
Member
Registered: 2003-12-11
Posts: 52

Re: Network Connection Dying.

Good question, I shall try to find out.

Thanks,

Isamoor

Offline

#4 2004-02-17 18:29:43

skparkes
Member
Registered: 2003-12-11
Posts: 52

Re: Network Connection Dying.

Well, I have eliminated faulty hardware as the cause.  Also, I've run other linux distros on the same computer and they've worked just fine.  So now it's down to one of the packages I'm using in Arch or the way one of them is configured.

The most annoying part is that I can't update my system because the connection keeps dying before pacman -Syu can finish.

Thanks for the help.

Missing arch bunches!

Isamoor

Offline

#5 2004-02-17 21:45:37

andy
Member
From: Germany
Registered: 2002-10-11
Posts: 374

Re: Network Connection Dying.

Well, from here on it's pretty much guessing. Turning off ACPI is always worth a try - as a kernel parameter and/or in the BIOS.

Also, turning off as  much as possible in the BIOS that is not needed (especially the stuff coming from the NForce3 chipset).

As I said - just guessing ;-)

Offline

#6 2004-02-17 23:54:57

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Network Connection Dying.

what says

 ifconfig -v

before and after stop of working?

any info from

dmesg

(errors about interupts or so?)


The impossible missions are the only ones which succeed.

Offline

#7 2004-02-18 14:30:48

skparkes
Member
Registered: 2003-12-11
Posts: 52

Re: Network Connection Dying.

Well, what do you know?  The noapic option seems to have fixed it.  Seems like that apci crap is good for all of nothing.  Now I'm spending some time trying to get everything else back up and going.  I've let the system go to shit in the last month.

Is there anyway, short of not compiling apci support into the kernel, that I can make it boot with noapic everytime?  I'm still running lilo since grub is giving me fits.  Can I squeeze it in lilo.conf anywhere?

Thank you very much for all your help.

Isamoor

Offline

#8 2004-02-18 14:42:56

robot5x
Member
Registered: 2004-01-26
Posts: 266

Re: Network Connection Dying.

You can manage acpi at boot-time with append in lilo.conf...
append = "acpi=off"
Should do it.

Offline

#9 2004-02-18 16:20:28

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Network Connection Dying.

apic and acpi are two different things.  ACPI is a power management system.  APIC is something usually used for SMP systems, but added to some single cpu machines (can't tell you exactly what it does).  The default kernel has it enabled, and doing an append line (or adding to an existing) should fix it.

Don't make it acpi=off though; acpi isn't your problem.  Make it exactly the thing you typed in when you first booted (noapic).

I just wanted to make sure that you knew the difference between acpi and apic.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#10 2004-02-18 16:35:12

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,893
Website

Re: Network Connection Dying.

Advanced Programmable Interrupt Controller....

Like sounds good....but no idea what it does (SMP)

Mr Green

sorry must not confuse issue.....


Mr Green

Offline

#11 2004-02-18 16:40:33

robot5x
Member
Registered: 2004-01-26
Posts: 266

Re: Network Connection Dying.

Sorry - I misread the earlier post. First it's apic, then apci...my eyes are getting blurry.

Offline

#12 2004-02-18 19:43:08

skparkes
Member
Registered: 2003-12-11
Posts: 52

Re: Network Connection Dying.

Yea, I just assumed apci and apic were the same thing.  Kinda like center and centre, just some bloke with another language programing it.

Well actually, I need to make sure it was apic that was giving me fits.  I actually upgraded my kernel too, and I noticed 2.6.3 had many fixes for network modules.

Thanks for the ammend line, lilo's man page is way too convoluted, and lilo.conf's man page is way too simplistic.  Do you really think the same person wrote both?

Thanks,

Isamoor

Offline

Board footer

Powered by FluxBB