Jump to content

martinayotte

Members
  • Posts

    3892
  • Joined

  • Last visited

Posts posted by martinayotte

  1. I've installed Ayufan build xenial-mate-pinebook-bspkernel-0.4.2-47.img.xz and it effectively seems to be fixed.

    I've closed/flipped the screen and left it in suspend mode, and I opened back 4 hours later, battery was still around same 94% level seen previously.

     

    EDIT : about 8 hours later, my pinebook is around 81% charged/unplugged, it was probably around 92% when I resumed halt an hour ago.

     

    BTW, one thing I start hating : the trackpad is too much sensitive : I try to avoid touching it, and I'm still using external mouse, because I hate those pads anyway, but even not using this pad, while typing on keyboard, if my fingers are too near of the pad, it product a mouse-click event and I'm doing bad typos ...

  2. The OPiZero DT in 4.11 wasn't enabled and didn't have PHY assigned. I added a patch in Armbian builds.

    Either you wait for next nightly build, or add this patch and build it yourself :



    diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
    index e94f196..69a4840 100644
    --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
    +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
    @@ -104,6 +104,15 @@
         status = "okay";
     };
     
    +&emac {
    +    pinctrl-names = "default";
    +    phy-supply = <&reg_vcc3v3>;
    +    phy-handle = <&int_mii_phy>;
    +    phy-mode = "mii";
    +    allwinner,leds-active-low;
    +    status = "okay";
    +};
    +
     &mmc0 {
         pinctrl-names = "default";
         pinctrl-0 = <&mmc0_pins_a>;

  3. Just to asking people to give their own feedback here about suspend/resume of the Pinebook.

     

    Today I've experienced a total battery drain-out in 12 hours after a manual explicit suspend or a screen flip-close (what I'm not sure which I've done).

     

    In the past days, I did it often, but most of the time, either I've re-plugged charger for the night, or only suspended it for couple of hours.

     

    It would be interesting to know for all of you how long a real suspend can last without charging.

     

     

  4. Which board are you using ? OPiZero or OPiZeroPlus-H5 ?

    In other words, is it an H3 or an H5 ?

    Because on H5, there is an issue that all those branches are not supporting 64 bits pointers.

    I've fixed it these past days, but I didn't submit PR yet, but the fix is pretty easy :

    Change all references of "unsigned int SUNXI_PIO_BASE;" to "unsigned long SUNXI_PIO_BASE;"

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines