I'm experiencing issues with Ethernet and WiFi connectivity on my X96Q device using MiniArch. Despite multiple attempts and troubleshooting steps, I haven't been able to establish a network connection via Ethernet or WiFi. Here's a summary of the steps I've taken and the issues encountered:
Steps Taken:
Verified hardware functionality by confirming Ethernet works on Android 10.
Attempted to load Ethernet module r8152 and verified its presence using lsmod.
Tried setting the Ethernet interface (eth0) up manually, but encountered "cannot find device eth0" error.
Attempted to restart the NetworkManager service, but it was not found.
Checked configurations and logs (dmesg, journalctl) for network-related errors.
I'm experiencing issues with Ethernet and WiFi connectivity on my X96Q device using MiniArch. Despite multiple attempts and troubleshooting steps, I haven't been able to establish a network connection via Ethernet or WiFi. Here's a summary of the steps I've taken and the issues encountered:
Steps Taken:
r8152
and verified its presence usinglsmod
.eth0
) up manually, but encountered "cannot find device eth0" error.dmesg
,journalctl
) for network-related errors.Current Configuration:
Logs and Outputs:
lsmod
includesr8152
.ip link show
output shows onlylo
(loopback) andwlan0
(WiFi), but noeth0
.¿What am i doing wrong?
I would appreciate any guidance or solutions to resolve the connectivity issues. Thank you!