| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,210
» Latest member: aimsacross
» Forum threads: 16,385
» Forum posts: 117,597
Full Statistics
|
| Latest Threads |
Thinking about memory bot...
Forum: General Discussion on Pinebook Pro
Last Post: xiley32050
Yesterday, 01:21 AM
» Replies: 0
» Views: 47
|
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
08-30-2026, 07:19 PM
» Replies: 0
» Views: 77
|
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 131
|
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,447
|
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,786
|
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 158
|
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 232
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,720
|
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 440
|
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,050
|
|
|
| Hardening your Pinebook Pro |
|
Posted by: Arwen - 11-12-2019, 08:34 PM - Forum: Linux on Pinebook Pro
- Replies (13)
|
 |
There are several things I tend to do, making client systems listen on fewer external services. And not run un-needed local services.
What do you do?
Here is my list, (a work in progress);
SSHD - Disable Root login
File - /etc/ssh/sshd_config
PermitRootLogin no
Service - systemctl restart sshd
NTPD - Don't allow others to use me for time source
File - /etc/ntp.conf
restrict 127.0.0.1 nomodify nopeer noquery limited kod
restrict [::1]
interface ignore wildcard
interface listen 127.0.0.1
interface listen ::1
Service - systemctl restart ntpd
Chromium browser
Launcher change: --password-store=basic
SMBD - Disable Samba services
systemctl stop smbd
systemctl disable smbd
systemctl stop nmbd
systemctl disable nmbd
Avahi service
systemctl stop avahi-daemon.service
systemctl stop avahi.daemon. socket
systemctl stop dbus-org.freedesktop.Avahi.service
systemctl disable avahi-daemon.service
systemctl disable avahi.daemon. socket
systemctl disable dbus-org.freedesktop.Avahi.service
|
|
|
|
| Adjusting screen resolution lead to a black screen |
|
Posted by: Linux-Rob - 11-12-2019, 02:29 PM - Forum: Linux on Pinebook Pro
- Replies (28)
|
 |
I finally received my PBP. And broke it already... I run the default linux Open Sesame, as it comes from the factory.
As I could barely read the small letters with the HD / 1920x1080 resolution, I choose to reduce the resolution.
I changed it from the display settings from 1920x1080 to something like 1360x786 or so.
I clicked apply system wide, and apply.
After a reboot, I get the login prompt. When I login, the screen goes blank and stays blank.
How can I restore the original settings, or boot to rescue mode, or reset factory defaults, without having the GUI? From the console prompt? Or any other option?
|
|
|
|
| Pinephone and regional Australia |
|
Posted by: Gripweed - 11-12-2019, 01:38 PM - Forum: General Discussion on PinePhone
- Replies (2)
|
 |
My apologies if this has been already discussed and I admit that, with the imminent release of the Pinephone, I am hoping that some kind person may be able to help. If it all lines up I am hoping to purchase a Pinephone when they are released.
I have looked and can't find any information about the phone with regard to bands/freq that it will cover. In regional Australia the important band is the B28 band. I have been monitoring the Librem 5 for a while and that phone, at least so far, will not cover that band making the phone only usable really in major centres, which is no good for me.
So are there perhaps any Australians here who may have investigated this and be prepared to fast track my knowledge?
Thanks for any help that my come forth.
|
|
|
|
| PCIe card success ? |
|
Posted by: DrYak - 11-12-2019, 01:16 PM - Forum: Pinebook Pro Hardware and Accessories
- No Replies
|
 |
Has someone tried using a M.2 to PCIe x4 riser card on the Pinebook Pro for shit'n'giggles ?
Did you manage to get something else than an NVMe recognized?
(Sata card/Network card/other PCIe card? Or let's be even more over-optimistic: some PLX (as Rockchip doesn't handle bifurcating) and *multiple* PCIe cards or a GPU ?)
I don't really think of any real-world use case that couldn't be handled by using USB 3.0 or does even make sense (a discrete GPU on this low-power chromebook-like laptop), but probably somebody is going to try this "for the lulz".
|
|
|
|
| Keyboard and key mapping |
|
Posted by: ambein - 11-12-2019, 09:04 AM - Forum: Linux on Pinebook Pro
- Replies (7)
|
 |
What keyboard is this? It is not standard North American, as I thought it would be.
What "layout" is it. It will be frustrating as it is to have a different layout, but even more if this odd layout is mapped incorrectly.
Thanks.
|
|
|
|
| Wifi not working |
|
Posted by: ambein - 11-12-2019, 09:00 AM - Forum: Linux on Pinebook Pro
- Replies (19)
|
 |
Gnome network manager is installed and running.
No auto detect of networks. Manual entry of SSID and psk doesn't help: wlan0 is down.
Based on other fora topics regarding wifi config of network/interfaces.d and wpa_supplicant.conf have been entered.
ifconfig shows only an lo device
dmesg|tail shows dhd_ioctl_entry: Interface is down
Most documentation stops at the configuration files and network manager, but says nothing beyond.
Maybe I wrote over the proper interfaces.d and wpa_supplicant.conf settings??? Can some one send me the defaults?
Any other suggestions?
|
|
|
|
|