Hallo!
Ich habe mir einen neuen Laptop gekauft und wollte ihn mit ubuntu bespielen, was auch soweit gut geklappt hat; bis auf das Internet. Leider kein Wlan weit und breit. :-/ (und leider auch keine Option auf Anschluss per LAN)
Ich bin völlig neu in der Materie "Linux" und auch in diesem Forum - ich bitte also um ein wenig Nachsicht. ☺
Wenn ich den Leitfaden richtig verstanden habe, werden folgende Infos benötigt. Ich hoffe sehr, dass ich alle erwischt habe!
Vielen, vielen Dank schon mal im Voraus!
2. Welche Systemversion wird verwendet, welche Hardware ist verbaut und wurde die Netzwerkkarte überhaupt erkannt?
Verwendete Kernelversion
uname -a
Linux simon-B5400 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Abfrage für PCI und PCMCIA-Karten (Hinweise zu den Befehlen z.B. unter WLAN):
lspci -nnk | grep -i net -A2
04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:b723] Subsystem: Lenovo Device [17aa:b728] 05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10) Subsystem: Lenovo Device [17aa:5024] Kernel driver in use: r8169
Bei älteren PCMCIA-Karten liefert folgender Befehl weitere Informationen:
pccardctl info
Abfrage für USB-Geräte:
lsusb
Nur bei UMTS/GPRS-Sticks noch zusätzlich:
usb-devices
3. Wie ist das Netzwerk konfiguriert?
aktuelle Netzwerkkonfiguration abfragen:
cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8) 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
cat /etc/hosts
127.0.0.1 localhost 127.0.1.1 simon-B5400 # 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 HWaddr c4:54:44:00:23:d9 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 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1184 (1.1 KB) TX bytes:1184 (1.1 KB)
iwconfig
eth0 no wireless extensions. lo no wireless extensions.
route -n
Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface
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,ofono dns=dnsmasq no-auto-default=C4:54:44:00:23:D9, [ifupdown] managed=false
Zuordnung der Schnittstellen:
cat /etc/udev/rules.d/70-persistent-net.rules | egrep -i 'device|sub' -A3
# PCI device 0x10ec:0x8168 (r8169) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="c4:54:44:00:23:d9", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" # USB device 0x:0x (rtl8192cu) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="f8:1a:67:21:bd:82", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"
4. Wie weit funktioniert die Verbindung zum Internet?
Dazu bitte ein paar Pings (siehe Ping (Datenübertragung)) absetzen.
ping -c 2 $(route -n | grep UG | awk {'print $2'})
Usage: ping [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-I interface] [-m mark] [-M pmtudisc_option] [-l preload] [-p pattern] [-Q tos] [-s packetsize] [-S sndbuf] [-t ttl] [-T timestamp_option] [-w deadline] [-W timeout] [hop1 ...] destination
ping -c 2 www.ubuntuusers.de
ping: unknown host www.ubuntuusers.de
ping -c 2 213.95.41.11
connect: Network is unreachable
5. Ist WLAN eingeschaltet und welche Treibermodule werden verwendet
Zustand der Schalter (rfkill):
rfkill list
0: tpacpi_bluetooth_sw: Bluetooth Soft blocked: no Hard blocked: no 1: hci0: Bluetooth Soft blocked: no Hard blocked: no
Abfrage der geladenen Kernelmodule (Treiber):
lsmod
Module Size Used by nls_iso8859_1 12713 1 usb_storage 62062 1 parport_pc 32701 0 ppdev 17671 0 rfcomm 69070 12 bnep 19564 2 snd_hda_codec_hdmi 41276 1 joydev 17377 0 x86_pkg_temp_thermal 14162 0 coretemp 13435 0 kvm 431315 0 crct10dif_pclmul 14289 0 crc32_pclmul 13113 0 ghash_clmulni_intel 13259 0 cryptd 20329 1 ghash_clmulni_intel uvcvideo 80885 0 videobuf2_vmalloc 13216 1 uvcvideo videobuf2_memops 13362 1 videobuf2_vmalloc videobuf2_core 40469 1 uvcvideo videodev 133390 2 uvcvideo,videobuf2_core microcode 23518 0 btusb 28267 0 bluetooth 371874 22 bnep,btusb,rfcomm snd_hda_codec_realtek 51465 1 i915 655752 5 psmouse 97626 0 serio_raw 13413 0 snd_hda_intel 48171 5 snd_hda_codec 188738 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel snd_hwdep 13602 1 snd_hda_codec drm_kms_helper 52651 1 i915 lpc_ich 21080 0 snd_pcm 102033 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel mei_me 18421 0 thinkpad_acpi 80701 0 drm 296739 4 i915,drm_kms_helper mei 77692 1 mei_me nvram 14362 1 thinkpad_acpi 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 30095 1 snd_seq_midi i2c_algo_bit 13413 1 i915 snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi wmi 19070 0 snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi snd_timer 29433 2 snd_pcm,snd_seq snd 69141 22 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device,snd_seq_midi soundcore 12680 1 snd video 19318 1 i915 mac_hid 13205 0 lp 17759 0 parport 42299 3 lp,ppdev,parport_pc r8169 67341 0 ahci 25819 2 libahci 31898 1 ahci mii 13934 1 r8169