Jump to content

geotravel

Members
  • Posts

    24
  • Joined

  • Last visited

  1. 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 .
  2. I found similar problem described in DietPi distribution https://github.com/Fourdee/DietPi/issues/515 with use ifmetric tools in /etc/network/interfaces . I can not understand why is problem with kernel 4.13.7 when we look in file /etc/network/if-up.d/ exist script ifmetric
  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 review syslog and messages under linux mounted SD card from Orange Pi zero and I have found message logger: Can not find script.bin Ensure boot partition is mounted
  6. Today I made updates (apt update; apt upgrade) from 4.13.5 to kernel 4.13.7 and after restarting my Orange Pi Zero did not start up I have an SD card archive before updating so I can restore system
  7. 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 ........
  8. Ok I will try to find what is DAC Reversed it maybe I understand why this option ON give me audio output in speakers :-)
  9. I have OPiZero v1.4 with kernel 4.13.5 and temperature and with small heat sink on CPU
  10. Thank you for info, it is no problem for Orange Pi Zero but you know what is DAC Reversed ???
  11. 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 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
  12. 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
  13. 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines