You are not logged in.
Pages: 1
Hi,
I've just set up Q4 on my old ASUS netbook & all seems o.k. but I can't open any websites. Are there any settings I need to check?
Offline
Cant open any websites? Do you have an internet connection thats working? Bottom right corner in the taskbar, is it showing an active internet connection?
If youre using wifi you may need to install the network manager app from the Q4OS software center.
Last edited by crosscourt (2017-11-05 05:59)
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
Hi Crosscourt,
Wifi is o.k. & I can open the firefox email app.
Offline
Thats odd so what happens when you type in a well known website, does it say cant be accessed? Have you tried a different browser such as Chrome/Chromium?
Is this happening only to this system or are all computers in your home affected?
Q4OS Aquarius 5.x KDE Dell Inspiron 3670 i5 8600, GTX 1660 Super, 32gb, 2tb NVME SSD
Offline
@pjwilliams35
Please run a terminal command:
$ ping 8.8.8.8
to check network connectivity. If the command proceed successfully, the problem will be in the DNS configuration. Run one more command and post output here:
$ cat /etc/resolv.conf
Offline
What, I type $ ping 8.8.8.8? I physically type 'ping' ?
Offline
Yes, open a terminal and you should get a prompt that has your location on the computer
plus a $ sign (for example mine when opened on the Desktop will show "jim@arcadia:~/Desktop$"). Type ping 8.8.8.8 without the $ sign.
Offline
O.k. done that & I get " From 192.168.1.1 icmp_seq=842(and counting) Destination Net Unreachable"
Offline
After I command "$ cat /etc/resolv.conf" I get
"#Generated by NetworkManager
nameserver 192.168.1.1
nameserver 2001:4c48:1::1
nameserver 2001:4c48:2::1
Offline
Pages: 1