I recently bought a replacement wireless card to throw in one of my pros so I can have it act as a wireless AP in addition to running as an http proxy. Rather than check for ath9k with modprobe, I just assumed it would be there. (That was foolish for any number of reasons...)
At this point, I'm a bit lost on where to start to get this card working, since ath9k is "part of the kernel as of 2.6.27" according to Arch and linuxwireless. As ath9k is the non-USB Atheros 802.11n driver, it makes sense that it wouldn't necessarily be enabled, however I'm hoping to do just that.
I don't mind getting my hands dirty and blundering through this, however I'm not even sure the direction I should be going. compat-wireless might work, however it requires kernel headers, which I should be able to get from CE if I understand things correctly. Or is this a case where the whole kernel needs to be recompiled, compiling the ath9k module along with it?
If this were a standard PC box, the above all seems pretty straightforward, however with the OXNAS board and working with NAND as opposed to an HDD, I'm not even sure where / how to start.