Jump to content

HotSpot on orange PI zero not work.


Giorgio Climb

Recommended Posts

This solution work correctly:

sudo apt-get -y install git
dd ~ 
git clone https://github.com/armbian/config 
cd config 
bash debian-config

 

But now this is problem for me.

 

/etc/network/interfaces
 

# This file intentionally left blank
#
# All interfaces are handled by network-manager, use nmtui or nmcli on
# server/headless images or the "Network Manager" GUI on desktop images
 

I need two IP, DHCP and static IP:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet static
    address 192.168.8.1
    netmask 255.255.255.0

How should I do it now ?

 

Link to comment
Share on other sites

5 minutes ago, Giorgio Climb said:

help


Have you changed kernel perhaps? If you don't write an essay of what you were doing and supply logs you are wasting time.

 

Start with: armbianmonitor -u

Link to comment
Share on other sites

or search for generic Debian or Ubuntu tutorials, there is nothing Armbian specific here, especially for CLI images.

Also

Package: usbmount
Priority: extra
Section: universe/admin
Installed-Size: 81
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Rogério Brito <rbrito@ime.usp.br>
Architecture: all
Version: 0.0.22
Depends: lockfile-progs, udev, util-linux (>> 2.16)
Recommends: pmount
Filename: pool/universe/u/usbmount/usbmount_0.0.22_all.deb
Size: 15110
MD5sum: 9aca7abdd1029916c854e3731f28eb8a
SHA1: f2038321fda724e78a5bfbca5af0ebd25071a3b7
SHA256: d911dd20bb2801248206e353c9c6aa79b5874fc9e594354bbfecbf34b5de589e
Description-en: automatically mount and unmount USB mass storage devices
 This package automatically mounts USB mass storage devices (typically
 USB pens) when they are plugged in, and unmounts them when they are
 removed. The mountpoints (/media/usb[0-7] by default), filesystem types
 to consider, and mount options are configurable. When multiple devices
 are plugged in, the first available mountpoint is automatically
 selected. If the device provides a model name, a symbolic link
 /var/run/usbmount/MODELNAME pointing to the mountpoint is automatically
 created.
 .
 The script that does the mounting is called by the udev daemon.
 Therefore, USBmount requires a 2.6 (or newer) Linux kernel.
 .
 Firewire devices are also supported by USBmount.
 .
 USBmount is intended as a lightweight solution which is independent of
 a desktop environment. Users which would like an icon to appear when an
 USB device is plugged in should use the pmount and hal packages
 instead.
Description-md5: 665bf065788bff1ada4b796e26321438
Homepage: http://usbmount.alioth.debian.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

 

Link to comment
Share on other sites

On 30/9/2017 at 1:54 PM, Igor said:

Download desktop image for Orangepi One and relink /boot/script.bin to /boot/bin/orangepizero.bin ... desktop images have enabled USB automount. 

Made this, but no automount is there, the folder / mnt remains empty.
On armbian-config found nothing about automount

 

On 30/9/2017 at 2:00 PM, zador.blood.stained said:

Package: usbmount

 

Installed this, but all folders in / media / remain empty.

/dev/sda and /dev/sda1 appear when I put the memory stick.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines