'''uname -a''' {{{ Linux niels-R520-R522-R620 3.13.0-36-generic #63-Ubuntu SMP Wed Sep 3 21:30:07 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux }}} '''lspci -nnk | grep -i net -A2''' {{{ 02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8192E/RTL8192SE Wireless LAN Controller [10ec:8192] (rev 01) Subsystem: Askey Computer Corp. Device [144f:7160] Kernel driver in use: rtl819xE 06:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8057 PCI-E Gigabit Ethernet Controller [11ab:4380] (rev 10) Subsystem: Samsung Electronics Co Ltd Device [144d:c050] Kernel driver in use: sky2 }}} '''lsusb''' {{{ Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 003: ID 0ac8:c335 Z-Star Microelectronics Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 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 003 Device 002: ID 062a:0252 Creative Labs Emerge Uni-retractable Laser Mouse Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub }}} '''egrep -v "^$|^#" /etc/network/interfaces''' {{{ auto lo iface lo inet loopback }}} '''egrep -v "^$|^#" /etc/resolv.conf''' {{{ nameserver 192.168.0.1 search home }}} '''egrep -v "^$|^#" /etc/hosts''' {{{ 127.0.0.1 localhost 127.0.1.1 niels-R520-R522-R620 ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters }}} '''cat /etc/udev/rules.d/70-persistent-net.rules''' {{{ # This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key. # PCI device 0x11ab:0x4380 (sky2) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:24:54:1c:5c:a5", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # PCI device 0x10ec:0x8192 (rtl819xE) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:26:b6:82:c4:bc", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0" }}} '''ifconfig''' {{{ eth0 Link encap:Ethernet Hardware Adresse 00:24:54:1c:5c:a5 inet Adresse:192.168.0.207 Bcast:192.168.0.255 Maske:255.255.255.0 inet6-Adresse: fe80::224:54ff:fe1c:5ca5/64 Gültigkeitsbereich:Verbindung inet6-Adresse: 2a02:8108:8340:2a24:224:54ff:fe1c:5ca5/64 Gültigkeitsbereich:Global inet6-Adresse: 2a02:8108:8340:2a24:850b:e80c:d091:7709/64 Gültigkeitsbereich:Global UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1 RX-Pakete:4558 Fehler:0 Verloren:0 Überläufe:0 Fenster:0 TX-Pakete:3948 Fehler:0 Verloren:0 Überläufe:0 Träger:0 Kollisionen:0 Sendewarteschlangenlänge:1000 RX-Bytes:4054411 (4.0 MB) TX-Bytes:564073 (564.0 KB) Interrupt:19 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-Pakete:850 Fehler:0 Verloren:0 Überläufe:0 Fenster:0 TX-Pakete:850 Fehler:0 Verloren:0 Überläufe:0 Träger:0 Kollisionen:0 Sendewarteschlangenlänge:0 RX-Bytes:84464 (84.4 KB) TX-Bytes:84464 (84.4 KB) }}} '''route -n''' {{{ Kernel-IP-Routentabelle Ziel Router Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 }}} '''iwconfig''' {{{ eth0 no wireless extensions. lo no wireless extensions. wlan0 802.11bgn Nickname:"rtl8192E" Mode:Managed Access Point: Not-Associated Bit Rate:1 Mb/s Retry min limit:7 RTS thr:off Fragment thr:off Power Management:off Link Quality=10/100 Signal level=0 dBm Noise level=-100 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 }}} '''ping -c 4 192.168.2.1''' {{{ PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data. }}} '''ping -c 4 www.ubuntuusers.de''' {{{ PING ubuntuusers.de (213.95.41.4) 56(84) bytes of data. 64 bytes from 213.95.41.4: icmp_seq=1 ttl=55 time=28.2 ms 64 bytes from 213.95.41.4: icmp_seq=2 ttl=55 time=34.1 ms 64 bytes from 213.95.41.4: icmp_seq=3 ttl=55 time=39.5 ms 64 bytes from 213.95.41.4: icmp_seq=4 ttl=55 time=39.1 ms --- ubuntuusers.de ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3004ms rtt min/avg/max/mdev = 28.219/35.239/39.500/4.582 ms }}} '''iwlist chan''' {{{ eth0 no frequency information. lo no frequency information. wlan0 13 channels in total; available frequencies : Channel 01 : 2.412 GHz Channel 02 : 2.417 GHz Channel 03 : 2.422 GHz Channel 04 : 2.427 GHz Channel 05 : 2.432 GHz Channel 06 : 2.437 GHz Channel 07 : 2.442 GHz Channel 08 : 2.447 GHz Channel 09 : 2.452 GHz Channel 10 : 2.457 GHz Channel 11 : 2.462 GHz Channel 12 : 2.467 GHz Channel 13 : 2.472 GHz }}} '''sudo iwlist scan''' {{{ eth0 Interface doesn't support scanning. lo Interface doesn't support scanning. wlan0 No scan results }}} '''rfkill list''' {{{ 0: samsung-wlan: Wireless LAN Soft blocked: no Hard blocked: no }}} '''lsmod''' {{{ Module Size Used by michael_mic 12612 0 arc4 12608 0 rtllib_crypt_tkip 17179 -1 rtllib_crypt_ccmp 12829 -1 r8192e_pci 201411 0 rtllib 151694 1 r8192e_pci lib80211 14381 3 rtllib,rtllib_crypt_ccmp,rtllib_crypt_tkip ip6table_filter 12815 0 ip6_tables 27025 1 ip6table_filter iptable_filter 12810 0 ip_tables 27239 1 iptable_filter x_tables 34059 4 ip6table_filter,ip_tables,iptable_filter,ip6_tables bnep 19624 2 rfcomm 69160 4 bluetooth 391136 10 bnep,rfcomm binfmt_misc 17468 1 uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40664 1 uvcvideo videodev 134688 2 uvcvideo,videobuf2_core samsung_laptop 14486 0 snd_hda_codec_hdmi 46368 1 coretemp 13435 0 snd_hda_codec_realtek 65580 1 joydev 17381 0 serio_raw 13462 0 snd_hda_intel 56451 5 snd_hda_codec 192906 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel snd_hwdep 13602 1 snd_hda_codec snd_pcm 102099 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel lpc_ich 21080 0 snd_page_alloc 18710 2 snd_pcm,snd_hda_intel snd_seq_midi 13324 0 snd_seq_midi_event 14899 1 snd_seq_midi snd_rawmidi 30144 1 snd_seq_midi snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi snd_timer 29482 2 snd_pcm,snd_seq snd 69322 21 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi soundcore 12680 1 snd mac_hid 13205 0 parport_pc 32701 0 ppdev 17671 0 lp 17759 0 parport 42348 3 lp,ppdev,parport_pc xts 12914 1 gf128mul 14951 1 xts dm_crypt 23177 1 hid_logitech_dj 18581 0 hid_generic 12548 0 usbhid 52659 0 hid 106148 4 hid_generic,usbhid,hid_logitech_dj radeon 1522474 2 psmouse 106678 0 ahci 25819 2 i2c_algo_bit 13413 1 radeon libahci 32716 1 ahci ttm 85115 1 radeon drm_kms_helper 53081 1 radeon sky2 58191 0 drm 303102 4 ttm,drm_kms_helper,radeon video 19476 1 samsung_laptop }}} '''cat /var/lib/NetworkManager/NetworkManager.state''' {{{ cat: /var/lib/NetworkManager/NetworkManager.state: Datei oder Verzeichnis nicht gefunden }}} '''cat /etc/NetworkManager/NetworkManager.conf''' {{{ cat: /etc/NetworkManager/NetworkManager.conf: Datei oder Verzeichnis nicht gefunden }}}