Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
Any updates on Bluetooth ...
Forum: General Discussion on PineTab
Last Post: BluetoothBroke
4 hours ago
» Replies: 0
» Views: 4
|
google will take control ...
Forum: General
Last Post: bilaljack23
Today, 04:57 AM
» Replies: 22
» Views: 8,521
|
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: FEC
Today, 03:38 AM
» Replies: 0
» Views: 18
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
Yesterday, 01:51 PM
» Replies: 4
» Views: 244
|
Trying to attach a serial...
Forum: RockPro64 Hardware and Accessories
Last Post: marietto
Yesterday, 08:50 AM
» Replies: 0
» Views: 32
|
Full desktop Surfing and ...
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
08-02-2025, 08:55 PM
» Replies: 1
» Views: 246
|
Keyboard availability?
Forum: PinePhone Pro Accessories
Last Post: Peter Gamma
08-02-2025, 01:00 PM
» Replies: 8
» Views: 1,054
|
* /lib64 is a symbolic li...
Forum: PineNote Software
Last Post: Francus
08-02-2025, 08:16 AM
» Replies: 3
» Views: 181
|
incorporate a multimeter ...
Forum: General
Last Post: hinomi
07-31-2025, 03:39 PM
» Replies: 1
» Views: 380
|
Pine Phone Pro audio on p...
Forum: PinePhone Pro Software
Last Post: DominiqueM
07-31-2025, 05:37 AM
» Replies: 49
» Views: 36,127
|
|
|
baloo_file |
Posted by: Emilio - 05-31-2022, 12:59 AM - Forum: PinePhone Pro Software
- No Replies
|
 |
After installing the last Dev image on a SD and after entering the PIN this is the error I get. Does sny body know what does this file do? After closing the window, the normal desktop appears on the screen and I can keep on going but cannot understand the error and it's conscuences
We are sorry,baloo_file closed unexpectedly
You cannot report this error, because baloo_file does not provide a bug reporting address
Details:
Executable:baloo_file PID:3,810 Signal:Aborted(6)
Time:5/31/22 8:47 AM
Baloo is the file indexing and file search framework for KDE Plasma, with a focus on providing a very small memory footprint along with with extremely fast searching.
|
|
|
RockPro64 has no white led, nor will it boot past... |
Posted by: AnjinMeili - 05-30-2022, 05:38 PM - Forum: General Discussion on ROCKPRO64
- Replies (2)
|
 |
I have tried endless OS images, on both SD cards and eMMC, and am simply frustrated.
When I fire up a Debian buster image, it boots to the installer, gets all the way to the end, and then... Dies when it attempt to boot into the os for the first time.
The Armbian and ayufan images get to 'Flattened Device Tree blob at 01f00000' and 'Booting using the fat blob at 0x1f00000' and hangs.
There is no white LED at all as well.
Seems so strange as it grinds though so much doing the installer for Debian Bullseye.
Hoping this is just my own stupidity, and I am missing something obvious.
Thanks for the advice and guidance.
Cheers
Anjin
|
|
|
Mute function on calls? |
Posted by: scrwbigtek - 05-30-2022, 12:52 PM - Forum: General Discussion on PinePhone
- No Replies
|
 |
Hello All,
Will try again here.
Do any of the Pinephone releases have the mute mic function working?
If not any idea when?
So far I have tried Manjaro Posh. and KDE with no luck. I am off to Mobian next
Really did not have to run down the entire list of every release.
I see various release charts with features that work or do not work in various places.
Is there one official go to place for this with status listed?
I also saw "we have Pulse Audio to thank for this".
Are there any known verified workarounds?
thanks!
sbt
Update (well Mobian did not go well, not trying that again, almost bricked my phone).
|
|
|
Second USB3 port as OTG |
Posted by: softsr - 05-30-2022, 07:29 AM - Forum: General Discussion on ROCKPRO64
- Replies (1)
|
 |
Hello everyone!
According Wiki the USB3 Port on RockPro64 could be used as an OTG port.
I'm using Type C port for OTG device pretty succesfully, however there is a demand on having two OTG Ports simultaneously.
Till now I've managed to switch USB3 port into OTG mode with editing device tree over dtedit command where following string was set from "host" to "otg":
Code: usb1 {
compatible = "rockchip,rk3399-dwc3";
clocks = <0x8 0x82 0x8 0x84 0x8 0xf7 0x8 0xf9>;
clock-names = "ref_clk", "suspend_clk", "bus_clk", "grf_clk";
power-domains = <0x15 0x18>;
resets = <0x8 0x126>;
reset-names = "usb3-otg";
#address-cells = <0x2>;
#size-cells = <0x2>;
ranges;
status = "okay";
phandle = <0xf1>;
dwc3@fe900000 {
compatible = "snps,dwc3";
reg = <0x0 0xfe900000 0x0 0x100000>;
interrupts = <0x0 0x6e 0x4 0x0>;
dr_mode = "otg";
phys = <0x2b 0x2c>;
phy-names = "usb2-phy", "usb3-phy";
phy_type = "utmi_wide";
snps,dis_enblslpm_quirk;
snps,dis-u2-freeclk-exists-quirk;
snps,dis_u2_susphy_quirk;
snps,dis-del-phy-power-chg-quirk;
snps,tx-ipgap-linecheck-dis-quirk;
snps,xhci-slow-suspend-quirk;
snps,xhci-trb-ent-quirk;
snps,usb3-warm-reset-on-resume-quirk;
status = "okay";
phandle = <0xf2>;
};
};
After that I can see the second device under /sys/class/udc:
Code: rock64@rockpro64:~$ ls /sys/class/udc
fe800000.dwc3 fe900000.dwc3
However the second USB3 device (fe900000.dwc) doesn't work same as Type C port, no device appears there at all (I'm setting it as a mass storage).
So my question is:
is it generally a good idea to use two USB3 ports as OTG devices simultaneously?
If so, what could lack in setting it up?
|
|
|
How to disable automatic update checks |
Posted by: bdicewk - 05-29-2022, 01:34 PM - Forum: Manjaro on PinePhone
- Replies (4)
|
 |
I have just received a new PinePhone, and the first time I connected it to the Internet, it immediately showed me that (software) updates are available. The phone didn't install the updates before I asked to do so, but still, I was actually quite disappointed with this behavior, especially in a privacy and security oriented phone. I don't want the phone to do anything on the Internet before I explicitly request to do so. Even if it does not install the updates, just checks for them, this still transfers data over the Internet, which may be undesirable in certain cases.
This time I installed the updates (which also created quite a severe bug, see below), but I don't want to have any automatic update checks in the future.
So, my first question is: how do I disable automatic checks for updates on the default OS (if I understand correctly, this is manjaro)?
Second, more details about the bug: sometimes, when I turn off the screen using the button on the side, and then turn on the screen again, instead of a PIN prompt, I see a text message (that does not fit on the screen in full also) and no interface elements at all. I don't know how to continue working with the phone from that point except for removing the battery and inserting it again (which is not good for the OS, I guess).
Some pieces of the message that are visible on the screen:
"... and unlocking is ..."
"... to a virtual ..."
"... and execute the ..."
"... unlock-session ..."
"... session by ..."
"... running session ..."
|
|
|
RAW image output only 32MB and not working |
Posted by: Kimberley van Buyten - 05-29-2022, 03:02 AM - Forum: SailfishOS on PinePhone
- Replies (3)
|
 |
(First of all, I don't know the differents between PinePhone 1.0 or 1.1, but I choose 1.1)
I run the flash-it.sh script and typed 'raw' to write image to the folder containing flash-it.sh script. What I have now is;
u-boot-sunxi-with-spl-pinephone.bin 741KB
sdcard.img 32,7MB
But when I flash image to eMMC, nothing seems to happen. Did I do something wrong in the Terminal? Or do I have to use the Terminal inside the phone?
|
|
|
Can I use the pinetime as a blind user |
Posted by: pranav - 05-28-2022, 08:02 PM - Forum: Getting Started
- Replies (1)
|
 |
Hi all,
I am a blind Linux user and developer. I want to create my own smartwatch and was looking around and found the pinetime.
I have the following queries.
1. Can I update the pinetime without interacting with the screen? The watch does not appear to have any accessibility options at all. I did read the getting started section and that is where I found references to interacting with the touch screen of the watch.
2. Can I connect a speaker to the pinetime? I am not referring to a Bluetooth speaker but something small that I can enclose in the watch case. My idea is to have synthetic speech on the watch.
Regards
Pranav
|
|
|
|