• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Kein Netzwerk nach Suspend mit Suse 10.1

Scavenger

Newbie
Hallo,

ich bin neu in der Linux Welt und habe folgendes Problem:

Wenn ich meinen Rechner aus dem Suspend to RAM / Disk (egal welches) hole, geht keine Netzwerkverbindung mehr.
Erst wenn ich als Root ifdown eth0 und anschließend ifup eth0 eingebe, geht's wieder.
Ich habe schon in Yast bei Netzwerkkarte verschiedene Start-Modi versucht, aber keinen Erfolg. Auch benutzergesteuert hilft nicht.

Ich habe Suse 10.1 installiert und verwende eine FritzboxFon 7050 mit DHCP.

Wer kann mir helfen?

Grüße Christian
 
Funktioniert die Verbindung, wenn Du vor dem Suspend als root
Code:
rcnetwork stop
und nachher
Code:
rcnetwork start
ausführst?

Wenn ja, dann setz in der Datei /etc/sysconfig/powersave/sleep die Variablen SUSPEND2DISK_RESTART_SERVICES und SUSPEND2RAM_RESTART_SERVICES auf "network".
 
OP
S

Scavenger

Newbie
Hallo traffic,

das ging ja super schnell und funktionieren tut es auch noch :lol:

Wofür ist denn STANDBY_RESTART_SERVICES="" ?

Dann habe ich das ganz um sonst gemacht:
Code:
collectNWData.sh 0.2.4.5

*** uname -a 
Linux scavenger 2.6.16.21-0.13-default #1 Mon Jul 17 17:22:44 UTC 2006 i686 athlon i386 GNU/Linux

*** cat /etc/SuSE-release 
SUSE LINUX 10.1 (i586)
VERSION = 10.1

*** cat /etc/resolv.conf | grep -v "^#" | grep -v "^$" 
domain morphin
nameserver 192.168.10.250

*** cat /etc/hosts | grep -v "^#" | grep -v "^$" | grep -v "::" 
127.0.0.1       localhost
192.168.10.254  server-scav.morphin server-scav
127.0.0.2       scavenger.morphin scavenger

*** cat /proc/sys/net/ipv4/ip_forward 
0

*** iptables -t nat -L 
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

*** route -n 
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.10.0    0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.10.250  0.0.0.0         UG    0      0        0 eth0

*** ifconfig 
eth0      Protokoll:Ethernet  Hardware Adresse 00:E0:4C:BC:74:0E  
          inet Adresse:192.168.10.22  Bcast:192.168.10.255  Maske:255.255.255.0
          inet6 Adresse: fe80::2e0:4cff:febc:740e/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:200 errors:0 dropped:0 overruns:0 frame:0
          TX packets:271 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:100498 (98.1 Kb)  TX bytes:26173 (25.5 Kb)
          Interrupt:201 Basisadresse:0x6000 

lo        Protokoll:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:149 errors:0 dropped:0 overruns:0 frame:0
          TX packets:149 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:13847 (13.5 Kb)  TX bytes:13847 (13.5 Kb)


*** iwconfig 2>/dev/null 

*** pingMyLocalIPs 
Adresse:192.168.10.22 : No ping response
Adresse:127.0.0.1 : No ping response

*** ping -c1 -W 3 195.135.220.3 
PING 195.135.220.3 (195.135.220.3) 56(84) bytes of data.
From 192.168.10.22 icmp_seq=1 Destination Host Unreachable

--- 195.135.220.3 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms


*** ping -c1 -W 3 www.suse.de 

*** lspci 
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev a2)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev a2)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev a2)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev a2)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev a2)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev a2)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio Processing Unit (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev a2)
01:08.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 50)
02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)

*** lsusb 
Bus 003 Device 002: ID 04a9:220d Canon, Inc. CanoScan N670U/N676U/LiDE 20
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 001: ID 0000:0000  

*** iptables -L -vn 
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         

*** cat /etc/sysconfig/SuSEfirewall2 | grep -v "^#" | grep -v "^$" 
FW_DEV_EXT="any"
FW_DEV_INT=""
FW_DEV_DMZ=""
FW_ROUTE="no"
FW_MASQUERADE="no"
FW_MASQ_DEV="$FW_DEV_EXT"
FW_MASQ_NETS="0/0"
FW_PROTECT_FROM_INT="no"
FW_SERVICES_EXT_TCP=""
FW_SERVICES_EXT_UDP=""
FW_SERVICES_EXT_IP=""
FW_SERVICES_EXT_RPC=""
FW_SERVICES_DMZ_TCP=""
FW_SERVICES_DMZ_UDP=""
FW_SERVICES_DMZ_IP=""
FW_SERVICES_DMZ_RPC=""
FW_SERVICES_INT_TCP=""
FW_SERVICES_INT_UDP=""
FW_SERVICES_INT_IP=""
FW_SERVICES_INT_RPC=""
FW_SERVICES_DROP_EXT=""
FW_SERVICES_REJECT_EXT="0/0,tcp,113"
FW_SERVICES_ACCEPT_EXT=""
FW_TRUSTED_NETS=""
FW_ALLOW_INCOMING_HIGHPORTS_TCP=""
FW_ALLOW_INCOMING_HIGHPORTS_UDP=""
FW_FORWARD=""
FW_FORWARD_MASQ=""
FW_REDIRECT=""
FW_LOG_DROP_CRIT="yes"
FW_LOG_DROP_ALL="no"
FW_LOG_ACCEPT_CRIT="yes"
FW_LOG_ACCEPT_ALL="no"
FW_LOG_LIMIT=""
FW_LOG=""
FW_KERNEL_SECURITY="yes"
FW_STOP_KEEP_ROUTING_STATE="no"
FW_ALLOW_PING_FW="yes"
FW_ALLOW_PING_DMZ="no"
FW_ALLOW_PING_EXT="no"
FW_ALLOW_FW_SOURCEQUENCH=""
FW_ALLOW_FW_BROADCAST_EXT="no"
FW_ALLOW_FW_BROADCAST_INT="no"
FW_ALLOW_FW_BROADCAST_DMZ="no"
FW_IGNORE_FW_BROADCAST_EXT="yes"
FW_IGNORE_FW_BROADCAST_INT="no"
FW_IGNORE_FW_BROADCAST_DMZ="no"
FW_ALLOW_CLASS_ROUTING=""
FW_CUSTOMRULES=""
FW_REJECT=""
FW_HTB_TUNE_DEV=""
FW_IPv6=""
FW_IPv6_REJECT_OUTGOING=""
FW_IPSEC_TRUST="no"
FW_ZONES=""
FW_USE_IPTABLES_BATCH=""
FW_LOAD_MODULES=""
FW_FORWARD_ALWAYS_INOUT_DEV=""


Grüße Christian
 
Scavenger schrieb:
Wofür ist denn STANDBY_RESTART_SERVICES="" ?
Das weiß ich ehrlich gesagt nicht. Wahrscheinlich dasselbe wie die beiden anderen, aber für standby statt suspend2disk bzw. suspend2ram (Was ist denn "standby" beim PC überhaupt? Gibt es das? Ich weiß es ernsthaft nicht).
 

Grothesk

Ultimate Guru
Standby = S1
Suspend2Ram = S3
Suspend2Disk = S4

Bezeichnet verschiedene Level des 'Schlafen legens'. Im Standby S1 wird weniger abgeschaltet als im S3 oder S4. So laufen z. B. die Lüfter u. U. noch weiter.
 
Oben