Jump to content

niccodemi

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by niccodemi

  1. Hi,

     

    hardware / OS = OrangePi PC with Armbian 22.04.2 Ubuntu

     

    When executing following command

    "ssh -D 1080 user@domain"

    the system doesn't create / open ssh port where it should listen too. I can verify this with command "ps aux | grep ssh".

     

    I edited /etc/ssh/sshd_config file by enabling following lines

    AllowTcpForwarding yes

    PermitTunnel yes

     

    What else do I have to do in order to be able to start ssh proxy server?

     

    I was following this guide

    https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel

     

    Thank you.

     

  2. I've got Bananapi M1 with broken sd card detect pin (pad is delaminated and I cannot solder it to ground). In the past I was able to mitigate this issue by patching file \linux-mainline\linux-4.14.y\arch\arm\boot\dts\sun7i-a20-bananapi.dts

    and replacing "cd-gpios...." line with "broken-cd;" . This fix does not work anymore with current stable image (kernel linux-5.15.y). Does anyone know how else to solve it? Does u-boot (Bananapi-defconfig) need to be modified as well?

  3. Hi,

     

    I installed Armbian image 20.8.1-focal-5.8.5 to Orange Pi PC. I am experiencing issues with playing sounds (tested with playing .wav files). Upon starting playback first 1-2 seconds are omitted and then sound plays as it should.

     

    I didn't notice this issue on Xenial (3.4.113).

     

    Issue is identical to the ones reported in following threads:

    https://forum.armbian.com/topic/12059-orange-pi-lite-missing-first-second-of-the-audio-output/

    https://forum.armbian.com/topic/12059-orange-pi-lite-missing-first-second-of-the-audio-output/

     

    Has anyone managed to solve it?

     

    Thanks

  4. I am running Debian 9 on Bananapi M1 with custom built image. Board has SD-card detect pin broken that's why I patched sun7i-a20-bananapi.dts with below changes

     

    &mmc0 {
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bananapi>;
        vmmc-supply = <&reg_vcc3v3>;
        bus-width = <4>;
        broken-cd;
        cd-inverted;
        status = "okay";
    };

     

    Everything works fine until I upgrade any or all of below three packages:

    linux-dtb-next-sunxi     linux-image-next-sunxi    linux-u-boot-bananapi-next

     

    The upgrade goes through fine but after rebooting the system I can only enter Emergency (maintenance) mode.

     

    How can I resolve this issue? Or should I just keep these packages on hold?

  5. @martinayotte Thanks a lot, it worked. 

     

    For anyone else looking for solution; below file has to be changed; patch created and then image built (with patch placed in build\userpatches\kernel\sunxi-next)

     

    build\cache\sources\linux-mainline\linux-4.14.y\arch\arm\boot\dts\sun7i-a20-bananapi.dts

     

    &mmc0 {
        pinctrl-names = "default";
        pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_bananapi>;
        vmmc-supply = <&reg_vcc3v3>;
        bus-width = <4>;
        broken-cd;
        cd-inverted;
        status = "okay";
    };

  6. Hi,

     

    I would like to run Armbian Stretch  (mainline kernel 4.14.y) on Bananapi M1. Board has an issue - sd card detect pin is broken. In legacy kernel 3.4.y  there was an easy workaround to change paramter sdc_detmode = 1 to sdc_detmode = 3 in /boot/script.bin file.

    How would I do this on 4.14 kernel which as I understand doesn't use script.bin anymore?

    I setup Virtualbox with Ubuntu 18.04 and I can compile image with default options. I only need guidance in what parameter and in which file to change.

  7. I tried, it was unchecked.

     

    Another thing I noticed is that Teamviewer seems to connect to different desktop than ultravnc. And within Ultravnc desktop Teamviewer window pops up on boot but the content remains empty, only frame is visible (screenshot attached).

    post-1759-0-00867500-1470976862_thumb.jpg

  8. Hi,

     

    I've been using Armbian with Banana Pi M2 for a while and I am very satisfied with performance. Recently I noticed that Teamviewer has been developed for ARM systems, officially only for Raspbian but it seems few people had success running it on Orange Pi too. 

     

    I followed installation instructions and succeeded however once I connect to it I see only black screen.

     

    Did anyone else manage to get it working?

     

    Below is link to original thread:

     

    https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=144608

     

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines