سلام وقتتون بخیر
چند روزی هست که درگیر نصب این درایور روی اوبونتو۱۴.۰۴ پشتیبانی طولانی و سختافزار جدیدم هستم.
Intel(R) Dual Band Wireless-AC 3165
سایت اینتل در بخش پشتیبانیش
http://www.intel.com/content/www/us/en/support/network-and-i-o/wireless-networking/000005511.html یک فایل میده که وقتی از حالت فشرده خارجش میکنم دو تا فایل با پسوند .ucode به من میده که طبق گفته سایت باید تو شاخه فریمور /lib/firmware کپی کنم. اما متاسفانه سیستم اجازه کپی کردن رو بهم نمیده گمون کنم دلیلش دسترسی به روت ها باشه. من سعی کردم از روش های دیگه استفاده کنم اما جوابی نگرفتم مثل روش زیر
First, verify that you have these two files; iwlwifi-7265D-13.ucode and iwlwifi-7265-13.ucode:
ls /lib/firmware | grep 7265
If so, we are going to make copies but rename them:
cd /lib/firmware
sudo cp iwlwifi-7265D-13.ucode iwlwifi-3165-9.ucode
sudo cp iwlwifi-7265-13.ucode iwlwifi-3165-13.ucode
Reboot. Is the wireless working? If not, again let us see:
dmesg | grep iwl
I am not at all confident this will work prior to kernel 4.2.
To copy the downloaded files on your desktop, please right-click them and select 'Extract Here' if not done already. Then open a terminal and do:
sudo cp ~/Desktop/iwlwifi-7265-ucode-25.30-13.0/iwl* /lib/firmware
This will copy both of the ucode files to /lib/firmware. Then proceed with the steps I outlined above.
If you haven't the files to rename, please open a terminal and do:
sudo apt-get update
sudo apt-get install git
git clone https://github.com/OpenELEC/iwlwifi-firmware
cd ~/iwlwifi-firmware/firmware
sudo cp iwlwifi-7265* /lib/firmware
Then rename and proceed as above.
ورژن کرنل بنده ۳.۱۹ هست، لازم هست که بهروزرسانی انجام بدم؟
همراه فایل دانلودشده از سایت اینتل یک فایل readme هم هست که تو بخش نصبش اینارو توضیح داده که من متاسفانه متوجه نشدم منظورش از کانفیگ کردن کرنل چی هست.
The iwlwifi driver will look for the file iwlwifi-7265-14.ucode /
iwlwifi-7265D-14.ucodeusing 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-7265-14.ucode /lib/firmware
% cp iwlwifi-7265D-14.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.)
ممنون میشم کمکم کنید و پیشاپیش از وقتی که صرف کردین سپاسگزارم