Hallo, ich habe alle Befehle betreffend des LAN eingegeben und in einem LibreOffice-Dokument abgespeichert. Das wollte ich dann auf einem USB-Stick abspeichern, doch der Stick wird von Ubuntu nicht erkannt. Ich weiss nicht wie ich den USB-Stick mit Ubuntu finden kann. Vielleicht liegt es am File-System des USB? Ich habe die Datei schliesslich auf der Windows-Parition abspeichert, und über xp hier her gebracht.
Wie schon beschrieben odnet sich mein Kabelnetzwerk wie fogt an: Telefonleitung – DSL-Splitter – Kabelrouter(TP-Link TL-R402M) – PC
Der PC ist ein Dell Inspirion 1502 von 2007, die Dell-Netzwerkkarte: Broadcom 440 x10/100 Integrated Controller
Treiberdatum: 17.08.2006 Version:4.52.0.0 (Windows-Version)
Nun folgen die Infos aus Ubuntu, wie hier http://forum.ubuntuusers.de/topic/vor-dem-erstellen-eines-neuen-beitrags-bitte-/ beschrieben:
–-Kernelversion:
root@dell007:~# uname -a
Linux dell007 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 15:31:16 UTC 2013 i686 athlon i386 GNU/Linux
–-Abfrage für PCI und PCMCIA-Karten (Hinweise zu den Befehlen z.B. unter WLAN):
root@dell007:~# lspci -nnk | grep -i net -A2
05:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
Kernel modules: ssb
08:00.0 Ethernet controller [0200]: Broadcom Corporation BCM4401-B0 100Base-TX [14e4:170c] (rev 02)
Subsystem: Dell Device [1028:01f5]
Kernel modules: b44
–-Bei älteren PCMCIA-Karten liefert folgender Befehl weitere Informationen:
root@dell007:~# pccardctl info
root@dell007:~#
–-Abfrage für USB-Geräte:
root@dell007:~# lsusb
Bus 001 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 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
–-aktuelle Netzwerkkonfiguration abfragen:
root@dell007:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
root@dell007:~# cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
root@dell007:~# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 dell007
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
–-Schnittstellenkonfiguration und Routingtabelle:
root@dell007:~# ifconfig -a
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:65536 Metrik:1
RX packets:560 errors:0 dropped:0 overruns:0 frame:0
TX packets:560 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX-Bytes:45584 (45.5 KB) TX-Bytes:45584 (45.5 KB)
root@dell007:~# iwconfig
lo no wireless extensions.
root@dell007:~# route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
–-Konfiguration des NetworkManagers:
root@dell007:~# cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
root@dell007:~# cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
dns=dnsmasq
[ifupdown]
managed=false
–-Zuordnung der Schnittstellen:
root@dell007:~# cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3
# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:14.4/0000:08:00.0/ssb1:0 (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:19:b9:5b:af:64", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:14.4/0000:08:00.0/ssb2:0 (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:19:b9:5b:af:64", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"
# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:14.4/0000:08:00.0/ssb3:0 (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:19:b9:5b:af:64", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth2"
–-Verbindung zum Internet mit ein paar Pings:
root@dell007:~# ping -c 2 $(route -n | grep UG | awk {'print $2'})
Usage: ping [-LRUbdfnqrvVaAD] [-c count] [-i interval] [-w deadline]
[-p pattern] [-s packetsize] [-t ttl] [-I interface]
[-M pmtudisc-hint] [-m mark] [-S sndbuf]
[-T tstamp-options] [-Q tos] [hop1 ...] destination
root@dell007:~# ping -c 2 www.ubuntusers.de
ping: unknown host www.ubuntusers.de
root@dell007:~# ping -c 2 213.95.41.11
connect: Network is unreachable
--Ich hoffe, mehr Infos sind nicht nötig, vielen Dank für die Mühe im Vorraus
Bearbeitet von praseodym:
Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern, Danke.