• 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] unbekanntes Netzwerkproblem unter Suse11.1 64bit

Gibt's da noch Konfigurationsmöglichkeiten, die ich noch nicht gepostet habe? Das wär interessant...
Noch mal zusammen gefasst:
In Yast ist unter "Globale Optionen" der NetworkManager aktiviert und "Standart-Route über DHCP ändern" ebenfalls.
Weder die LAN- noch die WLAN-Karte besitzen in Yast eine Konfiguration (Hatte auch schon mal eine für die LAN-Karte mit DHCP, hat auch funktioniert, solange das LAN getan hat und wenn ich sie gelöscht habe immer noch).
Unter "Hostname/DNS" ist ein Hostname eingetragen, der Domänenname steht auf dem Standart "site", "Hostname über DHCP ändern" und "Hostname in /etc/hosts schreiben" sind aktiviert. "DNS-Konfiguration modifizieren" steht auf "Standartrichtlinie verwenden" und "Regel der angepassten Richtlinie" auf "STATIC".
Alles Andere in Yast ist leer, bzw. deaktiviert.
Die Verbindung soll über den NetworkManager und DHCP funktionieren. Allerdings geht nur noch das WLAN, das LAN nicht mehr (wie mir gerade einfällt vermutlich seit ich versucht hatte, über eine feste IP ein peer-to-peer-Netzwerk mit einem anderen Notebook einzurichten). Dabei funktioniert sowohl an der FH als auch zu Hause am Router die Zuweisung der IP-Adresse über DHCP, wobei an der FH dabei obige Unregelmäßigkeit mit den Adressen von DHCP-Server und DNS auftritt, an meinem Router nicht. Aber in beiden Fällen bekomme ich keine Verbindung und ein Ping liefert "Destination Host Unreachable". Über WLAN funktioniert der Ping.

edit: Ich sehe gerade, dass auch an meinem Router zu Hause das DHCPREQUEST auf die IP des Routers (und damit des DHCP-Servers) nicht funktioniert, das DHCPACK kommt nur beim request an die 255.255.255.255 wie an der FH. Aber immerhin hat er hier schonmal die richtige Adresse, an die er das request schickt, da es keinen extra DNS mit eigener IP gibt.
 
Der Networkmanager kann Verbindungen nur für eine Schnittstelle verwalten. Das heisst, dass du entweder nur per WLAN oder kabelgebundener Karte online gehen kannst. Du kannst allerdings zwischen den Verbindungen switchen.

In den "Globalen Optionen" sollte unter "Zu sendender Hostname" AUTO eingetragen sein.
In "Hostnamen / DNS" sollte die Option "Hostnamen über DHCP ändern" deaktiviert und die Option "DNS- Konfiguration modifizieren" den Wert Standardrichtlinie verwenden. Das Feld angepasste Regel enthält dabei keinen Wert.

Dann sollte es funktionieren. Wenn nicht, poste bitte die Ausgaben der Befehle, die dir schon vorher an die Hand gegeben worden sind.
 
Es funktioniert nicht. Ich kann mir langsam nicht mehr vorstellen, dass es "nur" an falschen Einstellungen liegt.
Ich hab bei den Versuchen mit dem LAN die WLAN-Karte immer aus, hab jetzt zusätzlich mal die WLAN-Verbindung im NetworkManager deaktiviert, ohne Unterschied. Also nochmal die ganzen Ausgaben aktuell:

framps Script:
Code:
collectNWData.sh V0.6.1.9-6 (Rev: 1.153, Build: 2009/05/07 20:28:38)
--- Welcher Netzwerkverbindungtyp soll getestet werden?
--- (1) Kabelgebundene Verbindung
--- Welche Netzwerktopologie liegt vor?
--- (2) DSL HW router <---> LinuxClient
--- Auf welchem Rechner wird das Script ausgeführt?
--- (1) LinuxClient
!!! CND0180I: Das System kann die externe IP 195.135.220.3 nicht pingen
!!! CND0150E: Es könnte ein Problem mit der default gateway definition 192.168.0.113 am Interface eth0 vorliegen
--- Gehe zu http://www.linux-tips-and-tricks.de/CND um detailiertere Hinweise zu den Fehlermeldungen/Warnungen zu bekommen und wie die Fehler beseitigt werden könnenF

==================================================================================================================
==================================================================================================================
*** uname -a
Linux linmobile 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux
==================================================================================================================
*** cat /etc/*-release
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-2.0-x86_64:core-3.2-x86_64"
openSUSE 11.1 (x86_64)
VERSION = 11.1
==================================================================================================================
*** cat /etc/resolv | grep -vi "search"
nameserver 192.168.0.113
==================================================================================================================
*** cat /etc/hosts
127.0.0.1       sajalinmobile	localhost.localdomain	localhost
127.0.0.1       localhost
127.0.0.2       linmobile.site linmobile
192.168.0.115   linmobile linmobile
169.254.71.13   sajalin sajalin
192.168.0.35    linmobile linmobile
==================================================================================================================
*** cat /etc/HOSTNAME
linmobile.site
==================================================================================================================
*** route
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     1      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.0.113   0.0.0.0         UG    0      0        0 eth0
==================================================================================================================
*** ifconfig
eth0      Link encap:Ethernet  Hardware Adresse ##:##:##:##:##:#1  
          inet Adresse:192.168.0.126  Bcast:192.168.0.255  Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:409 errors:0 dropped:0 overruns:0 frame:0
          TX packets:434 errors:0 dropped:18 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000 
          RX bytes:62850 (61.3 Kb)  TX bytes:68244 (66.6 Kb)
          Interrupt:3 Basisadresse:0xdead 
lo        Link encap:Lokale Schleife  
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:188 errors:0 dropped:0 overruns:0 frame:0
          TX packets:188 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0 
          RX bytes:27987 (27.3 Kb)  TX bytes:27987 (27.3 Kb)
wlan0     Link encap:Ethernet  Hardware Adresse ##:##:##:##:##:#2  
          UP BROADCAST 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 Sendewarteschlangenlänge:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:9 Speicher:ffffc20000658000-ffffc20000658100 
==================================================================================================================
*** ping tests
Ping of 195.135.220.3 failed
ping: unknown host www.suse.de
Ping of www.suse.de failed
==================================================================================================================
*** dhcpcd-test
eth0: DHCP server available
==================================================================================================================
*** lspci
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter [1039:0191] (rev 02)
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller [10ec:8199] (rev 22)
==================================================================================================================
*** lsusb
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
==================================================================================================================
*** hwinfo --netcard; # (filtered)
15: PCI 04.0: 0200 Ethernet controller
  Model: "Silicon Integrated 191 Gigabit Ethernet Adapter"
  Vendor: pci 0x1039 "Silicon Integrated Systems Corp."
  Device: pci 0x0191 "191 Gigabit Ethernet Adapter"
  SubVendor: pci 0x1558 "CLEVO/KAPOK Computer"
  SubDevice: pci 0x0802 
  Driver: "sis190"
  Driver Modules: "sis190"
  Device File: eth0
  Link detected: yes
    Driver Status: sis190 is active
    Driver Activation Cmd: "modprobe sis190"
24: PCI 300.0: 0282 WLAN controller
  Model: "Realtek RTL8187SE Wireless LAN Controller"
  Vendor: pci 0x10ec "Realtek Semiconductor Co., Ltd."
  Device: pci 0x8199 "RTL8187SE Wireless LAN Controller"
  SubVendor: pci 0x1462 "Micro-Star International Co., Ltd."
  SubDevice: pci 0x6894 
  Driver: "r8180"
  Driver Modules: "rtl8187se"
  Device File: wlan0
  Link detected: no
    Driver Status: rtl8187se is active
    Driver Activation Cmd: "modprobe rtl8187se"
==================================================================================================================
*** List of loaded modules
| ac                      | acpi_cpufreq            | af_packet               | ata_generic              |
| battery                 | binfmt_misc             | button                  | cdrom                    |
| cpufreq_conservative    | cpufreq_powersave       | cpufreq_userspace       | crc_t10dif               |
| dm_mod                  | dock                    | edd                     | ehci_hcd                 |
| ext3                    | fan                     | fuse                    | hwmon                    |
| ide_core                | ide_pci_generic         | ip6_tables              | iptable_filter           |
| iptable_raw             | ip_tables               | ipt_LOG                 | ipt_REJECT               |
| jbd                     | joydev                  | libata                  | lockd                    |
| loop                    | mbcache                 | mii                     | mmc_core                 |
| nf_conntrack            | nf_conntrack_ipv4       | nf_conntrack_netbios_ns | nfs                      |
| nfs_acl                 | ohci_hcd                | output                  | pata_sis                 |
| pcspkr                  | processor               | rtc_cmos                | rtc_core                 |
| rtc_lib                 | rtl8187se               | sata_sis                | scsi_mod                 |
| sdhci                   | sdhci_pci               | sd_mod                  | serio_raw                |
| sg                      | sis190                  | sis5513                 | sis_agp                  |
| snd                     | snd_hda_intel           | snd_hwdep               | snd_mixer_oss            |
| snd_page_alloc          | snd_pcm                 | snd_pcm_oss             | snd_seq                  |
| snd_seq_device          | snd_timer               | soundcore               | sr_mod                   |
| sunrpc                  | thermal                 | thermal_sys             | usbcore                  |
| video                   | wmi                     | x_tables                | xt_limit                 |
| xt_NOTRACK              | xt_pkttype              | xt_state                | xt_tcpudp                |
==================================================================================================================
*** cat /etc/sysconfig/network/ifcfg-[earwd]* | egrep -v ".*=''"
==================================================================================================================
*** NWEliza states
IF:eth0  IM:1
IF:wlan0  IM:2
DI:2 dI:2 NIC:0 cNiC:1:0 NI:0 cNI:0 PNG:1 DR:1 MTU:0 NISS:0 IP6:0 KM:0 WLW: 0

und die messages beim restart des Netzwerks:
Code:
tail -f /var/log/messages
tail -f /var/log/messages
Oct  4 14:02:20 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:02:20 linmobile dhclient: DHCPACK from 192.168.0.113                  
Oct  4 14:02:20 linmobile dhclient: bound to 192.168.0.126 -- renewal in 32 seconds.
Oct  4 14:02:52 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67    
Oct  4 14:02:52 linmobile dhclient: DHCPACK from 192.168.0.113                      
Oct  4 14:02:52 linmobile dhclient: bound to 192.168.0.126 -- renewal in 39 seconds.
Oct  4 14:03:31 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67    
Oct  4 14:03:31 linmobile dhclient: DHCPACK from 192.168.0.113                      
Oct  4 14:03:31 linmobile dhclient: bound to 192.168.0.126 -- renewal in 33 seconds.
Oct  4 14:03:53 linmobile su: (to root) saja on /dev/pts/1                          
Oct  4 14:04:04 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67    
Oct  4 14:04:04 linmobile dhclient: DHCPACK from 192.168.0.113                      
Oct  4 14:04:04 linmobile dhclient: bound to 192.168.0.126 -- renewal in 34 seconds.
Oct  4 14:04:23 linmobile su: (to root) saja on /dev/pts/2                          
Oct  4 14:04:27 linmobile network: Shutting down the NetworkManager                 
Oct  4 14:04:27 linmobile avahi-daemon[2353]: Withdrawing address record for 192.168.0.126 on eth0.
Oct  4 14:04:27 linmobile avahi-daemon[2353]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.126.
Oct  4 14:04:27 linmobile avahi-daemon[2353]: Interface eth0.IPv4 no longer relevant for mDNS.
Oct  4 14:04:28 linmobile nm-dispatcher.action: Error in get_property: Message did not receive a reply (timeout by message bus)
Oct  4 14:04:28 linmobile nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.   
Oct  4 14:04:28 linmobile ifdown:     eth0      device: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02) 
Oct  4 14:04:28 linmobile ifdown:               No configuration found for eth0
Oct  4 14:04:28 linmobile ifdown:               Nevertheless the interface will be shut down.
Oct  4 14:04:28 linmobile nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/nis' exited with error status 143.
Oct  4 14:04:29 linmobile ifdown:     wlan0     device: Realtek Semiconductor Co., Ltd. RTL8187SE Wireless LAN Controller (rev 22)
Oct  4 14:04:29 linmobile ifdown:               No configuration found for wlan0
Oct  4 14:04:29 linmobile ifdown:               Nevertheless the interface will be shut down 
Oct  4 14:04:29 linmobile network: Starting the NetworkManage 
Oct  4 14:04:34 linmobile kernel: r8180: Bringing up iface
Oct  4 14:04:34 linmobile kernel: r8180: Card successfully reset
Oct  4 14:04:34 linmobile kernel: r8180: WIRELESS_MODE_G
Oct  4 14:04:34 linmobile kernel:
Oct  4 14:04:34 linmobile dhclient: Internet Systems Consortium DHCP Client V3.1.1
Oct  4 14:04:34 linmobile dhclient: Copyright 2004-2008 Internet Systems Consortium.
Oct  4 14:04:34 linmobile dhclient: All rights reserved.
Oct  4 14:04:34 linmobile dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Oct  4 14:04:34 linmobile dhclient:
Oct  4 14:04:34 linmobile dhclient: Listening on LPF/eth0/00:90:f5:6f:db:43
Oct  4 14:04:34 linmobile dhclient: Sending on   LPF/eth0/00:90:f5:6f:db:43
Oct  4 14:04:34 linmobile dhclient: Sending on   Socket/fallback
Oct  4 14:04:36 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
Oct  4 14:04:37 linmobile kernel: martian source 255.255.255.255 from 192.168.0.113, on dev eth0
Oct  4 14:04:37 linmobile kernel: ll header: ff:ff:ff:ff:ff:ff:00:1e:58:0e:0e:66:08:00
Oct  4 14:04:37 linmobile dhclient: DHCPOFFER from 192.168.0.113
Oct  4 14:04:41 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:04:41 linmobile kernel: martian source 255.255.255.255 from 192.168.0.113, on dev eth0
Oct  4 14:04:41 linmobile kernel: ll header: ff:ff:ff:ff:ff:ff:00:1e:58:0e:0e:66:08:00
Oct  4 14:04:41 linmobile dhclient: DHCPACK from 192.168.0.113
Oct  4 14:04:41 linmobile avahi-daemon[2353]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.126.
Oct  4 14:04:41 linmobile avahi-daemon[2353]: New relevant interface eth0.IPv4 for mDNS.
Oct  4 14:04:41 linmobile avahi-daemon[2353]: Registering new address record for 192.168.0.126 on eth0.IPv4.
Oct  4 14:04:41 linmobile dhclient: bound to 192.168.0.126 -- renewal in 34 seconds.
Oct  4 14:04:42 linmobile nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.
Oct  4 14:04:42 linmobile rpc.statd[5714]: Caught signal 15, un-registering and exiting.
Oct  4 14:04:42 linmobile sm-notify[7108]: Already notifying clients; Exiting!
Oct  4 14:04:42 linmobile rpc.statd[7112]: Version 1.1.3 Starting
Oct  4 14:04:42 linmobile rpc.statd[7112]: Flags:
Oct  4 14:04:42 linmobile rpc.statd[7112]: statd running as root. chown /var/lib/nfs/sm to choose different user
Oct  4 14:04:43 linmobile kernel: eth0: mii ext = 0000.
Oct  4 14:04:43 linmobile kernel: eth0: mii lpa = 45e1 adv = 01e1.
Oct  4 14:04:43 linmobile kernel: eth0: link on 100 Mbps Full Duplex mode.
Oct  4 14:05:15 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:05:17 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:05:21 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:05:28 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:05:28 linmobile dhclient: DHCPACK from 192.168.0.113
Oct  4 14:05:28 linmobile dhclient: bound to 192.168.0.126 -- renewal in 36 seconds.
Oct  4 14:06:04 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:06:09 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:06:09 linmobile dhclient: DHCPACK from 192.168.0.113
Oct  4 14:06:09 linmobile dhclient: bound to 192.168.0.126 -- renewal in 36 seconds.

Das Abziehen und Einstecken des Netzwerkkabels schein gar nicht mehr registriert zu werden (habe jetzt aber auch keine Konfiguration für die LAN-Karte in Yast, die eine Aktivierung beim Einstecken vorgibt, liegt es daran?). Trotzdem mal die Meldungen:
Code:
Oct  4 14:07:29 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:07:34 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:07:45 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:07:52 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Oct  4 14:07:55 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Oct  4 14:07:58 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Oct  4 14:08:06 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
Oct  4 14:08:19 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
Oct  4 14:08:37 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
Oct  4 14:08:53 linmobile dhclient: No DHCPOFFERS received
Oct  4 14:08:53 linmobile dhclient: No working leases in persistent database - sleeping
Oct  4 14:08:53 linmobile avahi-daemon[2353]: Withdrawing address record for 192.168.0.126 on eth0
Oct  4 14:08:53 linmobile avahi-daemon[2353]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.126.
Oct  4 14:08:53 linmobile avahi-daemon[2353]: Interface eth0.IPv4 no longer relevant for mDNS.
Oct  4 14:08:53 linmobile dhclient: Internet Systems Consortium DHCP Client V3.1.1
Oct  4 14:08:53 linmobile dhclient: Copyright 2004-2008 Internet Systems Consortium.
Oct  4 14:08:53 linmobile dhclient: All rights reserved.
Oct  4 14:08:53 linmobile dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Oct  4 14:08:53 linmobile dhclient:
Oct  4 14:08:53 linmobile dhclient: Listening on LPF/eth0/00:90:f5:6f:db:43
Oct  4 14:08:53 linmobile dhclient: Sending on   LPF/eth0/00:90:f5:6f:db:43
Oct  4 14:08:53 linmobile dhclient: Sending on   Socket/fallback
Oct  4 14:08:53 linmobile nm-dispatcher.action: Script '/etc/NetworkManager/dispatcher.d/autofs' exited with error status 1.
Oct  4 14:08:57 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 2
Oct  4 14:08:59 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 2
Oct  4 14:09:01 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Oct  4 14:09:04 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
Oct  4 14:09:10 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
Oct  4 14:09:19 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 19
Oct  4 14:09:38 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
Oct  4 14:07:29 linmobile dhclient: DHCPREQUEST on eth0 to 192.168.0.113 port 67
Oct  4 14:07:34 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:07:45 linmobile dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Oct  4 14:07:52 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Oct  4 14:07:55 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
Oct  4 14:07:58 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
Oct  4 14:08:06 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 13
Oct  4 14:08:19 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
Oct  4 14:08:37 linmobile dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
Oct  4 14:08:53 linmobile dhclient: No DHCPOFFERS received.
Oct  4 14:08:53 linmobile dhclient: No working leases in persistent database - sleeping.
Oct  4 14:08:53 linmobile avahi-daemon[2353]: Withdrawing address record for 192.168.0.126 on eth0.
Oct  4 14:08:53 linmobile avahi-daemon[2353]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.126.
Oct  4 14:08:53 linmobile avahi-daemon[2353]: Interface eth0.IPv4 no longer relevant for mDNS.
Oct  4 14:08:53 linmobile dhclient: Internet Systems Consortium DHCP Client V3.1.1
Oct  4 14:08:53 linmobile dhclient: Copyright 2004-2008 Internet Systems Consortium.
Oct  4 14:08:53 linmobile dhclient: All rights reserved.
Oct  4 14:08:53 linmobile dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Oct  4 14:08:53 linmobile dhclient:
Oct  4 14:08:53 linmobile dhclient: Listening on LPF/eth0/00:90:f5:6f:db:43

Siehst du da noch was?
Die Fehlermeldung des ACPI hab ich nochmal gesehen, hatte nichts mit dem Netzwerk sondern mit der Temperaturkontrolle zu tun...
 
saja schrieb:
Das Abziehen und Einstecken des Netzwerkkabels schein gar nicht mehr registriert zu werden (habe jetzt aber auch keine Konfiguration für die LAN-Karte in Yast, die eine Aktivierung beim Einstecken vorgibt, liegt es daran?).
Hast Du die eth0 Schnittstelle im KnetworkManager?
 
Ja, ist vorhanden und der NetworkManager verbindet auch, zumindest beim ersten Mal. Er bemerkt nur das Abziehen des Kabels nicht mehr, sondern versucht einfach weiter, das DHCP-lease zu erneuern...
 
Was steht in host.conf ?
Führe
Code:
 less /etc/host.conf
aus.

Framps Script sagt:
Code:
 *** cat /etc/hosts
127.0.0.1       sajalinmobile   localhost.localdomain   localhost
127.0.0.1       localhost
127.0.0.2       linmobile.site linmobile
192.168.0.115   linmobile linmobile
169.254.71.13   sajalin sajalin
192.168.0.35    linmobile linmobile
Wie kommen die Einträge hier rein? Hast Du die eingetragen? Der Eintrag: "127.0.0.1 sajalinmobile localhost.localdomain localhost" ist meiner Meinung nach falsch, bin mir aber nicht 100% sicher.
Warte was Andere dazu sagen.

In der Datei /etc/hosts soll nur das stehen:
Code:
127.0.0.1       localhost
# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback
ausser Du hast dort ein Netzwerk, aber dass passt alles nicht zusammen.
Führe
Code:
ping -c 3 localhost
aus und poste die Ausgabe.
 
Hab mich auch über die Einträge gewundert. Ich hab da gar nichts rein geschrieben und ich wüsste auch nicht, dass ich in einem Netzwerk war, das den 169.-er Bereich benutzt. Sonst kommt das doch von den Einstellungen in Yast (Hostname in /etc/hosts schreiben), oder?
Die Ausgaben kommen, hab das Notebook heute leider nicht dabei...
 
saja schrieb:
Sonst kommt das doch von den Einstellungen in Yast (Hostname in /etc/hosts schreiben), oder?
Ich weiss es nicht was Du in Yast eingetragen hast. Lese dazu hier weiter: http://www.linux-club.de/viewtopic.php?f=15&t=103314#p633232
 
Ich nehme an dass in Yast unter Hostname steht: linmobile
und unter Domänenname steht: site
dann sollte die /etc/hosts so aussehen:
Code:
127.0.0.1       localhost
127.0.0.2       linmobile.site linmobile
# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

EDIT:
saja schrieb:
Hab ich hier nochmals gepostet: http://www.linux-club.de/viewtopic.php?f=15&t=103314&p=651405#p650942
Seither hab ich nur den zu sendenden Hostname in AUTO geändert...
Du schreibst, ich zitiere: "DNS-Konfiguration modifizieren" steht auf "Standartrichtlinie verwenden" und "Regel der angepassten Richtlinie" auf "STATIC".
Wo steht das? Ich kann es nicht finden.
 
So, nun mal der Reihe nach:
Deine Annahmen stimmen. Ich hab die /etc/hosts angebasst, leider ändert das nichts am Verhalten.

Das mit "DNS-Konfiguration modifizieren" ist ganz interessant: Wenn bei den Globalen Optionen der NetworkManager aktiviert ist, steht bei der "Regel der angepassten Richtlinie" STATIC, wenn ifup aktiviert ist, ist die "Regel der angepassten Richtlinie" leer, wie sie laut spoensche sein soll.

Und nun zu den Ausgaben:
Code:
#
# /etc/host.conf - resolver configuration file
#
# Please read the manual page host.conf(5) for more information.
#
#
# The following option is only used by binaries linked against
# libc4 or libc5. This line should be in sync with the "hosts"
# option in /etc/nsswitch.conf.
#
order hosts, bind
#
# The following options are used by the resolver library:
#
multi on

/etc/host.conf lines 1-16/16 (END)

Code:
ping -c 3 localhost
PING sajalinmobile (127.0.0.1) 56(84) bytes of data.
64 bytes from sajalinmobile (127.0.0.1): icmp_seq=1 ttl=64 time=0.049 ms
64 bytes from sajalinmobile (127.0.0.1): icmp_seq=2 ttl=64 time=0.052 ms
64 bytes from sajalinmobile (127.0.0.1): icmp_seq=3 ttl=64 time=0.058 ms

--- sajalinmobile ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.049/0.053/0.058/0.003 ms
 
Die Idee würde ich gerne mal probieren. Leider gehört das entfernen von Hardware zu den Dingen, die ich unter Linux noch nicht gemacht habe. Meine bisherigen Recherchen haben ergeben, dass ich das Packet mit dem Treiber deinstallieren sollte. Bin aber noch auf der Suche nach dem Packetnamen, in dem der Treiber steckt.
Code:
rpm -qf $which(sis190)

liefert

Code:
wich: no sis190 in (...)
rpm: no arguments given for query

Wo stecken denn die Treiber? Wie krieg ich den Packenamen raus?
 
sis190 ist ein Kernel-Modul, das steckt in einem der Kernel-Pakete. Das sollst Du nicht löschen, und das brauchst Du nicht zu löschen.

Ich vermute, whois hat gemeint, die Karte im YaST bzw. NetworkManager zu löschen und neu einzurichten.
 
Oben