You are not logged in.
Pages: 1
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
Btw, when i try to attempt wifi-menu it says initialization of wlo1 is failed. Sane result for elo1 as well ![]()
Offline
Double check and ensure all network daemons are disabled and not running. Then try connecting manually without netctl/connman/etc.
Offline
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 -xnFinally, 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 link2. Set the wireless device down
ip link set <wireless device> downNow you can run wifi-menu. Hope this helps!
Offline
Pages: 1