Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Oct 2016 01:15:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 213207] ath: Unable to set device MAC in FreeBSD 11
Message-ID:  <bug-213207-21060-mIruo18km3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213207-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213207-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213207

--- Comment #5 from Teran McKinney <sega01@go-beyond.org> ---
Hi again,

Thanks for getting back to me so quickly.

It seems like the stock kernel may be built without if_ath just being a mod=
ule,
like it's a builtin? Sorry, still more familiar with Linux than FreeBSD in =
that
regard.

# kldunload if_ath
kldunload: can't find file if_ath
# kldunload if_ath_pci
kldunload: can't find file if_ath_pci
# kenv | grep ath
module_path=3D"/boot/kernel;/boot/modules"
hint.ath.0.macaddr=3D"99:9e:d2:95:f3:4c"
# kldload if_ath
kldload: can't load if_ath: module already loaded or in kernel
# kldload if_ath_pci
kldload: an error occurred while loading the module. Please check dmesg(8) =
for
more details.
# dmesg | tail -n 5
interface ath_pci.1 already present in the KLD 'kernel'!
linker_load_file: Unsupported file type
wlan0: link state changed to UP
interface ath_pci.1 already present in the KLD 'kernel'!
linker_load_file: Unsupported file type

I'm a bit puzzled by this. I never knew of kenv before.

Thanks,

Teran

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213207-21060-mIruo18km3>