Jump to content

technik007_cz

Members
  • Posts

    189
  • Joined

  • Last visited

Everything posted by technik007_cz

  1. I had couple of crc errors with similar logs few days ago on my BPi with external esata drive connected. Solution? I changed sata cable. Old one went to bin straight...
  2. Hi,answer is simple. No it is not. Armbian = linux os + uboot + kernel patches and drivers. But for hardware listed on www.armbian.com. If you want linux on smartphone try Ubuntu for phones.
  3. If booting with mixed new kernel and old stuff on sata drive do not work there is another option. Boot system just only from SD and upgrade system on SATA drive in chroot enviroment.
  4. Hi, could you post your terminal output with errors on your device first?
  5. Hi, I want turn off lan lights like I can do on Banana Pi, see bpi_ledset link below: https://github.com/n1tehawk/bpi_ledset I have couple of these boards turned on and it is like live in Las Vegas when it is night. And second reason why I do not need these lights is I see network activity on switch, I do not need to see duplicity information on board and switch together. Is is possible to turn lan leds on Orange Pi boards?
  6. If there are problems with droping packets on network I recommend change network cable first or clean up all gold contacts. I have couple of Orange Pi PC at home and I never seen any network related problems AnonymousPi posted.
  7. If you want use free space on you microsd you need to creta ext4 filesystem on it. Copy boot folder from your emmc, change root= folder in boot.scr in boot folder and compile new boot.cmd (I hope there is same filename convention) with command at the end of first file. And than you need write uboot to microsd. Sent from my Redmi Note 2 using Tapatalk
  8. If you plugged microsd in board is trying load system from it and when system is not present it stopped. Sent from my Redmi Note 2 using Tapatalk
  9. If you want plug some usb device to your board you are out of range 4,75-5,25V what usb specification says about voltage. I doesn't mean 4.75V is OK. Your board should rather stay between 5,0-5,1V to guarantee stability.
  10. My boards running perfectly with armbian system and I can tell you only 1 or 2 of 10 power adapters/charger for phones are suitable for singleboard computers asking for 5V. Problems is there are lot of fakes on market and adapters with very poor/simple circuit design not able to deliver current and voltage specified by manufacturer. This is not problem for phone charging, because for most people is not difference between charging time 2 or 4 hours, when you charging phone overnight but for computers it is. But if you like corrupted data... Check link on the right, there are some test of power adapters... http://www.lygte-info.dk/info/usbPowerSupplyTest%20UK.html One of my Orange Pi PC has been powered by power adapter with rated output 5V 3A. I bought it together with Orange Pi mini 2 board, but it works with Orange Pi PC and Orange Pi PC One as well. You really need proper power source. Do not underestimate it. And for second. If you have stability issues ending in reboots run cpu stability tests immediately: http://linux-sunxi.org/Hardware_Reliability_Tests
  11. I am guessing it is power adapter problem. You need test cpu on full load and measure voltage drop on easy accessible usb or gpio pins to be sure your power source is suitable. But if you want lowerdown power consumption try set frequency to 480 or 640Mhz. It can help you save about 40% of energy compare to 4 cores running on 1296Mhz and on 100 load. Sent from my Redmi Note 2 using Tapatalk
  12. @petrmaje Hi, I had same problem today. They stopped building it for arm cpu's from some unknown reason for me. Try download deb package manually from link bellow. Browser will complain about wrong certificate, so just add it. https://nihil.selfhost.eu/tvheadend/nightly/ You can install it with command: gdebi tvheadend*armhf.deb If it will complain about missing dependency like: Dependency is not satisfiable: libavcodec56 (>= 10:2.8.7) You need add deb-multimedia backport repository to your system. This is output of my repository list for example: cat /etc/apt/sources.list.d/multimedia.list deb http://www.deb-multimedia.org jessie main non-free deb http://www.deb-multimedia.org jessie-backports main If you have not added deb-multimedia repo yet follow complete procedure: (select/copy whole paragraph and paste it in your command line) echo "deb http://www.deb-multimedia.org jessie main non-free deb http://www.deb-multimedia.org jessie-backports main" > /etc/apt/sources.list.d/multimedia.list && apt-get update -y && apt-get install deb-multimedia-keyring --force-yes -y && apt-get update -y
  13. @tkaiser I want to claim last task you posted - armbian-test-reliability. I have 1pcs of Orange Pi One, 15pcs of Orange Pi PC and 2pcs of Orange Pi PC Plus. I have never tried to build my *.deb package but I like hw testing and scripting... Due date? 1..2 weeks? I must collect informations what can I get and what I am missing/do not know. I will let you know tomorrow.
  14. @rsegoly, original power adapter I bought together with Orange Pi One has no issues. When I tried some cable to power it from usb it failed even I feed it with about 6V. Reason is probably thin cable and usb male <=> female conector resistance. So basically I can only confirm what @tkaiser said.
  15. I downloaded image for Orange Pi PC plus - Jessie desktop today and run upgrade ... It is not critical error but I report it. Setting up dmsetup (2:1.02.90-2.2+deb8u1) ... update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.120+deb8u1) ... /boot/initrd.img-3.4.112-sun8i does not exist. Cannot update. .. .. Processing triggers for initramfs-tools (0.120+deb8u2) ... /boot/initrd.img-3.4.112-sun8i does not exist. Cannot update.
  16. Unplug power adaptor... Sent from my Redmi Note 2 using Tapatalk
  17. All right and back to human speech... If am right It can save me network cables between my H3 boards and network switch or I can hung up more those devices on that one switch. Which cable do I need to connect H3 boards? Or I can solder it directly to save resources. If I am right I need only 4 wire cable connected/soldered on pins see description below: 1<->1,2<->2,3<->3,nothing,4<->4 Description (borrowed from wikipedia): 1 VBUS Red +5 V 2 D− White Data− 3 D+ Green Data+ 4 ID No wire On-The-Go ID distinguishes cable ends: 5 GND Black Signal ground I will try to test it/make cable soon ...
  18. I tried install kernel, headers, firmware and uboot for legacy kernel. Can be problem for script this message on konsole? WARNING: The following packages cannot be authenticated! ... Install these packages without verification? [y/N] I think it cannot pass it without user interaction or it do not expect it can run into situation when repository key is old, missing or something else.
  19. Hi there, I do no need help how to sort it out. This is only report for Igor. I installed Jessie server image with legacy kernel on my Cubietruck few on April. I decided try upgrade to vanilla kernel about two weeks ago with command see below. And today I decided return back to legacy kernel with same command. (it is not important why but I have answer for it, I am enjoying testing ... ;-) ) ... but before I rebooted my experiencies say check /boot folder and I did not find important files there. I used command: wget -q -O - http://upgrade.armbian.com| bash And here is output of log: cat /boot/upgrade.log No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. "linux-image-2.6" is a virtual package provided by: linux-image-udoo linux-image-sunxi linux-image-sun8i linux-image-sun7i linux-image-sun4i linux-image-s500 linux-image-odroidxu4 linux-image-odroidxu linux-image-odroidc1 linux-image-next-udoo linux-image-next-sunxi linux-image-next-odroidxu linux-image-next-marvell linux-image-next-cubox linux-image-neo linux-image-marvell linux-image-dev-sunxi linux-image-dev-sun8i linux-image-dev-cubox linux-image-cubox linux-image-banana You must choose one to install. "linux-image" is a virtual package provided by: linux-image-udoo linux-image-sunxi linux-image-sun8i linux-image-sun7i linux-image-sun4i linux-image-s500 linux-image-odroidxu4 linux-image-odroidxu linux-image-odroidc1 linux-image-next-udoo linux-image-next-sunxi linux-image-next-odroidxu linux-image-next-marvell linux-image-next-cubox linux-image-neo linux-image-marvell linux-image-dev-sunxi linux-image-dev-sun8i linux-image-dev-cubox linux-image-cubox linux-image-banana You must choose one to install. No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. "linux-headers-2.6" is a virtual package provided by: linux-headers-sunxi linux-headers-sun8i linux-headers-sun7i linux-headers-sun4i linux-headers-banana You must choose one to install. "linux-headers" is a virtual package provided by: linux-headers-udoo linux-headers-sunxi linux-headers-sun8i linux-headers-sun7i linux-headers-sun4i linux-headers-s500 linux-headers-odroidxu4 linux-headers-odroidxu linux-headers-odroidc1 linux-headers-next-udoo linux-headers-next-sunxi linux-headers-next-odroidxu linux-headers-next-marvell linux-headers-next-cubox linux-headers-neo linux-headers-marvell linux-headers-dev-sunxi linux-headers-dev-sun8i linux-headers-dev-cubox linux-headers-cubox linux-headers-banana You must choose one to install. No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used.
  20. Try article link below. I am not saying it is working... :-) http://superuser.com/questions/615664/creating-wifi-access-point-on-a-single-interface-in-linux
  21. @Shamanches, if nothing helps folow article link below: http://linux-sunxi.org/Wifi
  22. If is the "interfaces" file pointing to wpa supplicant config, please post it ass well. Sent from my Redmi Note 2 using Tapatalk
  23. Can you please log in your OrangePi as root and post output of command below. Do not post sensitive information like name and password of your wifi network. Replace it with xxx symbols for example. cat /etc/network/interfaces Sent from my Redmi Note 2 using Tapatalk
  24. You will probably need to delete configuration from /etc/network/interfaces (easiest way) for wlan0 or modify it to take wifi under network-manager control. If you want to do it by second way you must be added to netdev group and have netdev information in wpa supplicant config. Sent from my Redmi Note 2 using Tapatalk
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines