Commit graph

9 commits

Author SHA1 Message Date
Matthias Reichl
4a301de44c RPi: add udev rule to increase alsa buffer size to 1.2MB
The default of 512k is too small at 192kHz/8ch, kodi can only get a
86ms buffer instead of the 200ms buffer it usually wants. That results
in occasional buffer underruns when playing media from local storage
which is uncached in kodi's default settings.

Increase the alsa buffer size to 1.2MB so kodi can get the audio buffer
size it likes to have.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-26 00:10:37 +01:00
Lukas Rusak
ec17cea5e6
systemd: enable switch debug-tty to provide a debug console
This allows us to use the default debug-shell.service provided
by systemd and cut down on custom made services. This will also
always provide a debug shell as there is no reason we shouldn't
have access to one.
2019-05-08 11:54:58 -07:00
MilhouseVH
0da3ceaee5 console: enable cursor for textmode and RPi serial consoles 2016-04-02 18:36:17 +01:00
MilhouseVH
386c1a3b43 RPi/RPi2: remove bcm2708-rng.conf 2015-12-15 12:17:19 +00:00
Peter Vicman
f7a36dee3a projects/RPi*: use correct environment for serial console 2015-10-13 19:37:33 +02:00
Haggai Eran
a09ae66ee4 projects/RPi*: add serial console service
Add a console shell for debugging a Raspberry Pi. The shell is added
conditionally if the console parameter appears in the kernel command
line.

The service file follows the template provided by stefansaraev [1].

[1] http://sprunge.us/cBdT
2015-09-15 14:13:08 +02:00
Stephan Raue
b8bff1f929 projects/RPi/filesystem: dont load lirc_rpi on boot, needs to be done manually/with DTB
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-01-25 22:03:43 +01:00
Stephan Raue
0b25dd5467 projects/RPi/patches/linux: update RPi support patch to fix bcm2708_rng driver, readd bcm2708_rng as kernel module and load by default
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-06-10 19:27:02 +02:00
Stephan Raue
8a2f22bee0 projects/RPi/filesystem: move /etc/modules to /usr/lib/modules-load.d/
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-03-08 00:12:00 +01:00