Commit Graph

23 Commits

Author SHA1 Message Date
Lukas Rusak
00f0703c6a linux: automatically add CONFIG_INITRAMFS_ROOT_{U,G}ID=0 2017-11-13 21:11:50 -08:00
Alex Deryskyba
fcffd38316 projects/WeTek_Core: use Wi-Fi and Bluetooth firmware from wlan-firmware-aml package 2017-10-19 17:51:06 +03:00
MilhouseVH
bc205b6b6f linux: enable CONFIG_AIO=y (all projects/devices) 2017-07-06 19:28:19 +01:00
Koen Kooi
a2c254024a linux: enable fq_codel for all projects
This qdisc aims to eliminate bufferbloat and as a side effect improves
latency during heavy network load. The most notable effect will be a
slightly more responsive ssh session during large downloads.

Systemd will autoselect fq_codel when it's available:

    m8s:~ # ip a
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 4096 qdisc noqueue
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
           valid_lft forever preferred_lft forever
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500 qdisc fq_codel     qlen 1000
        link/ether 82:cd:fa:1b:03:1d brd ff:ff:ff:ff:ff:ff
        inet 172.20.0.166/24 brd 172.20.0.255 scope global eth0
           valid_lft forever preferred_lft forever
    3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP8000> mtu 1500     qdisc fq_codel qlen 1000
        link/ether 44:2c:05:43:8c:eb brd ff:ff:ff:ff:ff:ff
        inet6 fe80::462c:5ff:fe43:8ceb/64 scope link
           valid_lft forever preferred_lft forever

On the S905X 100Mbit link it shows no negative effects:

    m8s:~ # curl http://beast.local/koen/largefile.mkv --http1.1 > /dev/null
      % Total    % Received % Xferd  Average Speed   Time    Time
      % Time
      % Current
                                     Dload  Upload   Total   Spent Left Speed
      7 14.9G    7 1105M    0     0  11.1M      0  0:22:50  0:01:38 0:21:12 11.2M

See https://en.wikipedia.org/wiki/CoDel for more information on CODEL

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2017-05-16 20:49:37 +02:00
MilhouseVH
688e65936a WeTek: Drop CONFIG_FB_UDL/CONFIG_FB_MODE_HELPERS 2017-04-15 05:28:54 +01:00
MilhouseVH
b9c9792433 configs: cleanup 2017-04-15 05:28:54 +01:00
Alex Deryskyba
de97342965 projects/WeTek_Core: Fix kernel build after #1504 2017-04-15 02:50:55 +02:00
Kenneth Hsu
75eb4f1cc5 projects/WeTek_Core: Switch to "hotplug" CPU scaling governor
Many WeTek Core users have been experiencing major UI lag issues when
using the "ondemand" governor.  If left inactive for a period of time,
the UI becomes extremely sluggish and a reboot is required.

Users did not experience this issue with LE 7.  The switch from the
"performance" to "interactive" governor was made in revision 8610fb3270
("projects/WeTek_Core: Use interactive CPU scaling governor by
default").  Users then started experiencing the UI issues, and revision
c908c1f453 ("projects/WeTek_Core: Switch to ondemand CPU scaling
governor") attempted to address the problem.  Unfortunately, this did
not appear to resolve the issue.

After switching to "hotplug", users could not replicate the UI lag
issues anymore.
2017-04-04 19:18:57 -07:00
Ubuntu
dc5085e95e remove CONFIG_IP_MROUTE_MULTIPLE_TABLES 2017-03-23 13:22:36 +00:00
Ubuntu
765699d6e1 add CONFIG_FIB_RULES to all projects 2017-03-23 07:42:56 +00:00
Ubuntu
50baf4a1ab remove CONFIG_DEFAULT_VENO and CONFIG_DEFAULT_VEGAS from all projects 2017-03-22 08:37:34 +00:00
Ubuntu
5f367c0834 add IP_ADVANCED_ROUTER and tcp congestion algorithms for all projects except Odroid C2 and RPi 2017-03-21 07:54:14 +00:00
Alex Deryskyba
1c88fc3932 projects/WeTek_Core: Switch to ondemand CPU scaling governor
The interactive CPU scaling governor for some reason causes a significant slowdown after some time of inactivity.
WeTek Core becomes very sluggish and almost unusable until a reboot.

Switching to ondemand governor seems fixes the issue.
2017-02-19 14:31:39 +01:00
Nathan Wheeler
99eb118616 config: ADD CONFIG_FB_UDL module (USB displaylink) All projects 2016-12-21 21:18:48 -08:00
Lukas Rusak
4c2b31b042 linux: enable CONFIG_USB_IPHETH 2016-12-02 11:25:30 -08:00
Alex Deryskyba
8610fb3270 projects/WeTek_Core: Use interactive CPU scaling governor by default 2016-09-16 02:29:28 +02:00
Alex Deryskyba
b572c15c01 projects/WeTek_Core: Update kernel config according to the recent kernel updates 2016-09-13 18:12:53 +02:00
mcaptur
5c88085369 WeTek/Kernel: Fix kernel options to make use of https://github.com/xbmc/xbmc/pull/9896 (#518)
* Update linux.arm.conf

* Update linux.arm.conf
2016-07-05 10:33:52 -07:00
Alex Deryskyba
dea566d98b projects/WeTek_Core: Include all default additional drivers into the project 2016-02-28 14:57:41 +02:00
Stephan Raue
cbc03cb8f9 projects/*/linux: add support for iptable_mangle, this fixes #4716
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-02-20 15:02:15 +01:00
Gerald Dachs
31e3283a1f New amlogic cec driver
kernel patches added
2016-02-17 21:27:19 +01:00
kefor
138bb1b361 Increase pre_allocated_buffer to fix buffering issues.
Also activate verbose procfs for better debugging and setting dynamic settings
2016-02-09 15:08:46 -05:00
Alex Deryskyba
0e7053ea70 projects/WeTek_Core: Add a project for WeTek Core TV-box 2016-01-15 14:46:11 +01:00