怎么安装网卡驱动?大神来帮忙。
发表于 : 2013-08-26 12:09
因为买的新笔记本,用的是Intel 7260BN无线网卡,据说蓝牙和WIFI是集成在一起的,弄不清什么情况,ubuntu下蓝牙可用,但是wifi不能用,输入ifconfig显示只有eth0和lo,没有wlan0,查了好多帖子说这是驱动没有安装的情况,于是找了很久找到了支持Linux的7260的驱动,下载文件直接傻眼了,是个tar文件,文件里面只有iwlwifi-7260-7.ucode;LICENSE.iwlwifi-7260-ucode;README.iwlwifi-7260-ucode,这三个文件,这可怎么安装啊,大神来救救我啊。。 
readme下是这个
2. INSTALLATION
The iwlagn driver will look for the file iwlwifi-7260-7.ucode using the
kernel's firmware_class infrastructure. More information can be found under
Documentation/firmware_class in kernel source. In order to function
correctly, you need to have this support enabled in your kernel. When
you configure the kernel, you can find this option in the following
location:
Device Drivers ->
Generic Driver Options ->
Userspace firmware loading support
You can determine if your kernel currently has firmware loader support
by looking for the CONFIG_FW_LOADER definition on your kernel's
.config.
In addition to having the firmware_class support in your kernel, you
must also have a working udev and uevent infrastructure configured.
The steps for installing and configuring udev are very
distribution specific.
Once you have the firmware loader in place (or if you aren't sure and
you just want to try things to see if it works), you need to install
the microcode file into the appropriate location.
Where that appropriate location is depends (again) on your system
distribution. You can typically find this location by looking in the
udev scripts of your distro, the default is /lib/firmware.
Installation of the firmware is simply:
% cp iwlwifi-7260-7.ucode /lib/firmware
You can now load the driver (see the INSTALL and README.iwlwifi provided with
the iwlwifi package for information on building and using that driver.)
这在ubuntu下怎么操作哇?

readme下是这个
2. INSTALLATION
The iwlagn driver will look for the file iwlwifi-7260-7.ucode using the
kernel's firmware_class infrastructure. More information can be found under
Documentation/firmware_class in kernel source. In order to function
correctly, you need to have this support enabled in your kernel. When
you configure the kernel, you can find this option in the following
location:
Device Drivers ->
Generic Driver Options ->
Userspace firmware loading support
You can determine if your kernel currently has firmware loader support
by looking for the CONFIG_FW_LOADER definition on your kernel's
.config.
In addition to having the firmware_class support in your kernel, you
must also have a working udev and uevent infrastructure configured.
The steps for installing and configuring udev are very
distribution specific.
Once you have the firmware loader in place (or if you aren't sure and
you just want to try things to see if it works), you need to install
the microcode file into the appropriate location.
Where that appropriate location is depends (again) on your system
distribution. You can typically find this location by looking in the
udev scripts of your distro, the default is /lib/firmware.
Installation of the firmware is simply:
% cp iwlwifi-7260-7.ucode /lib/firmware
You can now load the driver (see the INSTALL and README.iwlwifi provided with
the iwlwifi package for information on building and using that driver.)
这在ubuntu下怎么操作哇?
