tor on pinebook pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: tor on pinebook pro (/showthread.php?tid=9988) |
tor on pinebook pro - user8080 - 05-29-2020 Hi, done a quick search but found nothing, Installed the tor browser earlier and i get the error "tor browser requires a cpu with SSE2 support, exiting" Just wondered what the workaround is at the moment? if at all. running manjaro at the moment like everyone else. Any ideas would be good, Thanks RE: tor on pinebook pro - xmixahlx - 05-29-2020 ... where did you get your installed tor browser? see: https://sourceforge.net/projects/tor-browser-ports/ RE: tor on pinebook pro - user8080 - 05-30-2020 (05-29-2020, 05:13 PM)xmixahlx Wrote: ... where did you get your installed tor browser? Thanks for replying, I installed the normal tor browser first, Second time i followed your link and installed the first download from that page. and i get a different error. "wrong architecture? 32-bit vs. 64-bit" are all those links the same or do i need a specific one? Thanks, RE: tor on pinebook pro - user8080 - 05-30-2020 to answer my own question. i found a file called https://sourceforge.net/projects/tor-browser-ports/files/9.0.10-arm64/ tor-browser-linux-arm64-9.0.10_en-US.tar.xz. *Tested on pine book pro works great RE: tor on pinebook pro - pigbirdegg - 07-16-2020 (05-30-2020, 02:59 AM)user8080 Wrote: to answer my own question. i found a file called Just fyi for others who may have encountered similar issues: the problem is because the default file '**linux64** when directed to download from the TOR download page does not 'account' for A64 architecture - hence the no SSE support message. You just need to find the latest/current arm64 version and that should work on the PBP. Summary: 1. if you are unable to run Tor from your pinebook pro, specifically encountering an error message that includes 'SSE'... 2. Go to https://sourceforge.net/projects/tor-browser-ports/files/ 3. Look for a recent (if you wish) version with 'arm64', eg. '9.5.1-arm64' 4. choose a download that corresponds to your locale (language) eg. CN for chinese, EN for english etc Hope this helps RE: tor on pinebook pro - TheBackburner - 07-26-2020 (07-16-2020, 06:21 PM)pigbirdegg Wrote:(05-30-2020, 02:59 AM)user8080 Wrote: to answer my own question. i found a file called So I downloaded this and it runs fine, but I have to dig to the .desktop file in the directory where I downloaded it and run that. Is there a way to properly "install" it, such that it shows up in the Application Launcher? I've searched around and I'm having trouble finding a procedure that fits this case. I'm on Manjaro Arm on the PBP. Any help pointing me in the right direction would be greatly appreciated. Thanks! RE: tor on pinebook pro - futuretoast - 07-27-2020 (07-26-2020, 08:54 AM)TheBackburner Wrote:In terminal change to the directory with the desktop file and do(07-16-2020, 06:21 PM)pigbirdegg Wrote:(05-30-2020, 02:59 AM)user8080 Wrote: to answer my own question. i found a file called Code: ./start-tor-browser.desktop --register-app RE: tor on pinebook pro - TheBackburner - 07-28-2020 (07-27-2020, 03:18 PM)futuretoast Wrote: In terminal change to the directory with the desktop file and do That did it! Thank you! |