Re: wifi troubleshooting



On 03/26/2011 07:40 AM, Adam Tong wrote:
Hi,

below you'll find the output of ifconfig and iwconfig.

What is the output of

iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off

What is the output of

ifconfig

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:480 (480.0 b) TX bytes:480 (480.0 b)

Thank you



If you are still using the rt2870 based USB wifi device, please run

lsmod | grep rt2

and show the output.

Also, show be sure that you have configured
/etc/wpa_supplicant/wpa_supplicant.conf correctly.
Example below:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

# ap_scan=1
ap_scan=2

network={
bssid=aa.bb.cc.dd.ee.ff # This is a fictitious MAC address
of the router. You must change it to the real MAC address of the router.
ssid="Your_SSID"
mode=MANAGED
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP
scan_ssid=1 # only needed if your access point uses a hidden ssid
psk="AN_ASCII_STRING_OF_RANDOM_CHARACTERS_UP_TO_126_LONG"
}


On my system, I have disabled NetworkManager because it
always starts wpa_supplicant with the wrong arguments.

Also, be sure your ifcfg-wlan0 is created properly.
Example below.

BOOTPROTO=none
DEVICE=wlan0

ESSID=Your_WIFI_Network_Name
BSSID=aa:bb:cc:dd:ee:ff # This is to substituted by the MAC address
of your acce
UUID=48a80359-5bb1-ccfe-d847-b4485bbdae59
CHANNEL=11 # Choose your favorite (least noisy) channel
IPADDR=Your_IP_Address_On_The_LAN such as 10.0.0.20
GATEWAY=The_Gateway(i.e.-Router_ip_adress) such as 10.0.0.20
NAME="TheCrappy-ATT-Router"
NETMASK=255.255.255.0
RTS=2346
FRAG=2346
IPV6INIT=no
MODE=Managed
RATE=auto
TYPE=Wireless
USERCTL=yes
NM_CONTROLLED=no
PREFIX=24
ONBOOT=no

Good Luck.

JD
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines



Relevant Pages

  • Re: configuring broadcom 4324 under ndiswrapper
    ... still have had no success connecting. ... > configuring linux. ... > use ifconfig and iwconfig to set up the network and I have tried to do so. ...
    (comp.os.linux.networking)
  • RE: ASUS WL-167G config (was ural driver, Belkin F5D7050 USB not working)...
    ... It shows up in ifconfig and then when I try to connect to the router it simply does not>work. ... Incoming and outgoing e-mail messages are routinely monitored for compliance ... The original of this email was scanned for viruses by the Government Secure Intranet (GSi) virus scanning service supplied exclusively by Cable & Wireless in partnership with MessageLabs. ...
    (freebsd-questions)
  • Re: Where is my SLIP interface
    ... What sort of worries me is that first kldstat does not show if_sl as module ... and then after a try at 'ifconfig sl0 create' it is all of a sudden there. ... router# ifconfig -a ... de0: flags=8843mtu 1500 ...
    (freebsd-current)
  • Re: Help with router problem
    ... instance where ipv6 being turned off networking stopped functioning ... in your ifconfig dc0 should show inet6 data like lo0 does. ... Put the router back and BSD stops working ...
    (freebsd-questions)
  • Re: Wireless access suddenly broken
    ... had you changed any settings on the wireless AP? ... driver are you using? ... > It's not a hardware or router problem because if I boot from Knoppix ... > reading this file at all because if I rename it, iwconfig still comes up ...
    (Debian-User)