简体   繁体   English

在Ubuntu上安装驱动程序(ath9k)时如何更改内核配置

[英]How to change configuration of kernel while installing a driver (ath9k) on Ubuntu

I am a newbie trying to install ath9k for my wireless network interface card with Atheros AR9170 chipset. 我是一个新手,试图使用Atheros AR9170芯片组为我的无线网络接口卡安装ath9k。 The install procedure says after the install of the compat wireless stable release, go to menuconfig and enable a couple of things under Networking (cfg80211, mac80211) and Driver (atheros 802.11n support) while compiling the kernel. 安装过程说,在安装了compat无线稳定版之后,在编译内核时,转到menuconfig并在Networking(cfg80211,mac80211)和Driver(支持atheros 802.11n)下启用几项功能。 I did go to usr/src/(linux kernel header in use)/ and change these configurations. 我确实去了usr / src /(正在使用Linux内核头文件)/并更改了这些配置。 What do I need to do next? 接下来我需要做什么? How do are these configurations reflected? 这些配置如何体现? When I connect my hardware, it doesn't get recognized yet/ 当我连接硬件时,它尚未被识别/

You need to rebuild your kernel. 您需要重建内核。 Have a look here . 在这里看看。 Specially arround the line that says make-kpkg clean . 特别绕过make-kpkg clean

If you are using Ubuntu (guessing from the tag), you should have ath9k enabled in the kernel already, as well as its dependencies (such as mac80211). 如果您正在使用Ubuntu(通过标记猜测),则应该已经在内核中启用了ath9k及其相关性(例如mac80211)。 You only need compile-wireless (now renamed to backports) if you need new features or bug fixes not available in the Ubuntu kernel. 如果您需要Ubuntu内核中不提供的新功能或错误修复,则仅需要无线编译(现在已重命名为backports)。 But even then, you should not need to recompile the kernel. 但是即使那样,您也不需要重新编译内核。 It should have the configuration you need. 它应该具有所需的配置。 An important goal of backports is to avoid the need to recompile vendor kernels while upgrading some of the drivers. 反向移植的重要目标是避免在升级某些驱动程序时重新编译供应商内核。

You are probably experiencing some other issue, such as missing AR9170 firmware, so you decided that you need to install the driver. 您可能遇到了其他问题,例如缺少AR9170固件,因此您决定需要安装驱动程序。 Or maybe it's the Windows mindset - new devices need installing new drivers. 也许这是Windows的心态-新设备需要安装新的驱动程序。 It's hard to say without a detailed report that includes the relevant software versions, what you observe, what you expect and what you do. 如果没有包含相关软件版本,观察到的内容,期望的内容和操作的详细报告,很难说。 When quoting documentation, please quote exactly. 引用文档时,请准确引用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Ubuntu 10.04中安装nfs-kernel-server时出错 - Error while installing nfs-kernel-server in Ubuntu 10.04 ubuntu上的Android绑定程序内核驱动程序 - android binder kernel driver on ubuntu 在ubuntu中导出/安装内核头文件 - exporting/ installing Kernel header in ubuntu 在Linux(Ubuntu)上安装ODBC驱动程序以使Qt在运行“ make”时出现语法错误 - Installing ODBC driver on Linux (Ubuntu) for Qt getting syntax error while running “make” 我可以在不构建 Ubunto kernel 的情况下为 Ubuntu 构建 kernel 驱动程序吗? - Could I Build a kernel driver for Ubuntu without building Ubunto kernel? 在ubuntu上安装nvidia驱动程序仅用于cuda计算 - Installing the nvidia driver on ubuntu for cuda computation only 如何在安装lampstack时在ubuntu上安装php 5.5.12? - how to install php 5.5.12 on ubuntu while installing lampstack? 如何在ubuntu上安装devstack kilo时解决此错误 - How to resolve this error while installing devstack kilo on ubuntu Docker:安装 docker 时如何解决 ubuntu 中的公钥错误 - Docker: How to solve the public key error in ubuntu while installing docker 尝试在ubuntu中构建内核时出错 - Error while trying to build my kernel in ubuntu
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM