Page 1 of 4

[SOLVED]No Internet Connection

Posted: Fri Sep 13, 2019 11:35 pm
by andra123
Hi All

I had problem with my MX linux, my laptop asus K24f can connect to wifi but Internet doesn't able to use, once I open browser still can't access

Please help

Re: No Internet Connection

Posted: Fri Sep 13, 2019 11:48 pm
by JayM
Welcome to the forum. Please follow the wifi troubleshooting steps found in section 3.4.2 of the manual as a first step.

Re: No Internet Connection

Posted: Sat Sep 14, 2019 7:04 am
by andra123
After I check at terminal I found

eth0 no waireless extentions
Lo no wireless extentions

What sould I do

Please help

Re: No Internet Connection

Posted: Sat Sep 14, 2019 7:21 am
by andra123
This my adapter

Card-2: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) driver: ath9k bus-ID: 07:00.0

Re: No Internet Connection

Posted: Sat Sep 14, 2019 7:35 am
by Huckleberry Finn
That looks to be one of the most problematic devices.. Although the driver is already installed:

You can try this first:

Code: Select all

sudo modprobe -r ath9k
sudo modprobe ath9k nohwcrypt=1
sudo echo "options ath9k nohwcrypt=1" >> /etc/modprobe.d/ath9k.conf
Reboot

You can also try

Code: Select all

sudo modprobe -r ath9k
sudo modprobe ath9k nohwcrypt=1 ps_enable=1
sudo echo "options ath9k nohwcrypt=1 ps_enable=1" >> /etc/modprobe.d/ath9k.conf
Reboot

More options are here: https://github.com/reynhout/chrx/blob/m ... ath9k.conf
________________________________________________________

If still there's wifi connection but no internet, just be sure with trying some other devices to connect to net, to see whether it's related to modem/router device settings or something with ISP.. If any other device works ok, then you can play with MX wifi settings..

Re: No Internet Connection

Posted: Sat Sep 14, 2019 8:21 pm
by andra123
I already trfy to use onother modem also internet cable, I can connect to router but still no internet, I can't brows

Should I repair my installation mx linux??

Re: No Internet Connection

Posted: Sat Sep 14, 2019 8:42 pm
by JayM
First you should run Quick System Info and post the results.

Re: No Internet Connection

Posted: Sun Sep 15, 2019 12:39 am
by andra123
Hi all

This my quick system info, is there any issue with my installation

Network
Device-1: Qualcomm Atheros AR9285 Wireless Network Adapter
vendor: AzureWave AW-NE785 / AW-NE785H 802.11bgn driver: ath9k v: kernel
port: e000 bus ID: 03:00.0
IF: wlan0 state: up mac: <filter>
Device-2: JMicron JMC250 PCI Express Gigabit Ethernet vendor: ASUSTeK
driver: jme v: 1.0.8 port: 8000 bus ID: 07:00.5
IF: eth0 state: down mac: <filter>

Please help

Re: No Internet Connection

Posted: Sun Sep 15, 2019 12:55 am
by JayM
MX Tools/Quick System Info.

Re: No Internet Connection

Posted: Sun Sep 15, 2019 12:59 am
by CrackMeUp
Is there a physisal WiFi switch on that machine? Is it turned on? For most Asus laptops press the blue "FN" key and the "F2" key simultaneously, then release. This key combination is the “Hot” key to toggle the Wi-Fi adapter on or off. Your Wi-Fi indicator should light up when the adapter is turned on. Maybe this is your problem ...