Jump to content

geotravel

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by geotravel

  1. Thank you for the advice ...

    Quote

    Read my post once again.

     

    1. Provide logs with armbianmonitor -u Always.

    2. Describe what do you want to achieve. The main purpose, with simple words. Almost like describing this problem to your mother. Perhaps a better / more simple way exists?

    In any case, this problem is looks off topic. It looks like a generic network related problem, unrelated to Armbian or Orangepi Zero. 

    Add.  And I would recommend you to start with Ubuntu based Armbian. It's less troublesome than Jessie. 

     

    5

     

  2. I have use


     

    Welcome to ARMBIAN 5.33.171017 nightly Debian GNU/Linux 8 (jessie) 4.13.7-sunxi
    

    I need set up metric value for eth0 20 and for wlan0 10

     

    Typical tool is 'ifmetric' and I can put in /etc./network.interfaces in definition of interface like eth0 and wlan0 different  value of metric .

     

     

    Quote

    The ifmetric package enables us to manipulate metrics of routes a posteriori even for DHCP.

    The following sets the eth0 interface to be preferred over the wlan0 interface.

    Install the ifmetric package.

    Add an option line with "metric 0" just below the "iface eth0 inet dhcp" line in "/etc/network/interfaces".

    Add an option line with "metric 1" just below the "iface wlan0 inet dhcp" line in "/etc/network/interfaces".

    The metric 0 means the highest priority route and is the default one. The larger metric value means lower priority routes. The IP address of the active interface with the lowest metric value becomes the originating one. See ifmetric(8).

    9

     

  3. I have try add in /etc/network/interfaces add line:

     

    up ifmetric eth0 20 

     

    My whole define eth0:

    auto lo
    iface lo inet loopback
    
    
    auto eth0
    allow-hotplug eth0
    
    
    iface eth0 inet static
     address 172.16.1.2
     netmask 255.255.255.0
     gateway 172.16.1.1
     dns-nameservers 8.8.8.8 8.8.4.4

     

     

    If I add on end this "metric 20"  or "up ifmetric eth0 20"

    during start up system I don't have network

     

    But with kernel 4.13.5 working without problem ad set up metric value 20 for eth0 

     

     

     

     

     

  4. Ok I have found the problem with the update to 4.13.7 .

     

    Short history my test system on Orange Pi Zero

     

    I have installed Armbian Jessie dev with kenel v4.11.5

    Next, I have switch in armbian-config to nightly build kernel

    After a few updates kernel 4.12. I have switch in armbina-config to NEXT kernels

    I have updated regularly kernel with version 4.13.x to 4.13.5 

    During use kernel 4.13.5 I have solved a problem with WIFI use when unplugging ethernet cable WIFI stopped working.

    I have found a solution that I need set metric higher for WIFI than ethernet. I have use package 'ifmetric' and put in /etc/network/interfaces

     

    in a definition of each interface

     

    for ethernet

    metric 20

     

    and for WIFI

    metric 10

     

    After this, all working perfectly without any problems 

     

    Today after update to 4.13.7 it looks that  'metric' is a problem for setup interface and for this reason system startup but without any network interface. If I put # before metric for eth0 and wlan0 system with kernel 4.13.7 startup network interfaces. It looks like I can not use 'metric' in /etc/network/interfaces with kernel 4.13.7 and I must restore my backup system with kernel 4.13.5 where all working.

     

    Information about ifmetric:

    https://www.debian.org/doc/manuals/debian-reference/ch05.en.html#_the_ifmetric_package

     

    (Sorry for my English is not perfect )

     

     

     

  5. I have use kernel 4.13.5 from 10 October update with WIF setup and I have seen a lot of the messages after command "dmesg":

     

    .....

    [63639.603942] xradio_wlan mmc1:0001:1: missed interrupt
    [63983.021823] xradio_wlan mmc1:0001:1: missed interrupt
    [65262.383433] xradio_wlan mmc1:0001:1: missed interrupt
    [66343.960082] xradio_wlan mmc1:0001:1: missed interrupt

    ........

  6.  

    When I have to use Jessie version dev with kernel NEXT 4.13.5. The alsamixer have different options to setup audio compare to ARMBian with stable kernel 3.x

     

     alsamixer.jpg.7998d2f5b9e921a3ea59c59a42b1b850.jpg

     

     

    I must switch on DAC Reversed to have audio output in speakers. I don't know it is correct but works for me. The input mic is very sensitive and must be lower value to have good quality sound 

     

    I don't know why is displayed option for MIC2 , the orange pi zero has only one microphone input 

     

     

  7. Today I have updated my OPiZero to  ARMBIAN 5.33.171010 nightly Debian GNU/Linux 8 (jessie) 4.13.5-sunxi

    and cpufreq is visible in armbianmonitor 

     

    but in messages from dmesg still:

     

    [    0.002072] CPU: Testing write buffer coherency: ok
    [    0.002630] /cpus/cpu@0 missing clock-frequency property
    [    0.002665] /cpus/cpu@1 missing clock-frequency property
    [    0.002698] /cpus/cpu@2 missing clock-frequency property
    [    0.002733] /cpus/cpu@3 missing clock-frequency property

     

    Thank you

     

     

  8. Hi,

     

    I have today on ma Orange Pi Zero switch kernel from dev 4.11.12 to NEXT kernel 4.13.4 and notice that defined modules in /etc/modules file are not loaded during start system

    I must manually load

     

    and in log system:

     

       0.002070] CPU: Testing write buffer coherency: ok
    [    0.002628] /cpus/cpu@0 missing clock-frequency property
    [    0.002662] /cpus/cpu@1 missing clock-frequency property
    [    0.002692] /cpus/cpu@2 missing clock-frequency property
    [    0.002725] /cpus/cpu@3 missing clock-frequency property

     

    and armbianmonitor don't show CPU frequency but on kernel  4.11.12 was OK

     

    I know that NEXT kernel for tests, for this reason, I sen only my feedback

     

    Regards

     

     

     

     

     

  9. I have Orange Pi Zero and use mailine kernel v4.11.12  as Jessie Debian. I have seen in specification OPI zero

    memory SDRAM 256/512MB DDR3 (shared with GPU) because I don't use GPU memory how to split memory between RAM and GPU

    like in Raspberry Pi I can do this in raspbian-config and set 16 Mb for GPU. Is it possible on ARMBian ??? 

  10. I have to use beta.armbian.com site with my Orange Pi zero and today when I have run apt update I have see following errors:

     

    Błąd  http://beta.armbian.com jessie/main armhf Packages                                                                                       
      404  Not Found
    Błąd  http://beta.armbian.com jessie/utils armhf Packages                                                                                      
      404  Not Found
    Błąd  http://beta.armbian.com jessie/jessie-desktop armhf Packages                                                                             
      404  Not Found
    Pobrano 128 kB w 20s (6179 B/s)                                                                                                                
    W: Nie udało się pobrać http://beta.armbian.com/dists/jessie/main/binary-armhf/Packages 404  Not Found

    W: Nie udało się pobrać http://beta.armbian.com/dists/jessie/utils/binary-armhf/Packages 404  Not Found

    W: Nie udało się pobrać http://beta.armbian.com/dists/jessie/jessie-desktop/binary-armhf/Packages 404  Not Found

     

    When I have look on http://beta.armbian.com/dists/ only exist directory:

    ../

    stretch/ 26-Sep-2017 09:31 -

    xenial/ 26-Sep-2017 09:30 -

     

    not exist jessie/ 

     

    Regards

     

  11. Hi

     

    I have use Armbian5.31 z mainline kernel 4.11.5   https://dl.armbian.com/orangepizero/Debian_jessie_dev.7z

    and I have seen internal sound card

     / _ \ _ __ __ _ _ __   __ _  ___  |  _ \(_) |__  /___ _ __ ___  
    | | | | '__/ _` | '_ \ / _` |/ _ \ | |_) | |   / // _ \ '__/ _ \ 
    | |_| | | | (_| | | | | (_| |  __/ |  __/| |  / /|  __/ | | (_) |
     \___/|_|  \__,_|_| |_|\__, |\___| |_|   |_| /____\___|_|  \___/ 
                           |___/                                     
    
    Welcome to ARMBIAN 5.31 stable Debian GNU/Linux 8 (jessie) 4.11.5-sun8i   
    System load:   0.05 0.03 0.00  	Up time:       11:13 hours		
    Memory usage:  13 % of 496MB  	IP:            172.16.1.155
    CPU temp:      43°C           	
    Usage of /:    20% of 7.2G   	
    
    [ 0 security updates available, 1 updates total: apt upgrade ]
    Last check: 2017-09-16 08:21
    
    [ General system configuration: armbian-config ]
    Last login: Sat Sep 16 15:02:36 2017 from 172.16.1.2
    
    root@EchoLink:~# cat /proc/asound/cards
     0 [Codec          ]: H3_Audio_Codec - H3 Audio Codec
                          H3 Audio Codec
     1 [Loopback       ]: Loopback - Loopback
                          Loopback 1
    ## aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Codec [H3 Audio Codec], device 0: CDC PCM Codec-0 []
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    ....

     

  12. Hi Igor,

     

    Thank you for replay. Ok I must wait for stable release because I don't have possibility built armbian.   I have use ARMBIAN with kernel 4.11.5 which allow me 

    simple paly with GPIO pins and I can use snd_aloop module compare with ARMBIAN base on kernel 3.4 which has misting snd_aloop module and not user-friendly support with GPIO 

     

    I have seen that in https://dl.armbian.com/orangepizero/nightly/

    only UBUNTU version, not DEBIAN jessie exist

     

    Regards

     

    Waldek

  13. Hi

     

    I have use Armbian v5.31 Debian jessie kernel 4.11.5-sun8i with Orange Pi Zero. When I have use armbianmonitor or rpimonitor always information

    about CPU frequency is null. The directory sys/devices/system/cpu/cpu0/cpufreq/ are empty for this reason rpimonitor don't show related information 

    to CPU

    CPU total: undefined% (Sys: undefined%, User: undefined%, I/O wait: undefined%, Nice: undefined%)

    CPU frequency: undefinedGHz  DRAM frequency: Not available

     

    Regards

     

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines