
Ubuntu日本語フォーラム

ログインしていません。
自動では無線LANは接続できず、認識はするがドライバがないので反応しないようです。
# sudo lshw -c network
*-network
詳細: イーサネット interface
製品: I211 Gigabit Network Connection
ベンダー: Intel Corporation
物理ID: 0
バス情報: pci@0000:03:00.0
論理名: eth0
バージョン: 03
シリアル: 40:8d:5c:bb:b0:a2
サイズ: 1Gbit/s
容量: 1Gbit/s
幅: 32 bits
クロック: 33MHz
性能: pm msi msix pciexpress bus_master cap_list __________________ physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
設定: autonegotiation=on broadcast=yes driver=igb driverversion=5.0.5-k duplex=full firmware=0. 6-1 ip=192.168.0.2 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
リソース: irq:16 メモリー:df100000-df11ffff IOポート:e000(サイズ=32) メモリー:df120000-df123fff
*-network UNCLAIMED
詳細: Network controller
製品: Wireless 8260
ベンダー: Intel Corporation
物理ID: 0
バス情報: pci@0000:04:00.0
バージョン: 3a
幅: 64 bits
クロック: 33MHz
性能: pm msi pciexpress cap_list
設定: latency=0
リソース: メモリー:df000000-df001fff
*-network UNCLAIMED
詳細: Ethernet controller
製品: Ethernet Connection (2) I219-V
ベンダー: Intel Corporation
物理ID: 1f.6
バス情報: pci@0000:00:1f.6
バージョン: 31
幅: 32 bits
クロック: 33MHz
性能: pm msi bus_master cap_list
設定: latency=0
リソース: メモリー:df200000-df21ffff
ドライバをさがしたところ以下のサイトでiwlwifi-8000というものにたどり着きました。
https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
ダウンロードしてREADMEでインストール方法を確認↓
The iwlwifi driver will look for the file iwlwifi-8000C-16.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-8000C-16.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.)
上記のインストール方法を試すも
# cp iwlwifi-8000c-16.ucode /lib/firmware
cp: `iwlwifi-8000c-16.ucode' を stat できません: そのようなファイルやディレクトリはありません
と出て、早速壁にあたってしまいました。
わからないことがわからない状態であります。
ご教授いただけると幸いです。
ubuntu14.04
cpu i3-6100
MB GA-H170N-WIFI
オフライン
ここ ( https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi )にもありますが、
Ubuntu15.10をインストールするか、カーネルを上げないといけないようですね。
参照: http://askubuntu.com/questions/729212/install-intel-ac-8260-wireless-drivers-offline
オフライン
ubuntu14.04のカーネルが3.13ということが分かり、
もしかしたらdriverを入れても反応しないかもしれないということも分かりました。
https://www.reddit.com/r/linux4noobs/comments/3p8a4p/problems_with_installing_intel_8260_wireless/
4.1以上のカーネルということもで、LTSは諦めて15.10にアップデートしました。
起動後直ぐにwireless、bluetooth共に認識して問題なく使えました。
簡単に解決しました。ありがとうございます。
オフライン