Getting compat-wireless on Ubuntu
With Ubuntu you have the option of either installing compat-wireless yourself or of installing the package that provides it built by the Ubuntu kernel team. The Ubuntu package that carries compat-wireless is called linux-backport-modules and it has more backported modules than just your wireless subsystem. Its updated whenever major updates are pushed out into the wireless-testing git tree.
# For Ubuntu 8.10 Intrepid users:
sudo apt-get install linux-backports-modules-intrepid
# For Ubuntu 9.04 Jaunty users:
sudo apt-get install linux-backports-modules-jaunty
# For Ubuntu 9.10 Karmic users:
sudo apt-get install linux-backports-modules-karmic
# For Ubuntu 10.04 Lucid users (one of the following depending on the installed kernel. Most user should choose generic):
sudo apt-get install linux-backports-modules-wireless-lucid-generic
sudo apt-get install linux-backports-modules-wireless-lucid-generic-pae
sudo apt-get install linux-backports-modules-wireless-lucid-preempt
sudo apt-get install linux-backports-modules-wireless-lucid-server
Please note that if you are installing linux-backports-modules-karmic and you later decide to install compat-wireless by building it by yourself you are highly encouraged you first remove linux-backports-modules-karmic first otherwise you can run into module dependency conflicts.
compat-wireless就是Linux Wireless compatibility package,它包含了大量的无线网卡和蓝牙驱动,可以下载源代码和二进制包安装
源代码:http://wireless.kernel.org/en/users/Download
linux-backports-modules-wireless
linux-backports-modules
ppa:kernel-ppa/ppa
sudo add-apt-repository ppa:user/ppa-name
With Ubuntu you have the option of either installing compat-wireless yourself or of installing the package that provides it built by the Ubuntu kernel team. The Ubuntu package that carries compat-wireless is called linux-backport-modules and it has more backported modules than just your wireless subsystem. Its updated whenever major updates are pushed out into the wireless-testing git tree.
# For Ubuntu 8.10 Intrepid users:
sudo apt-get install linux-backports-modules-intrepid
# For Ubuntu 9.04 Jaunty users:
sudo apt-get install linux-backports-modules-jaunty
# For Ubuntu 9.10 Karmic users:
sudo apt-get install linux-backports-modules-karmic
# For Ubuntu 10.04 Lucid users (one of the following depending on the installed kernel. Most user should choose generic):
sudo apt-get install linux-backports-modules-wireless-lucid-generic
sudo apt-get install linux-backports-modules-wireless-lucid-generic-pae
sudo apt-get install linux-backports-modules-wireless-lucid-preempt
sudo apt-get install linux-backports-modules-wireless-lucid-server
Please note that if you are installing linux-backports-modules-karmic and you later decide to install compat-wireless by building it by yourself you are highly encouraged you first remove linux-backports-modules-karmic first otherwise you can run into module dependency conflicts.
compat-wireless就是Linux Wireless compatibility package,它包含了大量的无线网卡和蓝牙驱动,可以下载源代码和二进制包安装
源代码:http://wireless.kernel.org/en/users/Download
linux-backports-modules-wireless
linux-backports-modules
ppa:kernel-ppa/ppa
sudo add-apt-repository ppa:user/ppa-name
Ubuntu下安装compat-wireless
本文介绍如何在不同版本的Ubuntu系统中安装compat-wireless以增强无线网络支持。提供了针对Ubuntu 8.10至10.04版本的具体安装命令,并解释了兼容无线包的内容及其安装注意事项。
806

被折叠的 条评论
为什么被折叠?



