Lenny
1 apt-get install firmware-iwlwifi
or
2
Add the Debian Backports repository to /etc/apt/sources.list, also including the "non-free" component. For example:
# Backported packages for Debian Lenny
deb http://www.backports.org/debian lenny-backports main contrib non-free
Update the list of available packages and install the lenny-backports/debian-backports-keyring package:
# aptitude update
# aptitude -t lenny-backports install debian-backports-keyring
As your system does not yet have the GnuPG archive key of the backports.org repository installed, you will be asked to confirm installation of a package from an untrusted repository. Enter Yes when prompted.
Install a 2.6.32 kernel image appropriate for your system, along with the lenny-backports/firmware-iwlwifi and wireless-tools packages. For example:
# aptitude update
# aptitude -t lenny-backports install linux-image-2.6-$(uname -r | sed 's,.*-,,') firmware-iwlwifi wireless-tools
Restart your system and boot with the newly installed kernel.
The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via:
$ su
# modprobe iwlagn
Verify your device has an available interface:
# iwconfig
是以前收集的资料,忘记出处了! 谢谢源作者!
本文介绍如何在Debian Lenny系统中安装iwlwifi固件以支持Intel无线网卡。通过添加Debian Backports仓库并使用apt工具,可以顺利安装必要的内核模块和驱动程序。
1万+

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



