From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angela Date: Tue, 26 Mar 2013 18:53:37 +0100 Subject: [ath9k-devel] Upgraded to Kernel 3.8.4, ath9k missing In-Reply-To: References: <012601ce29b1$2fd68060$8f838120$@wolke7.net> Message-ID: <028601ce2a4a$d89f5430$89ddfc90$@wolke7.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Hello Holger Thanks for pushing me in the right direction. What struck me, was that the config's got deleted every time. Menuconfig is terrible, used xconfig and found it immediately, thanks for the tip. Cheers Angela From: Holger Schurig [mailto:holgerschurig at gmail.com] Sent: Tuesday, 26 March, 2013 15:41 To: Angela Cc: ath9k-devel Subject: Re: [ath9k-devel] Upgraded to Kernel 3.8.4, ath9k missing You also need to define CONFIG_ATH_CARDS=y Things like this can usually easily resolved when using "make xconfig". 2013/3/26 Angela I am running 3.5.0-rc2 for a long time, where the ath9k was available in the kernel. I upraded and compiled the v3.8.4 kernel from git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git modprobe ath9k FATAL: Module ath9k not found. I noticed that in .config the following is missing: CONFIG_ATH9K_HW=m CONFIG_ATH9K_COMMON=m CONFIG_ATH9K_BTCOEX_SUPPORT=y CONFIG_ATH9K=m CONFIG_ATH9K_PCI=y # CONFIG_ATH9K_AHB is not set # CONFIG_ATH9K_DEBUGFS is not set CONFIG_ATH9K_RATE_CONTROL=y Adding them and afterwards running "yes | make oldconfig" removes them. Adding them without "yes | make oldconfig" and compiling removes them also. cd $HOME/dev/kernel/linux-stable && CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg --initrd --append-to-version=-mine384 kernel_image kernel_headers What is the best way to get ath9k support ? _______________________________________________ ath9k-devel mailing list ath9k-devel at lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20130326/65dcf3e8/attachment-0001.htm