- Code: Alles auswählen
[root@spice2 harald]# lspcidrake -v | grep -i net
atl1c : Qualcomm Atheros|AR8151 v2.0 Gigabit Ethernet [NETWORK_ETHERNET] (vendor:1969 device:1083 subv:1025 subd:0840) (rev: c0)
ath9k : Qualcomm Atheros|QCA9565 / AR9565 Wireless Network Adapter [NETWORK_OTHER] (vendor:168c device:0036 subv:185f subd:a120) (rev: 01)
[root@spice2 harald]# lspcidrake -v | grep -i net
atl1c : Qualcomm Atheros|AR8151 v2.0 Gigabit Ethernet [NETWORK_ETHERNET] (vendor:1969 device:1083 subv:1025 subd:0840) (rev: c0)
ath9k : Qualcomm Atheros|QCA9565 / AR9565 Wireless Network Adapter [NETWORK_OTHER] (vendor:168c device:0036 subv:185f subd:a120) (rev: 01)
[root@spice2 harald]# lspcidrake -v | grep -i net
atl1c : Qualcomm Atheros|AR8151 v2.0 Gigabit Ethernet [NETWORK_ETHERNET] (vendor:1969 device:1083 subv:1025 subd:0840) (rev: c0)
ath9k : Qualcomm Atheros|QCA9565 / AR9565 Wireless Network Adapter [NETWORK_OTHER] (vendor:168c device:0036 subv:185f subd:a120) (rev: 01)
[root@spice2 harald]# ps -ef | grep -v grep | grep -ie net -e wpa
root 24 2 0 09:52 ? 00:00:00 [netns]
harald 2759 1897 0 09:53 ? 00:00:05 /usr/bin/perl /usr/bin/net_applet
[root@spice2 harald]# ifconfig -a
enp8s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.178.21 netmask 255.255.255.0 broadcast 192.168.178.255
inet6 fe80::2225:64ff:fe8f:baca prefixlen 64 scopeid 0x20<link>
ether 20:25:64:8f:ba:ca txqueuelen 1000 (Ethernet)
RX packets 12480 bytes 10401074 (9.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11703 bytes 1688715 (1.6 MiB)
TX errors 0 dropped 0 overruns 0 carrier 4 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Lokale Schleife)
RX packets 2379 bytes 190483 (186.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2379 bytes 190483 (186.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp7s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 60:02:b4:d3:8e:d6 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@spice2 harald]# ^C
[root@spice2 harald]# rfkill unblock all
[root@spice2 harald]# rfkill list
0: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
1: acer-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
[root@spice2 harald]# systemctl status network.service -a
● network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: active (exited) since So 2015-09-06 09:52:36 CEST; 36min ago
Process: 1063 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=0/SUCCESS)
Sep 06 09:52:36 spice2 network[1063]: [ OK ]
Sep 06 09:52:36 spice2 systemd-sysctl[1320]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/51-alt-sysrq.conf'.
Sep 06 09:56:55 spice2 ifplugd(enp8s0)[1245]: Link beat detected.
Sep 06 09:56:56 spice2 ifplugd(enp8s0)[1245]: Executing '/etc/ifplugd/ifplugd.action enp8s0 up'.
Sep 06 09:56:57 spice2 dhclient[12352]: DHCPREQUEST on enp8s0 to 255.255.255.255 port 67
Sep 06 09:56:57 spice2 dhclient[12352]: DHCPACK from 192.168.178.1
Sep 06 09:56:57 spice2 dhclient[12352]: bound to 192.168.178.21 -- renewal in 428516 seconds.
Sep 06 09:56:57 spice2 ifplugd(enp8s0)[1245]: client: Determining IP information for enp8s0... done.
Sep 06 09:56:57 spice2 ifplugd(enp8s0)[1245]: Program executed successfully.
Sep 06 10:06:42 spice2 ifplugd(enp8s0)[1245]: Executing '/etc/ifplugd/ifplugd.action enp8s0 down'.
das wlan-Modul scheint zu funktionieren. Wenn ich per Netaplet versuche, kabellose Netzwerke zu konfigurieren, ist das Netzwerk meiner Fritzbox zu sehen. Ich bekomme aber immer "Verbindungsfehler" als Ausgabe.
Auf dem Laptop meiner Freundin läuft alles tadellos. Es muss also an meinem Rechner liegen.
Mit welchem Befehl kann ich per Konsole versuchen, mit dem dem Netzwerk zu verbinden, um evtl. einen Fehler zu finden?
Gruß
harald