On Wed, Jan 23, 2013 at 11:25 AM, ☈king <rking...@sharpsaw.org> wrote: > I'm trying to build a kernel with this Atheros AR9287 wifi card. I had it > working last week and rebuilt the kernel without saving my config, now I'm > kind of stuck. The most immediate problem I see is that I have > /proc/net/wireless, even though when I boot with SystemRescueCD it comes up > fine. Thanks in advance! (Here's the info I have, feel free to query for > more): - iwconfig wlan0 # On the bad boot wlan0 No wireless extensions
Do you have CONFIG_WIRELESS_EXT=y ? If you can boot your old (working) kernel you may have /proc/config.gz where you can extract the kernel config (gzip -dc /proc/config.gz) similarly you can do the same from your boot CD environment and use it as a starting point for customizing.