Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,169
» Latest member: alsatux
» Forum threads: 16,112
» Forum posts: 116,525

Full Statistics

Latest Threads
Unboxed, charged, what no...
Forum: General Discussion on PineTime
Last Post: worik
04-29-2025, 11:31 PM
» Replies: 0
» Views: 25
MMS sending stopped worki...
Forum: General Discussion on PinePhone
Last Post: alaraajavamma
04-29-2025, 02:25 PM
» Replies: 5
» Views: 2,247
mobian calamares fail
Forum: Mobian on PinePhone
Last Post: mdk
04-29-2025, 02:10 PM
» Replies: 2
» Views: 337
Rock Pro 64 Won't power o...
Forum: General Discussion on ROCKPRO64
Last Post: matthewmkr
04-29-2025, 12:57 PM
» Replies: 9
» Views: 591
used ppp ee on sale
Forum: General Discussion of PinePhone Pro
Last Post: Gravitate1765
04-29-2025, 10:43 AM
» Replies: 1
» Views: 746
Quartz64 Zero HDMI
Forum: Quartz64 Hardware and Accessories
Last Post: grobbs
04-28-2025, 10:40 PM
» Replies: 2
» Views: 111
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: Kevin Kofler
04-28-2025, 04:00 PM
» Replies: 56
» Views: 15,211
FreeBSD developer build f...
Forum: PinePhone Pro Software
Last Post: teekay
04-27-2025, 01:29 AM
» Replies: 0
» Views: 92
debian mobian not bootabl...
Forum: General Discussion of PinePhone Pro
Last Post: henrythemouse
04-26-2025, 11:56 PM
» Replies: 3
» Views: 281
PinePhone keyboard not re...
Forum: Linux on Pinebook Pro
Last Post: Feemphynead
04-25-2025, 03:37 AM
» Replies: 0
» Views: 144

 
  Angelfish not working after installing latest image via SD catd
Posted by: PTCruiser - 05-21-2024, 06:34 PM - Forum: PineTab Software - No Replies

I'm having some difficulty after updating to the latest plasma 6 version of the operating system
Installed Calibre e-book viewer via Discover Software Center hoping to find an DRM plug-in in order to use my Pinetab2  to view epubs downloaded via Libby.
Calibre installed, but fails to open after processing initial setup. I decided to re-install the OS using the latest factory image from the releases site.
After updating, (sudo pacman -Syu) Angelfish began behaving as Calibre did, (starts to launch then stops with no message. Removed, (sudo pacman -R Angelfish) and re-installed, (sudo pacman -S angelfish) - same result.
Error when running from command line:
angelfish: symbol lookup error: angelfish: undefined symbol: close, version Qt_6

Also, today's attempt to update via "sudo pacman -Syu" resulted in error:
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
 
Packages (7) bluez-5.76-1  bluez-libs-5.76-1  composefs-1.0.3-1  glibc-locales-2.39+r52+gf8e4623421-1  mkinitcpio-39.1-1  ostree-2024.6-1  xorg-xwayland-24.
1.0-1
 
Total Installed Size:  228.53 MiB
Net Upgrade Size:       30.49 MiB
 
:: Proceed with installation? [Y/n] checking keyring...
checking package integrity...
loading package files...
checking for file conflicts... 

error: failed to commit transaction (conflicting files)

Then, about 40 pages of:

glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_ADDRESS exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_COLLATE exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_CTYPE exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_IDENTIFICATION exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_MEASUREMENT exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_MESSAGES/SYS_LC_MESSAGES exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_MONETARY exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_NAME exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_NUMERIC exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_PAPER exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_TELEPHONE exists in filesystem
glibc-locales: /usr/lib/locale/aa_DJ.utf8/LC_TIME exists in filesystem
glibc-locales: /usr/lib/locale/af_ZA.utf8/LC_ADDRESS exists in filesystem
glibc-locales: /usr/lib/locale/af_ZA.utf8/LC_COLLATE exists in filesystem
glibc-locales: /usr/lib/locale/af_ZA.utf8/LC_CTYPE exists in filesystem
glibc-locales: /usr/lib/locale/af_ZA.utf8/LC_IDENTIFICATION exists in filesystem
...

Sorry for the lengthy post, if any further info required I would be happy to provide it.
Any Help appreciated


  Audio output switching anomalies
Posted by: treebeard - 05-18-2024, 09:02 AM - Forum: Mobian on PinePhone - Replies (1)

Early versions of wireplumber had a bug that prevented switching the audio output from the earpiece back to the speaker after a call, meaning the next call would ring through the earpiece. This was issue #156 and is fixed in v0.5.2, available now in Trixie.

That fix unmasks 2 other related issues which I suspect have been around for awhile.

1) When I disconnect a call that had been on speaker, the output sometimes gets switched to the earpiece instead of being left on the speaker. The next call then rings through the earpiece. The currently-selected ports can be queried with:

Code:
pactl list|grep 'Active Port: '

2) When the audio is set to Earpiece and a call is received, when I answer it the audio sometimes gets switched to the speaker instead of remaining on the earpiece. This can be tested by forcing the output before getting a call:
Code:
pactl set-sink-port "@DEFAULT_SINK@" "[Out] Earpiece"

In both cases, it's like the audio system is sometimes doing a simple toggle of the output instead of routing it correctly. These issues could be due to a configuration problem rather than a bug in wireplumber. I have not seen any failure to switch the profile between "HiFi" and "Voice Call", it seems to be just the output destination that can be wrong.

The intermittent nature is confounding, as is my general ignorance of Linux audio.  I don't know if any current wireplumber reports cover this but I did find this likely match for ALSA on Mobian.

Has anyone else observed these issues? Does anyone have insight on where to start debugging this?


  USB charging is unreliable
Posted by: lightwo - 05-17-2024, 04:29 AM - Forum: PinePhone Pro Hardware - No Replies

I don't know whether it's just my unit, or Tow-Boot and Arch Linux ARM, but it tends to happen that I plug in my PPP to charge over USB and it won't charge until I re-insert the battery.

Yes, I suspended in the meantime, and I was made aware in the #pinephone Matrix that it causes the battery level to be incorrect.

Is this a known issue? Does it indicate a hardware fault?


  Netbds10.0 on Rock64 not booting
Posted by: Ingen - 05-17-2024, 04:09 AM - Forum: BSD on Rock64 - Replies (12)

Hi!
I have bought a Rock64 for running Netbsd and downloaded pre-built, bootable 10.0 image from https://nycdn.netbsd.org/pub/arm/ for this board.
Then I verify, gunzip and dd the .img file to sd/emmc, insert card and power on. I get a green power light a red st.by and a white pwr light and that's it. Ive done this the exact same on pinebook pro and rpi3b many times with no issues. Just works. I also tried the "daily" but no noticable difference.

I have successfully booted an image from armbian just to verify the hw is working.

Even tried the 9.4 image so now i'm running out of ideas. Btw also tried the dd u-boot to sd but it should not be necessary with these images as far as I know...

Anyone using these images who could help me out here?


  upgrading u-boot--what version? where to get it?
Posted by: bsammon - 05-16-2024, 05:59 PM - Forum: General Discussion on Pinebook Pro - Replies (14)

I have a pinebook pro with a rather old version of u-boot on it (it says U-Boot 2017.09-04094-g969502b-dirty), and I was thinking it would probably be a good idea to update it.

What version/versions are known to work, and are there binary releases available to download, or should I compile it myself?


  PineTime for kid
Posted by: hyperman - 05-16-2024, 02:17 AM - Forum: General - Replies (1)

Hello,

I am evaluating if PineTime would be a good idea for my 7 year old son. He might have some light ASD.

  • He gets reassured by knowing the current time (24h format or analog, not AM/PM)  
  •  I'd like him to receive a notification for specific moments in time when he should be doing something, repeating for day of week.  
  •  An agenda view and some notes would also be good, he really needs some knowledge over his own life.
  •  If I could attach small pictures or specific noises to the notifications and agenda, that would be great.
  • I want only the minimum of distractions, no games, etc..  
  • He also tends to freeze/daydream and forget where he is.  I wonder if the step detector could detect this and make a noice to pull him back to reality
  • I'd like this in Dutch/Flemish

My current idea is taking infinitime, and disabling all options I don't like at compile time, e.g. the games in there.   I programmed C++ a decade ago, so I can fork and do basic adaptations.  small pictures/noises and movement detection would be more major adaptations I'd do later, if ever. 

Thanks


  Please share your experience about recharging PP
Posted by: shengchieh - 05-14-2024, 11:23 AM - Forum: PinePhone Hardware - Replies (3)

My second battery went poofed.  That is two batteries in 16 months.  The original battery lasted
11 months.  No PP for 1 month.  The second "Samsung clone" battery lasted 4 months. 

The second battery acted up a month ago.  I tried moved (recharging PP) from old power strip to
a surge protector and thought that solved the problem.  Now battery is dying.

The first battery, I did USB charging for awhile.  Thought it was too slow and moved to the old
power strip.  Battery lasted longer, but still died.

-----

Can you share your experience in recharging PP?  Does surge protector helps?  Or slow USB charging
is best?  Or what?  Any tip on recharging PP so that battery lasts longer?

Burning a battery every 1/2 year is not pleasant.

Thank in advanced for your story.

Sheng-Chieh


  WiFi Walkie Talkies?
Posted by: EternityForest - 05-13-2024, 07:42 PM - Forum: General - Replies (3)

I find it odd that there are essentially *zero* good and affordable solutions for push-to-talk systems.  Everyone just accepts crappy FRS quality since there's not really anything better available.

It would be amazing to have a simple dedicated device with a speaker, mic, 3.5mm port, a tiny display and menu button, and a push-to-talk key.

It could come out of the box preprogrammed with a few ESP-NOW based channels, and then allow you to add RTP multicast paging on a proper WiFi network(Which seems to be what the expensive SIP phones use).

The ESP32 can handle Opus compression, so there should be enough bandwidth for a few repeater hops.

If it was 18650 powered it should be able to last all day, so you could just leave a few around as repeaters, one hop is probably enough for 90% of things FRS is actually good for.


The same hardware could also connect to a smart voice assistant server, act as a wireless media streaming target, or be a wireless doorbell beeper for home assistant.


I've seen a bunch of projects like this, but nothing available as a mass produced, ready to use device.


  how to enable /dev/i2c-0 on 0x64
Posted by: donadams - 05-12-2024, 10:42 PM - Forum: Getting Started - Replies (3)

Hi All, I've ran through this tut https://wiki.pine64.org/wiki/Ox64 and flashed my board. Along the way I enabled the i2c options in the buildroot menu but I don't see "/dev/i2c-0 " when booted. I also don't see i2c kernal msgs (not sure if there should be?). i2ctools is installed.
Wondering if anyone knows what the next step is from there? Is there a device tree that needs to be updated?
Thanks


  xz version
Posted by: DaForest - 05-12-2024, 11:27 AM - Forum: General Discussion of PinePhone Pro - Replies (1)

I'm sure everybody has heard about the backdoor built into xz version.
All my computers are xz version 5.4.5
I just checked my Pine Phone Pro for xz version and it is 5.6.1
5.6.0. and up are infected.
heads up folks because that is the infected version.
I found this on Arch Linux Phosh.
Check your phones immediately because as I understand this your phone can be remotely accessed.
To check your version in a terminal type xz --version


I just installed Postmarketos 23.12 Plasma and the xz version is 5.4.5 which is fine.