I made a clean X86 system on a 32gb Sandisk usb stick. Hardware is a Lenovo ideapad 130 AMD A9 system with LE11.03 system and boots without issues. When I select connections it is totally blank. Wifi adapter does not seem to be detected. I'm stuck on this one.
Clean Install wifi issue
-
Reddirt -
August 28, 2023 at 5:49 AM -
Thread is Resolved
-
-
Please use the nightly (at least 20230816) https://github.com/LibreELEC/LibreELEC.tv/issues/8013
-
Thanks He. I'll give it try tonight.
-
Same issue using the 08-16 build. No connections listed.
-
Can you please share the logs.
-
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
I gave it a try and got "Failed to paste log" I also tried this usb drive in an Intel laptop and got the same "Failed to paste log. Try again"
-
Sometimes the log is too large, so no resulting URL is delivered.
Can you upload the log directly into the forum? it's at /STORAGE/.kodi/temp.
-
-
First log is a kodi on mint log.
Second log is the LE Kodi.log, but does not include the dmesg/lspci/lsusb that we need to check what is happening on the network/hardware side. Based on the spec sheet it is a Realtek or Qualcomm wireless.
-
I updated the drivers to the latest available but so far still no luck. I'll try a fresh install later and see if there is difference. As always thanks for the help.
-
I updated the drivers to the latest available but so far still no luck. I'll try a fresh install later and see if there is difference. As always thanks for the help.
I’ll need to see the logs/especially dmesg. As we don’t know what network cards are in this device.
Other ways to share what the device is:
lshw -class network # this is in the system tools addon
lsusb
lspci
-
I think I did this right and here's the output from Linux. Sorry for being such a pain.lshw.txt
-
The network card is a rtl8821ce based on the attached. And we have CONFIG_RTW88_8821CE=m in the LE configuration. so in dmesg it should show the card being made active.
Code*-network description: Wireless interface product: RTL8821CE 802.11ac PCIe Wireless Network Adapter vendor: Realtek Semiconductor Co., Ltd. physical id: 0 bus info: pci@0000:02:00.0 logical name: wlp2s0 version: 00 serial: 28:39:26:09:95:31 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=rtl8821ce driverversion=5.15.0-79-generic ip=192.168.0.61 latency=0 multicast=yes wireless=IEEE 802.11AC resources: irq:42 ioport:2000(size=256) memory:f1000000-f100ffff
-
Hope I understand what you need.dmesg.txt
-
That's the boot log from linux mint .. which looks to be using the out-of-tree vendor drivers (kernel is tainted). You need to share the boot log from LE .. run "dmesg | paste" and share the URL.
-
I've never opened the hood of LE to see what's inside. Exactly how do I run "dmesg | paste" ?
-
I've never opened the hood of LE to see what's inside. Exactly how do I run "dmesg | paste" ?
Have you ever run an SSH session in LE. Read the wiki https://wiki.libreelec.tv/support/update
-