| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
what is the point?
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
11 hours ago
» Replies: 5
» Views: 180
|
Irradium (based on crux l...
Forum: Linux on Pinebook
Last Post: mara
Yesterday, 07:38 AM
» Replies: 3
» Views: 11,847
|
Danctnix USB GPS for Pine...
Forum: PineTab Software
Last Post: biketool
Yesterday, 06:09 AM
» Replies: 0
» Views: 40
|
Pinetab2 camera drivers
Forum: PineTab Software
Last Post: biketool
Yesterday, 03:39 AM
» Replies: 10
» Views: 6,777
|
Old Danctnix server in Pa...
Forum: PineTab Software
Last Post: realchunkyflea
11-27-2025, 05:01 PM
» Replies: 3
» Views: 270
|
PinePhone sensors - Gyros...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-27-2025, 04:23 PM
» Replies: 2
» Views: 85
|
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
11-27-2025, 10:30 AM
» Replies: 10
» Views: 15,928
|
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
11-26-2025, 02:45 PM
» Replies: 10
» Views: 16,857
|
PinePhone, PinePhone Pro,...
Forum: PinePhone Hardware
Last Post: j_s
11-26-2025, 11:33 AM
» Replies: 4
» Views: 261
|
Quill OS for the PineNote
Forum: PineNote Software
Last Post: JhonSmith
11-26-2025, 01:42 AM
» Replies: 1
» Views: 172
|
|
|
| No wifi icon on desktop and no connectivity |
|
Posted by: motezart - 11-16-2020, 12:52 PM - Forum: Linux on Pinebook Pro
- No Replies
|
 |
TLDR; I recently had a failure installing i3 that has caused my wi-fi to stop working. I've cross-posted this https://forum.manjaro.org/t/no-wifi-icon...vity/37966
I recently tried to install i3 window manager and it caused some serious problems. I was unable to uninstall it with help from here https://forum.manjaro.org/t/will-not-boo...tall/37473 but afterwards the internet did not work. Actually it did not work while i3 was still installed so I think this installation failure caused the issue, not removing i3. This i3 thing really screwed things up.
I read this post https://forum.manjaro.org/t/unable-to-fi...ns/17232/2 and it seems I have the same behavior, on the same machine. But I do not get the errors when trying to reinstall drivers or restart the NetworkManager, but instead nothing happens. There is output with --verbose but I mean there is no change in the operation.
There is no wifi icon on the desktop and I can’t figure out how to get to the networking stuff. I’m new to Linux. From the desktop is there anything I can search? The only networking thing that comes up in Network Interfaces which I don’t know how to use. Where can I see network connections?
I’m not able to get
Code: inxi --admin --verbosity=7 --filter --no-host
file since I cannot get the file from the pine book since it’s offline but I can give shorter responses (or is there a way I can get it from one machine to another w/o wifi? I don’t have a USB unfortunately). I’ll post anything else that could help here.
PS - I’ve tried several times to make sure this not the wi-fi kill switch https://wiki.pine64.org/index.php/Pinebo...y_Switches by trying both what I think is on and also off, then rebooting. This does nothing.
PSS- The battery icon has also disappeared.
|
|
|
|
| Slarm64 on PinePhone [Unofficial Slackware ARM - 64 bit] |
|
Posted by: acid andy - 11-16-2020, 12:15 PM - Forum: PinePhone Software
- Replies (40)
|
 |
After reading about @mara (a.k.a. sndwvs) making the excellent Slarm64 unofficial port of Slackware to ARM64 and that member @KRT (a.k.a. shelldweller) got it working on the Pinebook, I just had to see what I could do with it on my new PinePhone!
I'm excited to say that, with a lot of tinkering, it works rather nicely.
- I downloaded a disk image of Slarm64 for the Pinebook with XFCE and the 5.9.3 kernel, as provided here.
- I used GParted to move the root partition and add a boot partition (it turned out that step may be unnecessary).
- My Pinephone is the 3GB Manjaro CE edition and I got Slarm64 running by emptying the Slarm64 /boot/ folder and copying in the boot files from Manjaro, including the Manjaro kernel, version 5.9.1-4 (initially I put these files on the boot partition, but u-boot seems to pick them up from the root partition first, I guess because mine has a lower number).
- I also copied the kernel modules into /lib/modules
- I updated /etc/fstab to reflect my partitions.
- I used the dd command to write the u-boot image that came with Manjaro at the correct 8kb location on the SD card.
- I had to alter /boot/extlinux/extlinux.conf, mainly because when u-boot boots from the Slarm64 root partition, the kernel Image and initramfs file are found in the "/boot/" subdirectory rather than the root of the boot partition so I had to fix the paths. It just gives up and boots Manjaro if they're wrong.
I was then delighted to see Slarm64 boot right up to a nice XDM login prompt and when I plugged in a keyboard I was able to log in and play with XFCE!
Regrettably I don't have the time or resources to offer an image for the PinePhone currently, but if anyone else wants to give this a go I'm happy to answer questions or offer my own experience and would love to hear how you get on with it.
Since I tried out XFCE, I've spent most of my time getting the SDDM display manager to work, which it finally does on my PinePhone. I wanted that because it can support an on screen keyboard, or, if I can't get that going [Keyboard now works. See Update.], automatic log on, so you won't have to plug in a keyboard just to get to the desktop! Once on the desktop I'm currently using a virtual keyboard called Florence (just don't click on Alt, because Alt stops clicks getting through to the window so it gets stuck unless you disable that shortcut in XFCE's settings).
When I first installed SDDM, it wouldn't start unless I stopped the ConsoleKit2 daemon or uninstalled it, but those workarounds cause XFCE's reset and power-off buttons to be grayed out (amongst other things I think). I had to patch the SDDM source to get past that (I can provide more details to anyone that needs to do this) and then those buttons are still grayed out. That problem is finally resolved by editing /usr/share/xsessions/xfce.desktop with the line:
Code: Exec=startxfce4 --with-ck-launch
XFCE is fast and pretty on the PinePhone. It started in the correct resolution first time. The window buttons and menus are obviously a little small to navigate with the touch screen but it doesn't bother me too much. I made the text a little bigger with the DPI settings. Currently double clicks and right clicks aren't working for me on the touch screen [Double click can be made to work. See Update], for some reason (I think it's normal for right click not to be supported but the double click is another matter).
Various programs seem to build and work right away. Youtube worked in Firefox and the sound works if you muck about unmuting things in alsamixer (but take great care as it can suddenly blast very loudly from the headphones-don't ask me how I know! ).
You can find a lot more information on Slarm64 on KRT's Pinebook thread or the project site.
Disclaimer: This may break your phone and I am not responsible for any loss or damage arising from your use of this. I'm not affiliated with the project and, to quote @KRT :
(03-16-2020, 08:24 AM)KRT Wrote: I do not think that Slarm64 has received the official blessing from either Pat Volkerding or Stuart Winter, so I do not think this is "official" Slackware in that sense.
Have fun! 
Update: The QT virtual keyboard on SDDM is now working on my PinePhone. I actually find it easier to use than the Florence keyboard so I'll have to see if there's a way to run it on its own. It must have come bundled with the Slackware packages or with SDDM.
Update November 15 2020: I got double-clicking using the touch screen working in XFCE. The default settings make it almost impossible to double click because you have to tap twice in a very small area of pixels. However, if you open Settings Editor, find Channel xfwm4, and increase double_click_distance to at least 40, the double clicks are then easy to do.
Update November 16 2020: I've just moved this post from my original thread because that one was invisible due to not being under one of the PinePhone Software sub-forums!
Slarm64 is working really well on my PinePhone. Lately I've been tweaking the panel layout, text sizes and DPI, and looking into modifying one of the XFCE themes to make the windows easier to resize with the touch screen. The Default-hdpi and Default-xhdpi themes help a bit, but I prefer the colors and look of Kokodi.
The Florence keyboard is OK, but its default layouts can't fit all the keys I need on the screen at once without making them annoyingly small, so I need to look at making a custom layout or trying to get an alternative to work. It also seems to crash out a little often.
Later I'll look into getting the camera, phone and flashlight / torch working from this distro as well.
|
|
|
|
| UBUNTU DOING ALL BUT MAKE/RECEIVE CALLS |
|
Posted by: snow season - 11-16-2020, 12:09 PM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
hey everyone ubuntu touch is booting an I can send txt however I cannot make or receive calls. I have a new 128gb SD sandisk extreme plus. When I turn on the phone it boots fully to Ubuntu there is a notification banner that pops down from the top of screen reading storage device not found or something like that and carries out txt-sms fine and shows tmobile. Looks like Im almost there just missing the phone. It will not call out
|
|
|
|
| Forum issue: not receiving emails |
|
Posted by: marcih - 11-16-2020, 08:03 AM - Forum: General
- Replies (9)
|
 |
Hey everyone,
I tried PM'ing @fire219 about this but without a response so maybe you guys can help me.
I'm not receiving any email notifications from this forum, and not just this forum. I've contacted my email provider but they said they'll need to know which address the emails are getting sent from (Whatever that means... Do they [url=https://forum.pine64.org/member.php?action=profile&uid=606][/url]need the "From:" address from the header, the address from the SMTP envelope? Who knows!), apparently having the domain from which the email was sent is not enough.
Could one of you be so kind and give me some info about how the emails from the forums look, maybe post the message as an mbox (stripped of all the private info of course)? Any help would be appreciated!
|
|
|
|
| New to PinePhone |
|
Posted by: Raniyah - 11-16-2020, 02:31 AM - Forum: General Discussion on PinePhone
- Replies (9)
|
 |
I recently encountered this phone brand since I was continuously searching the internet to buy a new phone. Is PinePhone based on Android OS or a different OS? I'm familiar with Android and I even don't know how to use other operating systems. I would be grateful if someone could give me some details/recommendations about this in simple since I'm unable to understand deeply explained description.
|
|
|
|
| TOR Browser on the Pinebook Pro |
|
Posted by: jay3gg - 11-16-2020, 01:25 AM - Forum: General Discussion on Pinebook
- No Replies
|
 |
Hi,
I'm brand new to Linux and the Pinebook Pro (Manjaro) machine, My question is, How do I download the TOR browser (As the TOR website will not enable me to download it) and can I use a Virtual Machine to add an additional layer of security? If so then which one?
Many thanks in advanced
|
|
|
|
| Update Request |
|
Posted by: barray - 11-15-2020, 10:26 PM - Forum: General
- No Replies
|
 |
Hi all,
I was wondering if we could get an update about the following items:
- Has any decision about the future of the PineCom been made? This device seems quite interesting, I would really like to know what the general theme that was taken from the feedback was.
- Is there any update about shipping the new batch of PineTabs? I remember that there was some LCD panel shortage, is this still the case? Is there any update on this situation and when it might resolve?
- Is there some update about the M.2 adapters for the PineTab? It was already looking pretty mature since some time ago, but I guess you want to manufacture these when you get the next batch of PineTabs cooking?
Thanks in advance,
B[]
|
|
|
|
| sd card reader is smoking? |
|
Posted by: Nick_dnepr - 11-15-2020, 09:55 PM - Forum: PinePhone Hardware
- Replies (11)
|
 |
Hey guys, i just tried to insert a sd card into my pinephone and it started smoking. For real. There was a smell of burning plastic and the card was hot like a hell. I imeddiaetly removed the battery, tried to power on the phone again and it booted up and worked just fine. then i tried to insert another sd card and it worked fine as well. Disks utility detected it normally and was able to read all the partitions correctly. The question is: what did just happen? This card was 100% operational, I used it a lot with my PBP with no problem. I reckon that card is dead now, but i am glad that my pinephone is undamaged. What could have sparked such a violent reaction and what should I do to prevent similar accidents in the future?
|
|
|
|
Seemingly lost power permanently now /cry |
|
Posted by: jimsurvak - 11-15-2020, 08:40 PM - Forum: General Discussion on Pinebook Pro
- Replies (2)
|
 |
Hello again Pine64 forums.
The very nice wdt helped me earlier this week on an issue with my Pinebook Pro not powering on here: https://forum.pine64.org/showthread.php?tid=12057
I had Manjaro 20.04 on the eMMC which I got working. I decided to ditro hop over to Ubuntu 18.04 (LXDE) using a microSD card. It worked fine, booted up & I was doing some fairly simple things on it. I decided to run `sudo apt upgrade` on the distro & it wouldn't reboot properly. Deciding I should leave well enough alone I tried to boot back to Manjaro & couldn't. I figured since my mirrors were out of date & I should just reflash the eMMC to Manjaro 20.10 - I did so via Etcher but I couldn't boot; just the red power light at power on. Having run into this & corrected with wdt, I thought it was a uboot issue. I wanted to follow instructions from wdt at my previous post but my microSD card with the original factory image is also not booting.
So, in short here's what I've tried to get any kind of video output:
- Booting manjaro from microSD cards (2 diff models)
- Booting debian from microSD cards
- Booting from debian, manjaro, or Ubuntu 18.04 & 20.04 from microSD cards
- After all that failed I removed the eMMC & tried booting to each of those OSes off the microSD cards.
- I repeated the same boot tests using the eMMC after reconnecting the eMCC (I flash it via an eMMC to microSD to USB adapter, which connects to my computer), and not using any microSD cards.
- I disconnected the battery & used only the AC adapter as well, retrying attempts to boot to each eMMC and microSD without success. The system simply sits at a black screen & red power button, or with no indication of power at all.
I also should note I removed my NVMe drive from the system just to make sure there wasn't anything on there causing a problem (it's formatted to exFAT as a simple storage drive).
Any help towards a fix or ideas for troubleshooting would be appreciated.
|
|
|
|
|