LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-28-2010, 09:04 AM   #1
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
Network connections drop after login


Fresh install of Mandriva, all packages updated to their states as of 2pm GMT. Just in case it helps.

I've got a direct wired connection on eth0 to the network's router. On login, one of two situations happen, apparantly randomly decided.

In one case, it reports the network connection as up, then after a few minutes, it still reports as up, but all network and internet apps (EG dropbox, firefox) insist the network connection is down. Attemtping to disable and re-enable the connection causes system lockup.

In the second case, it reports the network connection is down. It can be manually raised, but after that, it's exactly the same as the first case.

In addition, it seems to have trouble deciding which is eth0 and which is eth1, as a few times, it connects to the router using eth1 instead of eth0, yet the only network cable connected goes to what has always previously been eth0. This may or may not be related.
 
Old 01-30-2010, 07:27 AM   #2
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
You are talking about Mandriva 2010 right?
I've not seen this problem before. But I'd suggest first turning off IPv6 to see if that helps. You can do this from Network Center > Advanced Options. A reboot is required to take effect.
 
Old 01-30-2010, 08:18 AM   #3
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Original Poster
Rep: Reputation: 41
Thanks, that seems to have worked - so far.
But, I still have to bring eth1 up manually on login, and multiple people use this computer - I'm the only one with the root password to allow for it to be brought up, since the setting 'allow users to manage this connection' always becomes unchecked, no matter how many times I check it.
 
Old 01-30-2010, 09:08 AM   #4
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Original Poster
Rep: Reputation: 41
Update:
It still drops after several minutes.
It doesn't lock up when manually trying to re-establish a connection, but it still can't actually re-connect.
 
Old 01-30-2010, 07:08 PM   #5
ongte
Member
 
Registered: Jun 2009
Location: Penang, Malaysia
Distribution: Mageia, CentOS, Ubuntu
Posts: 468

Rep: Reputation: 72
The eth0 & eth1 you mentioned, they are both wired Ethernet cards?
Could be something to do with the module you're using.
Can you post the output of lspci -v, ifconfig -a & lsmod.

Also you can use a udev rule to fix the eth names so that they stay consistent.
for Mandriva, it can be done inside this file /etc/udev/rules.d/70-persistent-net.rules
 
Old 01-31-2010, 02:09 PM   #6
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Original Poster
Rep: Reputation: 41
They both are wired ethernet, yes. For the moment, they appear to have stopped switching around.

I retrieved these outputs of the three commands, run as root, on the Mandriva box:
Code:
[root@klingon isaac]# lspci -v
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 03)
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 32
	Memory at d8000000 (32-bit, non-prefetchable) [size=128M]
	Capabilities: [a0] AGP version 3.1
	Capabilities: [d0] HyperTransport: Slave or Primary Interface
	Capabilities: [f0] HyperTransport: Interrupt Discovery and Configuration
	Kernel driver in use: agpgart-amd64

00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202 (prog-if 00 [Normal decode])
	Flags: bus master, 66MHz, medium devsel, latency 99
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	Memory behind bridge: e8000000-e9ffffff
	Prefetchable memory behind bridge: e0000000-e7ffffff
	Kernel modules: shpchp

00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO] (rev 36)
	Flags: bus master, medium devsel, latency 0

00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01) (prog-if 80 [Master])
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 128
	I/O ports at 01f0 [size=8]
	I/O ports at 03f4 [size=1]
	I/O ports at 0170 [size=8]
	I/O ports at 0374 [size=1]
	I/O ports at 4000 [size=16]
	Kernel driver in use: pata_sis
	Kernel modules: pata_sis, sis5513

00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 32, IRQ 18
	I/O ports at d000 [size=256]
	I/O ports at e100 [size=128]
	Capabilities: [48] Power Management version 2
	Kernel driver in use: Intel ICH
	Kernel modules: snd-intel8x0

00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) (prog-if 10 [OHCI])
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 32, IRQ 20
	Memory at eb023000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd
	Kernel modules: ohci-hcd

00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) (prog-if 10 [OHCI])
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 32, IRQ 21
	Memory at eb025000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd
	Kernel modules: ohci-hcd

00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f) (prog-if 10 [OHCI])
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 32, IRQ 22
	Memory at eb020000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd
	Kernel modules: ohci-hcd

00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller (prog-if 20 [EHCI])
	Subsystem: Silicon Integrated Systems [SiS] USB 2.0 Controller
	Flags: bus master, medium devsel, latency 32, IRQ 23
	Memory at eb021000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 2
	Kernel driver in use: ehci_hcd
	Kernel modules: ehci-hcd

00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 91)
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, medium devsel, latency 32, IRQ 19
	I/O ports at d400 [size=256]
	Memory at eb022000 (32-bit, non-prefetchable) [size=4K]
	[virtual] Expansion ROM at 20000000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
	Kernel driver in use: sis900
	Kernel modules: sis900

00:05.0 IDE interface: Silicon Integrated Systems [SiS] RAID bus controller 180 SATA/PATA  [SiS] (rev 01) (prog-if 85 [Master SecO PriO])
	Subsystem: Foxconn International, Inc. Device 0c92
	Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 17
	I/O ports at dc00 [size=8]
	I/O ports at dd00 [size=4]
	I/O ports at de00 [size=8]
	I/O ports at df00 [size=4]
	I/O ports at e000 [size=16]
	I/O ports at <unassigned>
	Capabilities: [58] Power Management version 2
	Kernel driver in use: sata_sis
	Kernel modules: sata_sis

00:07.0 Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT (rev ff) (prog-if ff)
	!!! Unknown header type 7f

00:08.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev ff) (prog-if ff)
	!!! Unknown header type 7f
	Kernel driver in use: 8139too
	Kernel modules: 8139cp, 8139too

00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
	Flags: fast devsel
	Capabilities: [80] HyperTransport: Host or Secondary Interface

00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
	Flags: fast devsel

00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
	Flags: fast devsel

00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
	Flags: fast devsel
	Kernel driver in use: k8temp
	Kernel modules: k8temp

01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Micro-Star International Co., Ltd. Device 9980
	Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 16
	Memory at e8000000 (32-bit, non-prefetchable) [size=16M]
	Memory at e0000000 (32-bit, prefetchable) [size=128M]
	[virtual] Expansion ROM at e9000000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 2
	Capabilities: [44] AGP version 3.0
	Kernel driver in use: nvidia
	Kernel modules: nvidiafb, nouveau, nvidia173

[root@klingon isaac]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:15:58:1B:3C:3B  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:19 Base address:0xd400 

eth1      Link encap:Ethernet  HWaddr 00:0E:2E:B8:65:6A  
          inet addr:192.168.0.7  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5 errors:0 dropped:4294967286 overruns:0 frame:0
          TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1007 (1007.0 b)  TX bytes:7143 (6.9 KiB)
          Interrupt:18 Base address:0xc000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:60 errors:0 dropped:0 overruns:0 frame:0
          TX packets:60 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:5316 (5.1 KiB)  TX bytes:5316 (5.1 KiB)

[root@klingon isaac]# lsmod
Module                  Size  Used by
fuse                   60704  2 
ipt_IFWLOG              2792  2 
ipt_psd                43688  1 
xt_time                 2596  0 
xt_connlimit            4140  0 
xt_realm                1348  0 
iptable_raw             1924  0 
xt_comment              1380  18 
xt_recent              10248  0 
xt_policy               2884  0 
ipt_ULOG                9508  0 
ipt_REJECT              2884  2 
ipt_REDIRECT            2340  0 
ipt_NETMAP              2308  0 
ipt_MASQUERADE          3172  0 
ipt_ECN                 2308  0 
ipt_ecn                 1796  0 
ipt_CLUSTERIP           7592  0 
ipt_ah                  1508  0 
ipt_addrtype            2276  4 
nf_nat_tftp             1412  0 
nf_nat_snmp_basic       8748  0 
nf_nat_sip              6436  0 
nf_nat_pptp             5284  0 
nf_nat_proto_gre        3400  1 nf_nat_pptp
nf_nat_irc              2436  0 
nf_nat_h323             9252  0 
nf_nat_ftp              3684  0 
nf_nat_amanda           1732  0 
ts_kmp                  2116  5 
nf_conntrack_amanda     3716  1 nf_nat_amanda
nf_conntrack_sane       5728  0 
nf_conntrack_tftp       5016  1 nf_nat_tftp
nf_conntrack_sip       18680  1 nf_nat_sip
nf_conntrack_proto_sctp    12460  0 
nf_conntrack_pptp      12008  1 nf_nat_pptp
nf_conntrack_proto_gre     7720  1 nf_conntrack_pptp
nf_conntrack_netlink    17444  0 
nf_conntrack_netbios_ns     2276  0 
nf_conntrack_irc        6120  1 nf_nat_irc
nf_conntrack_h323      60648  1 nf_nat_h323
nf_conntrack_ftp       12296  1 nf_nat_ftp
ipt_set                 1892  2 
ipt_SET                 2116  0 
ip_set_nethash          8588  0 
ip_set_iptreemap        8796  0 
ip_set_iptree           6156  2 
ip_set_ipporthash       7756  0 
ip_set_portmap          4076  0 
ip_set_macipmap         3980  0 
ip_set_ipmap            3852  0 
ip_set_iphash           7052  0 
ip_set                 19904  18 ipt_set,ipt_SET,ip_set_nethash,ip_set_iptreemap,ip_set_iptree,ip_set_ipporthash,ip_set_portmap,ip_set_macipmap,ip_set_ipmap,ip_set_iphash
xt_tcpmss               1924  0 
xt_pkttype              1508  0 
xt_physdev              2228  0 
xt_owner                2532  0 
xt_NFQUEUE              2532  0 
xt_NFLOG                1540  0 
nfnetlink_log           9220  1 xt_NFLOG
xt_multiport            3012  4 
xt_MARK                 2020  0 
xt_mark                 1636  0 
xt_mac                  1476  0 
xt_limit                2280  0 
xt_length               1604  0 
xt_iprange              3396  0 
xt_helper               1892  0 
xt_hashlimit            9812  0 
xt_DSCP                 2980  0 
xt_dscp                 2244  0 
xt_dccp                 2668  0 
xt_conntrack            4228  0 
xt_CONNMARK             2660  0 
xt_connmark             2084  0 
xt_CLASSIFY             1412  0 
ipt_LOG                 5928  6 
xt_tcpudp               2884  11 
xt_state                1924  9 
iptable_nat             6180  0 
nf_nat                 21624  12 ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,iptable_nat
nf_conntrack_ipv4      15856  12 iptable_nat,nf_nat
nf_defrag_ipv4          1796  1 nf_conntrack_ipv4
nf_conntrack           76768  31 xt_connlimit,ipt_MASQUERADE,ipt_CLUSTERIP,nf_nat_tftp,nf_nat_snmp_basic,nf_nat_sip,nf_nat_pptp,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_amanda,nf_conntrack_sane,nf_conntrack_tftp,nf_conntrack_sip,nf_conntrack_proto_sctp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_conntrack_netlink,nf_conntrack_netbios_ns,nf_conntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,xt_helper,xt_conntrack,xt_CONNMARK,xt_connmark,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_mangle          2500  1 
nfnetlink               4768  2 nf_conntrack_netlink,nfnetlink_log
nfsd                  243020  9 
lockd                  68748  1 nfsd
nfs_acl                 2948  1 nfsd
iptable_filter          2468  1 
auth_rpcgss            36768  1 nfsd
ip_tables              11700  4 iptable_raw,iptable_nat,iptable_mangle,iptable_filter
x_tables               16936  47 ipt_IFWLOG,ipt_psd,xt_time,xt_connlimit,xt_realm,xt_comment,xt_recent,xt_policy,ipt_ULOG,ipt_REJECT,ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,ipt_ECN,ipt_ecn,ipt_CLUSTERIP,ipt_ah,ipt_addrtype,ipt_set,ipt_SET,xt_tcpmss,xt_pkttype,xt_physdev,xt_owner,xt_NFQUEUE,xt_NFLOG,xt_multiport,xt_MARK,xt_mark,xt_mac,xt_limit,xt_length,xt_iprange,xt_helper,xt_hashlimit,xt_DSCP,xt_dscp,xt_dccp,xt_conntrack,xt_CONNMARK,xt_connmark,xt_CLASSIFY,ipt_LOG,xt_tcpudp,xt_state,iptable_nat,ip_tables
sunrpc                193088  9 nfsd,lockd,nfs_acl,auth_rpcgss
exportfs                4324  1 nfsd
af_packet              20100  2 
ipv6                  275824  0 
snd_intel8x0           30176  2 
snd_ac97_codec        103912  1 snd_intel8x0
ac97_bus                1604  1 snd_ac97_codec
snd_seq_dummy           2696  0 
snd_seq_oss            31712  0 
snd_seq_midi_event      7236  1 snd_seq_oss
snd_seq                54672  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          7248  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            44672  0 
snd_pcm                82664  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              22124  2 snd_seq,snd_pcm
snd_mixer_oss          16612  1 snd_pcm_oss
snd                    62564  13 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
soundcore               8128  1 snd
snd_page_alloc          9164  2 snd_intel8x0,snd_pcm
shpchp                 32728  0 
pcspkr                  2436  0 
sis900                 19972  0 
8139too                31208  0 
sr_mod                 16132  0 
mii                     5348  2 sis900,8139too
pci_hotplug            29636  1 shpchp
sg                     29624  0 
nvidia               7091176  34 
i2c_core               29272  1 nvidia
binfmt_misc             8364  1 
cpufreq_ondemand        6896  0 
cpufreq_conservative     7184  0 
cpufreq_powersave       1380  0 
loop                   14800  0 
powernow_k8            13288  0 
freq_table              4452  2 cpufreq_ondemand,powernow_k8
joydev                 10176  0 
usbhid                 47136  0 
hid                    65344  1 usbhid
ppdev                   9384  0 
floppy                 54244  0 
parport_pc             36004  0 
k8temp                  4228  0 
fan                     4264  0 
processor              35764  1 powernow_k8
thermal                13248  0 
button                  5396  0 
parport                35724  2 ppdev,parport_pc
ohci_hcd               32084  0 
ehci_hcd               47604  0 
usbcore               185744  4 usbhid,ohci_hcd,ehci_hcd
evdev                   9824  7 
ide_generic             1928  0 [permanent]
sata_sis                5320  0 
ata_generic             4648  0 
ide_pci_generic         3848  0 
pata_acpi               4036  0 
sis5513                 7464  0 
ide_gd_mod             25288  0 
ide_core              106124  4 ide_generic,ide_pci_generic,sis5513,ide_gd_mod
pata_sis               10344  4 sata_sis
libata                177580  4 sata_sis,ata_generic,pata_acpi,pata_sis
sd_mod                 36032  5 
scsi_mod              155476  4 sr_mod,sg,libata,sd_mod
crc_t10dif              1668  1 sd_mod
ext3                  125708  2 
jbd                    46808  1 ext3
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How connections to my wireless network go to a webpage login form? Airport/Hotel abefroman Linux - Networking 1 08-14-2009 10:04 PM
All connections drop after short burst? Gateway notebook mx3225 Mr_Fixit Linux - Wireless Networking 3 09-01-2008 04:25 PM
Is there a way to drop connections? abefroman Linux - Security 8 03-13-2007 09:59 AM
Drop connections to port 80 at firewall machine also drop at protected network? Niceman2005 Linux - Security 2 10-27-2005 08:21 AM
connections drop frequently carmeng Linux - General 1 12-12-2001 05:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 05:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration