Announcement

Collapse
No announcement yet.

Wireless console commands

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

    Wireless console commands

    hei
    I am trying the excellent guide

    http://ubuntuforums.org/showthread.php?t=571188

    But when I type : sudo iwconfig eth1 key HEX_KEY examplekey

    the answer is: Error for wireless request "Set Encode" (8B2A) :
    invalid argument "HEX_KEY".

    In my opinion I am following the guide

    #2
    Re: Wireless console commands

    Originally posted by rasputin
    But when I type : sudo iwconfig eth1 key HEX_KEY examplekey

    the answer is: Error for wireless request "Set Encode" (8B2A) :
    invalid argument "HEX_KEY".
    Make sure you replace the HEX_KEY with your actual key and don't use HEX_KEY as a kind of label, so e.g.,
    Code:
    sudo iwconfig eth1 key 5a324005c1
    Kubuntu 9.10<br />

    Comment

    Working...
    X