iwd is running and WIFI is working with the internal WIFI adapter.
Posts by lomion
-
-
No change after removing all wifi service folders.
connmanctl fails at "scan wifi" since the technology does not exist:
CodeError /net/connman/technology/wifi: Method "Scan" with signature "" on interface "net.connman.Technology" doesn't exist
Codeconnmanctl> technologies /net/connman/technology/ethernet Name = Wired Type = ethernet Powered = True Connected = True Tethering = False TetheringFreq = 0
I also tried manually scan in iwd but there as well is no device or adapter listed.
-
"ifconfig wlan0 up" results in the device listed in ifconfig:
Codewlan0 Link encap:Ethernet HWaddr 24:05:0F:6B:F2:EF UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
but connman does not change the operstate:
Code
Display MoreApr 13 12:02:00 LibreELEC systemd[1]: Started connman.service. Apr 13 12:02:00 LibreELEC connmand[960]: Connection Manager version 1.41 Apr 13 12:02:00 LibreELEC connmand[960]: Checking loopback interface settings Apr 13 12:02:00 LibreELEC connmand[960]: System hostname is LibreELEC Apr 13 12:02:00 LibreELEC connmand[960]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536 Apr 13 12:02:00 LibreELEC connmand[960]: lo {newlink} index 1 operstate 0 <UNKNOWN> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {create} index 2 type 1 <ETHER> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {RX} 19987 packets 24142891 bytes Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {TX} 10971 packets 1271357 bytes Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {update} flags 36866 <DOWN> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {newlink} index 2 address B8:27:EB:7F:2D:31 mtu 1500 Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {newlink} index 2 operstate 2 <DOWN> Apr 13 12:02:00 LibreELEC connmand[960]: Adding interface eth0 [ ethernet ] Apr 13 12:02:00 LibreELEC connmand[960]: wlan0 {create} index 3 type 1 <ETHER> Apr 13 12:02:00 LibreELEC connmand[960]: wlan0 {update} flags 4098 <DOWN> Apr 13 12:02:00 LibreELEC connmand[960]: wlan0 {newlink} index 3 address 24:05:0F:6B:F2:EF mtu 1500 Apr 13 12:02:00 LibreELEC connmand[960]: wlan0 {newlink} index 3 operstate 2 <DOWN> Apr 13 12:02:00 LibreELEC connmand[960]: Adding interface wlan0 [ wifi ] Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {RX} 19987 packets 24142891 bytes Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {TX} 10971 packets 1271357 bytes Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {update} flags 36867 <UP> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {newlink} index 2 address B8:27:EB:7F:2D:31 mtu 1500 Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {newlink} index 2 operstate 2 <DOWN> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route fe80:: gw :: scope 0 <UNIVERSE> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {RX} 19987 packets 24142891 bytes Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {TX} 10971 packets 1271357 bytes Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {update} flags 102467 <UP,RUNNING,LOWER_UP> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {newlink} index 2 address B8:27:EB:7F:2D:31 mtu 1500 Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {newlink} index 2 operstate 6 <UP> Apr 13 12:02:00 LibreELEC connmand[960]: ipconfig state 3 ipconfig method 1 Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} address 192.168.0.22/24 label eth0 family 2 Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 192.168.0.0 gw 0.0.0.0 scope 253 <LINK> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 192.168.0.5 gw 0.0.0.0 scope 253 <LINK> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 0.0.0.0 gw 192.168.0.5 scope 0 <UNIVERSE> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {del} route fe80:: gw :: scope 0 <UNIVERSE> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 0.0.0.0 gw 192.168.0.5 scope 0 <UNIVERSE> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 192.168.0.0 gw 0.0.0.0 scope 253 <LINK> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 192.168.0.5 gw 0.0.0.0 scope 253 <LINK> Apr 13 12:02:00 LibreELEC connmand[960]: eth0 {add} route 82.165.8.211 gw 192.168.0.5 scope 0 <UNIVERSE> Apr 13 12:02:00 LibreELEC connmand[960]: ntp: adjust (slew): -0.003366 sec Apr 13 12:02:13 LibreELEC connmand[960]: wlan0 {update} flags 4099 <UP> Apr 13 12:02:13 LibreELEC connmand[960]: wlan0 {newlink} index 3 address 24:05:0F:6B:F2:EF mtu 1500 Apr 13 12:02:13 LibreELEC connmand[960]: wlan0 {newlink} index 3 operstate 2 <DOWN> Apr 13 12:02:16 LibreELEC connmand[960]: eth0 {del} route 82.165.8.211 gw 192.168.0.5 scope 0 <UNIVERSE> Apr 13 12:02:22 LibreELEC connmand[960]: wlan0 {update} flags 4098 <DOWN> Apr 13 12:02:22 LibreELEC connmand[960]: wlan0 {newlink} index 3 address 24:05:0F:6B:F2:EF mtu 1500 Apr 13 12:02:22 LibreELEC connmand[960]: wlan0 {newlink} index 3 operstate 2 <DOWN> Apr 13 12:02:27 LibreELEC connmand[960]: wlan0 {update} flags 4099 <UP> Apr 13 12:02:27 LibreELEC connmand[960]: wlan0 {newlink} index 3 address 24:05:0F:6B:F2:EF mtu 1500 Apr 13 12:02:27 LibreELEC connmand[960]: wlan0 {newlink} index 3 operstate 2 <DOWN>
As you can see I switched the device between up and down but the operstate stays at 2.
I just tested the dongle with my notebook (Linux Mint - Kernel 5.15) and can verify that it works there.
-
Here is the link: http://ix.io/4tih
-
I am using a USB dongle WLAN adapter for some time now.
Since upgrading to LE11 the adapter is not recognized by connman while the onboard WLAN adaper of my RPi3 is working fine (except the small antenna).
I can not recognize any error in dmesg
Code
Display More[ 33.299950] usb 1-1.5: new high-speed USB device number 5 using dwc_otg [ 33.395745] usb 1-1.5: New USB device found, idVendor=0bda, idProduct=8172, bcdDevice= 2.00 [ 33.395774] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 33.395787] usb 1-1.5: Product: RTL8191S WLAN Adapter [ 33.395797] usb 1-1.5: Manufacturer: Manufacturer Realtek [ 33.395807] usb 1-1.5: SerialNumber: 00e04c000001 [ 33.464638] r8712u: module is from the staging directory, the quality is unknown, you have been warned. [ 33.472084] r8712u: register rtl8712_netdev_ops to netdev_ops [ 33.472121] usb 1-1.5: r8712u: USB_SPEED_HIGH with 4 endpoints [ 33.472872] usb 1-1.5: r8712u: Boot from EFUSE: Autoload OK [ 33.965695] usb 1-1.5: r8712u: CustomerID = 0x000a [ 33.965727] usb 1-1.5: r8712u: MAC Address from efuse = 24:05:0f:6b:f2:ef [ 33.965744] usb 1-1.5: r8712u: Loading firmware from "rtlwifi/rtl8712u.bin" [ 33.965951] usbcore: registered new interface driver r8712u
but in connman only the wired network is recognized as technology.
Any suggestions`?
-
Improved it only a bit. It takes longer until the crash. (log: 3NNO)
Anyways I can live with it since I'm not using overlays a lot. Thanks for your support!
-
No success. New logs (with debug logs on): 3NLX
While teletext is shown the framerate drops to 20 fps. Maybe some underrun?
-----------
An even better one: 3NMg
Its from my RPi3 (latest libreelec-10.0 build)
Last lines of trace:
Code2022-01-28 15:48:56.313 T:861 DEBUG <general>: CVideoPlayerVideo - Stillframe left, switching to normal playback 2022-01-28 15:48:56.334 T:854 DEBUG <general>: CVideoPlayer::HandleMessages - player started 1 2022-01-28 15:48:56.334 T:940 DEBUG <general>: OnAVChange: CApplication::OnAVChange 2022-01-28 15:48:56.591 T:861 DEBUG <general>: ffmpeg[0x3a88cf8X]: [src] sws_param option is deprecated and ignored 2022-01-28 15:48:56.596 T:861 ERROR <general>: ffmpeg[0x3a88cf8X]: [deinterlace_v4l2m2m] VIDIOC_REQBUFS failed: Cannot allocate memory
-
Please post logs with the "upload crash log" option in LE settings.
so long,
Hias
Posted logs 3NHD ... hope it worked
-
I am using a build of the libreelec-10.0 branch which got deinterlacer merged lately (thanks to @HiassofT)!
Working great until I enter the channel list (PVR addon) or enter teletext (tested on RPi3 and RPi4). In this case the RPi crashes (reproducable) shortly after. If no deinterlacer is in use (720p stream) then no crash happens. I am not able to analyse the crash myself but can provide crash.log if needed.
-
I noticed that when I go back to the main Kodi interface while video is still running video and audio gets out of sync. When entering full screen again it synchronizes after a few seconds.
Since I am using a LE10 build based on https://github.com/jc-kynesim/rpi-ffmpeg branch release/4.3/rpi_main can someone using the nightlys confirm this behaviour.
-
Great work! Thank you very much!
I merged the patches to my local libreelec-10.0 branch and tested it on RPI3. Working really well for 576i and 1080i.
Only thing were a few interlacings in fast vertical movements which seems strange. I will investigate this further ...
-
popcornmix: Thanks for your reply! I now replaced the official kodi package with yours but the latest patches don't work with your codebase. Do you have a working patch set or a working libreelec commit?
-
I was able to build an image with the ffmpeg source provided by popcornmix on GIHUB in order to test the deinterlacer on RPi3 and PRi4. From what I found the latest linux-firmware should support it already.
What I couldn't figure out is, how to reactivate the deinterlacer in Kodi again. Can somebody here give me a hint on that?
-
I recently upgrade my RPI4 to LE10. After the upgrade AC3 passthrough is not working and instead the audio is resampled.
My audio device supports passthrough:
Code2021-10-14 14:08:52.872 T:957 INFO <general>: Device 4 2021-10-14 14:08:52.872 T:957 INFO <general>: m_deviceName : hdmi:CARD=vc4hdmi0,DEV=0 2021-10-14 14:08:52.872 T:957 INFO <general>: m_displayName : vc4-hdmi-0 (vc4hdmi0) 2021-10-14 14:08:52.872 T:957 INFO <general>: m_displayNameExtra: SAM SAMSUNG on HDMI 2021-10-14 14:08:52.872 T:957 INFO <general>: m_deviceType : AE_DEVTYPE_HDMI 2021-10-14 14:08:52.872 T:957 INFO <general>: m_channels : FL, FR, LFE, FC, BL, BR, BLOC, BROC 2021-10-14 14:08:52.872 T:957 INFO <general>: m_sampleRates : 32000,44100,48000,88200,96000,176400,192000 2021-10-14 14:08:52.872 T:957 INFO <general>: m_dataFormats : AE_FMT_RAW,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8,AE_FMT_RAW 2021-10-14 14:08:52.872 T:957 INFO <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
But it resampling since "synctype is set to 1":
From what I read I should disable "Sync playback to display" setting which was removed in LE 10 since the switch to GBM ...
So how to solve this problem?
Update: Yestersdays nightly for RPI2 has the settings item "Sync playback to display" (disabled by default). There passthrough works ...
-
Will you release a Libreelec 9.2.3 with Kodi 18.7 (lately released!)?