Jump to content

geodirk

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by geodirk

  1. I think I know the answer to this but I'll ask anyways. Is there any command line software out there (e.g., VLC) that I could put onto an Armbian Server Edition version that would show a movie out on the HDMI port? I have a NanoPi M1 that has a HDMI port. But I'm assuming that without all the Desktop video driver, it isn't possible to do this on a headless server.
  2. @dgp - any chance you could bundle up a working Armbian image with your WiFi changes and link it somewhere?
  3. See this thread: https://forum.armbian.com/index.php/topic/3046-opi-zero-and-hostapd/ It's buggy and needs a lot of work right now.
  4. Wow! Very detailed instructions...thanks! I'll give it a go after the holidays.
  5. How did you create your initial client? Using the nmtui command? Maybe the network manager needs to initialize and create a config file somewhere to get things going?
  6. I'm not seeing that on my end. Running the STOP does indeed seem to stop it: root@connectboxpi:/# service wpa_supplicant start root@connectboxpi:/# service wpa_supplicant status ◠wpa_supplicant.service - WPA supplicant Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; disabled; vendor preset: enabled) Active: active (running) since Thu 2016-12-22 16:12:33 UTC; 7s ago Main PID: 2878 (wpa_supplicant) CGroup: /system.slice/wpa_supplicant.service └─2878 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant Dec 22 16:12:33 connectboxpi systemd[1]: Starting WPA supplicant... Dec 22 16:12:33 connectboxpi systemd[1]: Started WPA supplicant. Dec 22 16:12:33 connectboxpi wpa_supplicant[2878]: Successfully initialized wpa_supplicant root@connectboxpi:/# service wpa_supplicant stop root@connectboxpi:/# service wpa_supplicant status ◠wpa_supplicant.service - WPA supplicant Loaded: loaded (/lib/systemd/system/wpa_supplicant.service; disabled; vendor preset: enabled) Active: inactive (dead) Dec 22 16:11:14 connectboxpi systemd[1]: Starting WPA supplicant... Dec 22 16:11:14 connectboxpi systemd[1]: Started WPA supplicant. Dec 22 16:11:14 connectboxpi wpa_supplicant[2797]: Successfully initialized wpa_supplicant Dec 22 16:11:33 connectboxpi systemd[1]: Stopping WPA supplicant... Dec 22 16:11:33 connectboxpi systemd[1]: Stopped WPA supplicant. Dec 22 16:12:33 connectboxpi systemd[1]: Starting WPA supplicant... Dec 22 16:12:33 connectboxpi systemd[1]: Started WPA supplicant. Dec 22 16:12:33 connectboxpi wpa_supplicant[2878]: Successfully initialized wpa_supplicant Dec 22 16:12:49 connectboxpi systemd[1]: Stopping WPA supplicant... Dec 22 16:12:49 connectboxpi systemd[1]: Stopped WPA supplicant. root@connectboxpi:/# pgrep -f "wpa_supplicant" also shows up empty after the STOP command
  7. Hi 100p00, I read through the step #1 and created the following hostapd.conf file: ssid=OrangePiWAN wpa_passphrase=******************** interface=wlan0 bridge=br0 auth_algs=3 channel=7 driver=nl80211 hw_mode=g logger_stdout=-1 logger_stdout_level=2 max_num_sta=5 rsn_pairwise=CCMP wpa=2 wpa_key_mgmt=WPA-PSK wpa_pairwise=TKIP CCMP utf8_ssid=1 Then I stopped the wpa-supplicant service: 'service wpa_supplicant stop' and started up the hostapd with: 'hostapd /etc/hostapd/hostapd.conf' like you suggested. However I'm getting the following error: root@orangepizero:/etc/hostapd# hostapd /etc/hostapd/hostapd.conf Configuration file: /etc/hostapd/hostapd.conf nl80211: Could not re-add multicast membership for vendor events: -2 (No such file or directory) Using interface wlan0 with hwaddr 16:e4:f9:dc:5a:f7 and ssid "OrangePiWAN" wlan0: interface state UNINITIALIZED->ENABLED wlan0: AP-ENABLED wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: associated wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: deauthenticated due to local deauth request wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: disassociated wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: associated wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: disassociated wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: associated wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: deauthenticated due to local deauth request wlan0: STA 50:9e:a7:69:a7:20 IEEE 802.11: disassociated ^Cwlan0: interface state ENABLED->DISABLED wlan0: AP-DISABLED My tablet can see the new AP point but it won't connect to it using the password specified. I'm guessing that the driver error above is the problem: nl80211: Could not re-add multicast membership for vendor events: -2 (No such file or directory) What should the correct driver be for the Zero? Thanks
  8. Hey cippo, Can you elaborate on what steps you did to get this to work? I'm not following what needs to be changed or modified. Thanks
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines