Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
* /lib64 is a symbolic li...
Forum: PineNote Software
Last Post: Dendrocalamus64
3 hours ago
» Replies: 1
» Views: 22
|
Invalid Signature by m-we...
Forum: PineNote Software
Last Post: Francus
Yesterday, 05:26 AM
» Replies: 0
» Views: 54
|
Pinetab2 not starting
Forum: PineTab Hardware
Last Post: biketool
Yesterday, 03:04 AM
» Replies: 12
» Views: 6,603
|
incorporate a multimeter ...
Forum: General
Last Post: angelaeng
07-24-2025, 10:41 PM
» Replies: 1
» Views: 280
|
invalid signatures
Forum: Getting Started
Last Post: Dendrocalamus64
07-24-2025, 08:35 PM
» Replies: 2
» Views: 216
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: mikehenson
07-24-2025, 07:28 AM
» Replies: 1
» Views: 82
|
? Introducing RoutineHero...
Forum: General Discussion on PineTime
Last Post: oscar-gardiazabal
07-24-2025, 03:25 AM
» Replies: 0
» Views: 64
|
pinetab2 danctnix broken ...
Forum: PineTab Software
Last Post: acruhl
07-23-2025, 06:27 PM
» Replies: 6
» Views: 288
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
07-23-2025, 09:37 AM
» Replies: 2
» Views: 176
|
Need new eMMC
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
07-22-2025, 03:10 PM
» Replies: 1
» Views: 113
|
|
|
Unable to configure mmc2 on pinecube in 4 bit SDIO mode |
Posted by: doode - 05-05-2021, 04:50 PM - Forum: General Discussion on PineCube
- Replies (1)
|
 |
Attempting to enable the third mmc port in 4 bit mode with little progress. I enabled it via dts & disabled the spi0 port which shares the same pins. The system comes up, sees the peripheral.. but thats about as far as I can get.
I pulled off the RTK8189ES module and soldered my peripheral in its place and it works fine.
Some details...
dmesg log w/errors
[ 1.377523] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB
[ 1.404182] mmc2: new high speed SDIO card at address 0001
[ 17.998911] sunxi-mmc 1c11000.mmc: data error, sending stop command
[ 18.005356] my_driver mmc2:0001:2: sdio readl failed -110
changes to sun8i-v3s.dtsi
mmc2: mmc@1c11000 {
compatible = "allwinner,sun7i-a20-mmc";
reg = <0x01c11000 0x1000>;
clocks = <&ccu CLK_BUS_MMC2>,
<&ccu CLK_MMC2>,
<&ccu CLK_MMC2_OUTPUT>,
<&ccu CLK_MMC2_SAMPLE>;
clock-names = "ahb",
"mmc",
"output",
"sample";
resets = <&ccu RST_BUS_MMC2>;
reset-names = "ahb";
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&mmc2_pins>;
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
};
mmc2_pins: mmc2-pins {
pins = "PC0", "PC1", "PC3", "PC4",
"PC5", "PC6";
function = "mmc2";
drive-strength = <30>;
bias-pull-up;
};
changes to sun8i-s3-pinecube.dts
&mmc2 {
vmmc-supply = <®_dcdc3>;
bus-width = <4>;
non-removable;
status = "okay";
};
/*
&spi0 {
status = "okay";
flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "winbond,w25q128", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <40000000>;
};
};
*/
|
|
|
Bluetooth, |
Posted by: yurievitch - 05-05-2021, 02:28 PM - Forum: PineTab Hardware
- Replies (5)
|
 |
I have an early adopter version and the internal Bluetooth has never worked. Do I need to enable it or use a dongle? I have an old Dlink DBT 122 that's past its prime.
Does anyone know of one that works with PineTab?
|
|
|
Connection Problems |
Posted by: LinuxMathGuy - 05-05-2021, 02:01 PM - Forum: General Discussion on PineTime
- No Replies
|
 |
I got my Pinetime (sealed) yesterday and it was working great. The battery has been fine and I was connecting to Gadgetbridge ok, with an update of the default firmware to Infinitime 1.0. However, this morning, my phone has been unable to hold a connection to Gadgetbridge for more than 10 seconds. I tried to restart both the phone and watch but unsure how to restart the watch I accidentally factory reset it. However, I am still having trouble, even when forgetting and resetting the connection in Gadgetbridge, to maintain a connection long enough to do a firmware update OTA (this has been attempted with both my phone and my wife's phone, both Samsung S20FE running Gadgetbridge downloaded from F Droid).
I am not sure if this is a hardware or software problem, but is there anything I could do to try to fix the connection.
|
|
|
Arch Linux PinePhone scaling slider |
Posted by: Chief - 05-05-2021, 01:08 PM - Forum: Arch Linux on PinePhone
- Replies (5)
|
 |
Greeting to all,
I'm a newbie at this forum stuff.
I suggest for Arch Linux ARM on PinePhone for the community to create a slider for scaling.
The slider could be located under the volume-brightness sliders. I see that a 100% / 200% scaling has been created in settings / Display which is great but if there were graduations at least of say 10% that would be perfect. This could solve several issues with apps in the software community as each app can be custom set and thereby much easier to use.
|
|
|
Pinebook Boot |
Posted by: CharlesBunders - 05-05-2021, 08:58 AM - Forum: General Discussion on Pinebook Pro
- Replies (14)
|
 |
Just got my Pinebook Pro. Used it for a while and now won't finish booting in to Monjaro. Just a cursor in the top left. I can ctrl-f4 and it kicks to a command line prompt. Is there a way to just reset the system back to initial factory?
I tried to do a sudo pacman -Syu and chose no for most of the update questions. Any issues with accepting the defaults of this with a new system?
|
|
|
How to turn it off/sleep |
Posted by: rogerco - 05-05-2021, 08:29 AM - Forum: General Discussion on PinePhone
- Replies (4)
|
 |
This may sound like a silly question, but I can't figure out how to turn the pine phone beta off!
A short press on the power button blanks the screen but doesn't seem to be a proper sleep mode, in that battery drain continues apace - flat from fully charged in 6 hours, same as if it was on and being used. (as an aside is 6 hrs battery life typical?)
A (very) long press on the power button does seem to force an immediate shut-down (like disconnecting the battery would), but it is not a graceful power down, more of a crash and when you turn it on again it seems to take at least three or four soft reboots before it is stable - it self reboots continuously every few seconds after the screen wakes up and eventually might wake up or you might have to do another forced shut-down.
I haven't added anything to mine yet, so it is the default factory config, except it did propose a system update, which I accepted, when first powered on.
Does this sound like something is wrong? (it does to me). How can I get it (back?) into a more usable state?
What is the correct procedure for sleep and power off?
|
|
|
Latest update broke my cellular |
Posted by: 112113101098101077 - 05-05-2021, 03:30 AM - Forum: Arch Linux on PinePhone
- Replies (1)
|
 |
The top- bare gives a no- cellular icon
Settings do not have the "mobile" icon
From a terminal:
Code: [root@petrov ~]# mmcli -L
No modems were found
My latest updates are:
Code: [2021-05-05T10:04:22+0200] [PACMAN] Running 'pacman -Syu'
[2021-05-05T10:04:22+0200] [PACMAN] synchronizing package lists
[2021-05-05T10:04:26+0200] [PACMAN] starting full system upgrade
[2021-05-05T10:07:36+0200] [ALPM] transaction started
[2021-05-05T10:07:40+0200] [ALPM] upgraded ncurses (6.2-1 -> 6.2-2)
[2021-05-05T10:07:40+0200] [ALPM] upgraded harfbuzz (2.8.0-3 -> 2.8.1-1)
[2021-05-05T10:07:48+0200] [ALPM] upgraded adwaita-icon-theme (40.0-1 -> 40.1-1)
[2021-05-05T10:07:48+0200] [ALPM] upgraded srt (1.4.2-1 -> 1.4.3-1)
[2021-05-05T10:07:49+0200] [ALPM] upgraded libldap (2.4.58-1 -> 2.4.58-2)
[2021-05-05T10:07:53+0200] [ALPM] upgraded ffmpeg (2:4.4-1 -> 2:4.4-2)
[2021-05-05T10:07:54+0200] [ALPM] upgraded libxkbcommon (1.2.1-1 -> 1.3.0-1)
[2021-05-05T10:07:54+0200] [ALPM] upgraded wayland-protocols (1.20-1 -> 1.21-1)
[2021-05-05T10:07:55+0200] [ALPM] upgraded gnome-desktop (1:40.0-1 -> 1:40.1-1)
[2021-05-05T10:07:55+0200] [ALPM] upgraded harfbuzz-icu (2.8.0-3 -> 2.8.1-1)
[2021-05-05T10:07:55+0200] [ALPM] upgraded libfdk-aac (2.0.1-2 -> 2.0.2-1)
[2021-05-05T10:07:55+0200] [ALPM] upgraded libmanette (0.2.6-1 -> 0.2.6-2)
[2021-05-05T10:07:56+0200] [ALPM] upgraded poppler (21.04.0-2 -> 21.05.0-1)
[2021-05-05T10:07:56+0200] [ALPM] upgraded mpfr (4.1.0-1 -> 4.1.0-2)
[2021-05-05T10:08:47+0200] [ALPM] upgraded libreoffice-still (7.0.5-3 -> 7.0.5-4)
[2021-05-05T10:08:47+0200] [ALPM] upgraded libsidplayfp (2.1.1-1 -> 2.1.2-1)
[2021-05-05T10:08:47+0200] [ALPM] upgraded libsynctex (2020.54586-13 -> 2020.54586-14)
[2021-05-05T10:08:47+0200] [ALPM] upgraded libxkbcommon-x11 (1.2.1-1 -> 1.3.0-1)
[2021-05-05T10:08:59+0200] [ALPM] upgraded linux-pine64 (5.12.0-3 -> 5.12.0-4)
[2021-05-05T10:08:59+0200] [ALPM] upgraded mailcap (2.1.49-1 -> 2.1.53-1)
[2021-05-05T10:08:59+0200] [ALPM] installed tracker3 (3.1.1-2)
[2021-05-05T10:09:00+0200] [ALPM] installed vulkan-headers (1:1.2.177-1)
[2021-05-05T10:09:00+0200] [ALPM] installed libcloudproviders (0.3.1-2)
[2021-05-05T10:09:01+0200] [ALPM] installed gst-plugins-bad-libs (1.18.4-6)
[2021-05-05T10:09:06+0200] [ALPM] installed gtk4 (1:4.2.0-5)
[2021-05-05T10:09:06+0200] [ALPM] upgraded megapixels (0.16.0-1 -> 1.0.1-1)
[2021-05-05T10:09:07+0200] [ALPM] upgraded modemmanager (1.16.2-1 -> 1.16.4-1)
[2021-05-05T10:09:07+0200] [ALPM] upgraded nano (5.6.1-1 -> 5.7-1)
[2021-05-05T10:09:08+0200] [ALPM] upgraded poppler-glib (21.04.0-2 -> 21.05.0-1)
[2021-05-05T10:09:17+0200] [ALPM] upgraded qt5-base (5.15.2+kde+r188-1 -> 5.15.2+kde+r192-1)
[2021-05-05T10:09:19+0200] [ALPM] transaction completed
[2021-05-05T10:09:23+0200] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-05-05T10:09:24+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-05-05T10:09:24+0200] [ALPM] running '30-systemd-update.hook'...
[2021-05-05T10:09:24+0200] [ALPM] running '60-depmod.hook'...
[2021-05-05T10:09:24+0200] [ALPM] running '60-linux-pine64.hook'...
[2021-05-05T10:09:54+0200] [ALPM] running '90-linux-pine64.hook'...
[2021-05-05T10:09:54+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-pine64.preset: 'default'
[2021-05-05T10:09:54+0200] [ALPM-SCRIPTLET] -> -k 5.12.0-4-danctnix -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2021-05-05T10:09:54+0200] [ALPM-SCRIPTLET] ==> Starting build: 5.12.0-4-danctnix
[2021-05-05T10:09:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2021-05-05T10:09:57+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2021-05-05T10:09:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2021-05-05T10:09:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2021-05-05T10:09:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2021-05-05T10:09:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2021-05-05T10:09:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2021-05-05T10:10:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2021-05-05T10:10:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [bootsplash-danctnix]
[2021-05-05T10:10:00+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-05-05T10:10:00+0200] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2021-05-05T10:10:06+0200] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-05-05T10:10:07+0200] [ALPM] running 'dbus-reload.hook'...
[2021-05-05T10:10:07+0200] [ALPM] running 'glib-compile-schemas.hook'...
[2021-05-05T10:10:07+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-05-05T10:10:08+0200] [ALPM] running 'gtk4-querymodules.hook'...
[2021-05-05T10:10:09+0200] [ALPM] running 'texinfo-install.hook'...
[2021-05-05T10:10:09+0200] [ALPM] running 'update-desktop-database.hook'...
[2021-05-05T10:10:10+0200] [ALPM] running 'update-mime-database.hook'...
These are new to me:
Code: [root@petrov ~]# coredumpctl list
..
..
Wed 2021-05-05 10:33:10 CEST 3374 0 0 SIGSEGV present /usr/bin/ModemManager 393.9K
Wed 2021-05-05 10:33:17 CEST 3967 0 0 SIGSEGV present /usr/bin/ModemManager 401.3K
Wed 2021-05-05 10:38:44 CEST 3990 0 0 SIGSEGV present /usr/bin/ModemManager 400.9K
Wed 2021-05-05 10:38:51 CEST 4014 0 0 SIGSEGV present /usr/bin/ModemManager 402.0K
Wed 2021-05-05 10:38:57 CEST 4036 0 0 SIGSEGV present /usr/bin/ModemManager 402.6K
Wed 2021-05-05 10:39:04 CEST 4059 0 0 SIGSEGV present /usr/bin/ModemManager 403.8K
Wed 2021-05-05 10:39:10 CEST 4083 0 0 SIGSEGV present /usr/bin/ModemManager 401.0K
Wed 2021-05-05 10:39:16 CEST 4104 0 0 SIGSEGV present /usr/bin/ModemManager 401.2K
|
|
|
How best to help make the PinePhone better? |
Posted by: KJ6OHG - 05-05-2021, 12:50 AM - Forum: General Discussion on PinePhone
- Replies (1)
|
 |
Hi,
I have PinePhone Plasma and I like the potential of this device and I would like to do more to help it grow.
I have some experience Debian on desk top machines and raspberry pi. I have been trying Mobian and I like it over all. but there are a few apps would like to have.
My only programming experience was in Basic and that was more than 30 years ago, but I think I could learn how.
Is there something I can do to help?
|
|
|
Display options |
Posted by: KJ6OHG - 05-05-2021, 12:23 AM - Forum: Quartz64 Hardware and Accessories
- Replies (2)
|
 |
As a kid my family had an OSBORNE EXECUTIVE Computer. A portable computer the size of a suit case with 2 floppy disks and a 7 inch CRT.
My plan is to build a portable computer using a Quartz64 or a RockPro64 in a case with 7 to 10 inch display. I am interested in the E-ink display but I am not sure if it would work well for my needs. So at this point I would like to get an LCD screen to connect to the DSI port so I can use the HDMI port for a big display.
I get confused trying to understand what screens would work.
Thank you,
|
|
|
|