Δημοσιεύτηκε: 09 Νοέμ 2014, 16:46
Tην 2η, επειδη εκανε ανεπιτυχεις προσπαθειες συνδεσης, σου δινω ενα τμημα, γιατι ειναι τεραστια, καποια ακαταλαβιστηκα στο τελος ειναι επειδη το txt. απο linux, δεν το αναγνωριζουν πληρως τα windows.
- Κώδικας: Επιλογή όλων
[root@localhost ~]# lspci -nnk | grep -iA2 net
03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 06)
Subsystem: ASUSTeK Computer Inc. P8P67 and other motherboards [1043:8432]
Kernel driver in use: r8169
[root@localhost ~]# sudo yum install rfkill
Loaded plugins: langpacks
http://linuxdownload.adobe.com/linux/i386/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: linuxdownload.adobe.com"
Trying other mirror.
http://download1.rpmfusion.org/free/fedora/releases/20/Everything/i386/os/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download1.rpmfusion.org"
Trying other mirror
[root@localhost ~]# rfkill list all
-bash: rfkill: command not found
[root@localhost ~]# cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifcfg-rh
[root@localhost ~]# cat /etc/resolv.conf
# Generated by NetworkManager
# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
[root@localhost ~]# journalctl _SYSTEMD_UNIT=NetworkManager.service > networkjournal.txt
[root@localhost ~]# cat networkjournal.txt
-- Logs begin at ΞΟ…Ο 2014-11-09 17:17:29 EET, end at ΞΟ…Ο 2014-11-09 15:22:46 EET. --
ΞΞΏΞ 09 15:17:42 localhost.localdomain NetworkManager[412]: <info> NetworkManager (version 0.9.9.0-46.git20131003.fc20) is starting...
ΞΞΏΞ 09 15:17:51 localhost.localdomain NetworkManager[412]: <info> (wlp0s29u1u1u4): deactivating device (reason 'none') [0]
[root@localhost ~]#