-
Posts
61 -
Joined
-
Last visited
Everything posted by MacBreaker
-
@orangepie14 There a differed ways to connect. You have skills with soldering or not? Ok,easyst way is to buy a usb to DC 4mm connector cable and a power source form Raspberry Pi. It doesn't matter if mirousb or usb-c connector. Plug all together and your done. Bevor i forget, i use 3000 miliampere Cells. Made sukcessfull tests with 1 hour disconnect from mains and reconnect. All wthout problems... Markus
-
@orangepie14 ..about power outages.. I had this problem years argo also. I run a server (Orange Pi PC) 24/7 in a area with a lot of "power outages". I prevent this with a board like this: Double 18650 Lithium-Batterie Schild V8 Mobile Power bank You have only to connect it between your power source and you Pi. That's all.. Markus
-
Allwinner S3 Cortex-A7 camera access.
MacBreaker replied to ---'s topic in Common issues / peer to peer technical support
Type this in a terminal: sudo apt install v4l-utils after installing this, you can try your connand again.. -
Root password required for OMV
MacBreaker replied to jtmpush18's topic in Common issues / peer to peer technical support
Hi @jtmpush18, you can set a new password for omv with: sudo omv-firstaid some reading will help you... -
@RockBian did you try sudo htop?
-
disable /dev/video0 and /dev/ttyS* in kernel 5.8.y with device tree
MacBreaker replied to jslav's topic in Development
@jslav about video* take a look here: check the active modules and blacklist them... -
Orange Pi4 U-boot: sdram_init: LPDDR3 - 933MHz failed!
MacBreaker replied to buratino's topic in Rockchip 3399
@buratino did you try this? Maybe it helps... -
OPiZero multiple video devices for only one USB webcam
MacBreaker replied to Godfabber's topic in Allwinner H2 & H3
Hi, i know the problem , but when you type "lsmod" you can see all aktive modules and the writing.. About the other problem. Maybe you can set a filter in your script that allow only "even numbers" and skip "odd numbers".. ..just my thougts about this. greetings Markus -
OPiZero multiple video devices for only one USB webcam
MacBreaker replied to Godfabber's topic in Allwinner H2 & H3
Hello @Godfabber, i think i understand your problem. First let's check lsusb master@Zero-Bk:~$ lsusb Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 002: ID 045e:0779 Microsoft Corp. LifeCam HD-3000 Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS] Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub ..as you can see, a usbcam is detected: Microsoft Corp. LifeCam HD-3000 What gives you a ls -ltrh /dev/video* master@Zero-Bk:~$ ls -ltrh /dev/video* crw-rw---- 1 root video 81, 0 Sep 6 12:20 /dev/video0 crw-rw---- 1 root video 81, 1 Sep 6 12:20 /dev/video1 crw-rw---- 1 root video 81, 3 Sep 6 12:20 /dev/video3 crw-rw---- 1 root video 81, 2 Sep 6 12:20 /dev/video2 or sudo apt-get install v4l-utils v4l2-ctl --list-devices In my case: master@Zero-Bk:~$ v4l2-ctl --list-devices cedrus (platform:cedrus): /dev/video0 sun8i-di (platform:sun8i-di): /dev/video1 Microsoft® LifeCam HD-3000: Mi (usb-1c1c000.usb-1): /dev/video2 /dev/video3 That means that the module sunxi_cedrus and sun8i_di has to be blacklisted... sudo nano /etc/modprobe.d/sunxi_cedrus.conf blacklist sunxi_cedrus and: sun8i_di sudo nano /etc/modprobe.d/sun8i_di.conf blacklist sun8i_di sudo reboot After reboot you see this after typing v4l2-ctl --list-devices: Microsoft® LifeCam HD-3000: Mi (usb-1c1c000.usb-1): /dev/video0 /dev/video1 so, you have now only your webcam as video-device.. ..hope it helps... -
Only to keep it clear.. XU4,HC1 and HC2 is 32Bit.
-
To enable I2S is easy. See this thread: Have you tried the search function up on the right side? You can do it on your Orange Pi PC Plus the same way Guido did it on Nanopi Neo.
- 1 reply
-
1
-
SimpNAS Beta Released!
MacBreaker replied to PittPC's topic in Common issues / peer to peer technical support
so... on the first try, i was doing everything right. Didn't realize that SimpNAS is BETA and found my problem here LINK . Exept this, it work well... -
SimpNAS Beta Released!
MacBreaker replied to PittPC's topic in Common issues / peer to peer technical support
Hi Tido, thanks for clarification of root or root privileges. i didn't know this, sorry. I will read the README.md and start over again on the weekend. Ich hoffe... -
SimpNAS Beta Released!
MacBreaker replied to PittPC's topic in Common issues / peer to peer technical support
Hi Tido, did you read and understood my post? What you like to point me? Yes, i ran the install script as root.. -
Hey, this will not work.. Have you seen the data sheet of the Rock64? There is no I2S on the Pi-2 Bus (pinheader) where you connected the HiFiBerry DAC from your RPi. You can use jumper wire to connect it with P5 but you need a overlay to activate I2S.
-
SimpNAS Beta Released!
MacBreaker replied to PittPC's topic in Common issues / peer to peer technical support
Hi @PittPC made a test today. Setup my HC2 on a spare SD-card: used "Armbian_20.02.7_Odroidxu4_buster_legacy_4.14.174.img" to write on SD-card 1234 -> 1234 -> >mypassword< reboot loged in as >user< sudo armbian-config -> made my settings.. sudo apt update && sudo apt upgrade installed my basic settings and tools sudo reboot OK! armbianmonitor -u http://ix.io/2sVR ..till now erverything is OK! loged in as root wget https://simpnas.com/install.sh; bash install.sh Visit http://192.168.63.45:81 in your web browser to complete installation made my settings on webinterface.. than device reboot after reboot i logged in (ssh) as >user<: S C:\WINDOWS\system32> ssh master@192.168.63.45 master@192.168.63.45's password: ___ _ _ _ __ ___ _ _ _ / _ \ __| |_ __ ___ (_) __| | \ \/ / | | | || | | | | |/ _` | '__/ _ \| |/ _` | \ /| | | | || |_ | |_| | (_| | | | (_) | | (_| | / \| |_| |__ _| \___/ \__,_|_| \___/|_|\__,_| /_/\_\\___/ |_| Welcome to Armbian buster with Linux 4.14.187-odroidxu4 System load: 0.06 0.02 0.00 Up time: 11 min Memory usage: 9 % of 1995MB IP: 172.18.0.1 192.168.63.45 CPU temp: 47°C Usage of /: 5% of 30G storage/: 1% of 3.6T Last login: Sun Aug 2 10:30:41 2020 from 192.168.63.20 Could not chdir to home directory /home/master: No such file or directory master@HC2:/$ sudo armbianmonitor -u System diagnosis information will now be uploaded to http://ix.io/2sW5 Please post the URL in the forum where you've been asked for. master@HC2:/$ i've got these message: Could not chdir to home directory /home/master: No such file or directory Something went wrong with your script.. It delete my /home/MYNAME directory AFTER rebooting. http://ix.io/2sW5 I retested the installation twice with the same results. Pls. check regards Markus -
Where is the current clock being stored on a RTC-less system
MacBreaker replied to Anderson Lima's topic in Allwinner H2 & H3
@Anderson Lima I think it is much easier to connect a external RTC like a DS 1307 module like this or a DS 3231 module like this to solve the problem. It's only some cents.... -
OK, i'm prepaired with my 500GB HDD on a Cubietruck right now...
-
Yes, and you all can be proud of this...
-
Hello Igor, since years i seed Armbian torrents but i noticed that i'm running out of space. My hdd was 248GB till now... Looking for further information and saw in the first post is written 512GB. Maybe you can add a big ">NOTE!< since Version 20.05.xx you need 512GB free space". Also after you installed transmission by ->Software ->Softy ->Transmission you get asked to seed Armbian torrents. Here a screen: You have to change the number from 80GB to 512GB. Just my thinking about this.. Markus
-
Orange Pi Zero 512 H2 with Audio shield: No Audio, no Alsamixer
MacBreaker replied to BusDriver's topic in Allwinner H2 & H3
First you have to enable analog audio... sudo armbian-config ->System ->Hardware -> mark analog-codec ... sudo reboot If you need /etc/asound.conf , you have to create by you own... -
@divis1969 thanks for the info. Regards
-
I also like to change mjpg streamer to ffmpeg. But in the moment i haven'd time for this.. Keep on posting your results pls. Regards
