You are not logged in.

#1 2015-10-13 22:19:49

musujor
Member
Registered: 2015-08-02
Posts: 7

Can not connect internet

Neither ethernet not wireless.
Infact it was working but after trying to install connman for eduroam probably i broke old settings of netctl.

But the problem looks related with device, when i prompet to login section after booting, there is an error which is;

"Ieee8011 phy0: rt2800_wait_wpdma_ready: Error - WPDMA TX/RX BUSY"

As I said, it was working just fine before installing connman and reboot.

What should i do?

Offline

#2 2015-10-13 22:24:30

musujor
Member
Registered: 2015-08-02
Posts: 7

Re: Can not connect internet

Btw, when i try to attempt wifi-menu it says initialization of wlo1 is failed. Sane result for elo1 as well sad

Offline

#3 2015-10-14 04:15:55

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,212

Re: Can not connect internet

Double check and ensure all network daemons are disabled and not running.  Then try connecting manually without netctl/connman/etc.

Offline

#4 2015-10-14 08:39:35

CarlD
Member
From: London
Registered: 2013-11-23
Posts: 128

Re: Can not connect internet

Hi mate,

First, you need to check what devices you have, and whether or not there are drivers loaded for them. Please post the results of:

lspci -k | grep -i -A 2 "ethernet\|network"

Second, you also need to determine if any network services are active:

journalctl -xn

Finally, if you are sure no other network processes are running, then you can run wifi-menu after ensuring that your wireless device is first set down (netctl won't touch the device if it thinks it is already running):

1. Get a list of your devices and id the wireless (e.g. may be listed as something like "wlan0")

ip link

2. Set the wireless device down

ip link set <wireless device> down

Now you can run wifi-menu. Hope this helps!

Offline

Board footer

Powered by FluxBB