|
|
Re: Linux - But which?
[Re: broozar]
#232533
10/22/08 10:37
10/22/08 10:37
|
Joined: Jul 2002
Posts: 4,436 Germany, Luebeck
Xarthor
OP
Expert
|
OP
Expert
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
|
Ok, thanks so far. I tried what you said, here is the output of "iwconfig": lo no wireless extensions
eth0 no wireless extensions
wifi0 no wireless extensions
ath0 IEEE 802.11b ESSID:"" Nickname:"" Mode:Managed Channel:0 Access Point: Not-Associcated Bit Rate:0 kb/s Tx-Power:0 dBm Sensitivity=1/1 Retry:off RTS thr:off Fragment thr:off Encryption key:off Power Management:off Link Quality:0/70 Signal level=-256 dbM Noise level=-256 dBM Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
The problem is: if you write "man iwconfig" you can see in the section about "key" that passphrases (ascii) is currently not supported. That means that I have to create a hex key for my wlan, I guess. EDIT: Now I changed the key to a hex key with 64 characters and entered the essid and the key: iwconfig ath0 essid xxIDxx iwconfig ath0 key xxKEYxx Now the essid is set properly, but setting the key fails: Error for wireless request "Set Encode" (8B2A) : SET failed on device ath0 ; Invalid argument.
EDIT #2: Another test. I deactivated the key (only mac filtering and hidden ssid as protection now) and now it works. But I'd really like to have a key, although I have a mac filter table up and running to deny access to other but mine systems.
Last edited by Xarthor; 10/22/08 11:17.
|
|
|
Re: Linux - But which?
[Re: broozar]
#232598
10/22/08 16:34
10/22/08 16:34
|
Joined: Jul 2002
Posts: 4,436 Germany, Luebeck
Xarthor
OP
Expert
|
OP
Expert
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
|
no I tried to set the passphrase with s: like: iwconfig ath0 key s:PASSPHRASE
The hex key does not contain "-" characters, as it is self typed in 64 characters long, consisting only of A-F and 0-9
edit: What kind of key did you (broozar) use? WPA, WPA2, WEP ... ?
edit #2: Another thing that bugs me is that it seems to be impossible to change the keymap to any german layout. Whatever I select in the list it seems to always jump back to default-US.
Last edited by Xarthor; 10/22/08 16:38.
|
|
|
Re: Linux - But which?
[Re: Xarthor]
#232602
10/22/08 16:50
10/22/08 16:50
|
Joined: Jun 2005
Posts: 4,875
broozar
Expert
|
Expert
Joined: Jun 2005
Posts: 4,875
|
currently wep. key/enc[ryption] Used to manipulate encryption or scrambling keys and security mode. To set the current encryption key, just enter the key in hex digits as XXXX-XXXX-XXXX-XXXX
try with "-" keymap: what's "the list" you are refering to? you can change the keymap in several ways. - in vl, there's a tool called vasm (the administration tool) where there should be a keymap selection. change that. - using /etc/X11/xorg.conf (the 100%-way): 1. terminal, log in as root 2. "mousepad /etc/X11/xorg.conf" 3. in one of the InputDevice sections, there you shuld find Option "XkbModel" "pc105" Option "XkbLayout" "en" change it to Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" lines that start with # are commented out. 4. restart X (ctrl+alt+backspace) [or, to be 100% sure, shutdown and reboot) xfce has an option to always remember you last settings, it's selectable shortly before you log out ("save session" or something).
|
|
|
|