Posts by ozolli
-
-
-
-
LE ~7.9 running on a Asrock N3150 Beebox. 54Mbps internet connection :
CodeLibreELEC:~ # speedtest-cli Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Orange (86.213.194.38)... Selecting best server based on ping... Hosted by TestDebit.info (Limoges) [189.94 km]: 222.683 ms Testing download speed........................................ Download: 49.40 Mbit/s Testing upload speed.................................................. Upload: 14.59 Mbit/s
Just fine !
Could have been up to the 54Mbps but the kid viewing a 1080p cartoon at the same time. -
See this post for a solution : thread-372-post-31335.html#pid31335
-
It appears that the bluetooth device is not up after booting.
A temporary solution is to connect to the beebox with ssh and type this:
A permanent solution is to add a udev rule:
Codeecho 'ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up"' >> /storage/.config/udev.rules.d/10-local.rules
and reboot.I am currently building LE with some changes and will make a PR if it works fine.
-
Not everyone use a keyboard with LibreELEC, you can map it to a button on the remote, this is why i added the keymap.I know
I mapped it too on my remote (green button) and hardly use a keyboard myself.
But, as the OP specifically wrote about the "o" key, I figured my post could be useful to him at least. -
PlayerDebug can be displayed using Ctrl-Shift-o on a keyboard.
-
So, does it mean that my GPU is too old and it won't be maintain in the last Nvidia's driver or LE?Yes. On LE 8 (7.9x and newer) the NVidia Legacy driver is 340.101 which is for NVidia 8 Series and newer and yours is 7 Series.
You need to stay with LE 7 or upgrade your hardware. -
Make an xorg.conf file in /storage/.config/ with this content :
CodeSection "Device" Identifier "Device0" Driver "intel" VendorName "INTEL Corporation" Option "TripleBuffer" "false" Option "TearFree" "false" Option "DRI" "3" EndSection
TripleBuffer and TearFree options settings are up to you. Better having them set to false for Kodi.
-
Only nslookup (in busybox).
-
-
Yes the systemd method is the way to go.
I see no reason why it shall not work with any smb share (linux/mac/windows/whatever). -
Yep, that's the way I do for all my devices and it works very well.
-
Googling "disp_cap 1080p120" returns nothing... That me be a dead end.
-
I will when I get home. Be interested to see if the 905 can.
Well, I did not notice it's an amlogic device so there is no xrandr.
It would be good to know the EDID modes list your TV offers to your amlogic device and see if there are 120Hz and 119.88Hz modes.
But I don't know how to do on this device.. -
2.) For new builds e2fsprogs package should be bumped to 1.43.3
file packages/sysutils/e2fsprogs/package.mkI suppose you'll make a PR to bump e2fsprogs?
-
Can you open a ssh terminal on your machine and provide us a "xrandr --verbose" output?