OpenWrt Forum Archive

Topic: PC-Engines - ALIX, APU, SW versions and related Questions

The content of this topic has been archived between 1 Apr 2018 and 3 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Brand new to the forum, so please be gentle.

I have an ALIX 2C0 (Geode 700, 128mb ram). 

I have read the WIKI for both the ALIX and the APU. 
ALIX http://wiki.openwrt.org/toh/pcengines/alix
APU  http://wiki.openwrt.org/toh/pcengines/apu

I see that I can install OpenWRT on the ALIX and there are some packages that can enable the Geodes AES-128(-CBC) encryption.  I want to use this for OpenVPN. 

I see that the following packages are available in the BB/x86/ALIX2 folder (more under AA).   The WIKI looks a bit dated, and I assume is why it refers to no prebuilt images, the specifc ALIX2 folder and then prebuilt images for Backfire under x-86 generic.

Can someone please help me understand the differences?  I do not get enough from these pages to understand.  http://wiki.openwrt.org/about/latest or http://wiki.openwrt.org/doc/howto/obtai … le_naming.  I think the first few are for compiling my own install (I don't really want to go there) and are the last are bootable images?  How do I choose?

----------------------------------------------------------------------------------------

packages/                                                                    01-Oct-2014 13:54                   -
Add on packages for OpenWrt

OpenWrt-ImageBuilder-x86_alix2-for-linux-x86_64..> 02-Oct-2014 07:30            91927752

OpenWrt-SDK-x86-for-linux-x86_64-gcc-4.8-linaro..>  02-Oct-2014 07:30            87108070

OpenWrt-Toolchain-x86-for-i386_geode-gcc-4.8-li..>  02-Oct-2014 07:30            36387333

config.x86_alix2                                                           02-Oct-2014 07:30               92015

kernel-debug.tar.bz2                                                   02-Oct-2014 07:30             6602679

md5sums                                                                     02-Oct-2014 07:43                 762
Checksum values for files

openwrt-x86-alix2-combined-ext4.img.gz                    02-Oct-2014 07:30             5132931

openwrt-x86-alix2-combined-squashfs.img                 02-Oct-2014 07:30             7602180

openwrt-x86-alix2-rootfs-ext4.img.gz                         02-Oct-2014 07:30             3311161

openwrt-x86-alix2-rootfs-squashfs.img                      02-Oct-2014 07:30             2883588

openwrt-x86-alix2-vmlinuz                                          02-Oct-2014 07:30             1565088

----------------------------------------------------------------------------------------

Will these packages work on both the ALIX and APU?

Are the package both 32bit and 64bit (for APU)?  Is this what is meant by "generic combined x86"?

Is Luci in these images?

Does the BB (or older AA) package include, or have available the WEB GUI (Luci) for OpenVPN?

Is the kmod-leds-alix still needed?

Is the Hardware Watchdog sorted in these builds?  If not has anyone tested the wiki for correctness?

I have used phsydiskwrite(gui) in the past.  Is this ok to use to create the CF drive as opposed to the wiki process?

Anyone running OpenVPN on this rig?

Cheers... RangerZ

I run the generic x86_64 trunk snapshot on my APU, works fine.
IIrc you don't need the alix-leds kmod. I didn't have any specific problems with the watchdog - at least it didn't spontaneously reboot my board, maybe it is not running at all smile

I do run OpenVPN as well, it works without problems. LuCI is only present in release images, not in trunk snapshots.
The generic combined image is simply a disk image with partition table + mbr + grub + rootfs, so a whole disk image for writing with dd.

I'm not sure if the generic x86 release build contains the proper grub parameters for booting from CF, it expects its disk to be at sda2 which might or might not be the case for you.

I suggest going with x86-64 trunk, I reworked the root mounting there to use PARTUUID, so it does not matter from which media you boot your wrt image, it also supports the whole 4G of memory while the 32bit build caps off at 2G

Hi, jow.

Hanno Schupp submitted the patch to make x86_64 target support dual core.
https://patchwork.ozlabs.org/patch/430167/
APU also gain the benefit from it.
Could you please commit it?

Best regards,

Hi,

Latest stable build for Alix2 can be found here:
http://downloads.openwrt.org/barrier_br … x86/alix2/
To install it, download the "openwrt-x86-alix2-combined-ext4.img.gz" image, then gunzip it via:

gunzip openwrt-x86-alix2-combined-ext4.img.gz

And flash it with:

dd if=openwrt-x86-alix2-combined-ext4.img of=/dev/sdX bs=1M

where sdX refer to your drive

For the APU board I suggest you to compile your own image, it isn't very difficult, if u want to take a look, I wrote a few lines here:
https://forum.openwrt.org/viewtopic.php … 95#p259295
In any case, read carefully the wiki.
(two months ago when I've started seeking info about it I was completely ignorant in this field, but then with the support of the user of this forum, which I thank again, I was able to build my own image)

If you prefer to use a pre-build image, here you can find the latest:
http://downloads.openwrt.org/snapshots/ … 4/generic/
You must use "openwrt-x86_64-combined-ext4.img.gz", flashing it in the same way that i write before.
I've indicated the trunk version for the APU board even if last time that I've used it, SMP (symmetric multiprocessing, allows to use each core of the dual core CPU) wasn't supported, 'cause BB doesn't support SMP and also recognize only 1GB of RAM.

Regarding OpenVPN and AES encryption module, as I said to you on the other forum, since I don't use it, I can't answer to your question.

(Last edited by mirko_47 on 28 Jan 2015, 09:01)

Thanks for your replies.  I'm learning slowly.  I am not a linux guy, I can boot a live image and run some commands, but do not know the command line syntax (grub is a little white bug that kills my grass).

To be clear, I am running an ALIX 128MB Geode 700 on a CF card.  Thinking of upgrading to the APU

Can some one please explain to me (so I can learn) the difference between the ext-4, squashfs and jffs2 (AA) IMG files.  I see the EXT4 file is about 10 times the size of the others.

Jow, are you the jow I see in some folder names and out on the Luci github?

I have loaded 2 CF cards today with x86/ALIX builds.  First BB, then AA in hopes that I might find the Luci-App-OpenVPN.IPK, but this was not avalable for either.  I see that there are all kinds of requests to get this working.  I found a luci-app-openvpn_1.1.0_all.ipk here http://luci.subsignal.org/trac/ticket/489  I also found a version under the CC packages\luci.

Botton line, will any of this work on any of either of the relesases?  Jow, can you report any OpenVPN performance data, and is this on the 2 or 4gb APU.

What I learned today

I used physdiskwrite GUI to write the IMG file whch I extraced with WinRAR all under Windows Vista 64bit.  Took about 10 seconds to do.  Booted the first time from the CF card.  Did not even (really) need the RS232 cable to get things going.

The LEDs appear to be confgurable in the GUI.  The heartbeat is working for sure, and the wireless is on solid (which appears to be the default) even though no wireless is installed.  Not sure how to validate the third.

Failsafe Mode: I can confirm that one can reach the menu with 2 choices
    OpenWRT
    OpenWRT (failsafe)
Chooseing this appears to boot the router. I can access it via RS232, but not get an IP address.  Not sure what else is relevant.

Watchdog - I did not try it, as I am not clear on how to test it or its need/purpose.  I assume the commands get issuesd at the OpenWRT prompt.

Geodes AES engine - The specific modules listed in the ALIX wiki are all installed in both AA and BB.  One needs to install the openssl-utils.  They did not show up in the lists (at least under AA) but can be downloaded from the command prompt (BB) or by query under AA Luci GUI.  There is no "Utilities Menu" (per wiki).   I am not sure they are working based upon the test command (and not sure this s the right way to test 256)

If the command for testing AES 128 is: 
    openssl speed -evp aes-128-cbc -engine cryptodev
and I also run the similar command
    openssl speed -evp aes-256-cbc -engine cryptodev
I would expect the first to be faster by some factor if the acceleration is working.  Under BB AES-128 is slower, and under AA there is only a marginal difference.

Summary Output:
BB 14.07
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-128-cbc       9609.52k    64810.13k   378825.14k   861037.71k  3615129.60k

type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-256-cbc      21784.18k    52624.64k   137507.20k  1433907.20k         infk

AA 12.07
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-128-cbc      19179.04k    61321.60k   278786.84k   789171.20k 11181260.80k

type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
aes-256-cbc      14714.95k    52015.13k   230604.80k   775577.60k         infk

The Installing OpenWRT Wiki page does not include references to installing the software on a CF Drive by either GunZIP\DD or physdiskwrte.
http://wiki.openwrt.org/doc/howto/generic.flashing

Mirko_47, I looked thru your doc on compiling, and while good reference, I think the ALIX image you suggested is a good start. I just need to figure out the OpenVPN thing.  As for the product choice, I am more interested in the AES for VPN performance than what GUI I use.  I am also frustrated with DD-WRTs lack of release info.  It's real hard to figure out what is fixed and what got broken.

If you write here the packages that you need, I can try to compile an image, and then I will upload for example on gdrive.

If you prefer, I can also try to compile an image for the APU and test it on my board.
Obviously you have to tell me what I've to do to test it, since I never use this board with that purpose.

Regards.

Hi Mirko_47

Thats a generous offer.  A 32-bit CC build for ALIX would be fantastic.

I have compiled a list of modules that are in the AA build and found thier corresponding packages from the trunk\x86\packages build.  I am missing about a dozen (mostly Luci) and have a few other discrepancies, which you may be able to figure out.  I am not using wireless or the GPIO headers.  There is no USB on the board.

The first section is files that I have matched from the x86\ALIX image to those in the current trunk. 
The second section is files that I could not find an exact match for (Discrepant)
The third are AA files with no match (Missing).

Thanks

RangerZ

-------------------------------------
https://downloads.openwrt.org/snapshots … /packages/
folder    CC  x86/generic/packages
----------------------------------------------   
base    base-files_157-r44192_x86.ipk       
base    busybox_1.22.1-5_x86.ipk       
base    dnsmasq_2.72-4_x86.ipk                
base    dropbear_2014.65-2_x86.ipk    
base    firewall_2015-01-08_x86.ipk     
base    hwclock_2.25.2-2_x86.ipk       
base    iptables_1.4.21-1_x86.ipk     
base    iw_3.15-1_x86.ipk     
base    jshn_2015-01-28-827ad8337e88ec9e0bf73a8af1d6cf8555e8ef3d_x86.ipk   
base    kernel_3.14.30-1-0c6dfe764ea82819ac36a922a7de26f3_x86.ipk   
base    kmod-ath_3.14.30+2014-11-04-1_x86.ipk       
base    kmod-ath5k_3.14.30+2014-11-04-1_x86.ipk    
base    kmod-ath9k_3.14.30+2014-11-04-1_x86.ipk        
base    kmod-ath9k-common_3.14.30+2014-11-04-1_x86.ipk      
base    kmod-button-hotplug_3.14.30-3_x86.ipk       
base    kmod-cfg80211_3.14.30+2014-11-04-1_x86.ipk    
base    kmod-cpu-msr_3.14.30-1_x86.ipk        
base    kmod-crypto-aes_3.14.30-1_x86.ipk         
base    kmod-crypto-arc4_3.14.30-1_x86.ipk         
base    kmod-crypto-cbc_3.14.30-1_x86.ipk   
base    kmod-crypto-core_3.14.30-1_x86.ipk        
base    kmod-crypto-ecb_3.14.30-1_x86.ipk       
base    kmod-crypto-hash_3.14.30-1_x86.ipk    
base    kmod-crypto-hw-geode_3.14.30-1_x86.ipk   
base    kmod-crypto-manager_3.14.30-1_x86.ipk      
base    kmod-crypto-ocf_3.14.30-1_x86.ipk    
base    kmod-crypto-sha1_3.14.30-1_x86.ipk       
base    kmod-crypto-sha256_3.14.30-1_x86.ipk     
base    kmod-cs5535-clockevt_3.14.30-1_x86.ipk     
base    kmod-cs5535-mfd_3.14.30-1_x86.ipk      
base    kmod-cs5535-mfgpt_3.14.30-1_x86.ipk     
base    kmod-gpio-cs5535-new_3.14.30-1_x86.ipk   
base    kmod-gpio-nsc_3.14.30-1_x86.ipk    
base    kmod-hwmon-core_3.14.30-1_x86.ipk    
base    kmod-hwmon-lm90_3.14.30-1_x86.ipk    
base    kmod-i2c-algo-bit_3.14.30-1_x86.ipk     
base    kmod-i2c-algo-pca_3.14.30-1_x86.ipk         
base    kmod-i2c-algo-pcf_3.14.30-1_x86.ipk      
base    kmod-i2c-core_3.14.30-1_x86.ipk     
base    kmod-i2c-mux-gpio_3.14.30-1_x86.ipk    
base    kmod-i2c-scx200-acb_3.14.30-1_x86.ipk    
base    kmod-input-core_3.14.30-1_x86.ipk      
base    kmod-input-polldev_3.14.30-1_x86.ipk        
base    kmod-ipt-conntrack_3.14.30-1_x86.ipk      
base    kmod-ipt-core_3.14.30-1_x86.ipk     
base    kmod-ipt-nat_3.14.30-1_x86.ipk       
base    kmod-ipt-nathelper-rtsp_3.14.30+2.5-1_x86.ipk    
base    kmod-ledtrig-gpio_3.14.30-1_x86.ipk     
base    kmod-ledtrig-heartbeat_3.14.30-1_x86.ipk     
base    kmod-ledtrig-netdev_3.14.30-1_x86.ipk     
base    kmod-lib-crc-ccitt_3.14.30-1_x86.ipk     
base    kmod-mac80211_3.14.30+2014-11-04-1_x86.ipk        
base    kmod-mppe_3.14.30-1_x86.ipk     
base    kmod-nls-base_3.14.30-1_x86.ipk     
base    kmod-ppp_3.14.30-1_x86.ipk    
base    kmod-pppoe_3.14.30-1_x86.ipk    
base    kmod-pppox_3.14.30-1_x86.ipk     
base    kmod-tun_3.14.30-1_x86.ipk    
base    kmod-usb2_3.14.30-1_x86.ipk    
base    kmod-usb-core_3.14.30-1_x86.ipk    
base    kmod-usb-ohci_3.14.30-1_x86.ipk    
base    kmod-via-rhine_3.14.30-1_x86.ipk    
base    kmod-wdt-geode_3.14.30-1_x86.ipk    
base    libblobmsg-json_2015-01-28-827ad8337e88ec9e0bf73a8af1d6cf8555e8ef3d_x86.ipk   
base    libc_0.9.33.2-1_x86.ipk    
base    libcyassl_3.3.0-1_x86.ipk     
base    libgcc_4.8-linaro-1_x86.ipk     
base    libip4tc_1.4.21-1_x86.ipk    
base    libip6tc_1.4.21-1_x86.ipk      
base    libiw_29-5_x86.ipk     
base    libiwinfo-lua_2015-01-04-c9fd399316003040825dfbd9700488b621bd990e_x86.ipk   
base    libjson_0.11-2_x86.ipk    
base    liblzo_2.08-1_x86.ipk    
base    libnfnetlink_1.0.1-1_x86.ipk     
base    libnl-tiny_0.1-4_x86.ipk    
base    libopenssl_1.0.1l-1_x86.ipk      
base    libubox_2015-01-28-827ad8337e88ec9e0bf73a8af1d6cf8555e8ef3d_x86.ipk   
base    libubus_2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09_x86.ipk   
base    libubus-lua_2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09_x86.ipk   
base    libuci_2014-04-11.1-1_x86.ipk       
base    libuci-lua_2014-04-11.1-1_x86.ipk     
base    libxtables_1.4.21-1_x86.ipk    
base    lua_5.1.5-1_x86.ipk      
base    mtd_20_x86.ipk      
base    netifd_2015-01-24-500779b3750d8a7603401128f6eb4e942e684616_x86.ipk   
base    openssl-util_1.0.1l-1_x86.ipk      
base    openvpn-easy-rsa_2013-01-30-2_x86.ipk    
base    openvpn-openssl_2.3.6-2_x86.ipk    
base    ppp_2.4.7-5_x86.ipk     
base    ppp-mod-pppoe_2.4.7-5_x86.ipk     
base    px5g_3_x86.ipk       
base    ubus_2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09_x86.ipk   
base    ubusd_2015-01-22-2d660c519d2fcff95248da9f4fd9b37d61f9eb09_x86.ipk   
base    uci_2014-04-11.1-1_x86.ipk    
base    uhttpd_2015-01-25.2-db79faae848e9ca5ed1c5b62cdd9d01650687fff_x86.ipk   
base    uhttpd-mod-tls_2015-01-25.2-db79faae848e9ca5ed1c5b62cdd9d01650687fff_x86.ipk   
base    wpad_2014-10-25-1_x86.ipk   
base    zlib_1.2.8-1_x86.ipk     
luci    luci-app-firewall_git-15.029.55606-84346cd-1_all.ipk   
luci    luci-app-openvpn_git-15.029.55606-84346cd-1_all.ipk   
luci    luci-app-upnp_git-15.029.55606-84346cd-1_all.ipk   
luci    luci-i18n-ahcp-en_git-15.029.55606-84346cd-1_all.ipk   
luci    luci-lib-nixio_git-15.029.55606-84346cd-1_x86.ipk   
luci    luci-mod-admin-full_git-15.029.55606-84346cd-1_x86.ipk   
luci    luci-proto-ppp_git-15.029.55606-84346cd-1_all.ipk   
luci    luci-ssl_git-15.029.55606-84346cd-1_all.ipk    
luci    luci-theme-bootstrap_git-15.029.55606-84346cd-1_all.ipk   
luci    luci-theme-openwrt_git-15.029.55606-84346cd-1_all.ipk   
packages    openssh-sftp-server_6.7p1-3_x86.ipk    
routing    miniupnpd_1.9.20141209-1_x86.ipk    

Discrepant - The first column is AA, the second the folder under CC and then the closest file matching the AA File.
------------------------------------------------------------------------------------
grub - 0.97-3            base    grub2-editenv_2.02~beta2-1_x86.ipk
opkg - 618-3            base    opkg_9c97d5ecd795709c8584e972bfdf3aee3a5b846d-7_x86.ipk
luci - 0.11+svn9769-1    luci    luci-base_git-15.029.55606-84346cd-1_x86.ipk 

Missing - I could not find equivalent files in CC packages.
-----------------------------------------------------------
hotplug2 - 1.0-beta-4
kmod-input-gpio-keys-polled - 3.3.8-1
kmod-leds-gpio - 3.3.8-1
lib- 5.1.4-8
luci-lib-core - 0.11+svn9769-1
luci-lib-ipkg - 0.11+svn9769-1
luci-lib-sys - 0.11+svn9769-1
luci-lib-web - 0.11+svn9769-1
luci-mod-admin-core - 0.11+svn9769-1
luci-proto-core - 0.11+svn9769-1
luci-sgi-cgi - 0.11+svn9769-1
luci-theme-base - 0.11+svn9769-1

(Last edited by RangerZ on 31 Jan 2015, 00:10)

Hi Mirko_47

Please use this file instead.  You will need to rename and add the .xls extension. I went back to BB when I learned how to fix the Themes.  I prefer the old tab style to drop downs.
https://www.dropbox.com/s/eom15s58cdvdr … forCC?dl=0
There are columns for AA, BB and CC.  Before CC is the folder where the file is in packages.  There also is a second tab with some additional remarks. 

Hopefully all is clear.

Please let me know when you have got the file so I may clear my drop box queue.

Cheers

RangerZ

Hi,

I've just downloaded your xls file, with the list of all the package that u need.
Now I'm trying to build it from trunk buildroot; I was able to add all the package that you've listed except:

kmod-slhc_3.14.30-1_x86.ipk

That it seems that is missing from the buildroot that I'm using.

regards.

I've uploaded here the build.
let me know if everything is working fine.

Regards

Hi Mirko_47

Thanks for your effort.  I know based upon your posts you have spent a lot of time learning all of this.

I am sorry to report that the unit does not fully boot.  I have captured boot logs for both standard and failsafe.

Hopefully this is easy to remedy.

Cheers.....  RangerZ

----------------------------------------

left front panel led is on solid
lan ports are green, left LED will occasionally flash

===========================================
BOOT LOG

nbb.*Wq¦¦Df¦.¦b¦¦¦"¦¦U¦3¦¦u¦]¦¦T¦¦"¦D¦¦&"¦¦¦+¦.D¦f"D"D"D"D"D"D"¦¦1cu¦uw¦b1¦WWs¦¦¦¦¦"¦¦¦¦]¦]¦

                          GNU GRUB  version 2.02~beta2

+----------------------------------------------------------------------------+
|*OpenWrt                                                                    |
| OpenWrt (failsafe)                                                         |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
+----------------------------------------------------------------------------+

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands
      before booting or `c' for a command-line. ESC to return
      previous menu.
   The highlighted entry will be executed automatically in 0s.
  Booting `OpenWrt'

[    0.000000] Linux version 3.14.28 (mirko@PC-Mirko) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44070) ) #1 Sat Jan 31 15:13:29 CET 2015
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI not present or invalid.
[    0.000000] e820: last_pfn = 0x8000 max_arch_pfn = 0x100000
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x07c00000-0x07ffffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x07bfffff]
[    0.000000] 128MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 08000000
[    0.000000]   low ram: 0 - 08000000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x07ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x07ffffff]
[    0.000000] Using APIC driver default
[    0.000000] No local APIC present or hardware disabled
[    0.000000] APIC: disable apic facility
[    0.000000] APIC: switched to apic NOOP
[    0.000000] e820: [mem 0x08000000-0xffefffff] available for PCI devices
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32415
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=/dev/sda2 rootfstype=ext4 rootwait console=ttyS0,38400n8 noinitrd
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Memory: 125356K/130684K available (2588K kernel code, 183K rwdata, 748K rodata, 264K init, 244K bss, 5328K reserved)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffa3000 - 0xfffff000   ( 368 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xfffa1000   ( 887 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]       .init : 0xc1372000 - 0xc13b4000   ( 264 kB)
[    0.000000]       .data : 0xc1287438 - 0xc1371d80   ( 938 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1287438   (2589 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 431.648 MHz processor
[    0.030007] Calibrating delay loop (skipped), value calculated using timer frequency.. 863.29 BogoMIPS (lpj=4316480)
[    0.050014] pid_max: default: 32768 minimum: 301
[    0.060257] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.070019] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.080857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.080857] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.080857] tlb_flushall_shift: -1
[    0.090009] CPU: Geode(TM) Integrated Processor by AMD PCS (fam: 05, model: 0a, stepping: 02)
[    0.120251] Performance Events: no PMU driver, software events only.
[    0.142326] NET: Registered protocol family 16
[    0.151386] cpuidle: using governor ladder
[    0.160873] PCI: PCI BIOS revision 2.10 entry at 0xfced9, last bus=0
[    0.170013] PCI: Using configuration type 1 for base access
[    0.200965] bio: create slab <bio-0> at 0
[    0.211531] SCSI subsystem initialized
[    0.221484] PCI: Probing PCI hardware
[    0.230310] PCI host bridge to bus 0000:00
[    0.240032] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.250025] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.260022] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.281643] Switched to clocksource pit
[    0.309863] NET: Registered protocol family 2
[    0.324561] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.335484] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.344582] TCP: Hash tables configured (established 1024 bind 1024)
[    0.353684] TCP: reno registered
[    0.363399] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.370931] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.379989] NET: Registered protocol family 1
[    0.394194] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.410315] alix: system is recognized as "PC Engines ALIX.2 v0.99h"
[    0.421461] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.464039] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.471572] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.482692] msgmni has been set to 244
[    0.494240] io scheduler noop registered
[    0.506053] io scheduler deadline registered (default)
[    0.511916] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.521321] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 921600) is a NS16550A
[    0.535559] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 921600) is a NS16550A
[    0.540503] Non-volatile memory driver v1.3
[    0.553109] AMD Geode RNG detected
[    0.566913] scsi0 : pata_cs5536
[    0.577666] scsi1 : pata_cs5536
[    0.587730] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    0.588631] ata2: DUMMY
[    0.609652] i8042: No controller found
[    0.621698] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.630818] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.640360] TCP: cubic registered
[    0.650350] NET: Registered protocol family 17
[    0.663800] 8021q: 802.1Q VLAN Support v1.8
[    0.676553] Using IPI Shortcut mode
[    0.688608] rtc_cmos rtc_cmos: setting system clock to 2015-01-31 15:35:29 UTC (1422718529)
[    0.768768] ata1.00: CFA: CF-Card, Ver5.04, max UDMA/100
[    0.784734] ata1.00: 14909328 sectors, multi 1: LBA
[    0.789665] ata1.00: limited to UDMA/33 due to 40-wire cable
[    0.818656] ata1.00: configured for UDMA/33
[    0.831665] scsi 0:0:0:0: Direct-Access     ATA      CF-Card          Ver5 PQ: 0 ANSI: 5
[    0.847340] sd 0:0:0:0: [sda] 14909328 512-byte logical blocks: (7.63 GB/7.10 GiB)
[    0.850311] sd 0:0:0:0: [sda] Write Protect is off
[    0.865154] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.875406]  sda: sda1 sda2
[    0.885601] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.890511] List of all partitions:
[    0.901030] 0800         7454664 sda  driver: sd
[    0.914938]   0801            4096 sda1 5452574f-01
[    0.919622]   0802           49152 sda2 5452574f-02
[    0.934302] No filesystem could mount root, tried:  ext4
[    0.940350] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,2)
[    0.948414] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.28 #1
[    0.948414]  c1283517 c1281ba2 c12f8c8c c13c2340 c7835f38 c7956005 c7956005 00008001
[    0.948414]  c1372dfa c12ed390 c7835f38 c7956000 00008001 00000000 c12ecef5 c7ff2ac0
[    0.948414]  6e6b6e75 2d6e776f 636f6c62 2c38286b 00002932 c1372e84 c12ecef5 00006180
[    0.948414] Call Trace:
[    0.948414]  [<c1283517>] ? dump_stack+0xa/0x13
[    0.948414]  [<c1281ba2>] ? panic+0x6a/0x13d
[    0.948414]  [<c1372dfa>] ? mount_block_root+0x1d1/0x1e2
[    0.948414]  [<c1372e84>] ? mount_root+0x79/0x9b
[    0.948414]  [<c1372fbd>] ? prepare_namespace+0x117/0x153
[    0.948414]  [<c1097c3f>] ? SyS_access+0x1f/0x30
[    0.948414]  [<c1372b0d>] ? kernel_init_freeable+0x168/0x173
[    0.948414]  [<c13724aa>] ? do_early_param+0x77/0x77
[    0.948414]  [<c127f0c8>] ? kernel_init+0x8/0xe0
[    0.948414]  [<c1047e95>] ? schedule_tail+0x15/0x40
[    0.948414]  [<c1286322>] ? ret_from_kernel_thread+0x6/0x28
[    0.948414]  [<c1286337>] ? ret_from_kernel_thread+0x1b/0x28
[    0.948414]  [<c127f0c0>] ? rest_init+0x60/0x60
[    0.948414] Kernel Offset: 0x0 from 0xc1000000 (relocation range: 0xc0000000-0xc87fffff)
[   78.039602] random: nonblocking pool is initialized


============================================================================
FAILSAFE LOG

nbb.*Wq¦¦Df¦.¦b¦¦¦"¦¦U¦3¦¦u¦]¦¦T¦¦"¦D¦¦&"¦¦¦+¦.D¦f"D"D"D"D"D"D"¦¦1cu¦uw¦b1¦WWs¦¦¦¦¦"¦¦¦¦]¦]¦

                          GNU GRUB  version 2.02~beta2

+----------------------------------------------------------------------------+
| OpenWrt                                                                    |
|*OpenWrt (failsafe)                                                         |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
|                                                                            |
+----------------------------------------------------------------------------+

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands
      before booting or `c' for a command-line. ESC to return
      previous menu.
[    0.000000] Linux version 3.14.28 (mirko@PC-Mirko) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r44070) ) #1 Sat Jan 31 15:13:29 CET 2015
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000007ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] DMI not present or invalid.
[    0.000000] e820: last_pfn = 0x8000 max_arch_pfn = 0x100000
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x07c00000-0x07ffffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x07bfffff]
[    0.000000] 128MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 08000000
[    0.000000]   low ram: 0 - 08000000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x07ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x07ffffff]
[    0.000000] Using APIC driver default
[    0.000000] No local APIC present or hardware disabled
[    0.000000] APIC: disable apic facility
[    0.000000] APIC: switched to apic NOOP
[    0.000000] e820: [mem 0x08000000-0xffefffff] available for PCI devices
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 32415
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz failsafe=true root=/dev/sda2 rootfstype=ext4 rootwait console=ttyS0,38400n8 noinitrd
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Memory: 125356K/130684K available (2588K kernel code, 183K rwdata, 748K rodata, 264K init, 244K bss, 5328K reserved)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfffa3000 - 0xfffff000   ( 368 kB)
[    0.000000]     vmalloc : 0xc8800000 - 0xfffa1000   ( 887 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc8000000   ( 128 MB)
[    0.000000]       .init : 0xc1372000 - 0xc13b4000   ( 264 kB)
[    0.000000]       .data : 0xc1287438 - 0xc1371d80   ( 938 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1287438   (2589 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:2304 nr_irqs:256 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 431.642 MHz processor
[    0.030006] Calibrating delay loop (skipped), value calculated using timer frequency.. 863.28 BogoMIPS (lpj=4316420)
[    0.050014] pid_max: default: 32768 minimum: 301
[    0.060259] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.070021] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.080857] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.080857] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.080857] tlb_flushall_shift: -1
[    0.090009] CPU: Geode(TM) Integrated Processor by AMD PCS (fam: 05, model: 0a, stepping: 02)
[    0.120251] Performance Events: no PMU driver, software events only.
[    0.142358] NET: Registeredotocol family 16
[    0.151401] cpuidle: using governor ladder
[    0.160888] PCI: PCI BIOS revision 2.10 entry at 0xfced9, last bus=0
[    0.170013] PCI: Using configuration type 1 for base access
[    0.201089] bio: create slab <bio-0> at 0
[    0.211532] SCSI subsystem initialized
[    0.221490] PCI: Probing PCI hardware
[    0.230310] PCI host bridge to bus 0000:00
[    0.240031] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.250025] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.260022] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.281732] Switched to clocksource pit
[    0.309890] NET: Registered protocol family 2
[    0.324605] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.335530] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.344623] TCP: Hash tables configured (established 1024 bind 1024)
[    0.353723] TCP: reno registered
[    0.363439] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.370972] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.380032] NET: Registered protocol family 1
[    0.394252] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.410388] alix: system is recognized as "PC Engines ALIX.2 v0.99h"
[    0.421543] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.464213] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.471743] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.482860] msgmni has been set to 244
[    0.494410] io scheduler noop registered
[    0.506198] io scheduler deadline registered (default)
[    0.512060] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[    0.521469] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 921600) is a NS16550A
[    0.535706] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 921600) is a NS16550A
[    0.540641] Non-volatile memory driver v1.3
[    0.553251] AMD Geode RNG detected
[    0.567036] scsi0 : pata_cs5536
[    0.577787] scsi1 : pata_cs5536
[    0.587873] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
[    0.588778] ata2: DUMMY
[    0.609796] i8042: No controller found
[    0.621846] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.630965] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.640522] TCP: cubic registered
[    0.650496] NET: Registered protocol family 17
[    0.663951] 8021q: 802.1Q VLAN Support v1.8
[    0.676713] Using IPI Shortcut mode
[    0.688751] rtc_cmos rtc_cmos: setting system clock to 2015-01-31 15:44:18 UTC (1422719058)
[    0.768676] ata1.00: CFA: CF-Card, Ver5.04, max UDMA/100
[    0.784642] ata1.00: 14909328 sectors, multi 1: LBA
[    0.789576] ata1.00: limited to UDMA/33 due to 40-wire cable
[    0.818566] ata1.00: configured for UDMA/33
[    0.831574] scsi 0:0:0:0: Direct-Access     ATA      CF-Card          Ver5 PQ: 0 ANSI: 5
[    0.847245] sd 0:0:0:0: [sda] 14909328 512-byte logicallocks: (7.63 GB/7.10 GiB)
[    0.850220] sd 0:0:0:0: [sda] Write Protect is off
[    0.865063] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.875287]  sda: sda1 sda2
[    0.885483] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.890398] List of all partitions:
[    0.900912] 0800         7454664 sda  driver: sd
[    0.914822]   0801            4096 sda1 5452574f-01
[    0.919506]   0802           49152 sda2 5452574f-02
[    0.934185] No filesystem could mount root, tried:  ext4
[    0.940234] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,2)
[    0.948300] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.28 #1
[    0.948300]  c1283517 c1281ba2 c12f8c8c c13c2340 c7835f38 c7956005 c7956005 00008001
[    0.948300]  c1372dfa c12ed390 c7835f38 c7956000 00008001 00000000 c12ecef5 c7ff2ac0
[    0.948300]  6e6b6e75 2d6e776f 636f6c62 2c38286b 00002932 c1372e84 c12ecef5 00006180
[    0.948300] Call Trace:
[    0.948300]  [<c1283517>] ? dump_stack+0xa/0x13
[    0.948300]  [<c1281ba2>] ? panic+0x6a/0x13d
[    0.948300]  [<c1372dfa>] ? mount_block_root+0x1d1/0x1e2
[    0.948300]  [<c1372e84>] ? mount_root+0x79/0x9b
[    0.948300]  [<c1372fbd>] ? prepare_namespace+0x117/0x153
[    0.948300]  [<c1097c3f>] ? SyS_access+0x1f/0x30
[    0.948300]  [<c1372b0d>] ? kernel_init_freeable+0x168/0x173
[    0.948300]  [<c13724aa>] ? do_early_param+0x77/0x77
[    0.948300]  [<c127f0c8>] ? kernel_init+0x8/0xe0
[    0.948300]  [<c1047e95>] ? schedule_tail+0x15/0x40
[    0.948300]  [<c1286322>] ? ret_from_kernel_thread+0x6/0x28
[    0.948300]  [<c1286337>] ? ret_from_kernel_thread+0x1b/0x28
[    0.948300]  [<c127f0c0>] ? rest_init+0x60/0x60
[    0.948300] Kernel Offset: 0x0 from 0xc1000000 (relocation range: 0xc0000000-0xc87fffff)
[   78.039512] random: nonblocking pool is initialized

I compared a BB log to this.  It seems things go bad at about here

[    0.934302] No filesystem could mount root, tried:  ext4

Hi Mirko_47

The above error made me go back and look at the media that I borrowed from my camera.  I did not do a proper job of preparing it.  My bad.

I have reapplied the image and am happy to say that it boots and I am in the GUI.   I will get back to you over the next few days with progress reports.

Thank you!  Thank you!

Hi Mirko_47
I just wanted to followup and thank you again for the IMG file.  I think it is working well, with 1 minor exception.

I have an issue with sessiontime out from the GUI.  I have created another post for this
https://forum.openwrt.org/viewtopic.php?id=55488 .  I am not sure if it is only the GUI as I have some timeout issues with SCP, which is the tool I am using in Windows to manage the config files. 

I do actually have VPN running, and a host of VPN related issues that I will follow up with other posts.  In a nut shell I get 20Mbps transfer client to client but under 1Mbps client to internet. 

Cheers......   RangerZ

Hi Mirko_47
I have the IdelTimeOut set at 300 but after 5 minutes I can still access both SCP and Putty.  I am not clear on the SSHKeepAlive function.

By any chance do you have the IPK files you used for the build?  I deleted some of the HW Encryption Packages to test the speed difference, but can not re-install them as the kernel changed.  I have the original IMG so I can re-install it, but it would make some other testing easier.

Thanks..RangerZ

Hi Mirko_47

I have been there, or actually here http://downloads.openwrt.org/snapshots/ … /packages/

The problem is that the kernel version changed and the current packages will not install with the kernel version I have installed.  Software update will not show or load the new kernel version, and while I think I can force upgrade the kernel, reading indicates this not to be a good approach.

Thanks... RangerZ

I don't have anymore the package for CC 44070, since I've updated the buildroot to 44319, but if u can wait until saturday I will re-build an image for you.


just let me written here which version you prefer, and reupload the .xls table with the package that u need please.
When I start to build it i'll inform you, so you can download the package of the right version.

Hi Mirko_47

That would be fantastic!

I still want the x86 version if that s what you mean, and I suppose the build version that is current as of the time you make the image so it will match the packages.  How does one determine the current build version? 

I have figured out how to download all the packages with wget on Windoze so I'm good there
wget64 -r -np --no-check-certificate https://downloads.openwrt.org/snapshots … /packages/

Is there something I can do to improve the format of the spreadsheet for you, otherwise it will be the same.

Thanks.... RangerZ

Hi Mirko_47

I have created a new file list that reflects the packages actually loaded in the last go.  The file is here.  You will need to add the xls extension back to it.
https://www.dropbox.com/s/39nqhbjcyus9kpw/CCR44070?dl=0

I checked my notes and found that the path to the "software download" in the last image was not correct. 
It was: http://downloads.openwrt.org/snapshots/ … /packages/
It should be: http://downloads.openwrt.org/snapshots/ … /packages/
Not a problem for me to change, not sure if it was an issue for you.

I a not convinced that the hardware acceleration was working correctly, which is why I removed some modules to test.  Speed was mostly the same with and without. I have been researching the related modules and found this.
https://forum.openwrt.org/viewtopic.php … 61#p111461
In this post JOW refers to "Also make sure that openssl is compiled with engine support".  I realize all the hardware is different, but the comment struck me as having broader implications.  I do not really know what this means as far as making the image, if anything.  If it requires additional packages, please add them if you can.

Best Regards... RangerZ

I'm not sure, but i think that there isn't any "compile with engine support" option in the Alix2 buildroot... In any case, now i'll check.
in the last few days I had no time at all to inform about this, but this morning I've read the cryptographic hardware accelerators wiki, wich it says that for Geode AES enigine, is enough to add the modules, that you've previously add into your xls table:

    kmod-crypto-core
    kmod-crypto-aes
    kmod-crypto-hw-geode
    kmod-crypto-ocf

I've no idea if you already check this, however the command to test if the HW acceleration is working on Geode is:

openssl speed -evp aes-128-cbc -engine cryptodev

So I would say:
now I'll begin to build an image with the packages you have specified and the four mentioned above, then after I've upload on google drive, and you've downloaded it and dd to you CF. you have to check if the hw acceleration is working properly.

If it doesn't, maybe you could ask for and hand to the mantainer of the packages, wich is supposed to be the person which understands better then us the problem.

Hi Mirko_47

Yes, Support for the Geode LX AES!!  Hopefully that's the ticket.

I have the modules you mentioned in the list.

I compared results between

openssl speed -evp aes-128-cbc -engine cryptodev
openssl speed -evp aes-256-cbc -engine cryptodev

They were basically the same, which led me to think there was a problem.

Can you help me understand the time zone that is used for the posts.  I am wring this reply at ~7:45AM EST Boston US.  The time stamp on your mail at this is from 8:22:23 Today.  I assume am.  What country are you in?

Thanks for your research.

Cheers.... RangerZ

Is there some significance to the right side of the screen shot?

I see "clear" next to ahcpd, which I think is a tab for ipv6 related and your original post for image building.

Ranger....Z