Jump to content

Giorgio Climb

Members
  • Posts

    27
  • Joined

  • Last visited

Posts posted by Giorgio Climb

  1. 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.

     

  2. 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 ?

     

  3. Ok, work.
    But i Need Two class of ip, one on eth0 and one on wlan0
    On eth0 on DCP, on wlan on static ip.
    I don't have necessity that the wifi go on internet, it doesn't serve me of it bridge, of it nat.
    Me enough that the CPU reaches internet and the objects in the wifi
    I have written so, but I have lost the board, it doesn't take ip from the DHCP anymore server.
    
    auto eth0
    iface eth0 inet dhcp
    
    auto wlan0
    iface wlan0 inet static
    address 192.168.8.1
    netmask 255.255.255.0
    broadcast 192.168.8.255
    gateway 192.168.8.1

     

  4. Hi

    Sorry my english and my ignorance in linux

     

    I'm trying to activate hostapd on orange pi light.

    I think realtek driver.

     

    Nework appairs, but i cannot associate, it says wrong password (12345678)

     

    iwconfig has not password item:

    Spoiler

    iwconfig
    lo        no wireless extensions.

    br0       no wireless extensions.

    wlan0     IEEE 802.11bgn  ESSID:"ARMBIAN"  Nickname:"<WIFI@REALTEK>"
              Mode:Master  Frequency:2.432 GHz  Access Point: 2E:98:51:56:D5:65   
              Bit Rate:72.2 Mb/s   Sensitivity:0/0  
              Retry:off   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=1/100  Signal level=6/100  Noise level=0/100
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0

    enx00e04c3603a7  no wireless extensions.

     

    Onnline documentation talks about realtek

    https://docs.armbian.com/User-Guide_Advanced-Features/

     

    Spoiler

    Default binary and configuration location:

    
    /usr/sbin/hostapd
    /etc/hostapd.conf
    

    Realtek binary and configuration location:

    
    /usr/sbin/hostapd-rt
    /etc/hostapd.conf-rt

     

    I do not have these files -rt

    How can I do ? And how are they used?

  5. I copied everything exactly as above, the wifi network appears, but the phone does not associate.
    It says wrong password.
    How does hostapd not correctly send my password to the radio ?

    It is "Encryption key:off"

    I set it up "00000000"

     

    iwconfig:

    Spoiler

    root@orangepi:~# iwconfig
    gre0      no wireless extensions.

    lo        no wireless extensions.

    tunl0     no wireless extensions.

    wlan1     unassociated  Nickname:"<WIFI@REALTEK>"
              Mode:Managed  Frequency=2.412 GHz  Access Point: Not-Associated   
              Sensitivity:0/0  
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0

    sit0      no wireless extensions.

    wlan0     IEEE 802.11bgn  ESSID:"geva"  Nickname:"<WIFI@REALTEK>"
              Mode:Master  Frequency:2.437 GHz  Access Point: 2C:98:51:56:D5:65   
              Bit Rate:72.2 Mb/s   Sensitivity:0/0  
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:off
              Power Management:off
              Link Quality=1/100  Signal level=-99 dBm  Noise level=0 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0

    eth0      no wireless extensions.

    ip6tnl0   no wireless extensions.

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines