How do I uninstall the Chromium that was installed with this guide?I'll uninstall your Chromium and try the official one, then see if the sync issue is resolved.
Thanks
How do I uninstall the Chromium that was installed with this guide?I'll uninstall your Chromium and try the official one, then see if the sync issue is resolved.
Reverse order from page 1, step 2:rubikwizard wrote:How do I uninstall the Chromium that was installed with this guide?
Code: Select all
sudo apt-get remove chromium-browser rpi-youtube
sudo apt-get autoremove
sudo apt-key del Bintray
Code: Select all
sudo nano /etc/apt/sources.list
Code: Select all
sudo apt-get update
Code: Select all
docker run -it armhf/alpine /bin/sh
Code: Select all
/usr/lib/chromium-browser/chromium-browser: symbol lookup error: /usr/lib/chromium-browser/chromium-browser: undefined symbol: mmal_vc_init_fd
Code: Select all
root@b44c0668abc4:/# vcgencmd version
Sep 21 2016 13:17:10
Copyright (c) 2012 Broadcom
version 2eaf52cc53435b5ce67253af1487f9a4f9f96e2d (clean) (release)
root@b44c0668abc4:/# uname -a
Linux b44c0668abc4 4.7.5 #1 SMP Wed Sep 28 22:59:24 BST 2016 armv7l GNU/Linux
Is this a joke ?dead wrote:Hey guys, I'm trying to run the official chromium-browser in a docker container.
But when I try to execute it I get:Since I'm running libreelec as host I can't simple use rpi-updateCode: Select all
/usr/lib/chromium-browser/chromium-browser: symbol lookup error: /usr/lib/chromium-browser/chromium-browser: undefined symbol: mmal_vc_init_fd
![]()
Code: Select all
root@b44c0668abc4:/# vcgencmd version Sep 21 2016 13:17:10 Copyright (c) 2012 Broadcom version 2eaf52cc53435b5ce67253af1487f9a4f9f96e2d (clean) (release) root@b44c0668abc4:/# uname -a Linux b44c0668abc4 4.7.5 #1 SMP Wed Sep 28 22:59:24 BST 2016 armv7l GNU/Linux
Ok. You are running now something that we are running from the the begining of the Raspberry Pi, some years ago, excluding this new optimizations f course. With xbmc/Kodi. Welcome to the clubdead wrote:No, it's not. When running docker using --privileged you are able to access all devices from the host.
I know Libreelec is a embedded kodi system. Libreelec doesn't use a X window system, but you can run it inside the docker container as well. (ref: https://forum.libreelec.tv/thread-234.html)
And I was able to run it. Just compiled the userland from the git and now its working
I bumped swap up to a 1G. I'll keep an eye on it for a few days and see how it works.Dis93 wrote:I found I get a system freeze when the swapfile maxes out, needing a power cycle to get the Pi back up.
I increased the swapfile size and regularly stop/start the swapfile when needed (running top in a terminal to monitor it)
It's still being worked on.jakky567 wrote:Has anyone gotten sync working yet?
PSA/FYI - RPF Chromium Browser "sign into chromium" not working thread:jakky567 wrote:Has anyone gotten sync working yet?
I encountered this problem with a stock Jessie installation on a RPi 3. After trying everything listed in this thread:dead wrote:Hey guys, I'm trying to run the official chromium-browser in a docker container.
But when I try to execute it I get:Code: Select all
/usr/lib/chromium-browser/chromium-browser: symbol lookup error: /usr/lib/chromium-browser/chromium-browser: undefined symbol: mmal_vc_init_fd
Code: Select all
$ sudo apt-get dist-upgrade
$ sudo reboot
The problem is that you have an older and unsupported kernel. You could try:k7ve wrote:I am also having the undefined symbol: mmal_vc_init_fd on Raspbian Jesse (with Compass Linux Kernel)
Unsure where to look.
You can try compiling this https://github.com/raspberrypi/userlandk7ve wrote:I am also having the undefined symbol: mmal_vc_init_fd on Raspbian Jesse (with Compass Linux Kernel)
Unsure where to look.
It should be around the same. How are you judging that? You have all upgraded and h264ify is there?dead wrote:You can try compiling this https://github.com/raspberrypi/userlandk7ve wrote:I am also having the undefined symbol: mmal_vc_init_fd on Raspbian Jesse (with Compass Linux Kernel)
Unsure where to look.
@kusti8
How good chromium handles videos using mmal? I'm getting better results with Epiphany
I'm testing with a 480p mp4 file, It should work in an old raspberry pi b+, right? Epiphany runs it fine.kusti8 wrote:It should be around the same. How are you judging that? You have all upgraded and h264ify is there?dead wrote:You can try compiling this https://github.com/raspberrypi/userlandk7ve wrote:I am also having the undefined symbol: mmal_vc_init_fd on Raspbian Jesse (with Compass Linux Kernel)
Unsure where to look.
@kusti8
How good chromium handles videos using mmal? I'm getting better results with Epiphany
The switch from Epiphany to Chromium was because Chromium was more stable, was easier to modify because it used it's own version of ffmpeg. Epiphany was horribly prone to crashing.
can you play youtube on 720p ?TideMan wrote:I wonder if someone can tell me what is the big deal about Chromium?
I've been using Iceweasel/Firefox ESR on my RPIs for some time now and that has the advantage that it's almost exactly the same as Firefox on my PC, including Bookmarks which are linked over all my machines.
What extra would I get with Chromium that I don't get with Firefox?
Pepperflash support (e.g., ability to use/view alarm.com video feeds, Pandora Internet radio, Google Play Music, Full edit capability for Youtube video content, etc)cjan wrote:TideMan wrote:I wonder if someone can tell me what is the big deal about Chromium?
I've been using Iceweasel/Firefox ESR on my RPIs for some time now and that has the advantage that it's almost exactly the same as Firefox on my PC, including Bookmarks which are linked over all my machines.
What extra would I get with Chromium that I don't get with Firefox?
Pi1 is too slow for video with Chromium (at least currently). Using Epiphany (which is still installed) on Pi1 if you need video playback is recommended.dead wrote: I'm testing with a 480p mp4 file, It should work in an old raspberry pi b+, right? Epiphany runs it fine.