kernel doesnt compile

Giorgos Keramidas keramida at ceid.upatras.gr
Fri Dec 2 05:52:15 PST 2005


On 2005-12-02 14:23, Branko <office at pershing.be> wrote:
> Hi,
>
> i have cvsuped today... and new kernel doesnt compile.
>
> linking kernel
> if_ath.o(.text+0x6c): In function `ath_attach':
> : undefined reference to `ath_hal_attach'
[...]

> GENERIC +
> options                GEOM_BDE
> options         IPFIREWALL
> options         IPFIREWALL_DEFAULT_TO_ACCEPT
> options         IPFIREWALL_VERBOSE_LIMIT=500
> options         IPDIVERT
> options         TCP_DROP_SYNFIN
> options         DUMMYNET
> options         IPSEC
> options         IPSEC_ESP
> device sound
> device "snd_via82c686"
> device          ath
> options SC_DISABLE_REBOOT
> options IPSTEALTH

You have added "device ath" in your kernel config and forgot to include
"ath_hal".  Please read the comments of `/usr/src/sys/i386/conf/NOTES':

    [...]
    #
    # Network interfaces:
    #

    # ar:   Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
    #       (requires sppp)
    # arl:	Aironet Arlan 655 wireless adapters.
    # ath:  Atheros a/b/g WiFi adapters (requires ath_hal and wlan)
    [...]



More information about the freebsd-questions mailing list