Ist gut, denn will ich es mal probieren... Hoffe es klappt. 😉
Über LAN bin ich derzeit sogar im www...
Verwendete Kernelversion
uname -a
Linux ralf 3.2.0-56-generic #86-Ubuntu SMP Wed Oct 23 09:20:45 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Abfrage für PCI und PCMCIA-Karten
lspci -nnk | grep -i net -A2
00:14.0 Bridge [0680]: NVIDIA Corporation MCP51 Ethernet Controller [10de:0269] (rev a3)
Subsystem: Fujitsu Technology Solutions Device [1734:10d4]
Kernel driver in use: forcedeth
Abfrage für USB-Geräte:
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 001 Device 002: ID 0bf8:100f Fujitsu Siemens Computers miniCard D2301 802.11bg Wireless Module [SiS 163U]
Bus 002 Device 002: ID 045e:0095 Microsoft Corp. IntelliMouse Explorer 4.0 (IntelliPoint)
Bus 002 Device 006: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 002 Device 004: ID 1509:9242 First International Computer, Inc. eHome Infrared Transceiver
aktuelle Netzwerkkonfiguration abfragen:
cat /etc/network/interfaces
auto lo
iface lo inet loopback
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
nameserver 127.0.0.1
search fritz.box
cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 radolf
# 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:
ifconfig -a
eth0 Link encap:Ethernet Hardware Adresse 00:14:0b:46:52:7b
inet Adresse:192.168.178.25 Bcast:192.168.178.255 Maske:255.255.255.0
inet6-Adresse: fe80::214:bff:fe46:527b/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:216031 errors:0 dropped:0 overruns:0 frame:0
TX packets:140298 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX-Bytes:313105556 (313.1 MB) TX-Bytes:10624329 (10.6 MB)
Interrupt:17
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:16436 Metrik:1
RX packets:1788 errors:0 dropped:0 overruns:0 frame:0
TX packets:1788 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX-Bytes:168042 (168.0 KB) TX-Bytes:168042 (168.0 KB)
iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
route -n
Kernel-IP-Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.178.1 0.0.0.0 UG 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
192.168.178.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
Konfiguration des NetworkManagers
cat /var/lib/NetworkManager/NetworkManager.state
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
dns=dnsmasq
[ifupdown]
managed=false
Zuordnung der Schnittstellen:
cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3
# PCI device 0x10de:0x0269 (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:14:0b:46:52:7b", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0
Pings (derzeit per LAN verbunden...)
ping -c 2 $(route -n | grep UG | awk {'print $2'})
PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data.
64 bytes from 192.168.178.1: icmp_req=1 ttl=64 time=0.478 ms
64 bytes from 192.168.178.1: icmp_req=2 ttl=64 time=0.452 ms
--- 192.168.178.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.452/0.465/0.478/0.013 ms
ping -c 2 www.ubuntuusers.de
PING ubuntuusers.de (213.95.41.13) 56(84) bytes of data.
64 bytes from lisa.ubuntu-eu.org (213.95.41.13): icmp_req=1 ttl=57 time=41.6 ms
--- ubuntuusers.de ping statistics ---
2 packets transmitted, 1 received, 50% packet loss, time 1001ms
rtt min/avg/max/mdev = 41.640/41.640/41.640/0.000 ms
Zustand der Schalter (rfkill):
rfkill list
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
Abfrage der geladenen Kernelmodule (Treiber):
lsmod
Module Size Used by
vesafb 13844 1
snd_hda_codec_realtek 224173 1
parport_pc 32866 0
rfcomm 47604 12
ppdev 17113 0
bnep 18281 2
binfmt_misc 17540 1
joydev 17693 0
snd_hda_intel 33719 3
snd_hda_codec 127706 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 17764 1 snd_hda_codec
snd_pcm 97275 2 snd_hda_intel,snd_hda_codec
snd_seq_midi 13324 0
snd_rawmidi 30748 1 snd_seq_midi
snd_seq_midi_event 14899 1 snd_seq_midi
snd_seq 61929 2 snd_seq_midi,snd_seq_midi_event
nvidia 8107594 40
ir_lirc_codec 12859 0
psmouse 97519 0
lirc_dev 19204 1 ir_lirc_codec
ir_mce_kbd_decoder 12777 0
snd_timer 29990 2 snd_pcm,snd_seq
ir_sony_decoder 12510 0
k8temp 13057 0
ir_jvc_decoder 12507 0
rc_rc6_mce 12502 0
ir_rc6_decoder 12507 0
edac_core 53746 0
mceusb 18143 0
snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
ir_rc5_decoder 12507 0
edac_mce_amd 23709 0
serio_raw 13211 0
snd 79041 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
ir_nec_decoder 12507 0
rc_core 26412 10 ir_lirc_codec,ir_mce_kbd_decoder,ir_sony_decoder,ir_jvc_decoder,rc_rc6_mce,ir_rc6_decoder,mceusb,ir_rc5_decoder,ir_nec_decoder
soundcore 15091 1 snd
snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
btusb 18332 1
bluetooth 180113 23 rfcomm,bnep,btusb
video 19651 0
mac_hid 13253 0
nv_tco 13687 0
i2c_nforce2 13058 0
lp 17799 0
parport 46562 3 parport_pc,ppdev,lp
usbhid 47238 0
hid 99636 1 usbhid
firewire_ohci 41000 0
firewire_core 63600 1 firewire_ohci
crc_itu_t 12707 1 firewire_core
forcedeth 63460 0
sata_nv 32286 3
pata_amd 14118 0
Abfrage der unterstützten Funkkanäle:
iwlist chan
lo no frequency information.
eth0 no frequency information.