Announcement

Collapse
No announcement yet.

[SOLVED]Unable to use wireless connection

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED]Unable to use wireless connection

    Hi all,

    Need some help:

    My Kubuntu 11.10 runs on Dell inspiron 1520 (laptop). No problem with wired connection, but I cannot use wireless connection: When I click on "connect" on the WiCD (after that I have written the correct Pre-Shared Key for WPA2), I get info that it's a bad password!

    Here is some additional info:


    ~$ sudo lshw -C network
    *-network
    description: Wireless interface
    product: BCM4321 802.11a/b/g/n
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:0c:00.0
    logical name: eth2
    version: 03
    serial: 00:1e:4c:78:27:01
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=wl0 driverversion=5.100.82.38 latency=0 multicast=yes wireless=IEEE 802.11abgn
    resources: irq:17 memory:fe8fc000-fe8fffff memory:f0000000-f00fffff
    *-network
    description: Ethernet interface
    product: BCM4401-B0 100Base-TX
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:03:00.0
    logical name: eth0
    version: 02
    serial: 00:1d:09:b3:db:55
    size: 100Mbit/s
    capacity: 100Mbit/s
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=b44 driverversion=2.0 duplex=full ip=192.168.1.2 latency=64 link=yes multicast=yes port=twisted pair speed=100Mbit/s
    resources: irq:17 memory:fe5fe000-fe5fffff



    ~$ sudo ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:1d:09:b3:db:55
    inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::21d:9ff:feb3:db55/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:7908 errors:0 dropped:0 overruns:0 frame:0
    TX packets:8064 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:6124653 (6.1 MB) TX bytes:1249541 (1.2 MB)
    Interrupt:17

    eth2 Link encap:Ethernet HWaddr 00:1e:4c:78:27:01
    inet6 addr: fe80::21e:4cff:fe78:2701/64 Scope:Link
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:450
    TX packets:0 errors:237 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:17 Base address:0xc000

    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:576 errors:0 dropped:0 overruns:0 frame:0
    TX packets:576 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:41808 (41.8 KB) TX bytes:41808 (41.8 KB)


    NetworkManager Tool

    State: connected (global)

    - Device: eth2 -----------------------------------------------------------------
    Type: 802.11 WiFi
    Driver: wl
    State: disconnected
    Default: no
    HW Address: 00:1E:4C:78:27:01

    Capabilities:

    Wireless Properties
    WEP Encryption: yes
    WPA Encryption: yes
    WPA2 Encryption: yes

    Wireless Access Points
    Liselott: Infra, 00:21:91:F6:52:25, Freq 2412 MHz, Rate 54 Mb/s, Strength 15 WPA2
    Fam.A: Infra, 00:22:3F:18:8B:F2, Freq 2457 MHz, Rate 54 Mb/s, Strength 20 WEP
    dlink: Infra, 146:4D:7F:A26, Freq 2427 MHz, Rate 54 Mb/s, Strength 27 WPA WPA2
    TeliaGateway00-24-17-D6-71-65: Infra, 00:24:176:71:65, Freq 2412 MHz, Rate 54 Mb/s, Strength 34 WPA WPA2
    Massive: Infra, 00:18:E7:F24:36, Freq 2422 MHz, Rate 54 Mb/s, Strength 52 WPA WPA2
    Tele2Internet-DDFCB: Infra, AC:E8:7B:56:40:F9, Freq 2437 MHz, Rate 54 Mb/s, Strength 90 WPA2


    - Device: eth0 [Wired connection 1] -------------------------------------------
    Type: Wired
    Driver: b44
    State: connected
    Default: yes
    HW Address: 00:1D:09:B3B:55

    Capabilities:
    Carrier Detect: yes
    Speed: 100 Mb/s

    Wired Properties
    Carrier: on

    IPv4 Settings:
    Address: 192.168.1.2
    Prefix: 24 (255.255.255.0)
    Gateway: 192.168.1.1

    DNS: 192.168.1.1




    #2
    Re: Unable to use wireless connection

    Search the forum for wicd "Bad Password". I'm pretty sure this problem has been reported before and the solution has been posted.

    Comment


      #3
      [SOLVED]Unable to use wireless connection

      Thanks. I got the answer from this blog:

      How to fix wicd 1.7.0+ds1-5 Connection Failed: Bad Password on Ubuntu 10.10 (Maverick Merkaaat)

      Comment

      Working...
      X