Announcement

Collapse
No announcement yet.

WLAN problem [SOLVED]

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

    WLAN problem [SOLVED]

    Hello all,
    Will try briefly describe the problem which I am having with my kubuntu 9,04.

    After fresh installation my wifi card is discovered as well as my network Binet1.

    lspci

    00:09.0 Network controller: RaLink RT2561/RT61 802.11g PCI



    so I try to connect to my network through GUI







    After that, it is connecting for a while, but no joy eventually.

    So I try a console

    wlan1 IEEE 802.11bg ESSID:"BinetInfo"
    Mode:Managed Frequency:2.432 GHz Access Point: Not-Associated
    Tx-Power=15 dBm
    Retry min limit:7 RTS thrff Fragment thr=2352 B
    Power Managementff
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0


    As you can see network is NG, sometimes it shows essid binet1, but access point is never associated.



    So I change following file into

    more /etc/network/interfaces
    auto lo

    iface lo inet loopback
    iface wlan1 inet static
    address 192.168.1.204
    network 192.168.1.1
    netmask 255.255.255.0
    broadcast 192.168.1.255
    wireless-essid Binet1
    wireless-mode Managed
    wireless-key 12axxxxxxxxxxxxxx


    But after that in GUI, there is no network available,
    to see wlan1, I had to put it down and up again

    iwconfig wlan1
    wlan1 IEEE 802.11bg ESSID:""
    Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
    Tx-Power=0 dBm
    Retry min limit:7 RTS thrff Fragment thr=2352 B
    Power Managementff
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0

    ifconfig
    eth0 Link encap:Ethernet HWaddr 00:1b:fc:1e:4f:53
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
    Interrupt:23 Base address:0xe800

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

    wlan1 Link encap:Ethernet HWaddr 00:18:f8:b0:3a:88
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    wmaster0 Link encap:UNSPEC HWaddr 00-18-F8-B0-3A-88-00-00-00-00-00-00-00-00-00-00
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)



    Years back on a different card, I was able to connect on mandriva. I remember I had to change mode to managed, and key was I think reserved or sth like that.


    I am really not far from giving up, could somebody pls help me out with this issue.


    #2
    Re: WLAN problem

    problem solved, I cannot believe, I installed wicd and it works
    thanks you all

    Comment

    Working...
    X