Posts: 17
Threads: 2
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Oct 2018
02-27-2019, 10:10 AM
(This post was last modified: 02-27-2019, 01:01 PM by slash-z. Edited 1 time in total.)
(02-26-2019, 04:35 PM)slash-z Wrote: 5/ a minor bug in LXPanel after crashing the system (trying to use vlc for example): it keeps empty even if it's still usable, that's quite weird. But after some reboot, it's working well again.
About this bug, it seems to occur with the following parameters "minimize when not used and size = 0"
--> then just set size to 1 instead and I think it should be OK.
•
Posts: 232
Threads: 39
Likes Received: 40 in 22 posts
Likes Given: 0
Joined: Feb 2017
02-27-2019, 06:13 PM
(This post was last modified: 02-27-2019, 06:13 PM by Mikerr.)
Uploaded a minor change (added firefox)
https://sourceforge.net/projects/tinkerboard/ TinkerOSplus208b.zip
•
Posts: 17
Threads: 2
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Oct 2018
@Mikerrr,
I tried to install the debian package firefox-esr using synaptic in your previous 2.08 image. But it couldn't find it (error 404).
I would have liked to avoid reinstalling everything from zero.
Is there another way ?
•
Posts: 232
Threads: 39
Likes Received: 40 in 22 posts
Likes Given: 0
Joined: Feb 2017
(02-27-2019, 09:00 PM)slash-z Wrote: @Mikerrr,
I tried to install the debian package firefox-esr using synaptic in your previous 2.08 image. But it couldn't find it (error 404).
I would have liked to avoid reinstalling everything from zero.
Is there another way ?
Yes, I've posted how to do it here,
a bit different install method as newest versions are broken at the moment:
https://tinkerboarding.co.uk/forum/thread-2315.html
•
Posts: 32
Threads: 9
Likes Received: 0 in 0 posts
Likes Given: 3
Joined: Nov 2018
Quote:3/ so using chromium instead. But i can't find a way to access the settings. The page can't be loaded completely for some reason ? (I'm not familiar to chromium). Someone to help me abouit it ?
That's a side effect of the netflix support, just start chromium from the terminal to access settings
[/quote]
So really dumb question.. I'm trying to find out how to run the proper version of chromium from terminal, but I'm having some issues either finding it in the / directory.. or getting ./chromium-user to run.. Do you know a good command to run in order to get it to open and where you have the file saved? I'm really new to Linaro. I really need to enable flash lol.
Thanks btw!
•
Posts: 232
Threads: 39
Likes Received: 40 in 22 posts
Likes Given: 0
Joined: Feb 2017
Just type chromium in the ternminal !
Posts: 1
Threads: 0
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Jun 2019
(03-06-2019, 03:49 PM)Mikerr Wrote: Just type chromium in the ternminal ! 
Hi Mikerr,
do you compile kernel during the img building? The default tinkeros kernel does not support the RealTek based USB wifi adapters.
Sometime back i added that in defconf and few other changes and built kernel for myself. just curious if there are any kernel changes
thanks
•
Posts: 173
Threads: 5
Likes Received: 9 in 8 posts
Likes Given: 1
Joined: Oct 2017
(06-02-2019, 10:26 AM)bauuuuu Wrote: (03-06-2019, 03:49 PM)Mikerr Wrote: Just type chromium in the ternminal ! 
Hi Mikerr,
do you compile kernel during the img building? The default tinkeros kernel does not support the RealTek based USB wifi adapters.
Sometime back i added that in defconf and few other changes and built kernel for myself. just curious if there are any kernel changes
thanks
It supports my Realtek devices with these installed.
Code:
sudo apt-get install firmware-realtek
sudo apt-get install firmware-misc-nonfree
•
Posts: 232
Threads: 39
Likes Received: 40 in 22 posts
Likes Given: 0
Joined: Feb 2017
07-19-2019, 10:29 AM
(This post was last modified: 07-19-2019, 10:32 AM by Mikerr. Edited 1 time in total.)
•