Posts by mglae
-
-
That is not a LE issue, it comes from Kodi itself.
According to Video nodes - Official Kodi Wiki Kodi use the default nodes from /usr/share/kodi/system/library/ if ~/.kodi/userdata/library/ does not exist.
But Kodi creates ~/.kodi/userdata/library/ while starting up disabling this feature.
Until this is fixed copy the default rules manually or use the Add-on:Library Node Editor. -
-
IMO the FritzBox only supports SMB1 protocol. Try adding ,vers=1.0 to your Options= line.
-
Yes, set it on every suspend:
A sleep/resume script (see /storage/.config/sleep.d/99-sample.power.x) is a good place to set the resume time.
-
Disabling the A6 GPU does not change anything: 1537209101.jpg
But, your tips works, but with this command:
Thanks, fixed my post.
QuoteShould I do that every time I update?
No, an update does not change syslinux.cfg.
Without kernel radeon driver ~/.config/udev.rules.d/97-xorg.rules is not needed any more, delete it.
-
Now amdgpu driver is loaded and your monitor is detected. But the radeon driver is loaded too and xorg does crash.
Two Ideas:
- Disable the onboard graphics of the A6-6400K in BIOS configuration if possible.
- Disable the radeon kernel driver:
Add initcall_blacklist=radeon_init to the APPEND line, save and reboot.
-
-
The kernel of 8.2.5 is to old for RX550 support.
On 8.90.004 the kernel activates the radeon driver for HD 8470D and the amdgpu driver for the RX550. The system detects the radeon driver first and configures xorg for it.
Try:
Bashsed '/DRIVER=="radeon"/d' </lib/udev/rules.d/97-xorg.rules >~/.config/udev.rules.d/97-xorg.rules
to remove radeon detection and reboot.
-
Maybe the system is confuse by having both the RX 550 and the Radeon HD 8470D of the A6-6400K CPU.
To get more information you can remove the RX 550 card. Configure network and sshd in the recent Milhouse build and test the ssh access over network.
Insert the RX 550 again. After boot network access should be still possible. Please post the results of:
-
tv_grab_file cannot parse your settings file.
- For completeness: which platform, LE and Tvheadend addon version do you use?
- There is an updated tv_grab_file in LE master, you can download and try https://github.com/libreelec/libreelec.tv/raw/master/packages/addons/service/tvheadend42/source/bin/tv_grab_file . In worst case it does not work either.
-
As you can see webgrab+ creates guide.xml, but tvh epg grab /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file gives no output. Even if I start /storage/.kodi/addons/service.tvheadend42/bin/tv_grab_file with ssh I get no output.
If tv_grab is a shell script you can use
to see what is going wrong.
-
-
Sorry, I'm a bit of a linux noob. What does this accomplish exactly? What should I change in the line? Just remove the r in -nr?
Yes, only remove the 'r'. Be careful, you loose networking if there is anything wrong with this file.
Does this mean it sets Google DNS as default? Because I don't want that.
Google DNS is the default until any other name server is defined manually or via DHCP.
-
connmand is started with the option
-r
disabling the DNS proxy.Copy the /usr/lib/systemd/system/connman.service file to /storage/.config/system.d/, change the ExecStart=... line and reboot.
-
The GPU of the A10-7860K may have some influence.
Please post the URLs of dmesg|paste and paste </var/log/Xorg.0.log
-
Regarding AMD: Kodi 17 only supports VDPAU acceleration for the AMD platform.
For using VAAPI (playing i.e. 4k HEVC 10bit videos) Kodi 18 is needed,
-
Does this still work?