Intel 3945 uruchomienie po

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
digitT
Posty: 5
Rejestracja: 25 stycznia 2012, 18:24

Intel 3945 uruchomienie połączenia z internetem

Post autor: digitT »

Kod: Zaznacz cały

uname -a
Linux debian 2.6.32-5-686 #1 SMP Mon Jan 16 16:04:25 UTC 2012 i686 GNU/Linux

Kod: Zaznacz cały

dpkg --print-architecture
i386

Kod: Zaznacz cały

lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
05:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
07:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
07:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
07:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
07:06.3 SD Host controller: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
07:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network Connection (rev 02)

Kod: Zaznacz cały

iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11abg  ESSID: off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=15 dBm   
          Retry  long limit:7   RTS thr: off   Fragment thr: off
          Encryption key: off
          Power Management: off
          
pan0      no wireless extensions.
Postępowałem zgodnie z poradnikiem:
http://debian.linux.pl/entries/102-Inte ... e-oraz-WPA

Niestety, karta nadal nie działa. Edytowałem plik /etc/network/interfaces, zmiany nie są uwzględniane w konfiguracji karty.

Jak należy dalej postępować aby uruchomić i skonfigurować kartę.
Awatar użytkownika
lun
Beginner
Posty: 266
Rejestracja: 01 lutego 2010, 22:06
Lokalizacja: Warszawa

Post autor: lun »

Po pierwsze przedstaw wynik polecenia

Kod: Zaznacz cały

lspci -k
które pokaże jakie sterowniki w jądrze są użyte do obsługi danego urządzenia.
Potem

Kod: Zaznacz cały

dpkg -l | grep [LEFT][color=#3E3E3E]firmware-iwlwifi[/color][/LEFT]
Następnie

Kod: Zaznacz cały

lsmod | grep [color=black]iwl3945[/color]
To tak żeby się upewnić że wszystko jest zainstalowane i załadowane do jądra.
Potem, wyjaśnij dokładnie co znaczy "Niestety, karta nadal nie działa". W jaki sposób próbujesz się połączyć z Wifi? Poprzez network-managera? Jakiś log byłby również przydatny :-)
digitT
Posty: 5
Rejestracja: 25 stycznia 2012, 18:24

Post autor: digitT »

Kod: Zaznacz cały

lspci -k  

Subsystem: Toshiba America Info Systems Device ff1005:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)        Subsystem: Intel Corporation Device 1041    
Kernel driver in use: iwl394507:06.0 

Kod: Zaznacz cały

dpkg -l | grep firmware-iwlwifi
ii  firmware-iwlwifi                     0.28+squeeze1                     Binary firmware for Intel Wireless 3945, 4965 and 5000-series cards

Kod: Zaznacz cały

lsmod | grep iwl3945
iwl3945                46000  0 
iwlcore                67518  1 iwl3945
mac80211              123586  2 iwl3945,iwlcore
cfg80211               87645  3 iwl3945,iwlcore,mac80211
led_class               1757  3 iwl3945,iwlcore,sdhci
Powyżej dane konfiguracji sprzętu. Połączyć próbuję się poprzez konfigurację w pliku /etc/network/interfaces

Kod: Zaznacz cały

cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
#The primary interface
auto wlan0
iface wlan0 inet dhcp 
wpa-ssid xxxx                   #Twój ssid (nazwa sieci)  xxx to mój Broadcast SSID
wpa-psk xxxx                    #Twój klucz wpa        xxxx moje haslo do sieci
#The secondary interface
allow-hotplug eth0
iface eth0 inet dhcp
Do uwierzytelnienia mojej sieci bezprzewodowej używam obecnie kodowania WPA-PSK. Po restarcie sieci otrzymuję takie błędy:

Kod: Zaznacz cały

./networking start
Configuring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit [url]https://www.isc.org/software/dhcp/[/url]

Listening on LPF/wlan0/00:18:de:56:51:d8
Sending on   LPF/wlan0/00:18:de:56:51:d8
Sending on   Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database - sleeping.

Próbowałem ustawić na sztywno adresy sieci bezprzewodowej w pliku /etc/network/interfaces - niestety także nie udaje mi się nawiązać połączenia. Chciałbym to uruchomić w trybie tekstowym. Hasło jest na 100% poprawne.
Awatar użytkownika
lun
Beginner
Posty: 266
Rejestracja: 01 lutego 2010, 22:06
Lokalizacja: Warszawa

Post autor: lun »

Z pomocą Google znalazłem sugestię, aby zakomentować wpis:

Kod: Zaznacz cały

option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
w pliku dhclient.conf
ODPOWIEDZ