2.1. 支援的硬體

Debian does not impose hardware requirements beyond the requirements of the Linux kernel and the GNU tool-sets. Therefore, any architecture or platform to which the Linux kernel, libc, gcc, etc. have been ported, and for which a Debian port exists, can run Debian. Please refer to the Ports pages at https://www.debian.org/ports/kfreebsd-gnu/ for more details on 64-bit PC architecture systems which have been tested with Debian GNU/kFreeBSD.

本章僅包含一些通用的資訊以及在何處可以取得更多資訊的指引,而不試圖列出所有支援 64-bit PC 的硬體配置。

2.1.1. 支援的硬體架構

Debian GNU/Linux 13 supports 9 major architectures and several variations of each architecture known as flavors.

架構 Debian 命名 子架構 風味
AMD64 & Intel 64 amd64    
Intel x86-based i386 default x86 machines default
Xen PV domains only xen
ARM armel Marvell Kirkwood and Orion marvell
ARM with hardware FPU armhf multiplatform armmp
64bit ARM arm64    
64bit MIPS (little-endian) mips64el MIPS Malta 5kc-malta
Cavium Octeon octeon
Loongson 3 loongson-3
32bit MIPS (little-endian) mipsel MIPS Malta 4kc-malta
Cavium Octeon octeon
Loongson 3 loongson-3
Power Systems ppc64el IBM POWER8 or newer machines  
64bit IBM S/390 s390x IPL from VM-reader and DASD generic

This document covers installation for the 64-bit PC architecture using the kFreeBSD kernel. If you are looking for information on any of the other Debian-supported architectures take a look at the Debian-Ports pages.

2.1.2. 多處理器

Multiprocessor support — also called symmetric multiprocessing or SMP — is available for this architecture. The standard Debian 13 kernel image has been compiled with SMP-alternatives support. This means that the kernel will detect the number of processors (or processor cores) and will automatically deactivate SMP on uniprocessor systems.

Having multiple processors in a computer was originally only an issue for high-end server systems but has become common in recent years nearly everywhere with the introduction of so called multi-core processors. These contain two or more processor units, called cores, in one physical chip.

2.1.3. Graphics Hardware Support

Debian's support for graphical interfaces is determined by the underlying support found in X.Org's X11 system, and the kernel. Basic framebuffer graphics is provided by the kernel, whilst desktop environments use X11. Whether advanced graphics card features such as 3D-hardware acceleration or hardware-accelerated video are available, depends on the actual graphics hardware used in the system and in some cases on the installation of additional firmware blobs (see 節 2.2, “Devices Requiring Firmware”).

Details on supported graphics hardware and pointing devices can be found at https://wiki.freedesktop.org/xorg/. Debian 13 ships with X.Org version 7.7.

2.1.4. 網路連接硬體

Almost any network interface card (NIC) supported by the kFreeBSD kernel should also be supported by the installation system; drivers should normally be loaded automatically.

2.1.4.1. Wireless Network Cards

Wireless networking is in general supported as well and a growing number of wireless adapters are supported by the official kFreeBSD kernel, although many of them do require firmware to be loaded.

If firmware is needed, the installer will prompt you to load firmware. See 節 6.4, “Loading Missing Firmware” for detailed information on how to load firmware during the installation.

Wireless NICs that are not supported by the official kFreeBSD kernel can generally be made to work under Debian GNU/kFreeBSD, but are not supported during the installation.

If there is a problem with wireless and there is no other NIC you can use during the installation, it is still possible to install Debian GNU/kFreeBSD using a DVD image. Select the option to not configure a network and install using only the packages available from the DVD. You can then install the driver and firmware you need after the installation is completed (after the reboot) and configure your network manually.

In some cases the driver you need may not be available as a Debian package. You will then have to look if there is source code available in the internet and compile the driver yourself. How to do this is outside the scope of this manual.

2.1.5. 周邊設備與其他硬體

kFreeBSD supports a large variety of hardware devices such as mice, printers, scanners, PCMCIA/CardBus/ExpressCard and USB devices. However, most of these devices are not required while installing the system.