PDA

View Full Version : [Solved] undefined reference to `ieee80211_ieee2mhz' in kernel configuration


MikeyIckey
June 3rd, 2009, 08:09
During my custom kernel build for FBSD 7.2 it ended withundefined reference to `ieee80211_ieee2mhz
I was hoping some one would help me decode this error message and help me correct it.
Here is the kernel configuration I'm using.
Thanks so much.

SirDice
June 3rd, 2009, 08:22
There are 2 wireless nics in your config but you've commented out all the wlan stuff:

device ural # Ralink Technology RT2500USB wireless NICs
device rum # Ralink Technology RT2501USB wireless NICs


If you create a custom kernel, please change the ident string. It'll help identify your kernel in uname.

MikeyIckey
June 3rd, 2009, 17:10
That must have been the problem.
Good catch, SirDice. Thanks!