3.3. 必要な情報

3.3.1. ドキュメント

3.3.1.1. インストールマニュアル

現在ご覧になっている文書です。それぞれプレーンテキスト、HTML、PDF 形式です。

3.3.1.2. ハードウェアの文書

しばしば、ハードウェアの設定や使用についての有用な情報を含んでいます。

3.3.2. ハードウェア情報の取得先

多くの場合、インストーラはハードウェアを自動的に検出することができます。しかし、準備としてインストール前にハードウェアに習熟することをお勧めします。

ハードウェアの情報は次のようなところから集められます。

  • 各ハードウェアに付属してきたマニュアル。

  • コンピュータの BIOS 設定画面。この画面を表示させるには、コンピュータの起動時に何らかのキーの組合せを押します。この組合せについてはマニュアルを見てください。Delete キーや F2 キーの場合が多いようですが、いくつかのメーカーは、別のキーを使用することもあります。大抵、コンピュータの起動時に、設定画面に入るキーを表示します。

  • 各ハードウェアのケースや箱。

  • 他の OS のシステムコマンドやシステムツール、ファイルマネージャの表示など。こちらからは、RAM やハードドライブのメモリに関する情報が得られることが多いです。

  • あなたの部門のシステム管理者や、インターネットサービスプロバイダ。こちらからは、ネットワークや電子メールに関する設定情報が得られます。

表3.1 インストールに役立つハードウェア情報

ハードウェア 必要な情報
ハードディスク ドライブの台数
システムでの接続順序
IDE (PATA としても知られる)、SATA、SCSI のどれか
利用できる空き領域
パーティション
他の OS がインストールされているパーティション
ネットワークインターフェース 利用可能なネットワークインターフェースのタイプ/モデル
プリンタ メーカーと型番
ビデオカード タイプ/モデルとメーカー


3.3.3. ハードウェア互換性

製品の多くは、問題なく Linux で動作します。また Linux でサポートするハードウェアも日々進歩しています。しかし、それでもまだ Linux は、ある種の OS ほどには多種多様なハードウェアに対応していません。

Drivers in Linux in most cases are not written for a certain product or brand from a specific manufacturer, but for a certain hardware/chipset. Many seemingly different products/brands are based on the same hardware design; it is not uncommon that chip manufacturers provide so-called reference designs for products based on their chips which are then used by several different device manufacturers and sold under lots of different product or brand names.

This has advantages and disadvantages. An advantage is that a driver for one chipset works with lots of different products from different manufacturers, as long as their product is based on the same chipset. The disadvantage is that it is not always easy to see which actual chipset is used in a certain product/brand. Unfortunately sometimes device manufacturers change the hardware base of their product without changing the product name or at least the product version number, so that when having two items of the same brand/product name bought at different times, they can sometimes be based on two different chipsets and therefore use two different drivers or there might be no driver at all for one of them.

For USB and PCI/PCI-Express/ExpressCard devices, a good way to find out on which chipset they are based is to look at their device IDs. All USB/PCI/PCI-Express/ExpressCard devices have so called vendor and product IDs, and the combination of these two is usually the same for any product based on the same chipset.

On Linux systems, these IDs can be read with the lsusb command for USB devices and with the lspci -nn command for PCI/PCI-Express/ExpressCard devices. The vendor and product IDs are usually given in the form of two hexadecimal numbers, seperated by a colon, such as 1d6b:0001.

An example for the output of lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub, whereby 1d6b is the vendor ID and 0002 is the product ID.

An example for the output of lspci -nn for an Ethernet card: 03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 06). The IDs are given inside the rightmost square brackets, i.e. here 10ec is the vendor- and 8168 is the product ID.

As another example, a graphics card could give the following output: 04:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI RV710 [Radeon HD 4350] [1002:954f].

On Windows systems, the IDs for a device can be found in the Windows device manager on the tab details, where the vendor ID is prefixed with VEN_ and the product ID is prefixed with DEV_. On Windows 7 systems, you have to select the property Hardware IDs in the device manager's details tab to actually see the IDs, as they are not displayed by default.

Searching on the internet with the vendor/product ID, Linux and driver as the search terms often results in information regarding the driver support status for a certain chipset. If a search for the vendor/product ID does not yield usable results, a search for the chip code names, which are also often provided by lsusb and lspci (RTL8111/RTL8168B in the network card example and RV710 in the graphics card example), can help.

3.3.3.1. ライブシステムを使用したハードウェア互換性テスト

Debian GNU/Linux is also available as a so-called live system for certain architectures. A live system is a preconfigured ready-to-use system in a compressed format that can be booted and used from a read-only medium like a CD or DVD. Using it by default does not create any permanent changes on your computer. You can change user settings and install additional programs from within the live system, but all this only happens in the computer's RAM, i.e. if you turn off the computer and boot the live system again, everything is reset to its defaults. If you want to see whether your hardware is supported by Debian GNU/Linux, the easiest way is to run a Debian live system on it and try it out.

There are a few limitations in using a live system. The first is that as all changes you do within the live system must be held in your computer's RAM, this only works on systems with enough RAM to do that, so installing additional large software packages may fail due to memory constraints. Another limitation with regards to hardware compatibility testing is that the official Debian GNU/Linux live system contains only free components, i.e. there are no non-free firmware files included in it. Such non-free packages can of course be installed manually within the system, but there is no automatic detection of required firmware files like in the debian-installer, so installation of non-free components must be done manually if needed.

Information about the available variants of the Debian live images can be found at the Debian Live Images website.

3.3.4. ネットワークの設定

コンピュータが固定ネットワークに接続されているならば (つまり、PPP 接続ではなく Ethernet やそれと同等な接続の場合)、ネットワーク管理者に以下の情報を確認しておいてください。

  • ホスト名 (自分で決められるかもしれません)

  • ドメイン名

  • コンピュータの IP アドレス

  • ネットワークのネットマスク

  • ネットワークにゲートウェイがある場合は、経路を向けるデフォルトゲートウェイシステムの IP アドレス

  • DNS (Domain Name Service) サーバとして使用するネットワーク上のホスト

接続するネットワークを、DHCP (Dynamic Host Configuration Protocol) を用いて設定する場合、DHCP サーバがインストールプロセスの間、コンピュータに直接提供するので、この情報は必要ありません。

If you have internet access via DSL or cable modem (i.e. over a cable tv network) and have a router (often provided preconfigured by your phone or catv provider) which handles your network connectivity, DHCP is usually available by default.

WLAN/WiFi ネットワークを使用するなら、以下の情報も探さねばなりません。

  • ワイヤレスネットワークの ESSID (ネットワーク名)。

  • (適用できる場合) ネットワークにアクセスする WEP や WPA/WPA2 のセキュリティキー。