Announcement

Collapse
No announcement yet.

Wlan but no WEP

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

    Wlan but no WEP

    Hi,

    i've managed to get my wlan usb card working on my laptop , using kubuntu with DHCP

    But i can't get it working with WEP enabled.
    I tried every settings possible (with asci enabled, without, passphrase , hexadecimal key et. etc)

    Also tried: sudo iwconfig wlan0 essid 'name'
    sudo iwconfig key open "key" (xxxxxxx and even xxxxxxxxxx)

    Even editing the /etc/network/interfaces file does'n t helped

    please help!

    #2
    Re: Wlan but no WEP

    Hi,

    Did you try without the open keyword, I think it's useless as it would mean that you have no keys...

    Cheers

    Comment


      #3
      Re: Wlan but no WEP

      yes i've tried it also. with only the essid name.

      my iwconfig shows the name of the essid like it should be.

      Comment


        #4
        Re: Wlan but no WEP

        I meant only this :
        sudo iwconfig wlan0 key xxxxxxxxxxx
        And then dhclient wlan0

        It's not working ?

        Good luck

        Comment


          #5
          Re: Wlan but no WEP

          then the following shows:
          dhcpdiscover on wlan0 to 255.255.255.255 port 67 interval 8
          etc 7
          ect 10
          etc 11 till 15
          No dhcpoffers received.
          no working leases in persistent database

          strange? my netmask is 255.255.255.0

          Comment


            #6
            Re: Wlan but no WEP

            This 255.255.255.255 is not really strange it's broadcasting address...
            Anyway it seems to be not working...
            In fact, I meant sudo dhclient wlan0 but I guess you got it like this.

            If it's not working, I don't have more clue, sorry

            Good luck

            Comment


              #7
              Re: Wlan but no WEP

              allright, thnxs for your input. If someone else can help ..please do.

              the question now is how to get "dhcpoffers to receive"
              also read alot about kwifimanager, but not handle to download it yet, its not in the repository.

              greetz,

              Comment


                #8
                Re: Wlan but no WEP

                Sorry to disappoint you but kwifimanager is in universe repository, maybe you should try to check if you well configured them (/etc/apt/sources.list)

                See below :
                Package: kwifimanager
                Priority: optional
                Section: universe/net


                Cheers

                Comment

                Working...
                X