Jump to content

prajil

Members
  • Posts

    4
  • Joined

  • Last visited

  1. hie friends, i have similar issue on WiFi configuration. I'm using 'orange pi zero' with 'Armbian_5.25_Orangepizero_Ubuntu_xenial_default_3.4.113' image i found solution by following steps: sudo cp /etc/network/interfaces /etc/network/interfacesoriginal sudp rm /etc/network/interfaces sudo nano /etc/network/interfaces ---------------------------------- COPY ---------------------------------- auto lo iface lo inet loopback auto eth0 allow-hotplug eth0 iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet manual wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf iface default inet dhcp --------------------------------- Ctrl + O Enter Ctrl + X sudo nano /etc/wpa_supplicant/wpa_supplicant.conf ---------------------------------- COPY ---------------------------------- ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="SECURE-WIFI" psk="yourpassword" } network={ ssid="OPEN-WIFI" key_mgmt=NONE } ---------------------------------- Change based on your WiFi Settings Ctrl + O Enter Ctrl + X sudo reboot Your device should now connect to your WiFi network. here is the link : "https://www.youtube.com/watch?v=8zGRAPguaSQ
  2. And also there is an another problem occurred in 'orange pi zero' Arabian. i can't play two player at same time with single audio out. And also i found my solution from the link below https://ubuntuforums.org/showthread.php?t=1889375 thanks
  3. hello friends, i found my solution from the link below https://ubuntuforums.org/showthread.php?t=1889375 thanks
  4. hello friends, i am new here and also with orange pi zero. I'm using orange pi zero with Armbian_5.25_Orangepizero_Debian_jessie_default_3.4.113 image, it works fine, i made an mp3player with mplayer. The problem is that: the mplayer is paused when i press 'p' on keyboard, but it playing without audio out while press 'p' next time! please help me ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines