Hello -
After much browsing I’ve gotten a connection to my hidden-SSID, WPA-PSK network, but I now cannot ping the access point, nor any websites, nor navigate using FireFox or Konqueror. Some bg info:
linux-c3fb:~ # lspci
00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI Express Root Port (rev 03)
–snip–
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)
03:01.0 CardBus bridge: Texas Instruments PCI6515 Cardbus Controller
03:01.5 Communication controller: Texas Instruments PCI6515 SmartCard Controller
03:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05)
linux-c3fb:~ # lspci -n
00:00.0 0600: 8086:2590 (rev 03)
00:01.0 0604: 8086:2591 (rev 03)
–snipsnip–
03:01.5 0780: 104c:8038
03:03.0 0280: 8086:4220 (rev 05)
linux-c3fb:~ # dmesg | less
ACPI: PCI Interrupt 0000:00:1e.3** -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1e.3 to 64
ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
ipw2200: Copyright(c) 2003-2006 Intel Corporation
ACPI: _SB_.PCI0.IDE0.SEC0.MAST: found ejectable bay
ACPI: _SB_.PCI0.IDE0.SEC0.MAST: Adding notify handler
ACPI: Error installing bay notify handler
…Now onto the good stuff. As I said before, this is a wireless network with 3 access points through the building (only 2 shown in iwlist scan), a hidden-SSID, and WPA-PSK encryption.
linux-c3fb:~ # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
eth1 IEEE 802.11g ESSID:“Nystec WiFi”
Mode:Managed Frequency:2.412 GHz Access Point: 00:1A:6C:3C:81:70
Bit Rate:54 Mb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:FC8E-9CA4-CD50-D1E0-A296-0D72-1B0F-3AA7-BCBC-B667-BA4D-104C-409A-7DF0-2FA4-F2C8 Security mode:open
Power Management:off
Link Quality=94/100 Signal level=-33 dBm Noise level=-87 dBm
Rx invalid nwid:0 Rx invalid crypt:9 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:1
linux-c3fb:~ # iwlist scan
lo Interface doesn’t support scanning.
eth0 Interface doesn’t support scanning.
eth1 Scan completed :
Cell 01 - Address: 00:1A:6C:3C:81:70
ESSID:"<hidden>"
Protocol:IEEE 802.11bg
Mode:Master
Frequency:2.412 GHz (Channel 1)
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=93/100 Signal level=-34 dBm
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra: Last beacon: 28ms ago
Cell 02 - Address: 00:1A:6C:3C:79:B0
ESSID:"<hidden>"
Protocol:IEEE 802.11bg
Mode:Master
Frequency:2.437 GHz (Channel 6)
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Quality=50/100 Signal level=-71 dBm
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : CCMP
Pairwise Ciphers (1) : CCMP
Authentication Suites (1) : PSK
Extra: Last beacon: 128ms ago
I have already added the WIRELESS_AP_SCANMODE=‘2’ string, and I am connected wirelessly to the 00:1A:6C:3C:81:70 access point, but I cannot ping the outside network, nor do I get a response trying to ping the access point. I run the ping command on the access point and it simply stays there, sending and receiving nothing, not even working. I run the ping command on a website on the internet, and I get this:
linux-c3fb:~ # ping 87.248.113.14
connect: Network is unreachable
Any help is greatly appreciated!
Jay**