Jump to content

scaevola

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Warsaw, Poland

Recent Profile Visitors

1795 profile views
  1. Hi there. I use Orange Pi zero as home print server. It works for few months for now and I am very pleased with that. Although, my printer falls into deep sleep after printing (it's Brother HL-1110EW) and cannot be woken up by the server. I have to start printer manually to print next printouts. Thus I wanted to install tea4cups to drive a relay turning the printer on and off when needed. I installed the WiringOP-zero (from here: https://github.com/xpertsavenue/WiringOP-Zero) but then strange things become to happen. I connected temporarily a LED diode to indicate the changes of the GPIO. (GPIO-7 and GND). The LED is on all the time, no matter what command I send. Even if "gpio readall" shows "0" state on GPIO-7 the led still is on. I tried to push the values through "echo": But also without success. That means gpio readall still shows changes in the table but there are no physical changes on the pin (the voltage still is on). Then I thought that maybe there is no kernel module loaded, but I can see that w1-gpio is loaded: lsmod Module Size Used by aes_arm_bs 20480 2 crypto_simd 16384 1 aes_arm_bs ccm 20480 6 xradio_wlan 110592 1 mac80211 532480 1 xradio_wlan sun4i_gpadc_iio 16384 0 cfg80211 491520 2 mac80211,xradio_wlan industrialio 53248 1 sun4i_gpadc_iio zram 24576 2 sun8i_thermal 16384 0 sunxi_cedrus 32768 0 rfkill 20480 3 cfg80211 libarc4 16384 1 mac80211 v4l2_mem2mem 20480 1 sunxi_cedrus videobuf2_dma_contig 20480 1 sunxi_cedrus videobuf2_memops 20480 1 videobuf2_dma_contig videobuf2_v4l2 20480 2 sunxi_cedrus,v4l2_mem2mem videobuf2_common 40960 3 sunxi_cedrus,v4l2_mem2mem,videobuf2_v4l2 w1_gpio 16384 0 wire 32768 1 w1_gpio cn 16384 1 wire uio_pdrv_genirq 20480 0 uio 16384 1 uio_pdrv_genirq cpufreq_dt 20480 0 usb_f_acm 20480 1 u_serial 24576 3 usb_f_acm g_serial 16384 0 libcomposite 45056 2 g_serial,usb_f_acm ip_tables 24576 0 x_tables 24576 1 ip_tables autofs4 36864 2 pwrseq_simple 16384 1 sunxi 16384 0 phy_generic 20480 2 sunxi Then I started to read forums, including this one. Still no clue what is happening, I did not find any similar case. I run out of ideas -maybe anyone would have some? Oh, I forgot one thing that may be interesting - driving onboard red led actually works. (gpio 30) EDIT: I changed the driving pin for pin9 and it works fine. Pin 7 is damaged or anything? Dunno.
  2. Hi, I use OrangePi PC as my home samba server, as well as dlna server. It works from hdd, since I made a command nand-sata-install. I want to change the disc for a bigger one, how can I do this? If I will make rsync with all hdd will it be enough?
  3. scaevola

    scaevola

  4. The most practical solution (although not perfect, because it requires reversing the systemd version) was proposed by @thexman in this thread: https://forum.armbian.com/topic/8852-ssh-doesnt-work-on-orange-pi-zero/?page=3 Just clone his git script, run it and halt systemd updates. This will save your machine from problems with ssh and other services until this would be repaired in ubuntu.
  5. @thexman Thank you very much for recognizing the problem and your github bash files! They are really heplful! I have Orange Pi PC server at home, which serves as dlna server and also tvheadend and samba store. So after last update I was really upset when it occurred I can't connect with server anymore through SSH. Fortunately I installed Webmin few months ago and thanks to that I was able to get to webmin virtual console and easy repair the systemd thanks to your files. It just came to me that I've got two Opi Zeros, running as dlna players and they have auto updates on. But yesterday they worked fine. I hope this bug won't happen to them.
  6. Hello, I'm trying to install kerberosio on armbian jessie (opi lite), but: 1. There is no *deb package on github (anyone knows why?) 2. When I try to compile, it throws up with errors and the installer even has problems with downloading libav from github (as far as I know it can't download file when there is simple github.com address without www prefix) Did anyone tried to install kerberosio on armbian last weeks? There is no version for orange on etcher, am I right? greetings Scaevola
  7. Hi there, Sorry to dig up this thread, but yesterday I tried to revive my old ly-f1 tablet. I burnt the pcduino2 image to sd, replaced script.bin and... the tablet has started, shown an ubuntu prompt. I logged in as root, changed default password and rebooted. Then it didn't started. The screen was left blank, but was highligted. I thought that it maybe will took more time to boot and left it for a night, but nothing happened. What I did wrong? Ok, and another silly question: where to put the other attached files? to /boot? /boot/bin?
  8. Hi there, I've got OrangePi Lite with RetrOrangePi (from there: http://orange314.com/RetrOrangePi ). The device boots up succesfully, but when I get to the desktop, I don't have any access to the net. The ifconfig shows no wlan0 interface, only loopback is present. Do you have any ideas what can I do with that? The RetrOrangePi image is based on the armbian 5.17, so I presume, the correct drivers are present. Maybe it's hardware damage? Allright, got it. I just had to upload proper driver into kernel through init.d.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines