Jump to content

peter12

Members
  • Posts

    106
  • Joined

  • Last visited

Recent Profile Visitors

2613 profile views
  1. I thought you could provide this pro help for customers who are willing to pay for it
  2. I agree. By the way, I have one idea - I would like to pay some money for making life easier (e.g. like this my scenario, when I have more OPis and need to burn images from one pc at once/or from several SD cards but with higher speed). Probably you could have support service (charged of course) for these scenarios
  3. I am really interested in this - DD or eMMC - some step by step tutorial would be cool. I am trying to find something on google (for now I found this http://forum.banana-pi.org/t/how-to-use-dd-command-burn-image-to-emmc-and-boot-from-emmc/874).
  4. I made tests with Orange Pi 2+ to install Armbian to eMMC. But I have no idea why it takes 30 minutes to install. I assume write speed of eMMC to be 5MB/s (ok maybe it is even faster) and Armbian on SD card is about 2.1GB, so it should take ~7 minutes to copy files, plus some more minutes to finish final touches, let's say 15 minutes together. But why it takes more than 30 minutes? Is there any possibility how to reduce this time? P.S. When I am burning armbian img to SD card, in 5 minutes I am ready to go and boot the system.
  5. yes, it seems board works. thank you! I thought it is an error
  6. I found https://seravo.fi/2014/create-wireless-access-point-hostapd and https://www.cberner.com/2013/02/03/using-hostapd-on-ubuntu-to-create-a-wifi-access-point/ and now AP works for me. And with some changes I am able to switch to client, too. So this is solved for me for now. But then I wanted to check if camera works and I found out in mainline there are no drivers> sudo modprobe gc2035 sudo modprobe vfe_v4l2 sudo modprobe v4l2loopback which Armbian version has these drivers please? Now, when wifi is working for me, I want to try another version of armbian with these drivers for my camera.
  7. Could you please post me short sample for this? My idea is to use command line to switch between NetworkManager as client mode and Hostapd as AP mode. Or does exist any tutorial for this combination please? I googled it but I found just hostapd code but not combination. Or maybe if it is easier to use just hostapd for client as well as AP. I want to have AP just for cases, when something went wrong to be able to log in via AP. Many thanks for your help
  8. Hi, so I tried Opi0 plus2 h3_Debian_stretch_next_4.14.78 and with nmcli I am able to connect as a client. But when I use nmcli to create AP, then I am getting "Error: Connection activation failed." (AP is visilbe for a while but I am not able to connect to it and then it fails with "Error: Connection activation failed.").
  9. Hello, I currently installed Opi0 plus2 h3_Debian_stretch_next_4.14.78 but when I boot up my device, red led blinks 2times then pause and repeating again. What does it mean? I have never seen this blinking red led behaviour in previous Armbian releases.
  10. thanks, I found something like this: echo 'options dhd op_mode=2' >/etc/modprobe.d/ap6212.conf rmmod dhd && modprobe dhd but will I be able to switch to client mode anytime? Or another special treatment is needed for this? What I want to achieve is that normally wifi will be used in client mode, but from time to time I want to be able to switch it to AP mode (ideally with nmcli as I showed on the start of thread ) UPDATE: I did: echo 'options dhd op_mode=2' | sudo tee --append /etc/modprobe.d/ap6212.conf sudo rmmod dhd sudo modprobe dhd then: nmcli c add type wifi ifname wlan0 con-name connection-name autoconnect no ssid hotspotssid nmcli connection modify connection-name 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared nmcli connection modify connection-name wifi-sec.key-mgmt wpa-psk nmcli connection modify connection-name wifi-sec.psk "lepassword" nmcli connection up connection-name but access point did not start to work.
  11. sorry for stupid question, but how to load it please?
  12. Hello, on older Orange Pi zero I used nmcli for creating access point or connecting as a client to wifi. Now I am running Linux orangepizeroplus2 3.4.113-sun8i #4 SMP PREEMPT Wed Nov 22 13:45:28 CET 2017 armv7l on Orange Pi Zero plus2 h3 but I am not able to create access point with this (it does not work as on older OpiZero, I am using the same commands): nmcli c add type wifi ifname wlan0 con-name connection-name autoconnect no ssid hotspotssid nmcli connection modify connection-name 802-11-wireless.mode ap 802-11-wireless.band bg ipv4.method shared nmcli connection modify connection-name wifi-sec.key-mgmt wpa-psk nmcli connection modify connection-name +ipv4.addresses 192.168.2.1/24 nmcli connection modify connection-name wifi-sec.psk "lepassword" nmcli connection up connection-name It writes me that "Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)" but I am not able to broadcast access point from other devices (android, pc, etc.). nmcli d shows: DEVICE TYPE STATE CONNECTION wlan0 wifi connected connection-name What am I doing wrong please? P.S. when I want to connect to home wifi network as a client with "sudo nmcli device wifi connect myssid password pass" it works.
  13. I think it is much easier to just execute one liner than go through many steps in GUI.
  14. what a pity. But thanks for reply anyway. Maybe later I will try to understand commands used in nand-sata-install script and potentially convert it to command line feature. This would be a nice feature for future.
  15. Hello, please, is it possible (if yes, how or what are available parameters) to run nand-sata-install from command line "one liner" - I mean without going to programm GUI? I would like to just run one command with predefined command line parameters and it should automatically copy microsd to emmc storage. Many thanks
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines