2019-06-25, 19:11
You said, that you used the "manual" in the first post - what's broken with this systemd file?
(2019-08-01, 20:32)hlloyge Wrote: Hello!
I have Asrock Q1900-ITX motherboard, with 4 GB RAM and 3 x 2 TB HDD and I've put new SSD in, decided that I'm gonna install server 18.04.2, by these instructions. Everything, from installation to final reboot, worked without hiccups. But I get freezes, as I see, randomly. I was just listening to music, and it froze. Before that, I was copying music from older drive to newer, through the File Manager in Kodi, froze after about 30-45 minutes.
Drives have been checked, SMART OK, scan shows no bad sectors.
Everything stops. I can't SSH to machine, Kore disconnects and tries to reconnect. Picture is frozen, there is no sound.
Here are logs, can you see anything there?
dpkg -l |grep mesa | pastebinit
http://paste.ubuntu.com/p/GYsPQkS5Rj/
DISPLAY=:0 vainfo | pastebinit
http://paste.ubuntu.com/p/PpqgJs87yx/
id | pastebinit
http://paste.ubuntu.com/p/8Sr776brhs/
amixer | pastebinit
http://paste.ubuntu.com/p/pnFxHxgNp5/
Manually added, pastebinit didn't work:
Xorg
https://pastebin.com/RH0jBitj
Kodi Old Log (after reboot)
https://pastebin.com/SUGCW6pm
Kodi log
https://pastebin.com/RNcGYsWP
(2019-08-01, 21:28)fritsch Wrote: Sadly old known bug:I will try to disable C states, but this has to do something with onboard video card; as I said, I had Kodibuntu until now, and it has been working (almost) flawlessly, only I can't use Kodi 18 with it. Here and there video would freeze, but that was, like 3 times a year. Audio would sometimes go buzzing for every GUI click, also, few times a year. I can live with that.
- Disable all the C-States (Alt 1)
- Get a newer uptodate kernel (Alt 2)
More information: https://bugzilla.kernel.org/show_bug.cgi?id=109051
Apply this manually to 5.3: https://cgit.freedesktop.org/drm-intel/c...5c8c4ffd95 <- seems the best fix I have seen for now, though Alt 1 also works, if you don't care about power consumption.
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet intel_pstate=disable intel_idle.max_cstate=1"
(2019-08-03, 16:04)Schenckmeier Wrote: Hi hlloyge,OK.
i made the same experience with this Q1900 board.
Put this line in your /etc/default/grub:
Code:GRUB_CMDLINE_LINUX_DEFAULT="splash quiet intel_pstate=disable intel_idle.max_cstate=1"
don't forget a "update-grub"
sudo dpkg -i linux-image-5.2.1-byt1+_5.2.1-byt1+-10.00.Custom_amd64.deb linux-headers-5.2.1-byt1+_5.2.1-byt1+-10.00.Custom_amd64.deb
(2019-08-04, 07:49)fritsch Wrote: It disables internal power states. So, yes it will use more power. Speedstep will, as you see, work properly.Thank you very much, but I will wait for official release. It works this way for me, the box doesn't consume much electricity as it is, CPU temperatures are normal, I don't use sleep or standby modes (it is always turned on) anyways.
If you can, build the above patch. I can do that for you if you need that.
sudo apt-get install lirc lirc-compat-remotes
sudo systemctl stop lircd-uinput.service
sudo systemctl disable lircd-uinput.service