LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   iwlwifi is up but can not detect wireless network (https://www.linuxquestions.org/questions/linux-wireless-networking-41/iwlwifi-is-up-but-can-not-detect-wireless-network-4175435398/)

shogun1234 11-02-2012 11:15 PM

iwlwifi is up but can not detect wireless network
 
i check dmesg it shows

Code:

Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
Copyright(c) 2003-2011 Intel Corporation
iwlwifi 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
iwlwifi 0000:03:00.0: setting latency timer to 64
iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
iwlwifi 0000:03:00.0: pci_resource_base = f8338000
iwlwifi 0000:03:00.0: HW Revision ID = 0x35
iwlwifi 0000:03:00.0: irq 49 for MSI/MSI-X
iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
iwlwifi 0000:03:00.0: device EEPROM VER=0x436, CALIB=0x6
iwlwifi 0000:03:00.0: Device SKU: 0X1f0
iwlwifi 0000:03:00.0: Valid Tx ant: 0X7, Valid Rx ant: 0X7
iwlwifi 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio.
iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
Registered led device: phy0-led

and `lsmod | grep iwl` gives
Code:

iwlwifi              146774  0
mac80211              171359  1 iwlwifi
cfg80211              117454  2 iwlwifi,mac80211

It looks working normal. However, when launching e.g. wicd-client
the gui dones't show any usable network. And the led light is not urned on.

Is there any other place I can check what might go wrong?

Thanks.

camorri 11-03-2012 08:17 AM

Open a konsole, run the commands as root, ifconfig and iwconfig and post the results.

Do you know the 'essid' of the wireless access you are trying to access?

What distro? Do you have any tools installed like Netowrk Manager or WICD?

You can also run the command 'iwlist scan' in a konsole to look for wireless access points.

Any chance the access point is hidden? ie they do not broadcast their essid?

shogun1234 12-02-2012 03:58 AM

Eventually I know what goes wrong there. I am stupid that I forgot long time ago the hardware switch were turned off, and I completely forget it. (just read [1] that reminds me that hardware switch were turned off.)

The led light is on again now, and looks like I can see networks when launching wicd-client.

Thanks for help. Much appreciate it.

[1]. http://forums.lenovo.com/t5/T400-T50...em/td-p/752183

Quote:

Originally Posted by camorri (Post 4821353)
Open a konsole, run the commands as root, ifconfig and iwconfig and post the results.

Do you know the 'essid' of the wireless access you are trying to access?

What distro? Do you have any tools installed like Netowrk Manager or WICD?

You can also run the command 'iwlist scan' in a konsole to look for wireless access points.

Any chance the access point is hidden? ie they do not broadcast their essid?



All times are GMT -5. The time now is 07:42 PM.