HP 16700A/16702A logic analyzer help request - /etc/rc.config.d/netconf file wanted

Paul Berger phb.hfx at gmail.com
Sat Jan 2 09:24:02 CST 2016


On 2016-01-02 1:22 AM, Eric Smith wrote:
> I previously mentioned that the ethernet interface on my HP 16702A is
> not working. After a lot of messing around, I discovered that the
> 10baseT interface actually works fine if I log in as root (after
> jailbreaking it), and manually configure the interface.
>
> The problem seems to be with the /etc/rc.config.d/netconf file, which
> was trying to configure the lan1 interface, which doesn't exist. It
> should configure lan0. I edited the file to use lan0, and now when I
> boot the analyzer, it still reports errors, and still won't let me do
> the GUI lan configuration, but the interface actually works.
>
> Could someone with a 16700A or 16702A please make available a copy of
> their /etc/rc.config.d/netconf file for comparison?
>
> Thanks!
> Eric
Here is the neconf from my 16700A it is set up for DHCP and my network 
starts up fine.

Paul.
-------------- next part --------------
# netconf: configuration values for core networking subsystems
#
# @(#) $Revision: 1.4.116.4 $ $Date: 96/01/22 14:56:43 $
#
# HOSTNAME: Name of your system for uname -S and hostname
#
# OPERATING_SYSTEM: Name of operating system returned by uname -s
# ---- DO NOT CHANGE THIS VALUE ----
#
# LOOPBACK_ADDRESS: Loopback address
# ---- DO NOT CHANGE THIS VALUE ----
#
# IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between
# the next set of statements

HOSTNAME=HP16700
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1


# Internet configuration parameters. See ifconfig(1m), lanconfig(1m)
#
# INTERFACE_NAME: Network interface name (see lanscan(1m))
# INTERFACE NAME MUST ALWAYS BE ADJACENT TO THE LEFT
# EDGE OF THE FILE. saveINTERFACE_NAME MUST ALSO BE
# ADJACENT TO THE LEFT EDGE OF THE FILE WITH NO SPACES
# BEFORE IT!!! It is used in SysCmds.c, as well as by
# /etc/init.d/net.
#
# IP_ADDRESS: IP address in decimal-dot notation (e.g., 192.1.2.3)
#
# SUBNET_MASK: Subnetwork mask in decimal-dot notation, if different
# from default
#
# BROADCAST_ADDRESS: Broadcast address in decimal-dot notation, if
# different from default
#
# LANCONFIG_ARGS: Link-layer encapsulation methods (e.g., ieee, ether).
# See lanconfig(1m) for details.
#
# DHCP_ENABLE Determines whether or not DHCP will be enabled on the
# network interface (see auto_parms(1M), dhcpclient(1M))
# 1 enables DHCP; 0 disables DHCP.
#
# For each additional network interfaces, add a set of variable assignments
# like the ones below, changing the index to "[1]", "[2]" et cetera.
#
# IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between
# the next set of statements

#INTERFACE NAME MUST ALWAYS BE ADJACENT TO THE LEFT
#EDGE OF THE FILE. saveINTERFACE_NAME MUST ALSO BE
#ADJACENT TO THE LEFT EDGE OF THE FILE WITH NO SPACES
#BEFORE IT!!! It is used in SysCmds.c, as well as by
#/sbin/init.d/net.

IP_ADDRESS[0]=192.168.1.150
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=192.168.1.255
LANCONFIG_ARGS[0]=ether
DHCP_ENABLE[0]=1

# Internet routing configuration. See route(1m), routing(7)
#
# ROUTE_DESTINATION: Destination host or network IP address in
# decimal-dot notation, preceded by the word
# "host" or "net"; or simply the word "default".
#
# ROUTE_MASK: Subnetwork mask in decimal-dot notation, or C language
# hexadecimal notation. This is an optional field.
# A IP address, subnet mask pair uniquely identifies
# a subnet to be reached. If a subnet mask is not given,
# then the system will assign the longest subnet mask
# of the configured network interfaces to this route.
# If there is no matching subnet mask, then the system
# will assign the default network mask as the route's
# subnet mask.
#
# ROUTE_GATEWAY: Gateway IP address in decimal-dot notation.
# If local interface, must use the same form
# as used for IP_ADDRESS above.
#
# ROUTE_COUNT: An integer that indicates whether the gateway is a
# remote interface (one) or the local interface (zero).
#
# ROUTE_ARGS: Route command arguments and options. This variable
# may contain a combination of the following arguments:
# "-f", "-n" and "-p pmtu".
#
# For each additional route, add a set of variable assignments like the ones
# below, changing the index to "[1]", "[2]" et cetera.
#
# IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between
# the next set of statements

ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=192.168.1.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""

# Dynamic routing daemon configuration. See gated(1m)
#
# GATED: Set to 1 to start gated daemon.
# GATED_ARGS: Arguments to the gated daemon.

GATED=0
GATED_ARGS=""

#
# Router Discover Protocol daemon configuration. See rdpd(1m)
#
# RDPD: Set to 1 to start rdpd daemon
#

RDPD=0

#
# Reverse Address Resolution Protocol daemon configuration. See rarpd(1m)
#
# RARPD: Set to 1 to start rarpd daemon
#

RARPD=0
NODENAME=HP16700
INTERFACE_NAME[0]=lan0


More information about the cctech mailing list