• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by garycnew

  1. garycnew

    Entware Entware armv7sf-k2.6 EOS

    Great you were able to identify and resolve the openssl issue! Unfortunately, gcc is stuck at gcc_8.4.0-7_armv7-2.6.ipk with kernel 2.6, due to it not having the expanded kernel code for gcc >= 9.3. Are you stating that python3-pip_23.3.1-1_armv7-2.6.ipk is not working with gcc 8.4 and kernel 2.6?
  2. garycnew

    Entware Entware armv7sf-k2.6 EOS

    Interesting... They do appear to be packages from the garycnew's armv7fs-k2.6 repository. I've found some cases where Entware has issues with packages being installed from mixed repositories. Are all installed packages from the garycnew's armv7fs-k2.6 repository? # cat /opt/etc/opkg.conf...
  3. garycnew

    Entware Entware armv7sf-k2.6 EOS

    @swie99 Are you using the python and openssl packages from garycnew's armv7fs-k2.6 repository? Regards, Gary
  4. garycnew

    Asuswrt-Merlin - Traffic Analyzer - Statistics: Hostname NVRAM Variable

    No Difference. # nvram get custom_clientlist RT-AC66U_B1>C0:56:27:7A:3C:73>0>2>>>>><RT-AC66U_B1>94:10:3E:82:C2:93>0>2>>>>> # nvram set custom_clientlist="" # nvram get custom_clientlist # killall networkmap # ps w | grep -i networkmap 32121 admin 3424 S grep -i networkmap # ps w |...
  5. garycnew

    Asuswrt-Merlin - Traffic Analyzer - Statistics: Hostname NVRAM Variable

    It appears the Office and Living_Room Asuswrt-Merlin Access Points are listed, but there are several other Asuswrt-Merlin Access Points that are not. RT-AC66U_B1>C0:56:27:7A:3C:73 (Office-3C73) RT-AC66U_B1>94:10:3E:82:C2:93 (Living_Room-C293) # nvram get custom_clientlist...
  6. garycnew

    Asuswrt-Merlin - Traffic Analyzer - Statistics: Hostname NVRAM Variable

    Hi @ColinTaylor Apologies for the the lack of information. The lan_hostnames in question are those of the peripheral Asuswrt-Merlin Access Points (i.e., Living_Room-C293). However, the Primary Asuswrt-Merlin Router sees them as "RT-AC66U_B1" (opposed to their uniquely identified lan_hostname)...
  7. garycnew

    Asuswrt-Merlin - Traffic Analyzer - Statistics: Hostname NVRAM Variable

    UPDATE: It appears that "Network Map" uses the same hostname (RT-AC66U_B1) variable in question. It no longer seems to be the lan_hostname variable. Which hostname variable does "Network Map" use to populate the "Clients Name" field? Thanks, again.
  8. garycnew

    Asuswrt-Merlin - Traffic Analyzer - Statistics: Hostname NVRAM Variable

    Hi @RMerlin What I meant to suggest is that Traffic Analyzer obtains the hostname from some Asuswrt-Merlin variable prior to storing it in the sqlite3 database. In older versions of Asuswrt/Traffic Analyzer it was the lan_hostname variable that was used by Traffic Analyzer. However, it seems...
  9. garycnew

    Asuswrt-Merlin - Traffic Analyzer - Statistics: Hostname NVRAM Variable

    All: Which Asuswrt-Merlin - Hostname NVRAM Variable is used for Traffic Analyzer - Statistics? # nvram show | grep RT-AC66U_B1 odmpid=RT-AC66U_B1 lan_hostname=RT-AC66U_B1 lld2d_hostname=RT-AC66U_B1 wps_modelnum=RT-AC66U_B1 wps_device_name=RT-AC66U_B1 In older versions of Asuswrt-Merlin...
  10. garycnew

    Entware Entware armv7sf-k2.6 EOS

    @SomeWhereOverTheRainBow I believe the "unexpected openssl version output" you're referring to was actually an issue with @maurer's armv7fs-k2.6 repository and one of the reasons I felt I needed to compile my own from scratch. Presently, garycnew's armv7fs-k2.6 repository is compiled with...
  11. garycnew

    Entware Entware armv7sf-k2.6 EOS

    @thelonelycoder I found a couple more examples of when dependency conflicts between the entware and garycnew repo's exist: Installing libpcre (8.45-5) to root... Downloading https://bin.entware.net/armv7sf-k2.6/libpcre_8.45-5_armv7-2.6.ipk Installing libpcre2 (10.42-1) to root... Downloading...
  12. garycnew

    Entware Entware armv7sf-k2.6 EOS

    @jksmurf I found myself needing to know the answer to this question. It appears HF is for CPU's that support Hardware Floating Pointer calculations and NOHF is for CPU's that do not and preform the calculations by way of software. As the armv7l CPU (`uname -m`) does not contain the term "fpu"...
  13. garycnew

    Entware Entware armv7sf-k2.6 EOS

    I'm open to dissenting opinions in the matter, but I believe... "This is the way." Thanks, @thelonelycoder Ditto
  14. garycnew

    Entware Entware armv7sf-k2.6 EOS

    @thelonelycoder In addition to Maurer discontinuing their armv7sf-k2.6 repo, the primary reason I decided to take-up the torch to continue building an armv7sf-k2.6 repo is because Maurer's repo lacked some of the packages (nmap-full) and depenencies (liblua-5.4) that I needed and felt it would...
  15. garycnew

    Entware Entware armv7sf-k2.6 EOS

    @thelonelycoder I ran into an issue, attempting to use python's ssl (python3-openssl) module, with the armv7sf-k2.6 repo's, in that ssl appears to function properly with the entware and garycnew repos' python3-openssl packages, but doesn't seem to work with the maurer repo's python3-openssl...
Back
Top