[ECOS] SIOCSIFADDR: Device not configured

Trenton D. Adams tadams@theone.dnsalias.com
Thu Oct 11 10:01:00 GMT 2001


My NETDEVTAB_ENTRY didn't get into the __NETDEVTAB__ array for some
reason.

The entries are below.  Meanwhile I'll keep trying to find out what the
problem is.

struct wvlan_priv_data {
    struct cf_slot *slot;
    struct wi_softc *wi_slot;
    int id;
    struct wi_frame rx_frame;
    struct wi_frame tx_frame;
    struct cyg_netdevtab_entry *tab;
} _wvlan_priv_data;


ETH_DRV_SC(wvlan_sc,
           &_wvlan_priv_data, // Driver specific data
           "eth0",   // Name for this interface
           wvlan_start,
           wvlan_stop,
           wvlan_control,
           wvlan_can_send,
           wvlan_send,
           wvlan_recv,
           wvlan_int, // deliver function, called from fast net thread
           wvlan_int,
           wvlan_int_vector
    );

NETDEVTAB_ENTRY(wvlan_netdev,  // tab
                "wvlan",       // name
                wvlan_init,    // init function
                &wvlan_sc);       // device instance

> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com 
> [ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of 
> Trenton D. Adams
> Sent: Thursday, October 11, 2001 10:09 AM
> To: 'eCos Discussion'
> Subject: [ECOS] SIOCSIFADDR: Device not configured
> 
> 
> I get the following errors with my WaveLAN ethernet driver when trying
> to obtain an IP address.  Where should I start looking for the cause?
> 
> SIOCSIFADDR: Device not configured
> BOOTP/DHCP failed on eth0
> 
> Any help or suggestions would be appreciated.
> 
> Trenton D. Adams
> Extreme Engineering
> #17, 6025 - 12 St. SE
> Calgary, Alberta, Canada
> T2H 2K1
> 
> Phone: 403 640 9494 ext-208
> Fax: 403 640 9599
> 
http://www.extremeeng.com



More information about the Ecos-discuss mailing list