Jump to content

Igor

Administrators
  • Posts

    13612
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Igor got a reaction from falcon03 in Debian Jessie on Bananapi, logging performance   
    Good! The concept is simple, yes ... just persistence is the key to get it working under all conditions
     
    Just keep it going.
     
    I buy a beer when done
  2. Like
    Igor reacted to ytn in CRC failed error extracting Jessie zip   
    I cleaned all my folders, synched libs to the latest and kicked off a new build and it seems to be fine now. Not sure what was causing the hiccup before, but all is good now.
  3. Like
    Igor got a reaction from petrmaje in GMAC TX status: VLAN frame   
    apt-get update & upgrade will solve everything. 
     
    It takes some time that all servers are populated so files might not yet be available in next minutes
  4. Like
    Igor reacted to luca219 in CPU core is only recognized one   
    sorry Igor, I do not want to waste your time.
    i have add repo
    echo "deb http://apt.armbian.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/armbian.list apt-key adv --keyserver keys.gnupg.net --recv-keys 0x93D6889F9F0E78D5 apt-get update and install
    apt-get install linux-u-boot-cubietruck after reboot I do not understand what happened

     
    any suggestion?
     
    solved sorry
  5. Like
    Igor got a reaction from wildcat_paris in GMAC TX status: VLAN frame   
    https://github.com/igorpecovnik/lib/commit/0b4f6424b60b00cf088810e7f8387552ad9ae61d
     
    Sources are fixed, kernel recompilation and repository update will follow asap.
  6. Like
    Igor got a reaction from wildcat_paris in GMAC TX status: VLAN frame   
    Yes, it's a bug ... I'll fix it asap. 
  7. Like
    Igor got a reaction from Narkozzz in Revert from SATA to SD on R1   
    No, there is no script for that ... if you already set the system than do a rysnc copy from current root which is on /dev/sda1 to /dev/mmcblk01 ... this will take some time.
     
    Than edit boot scripts /boot/boot.cmd and change root to /dev/mmcblk0p1
     
    And do a backup of your data before starting this.
     
    If your modifications are minor, rather start over.
  8. Like
    Igor got a reaction from petrmaje in GMAC TX status: VLAN frame   
    https://github.com/igorpecovnik/lib/commit/0b4f6424b60b00cf088810e7f8387552ad9ae61d
     
    Sources are fixed, kernel recompilation and repository update will follow asap.
  9. Like
    Igor got a reaction from petrmaje in GMAC TX status: VLAN frame   
    Yes, it's a bug ... I'll fix it asap. 
  10. Like
    Igor reacted to t3l3m4k0 in no mouse pointer ubuntu trusty   
    Solved, Bunyu at Orangepi forums sayed:
     
     
    "I have time to play some with my pi last week. You have to switch off the HWMouse and render it via software.
    Modify your xorg configration

    In the device section write:
    Option         "HWCursor" "false" Copy the Code
    Regards,
    Bunyu
    "
  11. Like
    Igor reacted to bombobrudi in Network not coming up   
    Many thanks to you Igor. I had the same problem, but now with version 4.5 with kernel 4.2.3 the problem is gone.
    Nice work!
  12. Like
    Igor reacted to ytn in Getting stuck generating image   
    I think I got to the bottom of the problem.... I don't believe it is related to Armbian at all or the httpredir URL.
     
    I think the problem is related to my upgrading pfsense to the latest 2.3 Alpha and one of the firewall rules for DNS starting behaving strangely. I have removed the rule and the problems seemed to have gone away.
     
    Just in case anyone else is running pfsense and running into similar issues....
  13. Like
    Igor reacted to wildcat_paris in [request] zram kernel module available ?   
    Igor,
     
    Thanks it is fine with http://mirror.igorpecovnik.com/test/linux-image-next-sunxi_4.5_armhf.deb
    gr@bpi:~$ cat /proc/version Linux version 4.2.3-sunxi (root@kitchen) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #16 SMP Fri Oct 9 23:08:18 CEST 2015 gr@bpi:~$ lsmod [...] zram                   17790  2 lz4_compress            3201  1 zram gr@bpi:~$ swapon -s Filename Type Size Used Priority /home2/swap file 4999996 0 -1 /dev/zram0 partition 256980 0 5 /dev/zram1 partition 256980 0 5 ok, now testing... compiling thunderbird 42b1 on my "labomo-r1" FTTH home router
     
    Edit : Igor, this is an awesome piece of work! :-)
     
    Edit 2 : I am not sure if it is really useful here
    CONFIG_CLEANCACHE=y CONFIG_FRONTSWAP=y Edit 3 :
    compared to :
    - (arm) Raspbian : zsmalloc seems to be missing
    - (x86-amd64) Ubuntu 14.04 : the same as armbian : modules zram + lz4_compress
    pi@pi ~ $ lsmod Module Size Used by zram 20112 0 lz4_compress 3100 1 zram zsmalloc 10430 1 zram pi@pi ~ $ cat /proc/version Linux version 4.1.10-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #820 SMP PREEMPT Sun Oct 4 16:26:51 BST 2015 Edit 4:
    zsmalloc is probably useful : allocate small object to reduce memory fragmentation
    http://lwn.net/Articles/477067/
     
    zsmalloc is builtin, so ok
    gr@bpi:~$ sudo modprobe --show-depends zram insmod /lib/modules/4.2.3-sunxi/kernel/lib/lz4/lz4_compress.ko insmod /lib/modules/4.2.3-sunxi/kernel/drivers/block/zram/zram.ko gr@bpi:~$ sudo modprobe --show-depends -v zsmalloc builtin zsmalloc
  14. Like
    Igor got a reaction from wildcat_paris in [request] zram kernel module available ?   
    I already found and build a kernel ... Will be inside next build. Over and out
     
    Thanks!
  15. Like
    Igor reacted to PaceyIV in Freezing problem with Olimex A20 Lime 2   
    There is nothing powered near the board.
    The board is new, it has about 1 month.
     
    Maybe the easier thing is just try the olimex image, copy the kernel firmware from the microsd to the rootfs on the sata, an try a couple of week this settings. So I can use the olimex kernel and uboot, but my actually rootfs.
    In the weekend I will try.
  16. Like
  17. Like
    Igor reacted to pschasch in build image : R1-> Jessy-> with_XFCE-> kernel_3.4.x fails on ubuntu 14.04   
    good morning,
    just for info.
    Today i was able to compile r1.jesse,with xfce,3.4 on the 14.04.
    Maybe network problems in the past.
    Thanks!
  18. Like
    Igor reacted to Decker in Latest image (kernel?) for Bananapi does not boot   
    Yes, I see now. Sorry for posting this, I have downloaded zip from http://www.armbian.com/banana-pi/so I have could not see the warning on  www.armbian.com
     
    Thank you for the answer. (And lot of new work, one can see it everywhere!  )
  19. Like
    Igor reacted to schnapper79 in menuconfig is broken   
    Thanks... I've seen your bugfix on git. Its the same i did and it works.
  20. Like
    Igor reacted to maruprez in Cubieboard 1 problems   
    Hi again,
     
    Good news....
     
    Using Wheezy 4.1.6, I've updated and upgraded. Once upgraded Linux cubieboard 4.2.2-sunxi is working
     
    Up to now everything it's working and fine.
     
    Thank you
  21. Like
    Igor reacted to sschöne in Cubieboard3 / Cubietruck experience (I2C MUX, si2168 DVB-C)   
    When I choose mainline and wheezy, I have other options later:
     
    Device Drivers --> I2C-Support --> Multiplexer I2C Chip Support: There are 5 Options
     
    and
     
    Autoselect ancillary drivers (tubers, sensors, i2c, frontends) [*] is under Device Drivers --> Multimedia Support
     
    Edit: Now i have a file Armbian_4.4_Bananapi_Debian_wheezy_4.2.1.zip in /output/images which is only 300MB.
    When I unzip this file, I have 3 files: imagewriter.exe, Armbian_4.4_Bananapi_Debian_wheezy_4.2.1.raw an armbian.txt. I can unzip the raw file to 0.img. This file is only 900MB. When I write this image on a sd card, the banana pi does not start with it. When I want to open the sdcard in the explorer, it comes a message, that I have to format the card.
     
    What is wrong?
     
    Edit: It works!!!
     
    Edit: I installed tvheadend. There I can choose the Silicon Labs Si2168 under TV Adapter. When I choose the DVB Network, it search the muxes. But it does not find any services.
    Does somebody has any idea?
  22. Like
    Igor got a reaction from badrianiulian in Freezing problems with BPi-R1   
    Things has been changed. Everything is now inside repository apt.armbian.com and upgrade is done via apt-get ... lamobo shares legacy kernel with banana, orange, ...
     
    More info:
    http://forum.armbian.com/index.php/topic/211-kernel-update-procedure-has-been-changed/
  23. Like
    Igor reacted to ytn in Older image errors on building   
    Thanks, it's working now.
  24. Like
    Igor reacted to zakora in Can't upgrade linux-image [@NAND is failing]   
    It worked, thanks a lot!
     
    The support and dedication you put into this project is outstanding.
  25. Like
    Igor got a reaction from tkaiser in Use F2FS as File System?   
    I started to use terminology "Vanilla" which suits www.kernel.org aka mainline kernels. Not exactly correct interpretation but ..
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines