I am having strange situation where I am not able to connect to internet using WIFI
Everything was fine untill I was using using the following package version:
linux-firmware-20220310-130.fc36.noarch
But it doesn’t work on newer versions of the linux-firmware package. I just upgraded to fedora 37 and couldn’t downgrade to above package version.
We need to know a little more about your system.
Please run lspci -nnv and send us the part that applies to your wifi adapter as preformatted text (the </> button on the tool bar).
The number 10ec:c822:103c:85f7 from that gives the specific chipset involved.
Both the lspci and the inxi output show the rtw-8822ce driver is loaded and inxi shows device wlp2s0 is active.
What is the output of ip address show and ip route show
If we see the expected addresses there then the issue may be dns.
You can verify internet with a ping.
If ping -c 4 8.8.8.8 gives a return but ping -c 4 google.com does not then it would appear to be a dns issue.
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 10:6f:d9:e5:cd:bd brd ff:ff:ff:ff:ff:ff
inet 192.168.228.199/24 brd 192.168.228.255 scope global dynamic noprefixroute wlp2s0
valid_lft 3514sec preferred_lft 3514sec
inet6 2402:3a80:c9a:7a2:d36b:d183:a0c:6da9/64 scope global dynamic noprefixroute
valid_lft 3518sec preferred_lft 3518sec
inet6 fe80::e307:e99c:7488:728e/64 scope link noprefixroute
valid_lft forever preferred_lft forever
ip route show:
default via 192.168.228.82 dev wlp2s0 proto dhcp src 192.168.228.199 metric 600
192.168.228.0/24 dev wlp2s0 proto kernel scope link src 192.168.228.199 metric 600
But ping doesn’t work even on IP address.
ping -c 4 8.8.8.8:
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
From 192.168.228.199 icmp_seq=1 Destination Host Unreachable
From 192.168.228.199 icmp_seq=2 Destination Host Unreachable
From 192.168.228.199 icmp_seq=3 Destination Host Unreachable
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3057ms
pipe 3
Starting Nmap 7.93 ( https://nmap.org ) at 2022-12-14 12:23 IST
Nmap scan report for 192.168.228.199
Host is up (0.00012s latency).
Nmap done: 256 IP addresses (1 host up) scanned in 21.39 seconds
Looks like the network configuration is broken. Do you have another device that is connected to this network so we could check its configuration (default gateway, dns…).