| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
Yesterday, 07:01 PM
» Replies: 12
» Views: 38,475
|
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
Yesterday, 04:47 PM
» Replies: 16
» Views: 11,039
|
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
Yesterday, 07:28 AM
» Replies: 0
» Views: 62
|
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Csanderson0313
07-06-2026, 05:22 PM
» Replies: 2
» Views: 213
|
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 115
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,063
|
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 291
|
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 161
|
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,620
|
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,235
|
|
|
| Left-side USB 3.0 port not working |
|
Posted by: diodelass - 11-07-2019, 07:22 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (6)
|
 |
I've been having trouble getting my Pinebook Pro's left-hand USB port, the large Type-A one with the blue interior and superspeed pins, to work at all. I can get power from it alright (though no data on whether negotiation is working yet), but nothing I plug into it enumerates or shows up in `lsusb`, nor does `dmesg` show any events. This applies to both USB-2.0-only devices, as well as those that support USB 3.0. The other USB ports - the Type-C one, and the 2.0 Type-A one on the right side, are both working just fine, so I'm suspecting the hardware here. I'm mainly posting this thread to ask if anyone else can confirm that their 3.0 port works, just so we can narrow it down to a spurious defect in my particular unit (one that I, confident with a soldering iron, might repair) or a more general design flaw or firmware bug that needs more professional attention.
So, does your left Type-A USB port work?
|
|
|
|
A hint to help with suspend-related issues |
|
Posted by: diodelass - 11-07-2019, 04:09 PM - Forum: General Discussion on Pinebook Pro
- No Replies
|
 |
I'm posting this here because I just fixed an irritating issue on my Pinebook Pro and want others to be able to do the same if/when it affects them.
If you've put your Pinebook Pro to sleep and returned to it later, you may have noticed that there are sometimes things broken when it wakes back up. On mine, the keyboard layout modifications I've set using xmodmap (converting caps lock to a second escape, and the |\ key right beside left shift to be an additional left shift, since I'm used to the wider key provided on ANSI keyboards) all get reset back to defaults, and my trackpad stops responding to taps. Both of these were cramping my style enough that was just electing not to use suspend at all.
The solution to these problems is just to run two commands:
Code: xinput set-prop "HAILUCK CO.,LTD USB KEYBOARD Touchpad" "libinput Tapping Enabled" 1
to enable touchpad taps, and
to set my keymap modifications in X.
However, in order to make these happen automatically, we need a way to run commands - which, unfortunately, have to happen within the domain of X - right after the computer resumes from sleep mode. This is a bit more complicated than it should be, but don't worry, I figured that out too.
Step 1: as root, open a new text file in your favorite editor at /etc/systemd/system/resume@.service, and put in these lines:
Code: [Unit]
Description=User suspend actions
After=suspend.target
[Service]
User=%I
Type=forking
Environment=DISPLAY=:0
ExecStart=/home/%I/.resume.sh
[Install]
WantedBy=suspend.target
Next, run these commands, also as root:
Code: systemctl daemon-reload
systemctl enable resume@diodelass
(with your name instead of mine after the @, of course!)
Step 2: create the file .resume.sh in your home directory, and mark it executable (chmod +x .resume.sh).
My .resume.sh looks like this now:
Code: #!/bin/bash
# hold for five seconds to allow the keyboard and touchpad to renumerate
sleep 5
xinput set-prop "HAILUCK CO.,LTD USB KEYBOARD Touchpad" "libinput Tapping Enabled" 1
xmodmap ~/.Xmodmap
Your commands can, of course, be whatever you need. I don't know what other problems with suspending there are on the Pinebook Pro yet, but this little bit of plumbing gives you what you need to put your fixes into action as soon as you know what they are; once you've found a command to fix the resume-related problem, you can simply drop it into .resume.sh and it will be run every time your machine wakes up.
Best of luck to everyone in getting your new system tweaked to perfection!
|
|
|
|
| Power measurements |
|
Posted by: jpakkane - 11-07-2019, 03:52 PM - Forum: Pinebook Pro Hardware and Accessories
- Replies (25)
|
 |
I measured the power usage over a day using the Mate power daemon. This is what it plotted.
pbpro_power.png (Size: 67.21 KB / Downloads: 861)
It seems that charging via USB-C is almost as efficient as using an actual charger. The suspend one is weirder: it uses energy as much as a charger can put in the battery. I entered suspend by clicking on the power button and then selecting suspend on the pop up menu. Obviously something is not being properly powered down. This is with the default Debian image.
|
|
|
|
| Does anyone know what DAC or DAC's the PBP uses ? |
|
Posted by: deebeez - 11-07-2019, 03:26 PM - Forum: Pinebook Pro Hardware and Accessories
- No Replies
|
 |
In my quest to fix my sound, I happened to notice in alsamixer a bunch of settings and two of which happened to be LDAC and RDAC... Seems like it uses 2 DACS, one for left channel and one for right channel. in the name of the sound card/board, the first 2 letters state "es". I wonder, if it uses 2 ESS dacs, anyone know which brand DAC's the PBP uses or have a good picture of the motherboard ? Thanks
Found the schematic for the mobo. Looks like its an Everest Semiconductor ES8316 codec. I'll have to look up the specs on the manufacturer website. So not an ESS Sabre or something. lol
|
|
|
|
| Forum Login Failure |
|
Posted by: neilman - 11-07-2019, 10:26 AM - Forum: General
- Replies (3)
|
 |
Seem to have a problem logging in today with Firefox (#70) on Apple iMac starting this afternoon in spite of working perfectly for ages up to this morning.
At some point this afternoon the [LOGIN] and [REGISTER] buttons appeared at the top of the page and clicking login takes me to the usual login box (pre-filled by browser but I have also tried retyping)
Clicking on the Login button returns me to the forum still not logged in but with a message
"Authorization code mismatch. Are you accessing this function correctly? Please go back and try again."
On this same computer, using Chrome browser and the same login credentials, login is perfect.
Any idea what is going on here?
|
|
|
|
|