You are not logged in.
Both of the advices I gave are independent of the router.
Offline
I followed the advice, installed dhclient and added my Networkconfiguration.conf file looked like this:
[me@MyComputer ~]$ cat /etc/NetworkManager/NetworkManager.conf
# Configuration file for NetworkManager.
# See "man 5 NetworkManager.conf" for details.
[main]
plugins=keyfile
dhcp=dhclient
[device]
wifi.scan-rand-mac-address=no
I rebooted, my wifi card is gone.
I commented out the changes.
[me@MyComputer ~]$ cat /etc/NetworkManager/NetworkManager.conf
# Configuration file for NetworkManager.
# See "man 5 NetworkManager.conf" for details.
[main]
#plugins=keyfile
#dhcp=dhclient
[device]
#wifi.scan-rand-mac-address=no
It's still gone. Note that the bluetooth part of the card IS found.
[me@MyComputer ~]$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 70:85:c2:2a:10:5b brd ff:ff:ff:ff:ff:ff
inet 192.168.178.24/24 brd 192.168.178.255 scope global dynamic noprefixroute enp1s0
valid_lft 863181sec preferred_lft 863181sec
inet6 2001:983:8610:1:7db3:dbfb:4e1:c962/64 scope global dynamic noprefixroute
valid_lft 4084sec preferred_lft 3284sec
inet6 fe80::bcd6:a590:353:13f8/64 scope link noprefixroute
valid_lft forever preferred_lft forever
[me@MyComputer ~]$ inxi -N
Network: Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
[me@MyComputer ~]$ rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth hci0 unblocked unblocked
Last edited by folatt (2018-01-24 10:56:14)
Offline
NetworkManager configuration should not have an effect on device detection. Might be an issue with the MB. Can you post an entire dmesg when that happens?
Also, have you always tested the same PCI slot? Do you have another you could test with?
Last edited by V1del (2018-01-24 11:29:40)
Offline
NetworkManager configuration should not have an effect on device detection. Might be an issue with the MB. Can you post an entire dmesg when that happens?
Since I have not turned off my computer:
Also, have you always tested the same PCI slot? Do you have another you could test with?
1. Yes.
2. If you can see another PCI slot than the one on the right saying: "M.2 Wifi", tell me.
Offline
V1del wrote:Also, have you always tested the same PCI slot? Do you have another you could test with?
2. If you can see another PCI slot than the one on the right saying: "M.2 Wifi", tell me.
That is an M.2 slot not a PCI Express slot. The PCI Express 2.0 x1 Slot is located on the left. http://www.asrock.com/mb/Intel/J4205-IT … cat=Manual
Offline
Solved.
M.2 slot for WiFi is Intel® CNVi Only.
Last edited by folatt (2019-12-27 21:53:01)
Offline