Translation(s): English - Français - Italiano
Dispositivi Intel PRO/Wireless 3945 e WiFi Link 4965
Questa pagina descrive come abilitare il supporto for dispositivi WiFi Intel 3945 e 4965 WiFi su sistemi Debian.
Contents
iwl3945 e iwl4965 sono moduli prodotti a partire dal driver iwlegacy del kernel Linux, che supportano i dispositivi wireless LAN Intel 3945ABG/BG e 4965AGN. Questi dispositivi erano precedentemente supportati dal driver iwlwifi (moduli iwl3945 e iwlagn) fino a Linux 2.6.39.1 I dispositivi supportati sono elencati alla fine di questa pagina.
È richiesto firmware non libero che può essere fornito dal pacchetto firmware-iwlwifi.
Per il supporto dei dispositivi Intel Wireless WiFi Next Gen AGN (Wireless-N, Advanced-N, Ultimate-N), vedere iwlwifi.
Installazione
Squeeze
Aggiungere una componente "non-free" a /etc/apt/sources.list, per esempio:
# Debian Squeeze/6.0 deb http://ftp.us.debian.org/debian squeeze main contrib non-free
Aggiornare l'elenco dei pacchetti disponibili. Installare i pacchetti firmware-iwlwifi e wireless-tools:
# aptitude update && aptitude install firmware-iwlwifi wireless-tools
Dato che il driver iwlwifi è caricato automaticamente per i dispositivi supportati, reinserire i moduli driver per accedere al firmware installato:
# modprobe -r iwl3945 iwlagn # modprobe iwl3945 ; modprobe iwlagn
Verificare che il proprio dispositivo abbia un'interfaccia disponibile:
# iwconfig
Configurare la propria interfaccia wireless in modo appropriato.
Wheezy
Aggiungere una componente "non-free" a /etc/apt/sources.list, per esempio:
# Debian Wheezy (testing) deb http://ftp.us.debian.org/debian wheezy main contrib non-free
Aggiornare l'elenco dei pacchetti disponibili. Installare i pacchetti firmware-iwlwifi e wireless-tools:
# aptitude update && aptitude install firmware-iwlwifi wireless-tools
Dato che il driver iwlegacy è caricato automaticamente per i dispositivi supportati, reinserire i moduli driver per accedere al firmware installato:
# modprobe -r iwl3945 iwl4965 # modprobe iwl3945 ; modprobe iwl4965
Verificare che il proprio dispositivo abbia un'interfaccia disponibile:
# iwconfig
Configurare la propria interfaccia wireless in modo appropriato.
Dispositivi supportati
Questa pagina spiega come identificare un dispositivo PCI.
iwl3945
L'elenco seguente è basato sui campi alias di modinfo iwl3945 nelle immagini Debian del kernel 2.6.32 (2.6.32-46).
PCI: 8086:4222 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection PCI: 8086:4227 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection
iwlagn / iwl4965
L'elenco seguente è basato sui campi alias di modinfo iwlagn nelle immagini Debian del kernel 2.6.32 (2.6.32-46), con i dispositivi non-4965 rimossi.
PCI: 8086:4229 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection PCI: 8086:4230 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
L'elenco seguente è basato sui campi alias di modinfo iwl4965 nelle immagini Debian del kernel 3.2.0 (3.2.35-2).
Include: Nothing found for "^##TAG:LIST_3_START"!
Include: Nothing found for "^##TAG:LIST_3_END"!
Translation(s): English - Français - Italiano
Intel PRO/Wireless 3945 and WiFi Link 4965 devices
This page describes how to enable support for Intel 3945 and 4965 WiFi devices on Debian systems.
Contents
iwl3945 and iwl4965 are modules produced by the iwlegacy Linux kernel driver, supporting Intel 3945ABG/BG and 4965AGN wireless LAN devices. These devices were formerly supported by the iwlwifi driver (iwl3945 and iwlagn modules) until Linux 2.6.39.2 Supported devices are listed at the end of this page.
Non-free firmware is required, which can be provided by the firmware-iwlwifi package.
For support of Intel Wireless WiFi Next Gen AGN devices (Wireless-N, Advanced-N, Ultimate-N), see iwlwifi.
Installation
Debian 7.0 "Wheezy"
Add a "non-free" component to /etc/apt/sources.list, for example:
# Debian 7.0 "Wheezy" deb http://http.debian.net/debian/ wheezy main contrib non-free
Update the list of available packages and install the firmware-iwlwifi package:
# apt-get update && apt-get install firmware-iwlwifi
As the iwlegacy driver is automatically loaded for supported devices, reinsert driver modules to access installed firmware:
# modprobe -r iwl3945 iwl4965 # modprobe iwl3945 ; modprobe iwl4965
Configure your wireless interface as appropriate.
Debian 6.0 "Squeeze"
Add a "non-free" component to /etc/apt/sources.list, for example:
# Debian Squeeze/6.0 deb http://http.debian.net/debian/ squeeze main contrib non-free
Update the list of available packages and install the firmware-iwlwifi package:
# apt-get update && apt-get install firmware-iwlwifi
As the iwlwifi driver is automatically loaded for supported devices, reinsert driver modules to access installed firmware:
# modprobe -r iwl3945 iwlagn # modprobe iwl3945 ; modprobe iwlagn
Configure your wireless interface as appropriate.
Supported Devices
The page HowToIdentifyADevice/PCI explains how to identify a PCI device.
The following list is based on the alias fields of modinfo iwl3945 in Debian 3.2.0 (3.2.41-2) kernel images.
PCI: 8086:4222 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection PCI: 8086:4227 Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection
The following list is based on the alias fields of modinfo iwl4965 in Debian 3.2.0 (3.2.41-2) kernel images.
PCI: 8086:4229 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection PCI: 8086:4230 Intel Corporation PRO/Wireless 4965 AG or AGN [Kedron] Network Connection
See Also
iwlwifi - Intel Wireless-N, Advanced-N, Ultimate-N devices
ipw2200 - Intel PRO/Wireless 2100, 2200 and 2915 devices
External Links
Vedere anche
iwlwifi - Dispositivi Intel Wireless-N, Advanced-N, Ultimate-N
ipw2200 - Dispositivi Intel PRO/Wireless 2100, 2200 e 2915
