Jump to content

niccodemi

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

1968 profile views
  1. Yes, I edited /etc/ssh/sshd_config on the remote server.
  2. 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.
  3. 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?
  4. Thanks for reply. Do you know if all H2 boards are affected with this issue? Sent from my Redmi 4A using Tapatalk
  5. 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
  6. 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?
  7. @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"; };
  8. @martinayotte I've got Banana pi M1 with broken sd card detect pin (pad is delaminated and I cannot solder it to ground). Do you know which part of "Main DT" to edit in order to remove detect pin declaration?
  9. 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.
  10. @chwe to increase reliability of certain usb adapters. On raspbian this is accomplished fairly easy just by adding parameter "dwc_otg.speed=1" to file /boot/cmdline.txt Is there really no such option in armbian?
  11. Hi, I would like to know if it is possible to limit USB speed to 1.1 standard on orangepipc and how to do it? I know it is doable on raspbian but I couldn't find info about doing this on armbian
  12. 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).
  13. Thanks, after following your instructions I managed to log in from another computer. I can see armbian desktop but mouse and keyboard controls don't function.
  14. 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