Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (TedMar), 1,420 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Linux - But which? [Re: Aaron_H] #232466
10/21/08 20:47
10/21/08 20:47
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline OP
Expert
Xarthor  Offline OP
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
So I installed VectorLinux (standard 5.9 final) parallel to windows to check it out fully.
And it does not recognize my Atheros AR5BXB61 wireless chipset, any hints?
I searched the vector linux forums, and didnt come up with a fitting topic, neither did the atheros.com website have any interesting information or download option for drivers, which i could have used with ndiswrapper.

any advice?

Re: Linux - But which? [Re: Xarthor] #232469
10/21/08 21:02
10/21/08 21:02
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
it should.

1. open a terminal, log in as root
("su" <enter> "your_password" <enter>)
2. enter "iwconfig" (without quotes) and show us the output here. your chip should be listed as ath0 or something.

ndiswrapper works with windows drivers, that's the fun. so your windows driver cd is all you need to make it work with ndiswrapper. but give us the iwconfig output first.

3.1 if ath0 is listed and you have an unprotected/access point wlan, it's enough to do
"dhcpcd ath0"
3.2 if you have a protected wlan, use
"iwconfig ath0 key <yourkey>" or "iwconfig ath0 key s:<yourkey>" if it's a passphrase/password and then go to 3.1

"man iwconfig" will bring up the iwconfig man page.

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 Offline OP
Expert
Xarthor  Offline 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":
Quote:

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:
Quote:

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: Xarthor] #232545
10/22/08 12:02
10/22/08 12:02
Joined: Oct 2003
Posts: 827
22�21'24"N 114�07'30"E
Frederick_Lim Offline
User
Frederick_Lim  Offline
User

Joined: Oct 2003
Posts: 827
22�21'24"N 114�07'30"E
I will choose openSUSE.

Re: Linux - But which? [Re: Frederick_Lim] #232546
10/22/08 12:10
10/22/08 12:10
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline OP
Expert
Xarthor  Offline OP
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
I "worked" with openSUSE and from what I can tell its pretty unstable and bloated with stuff.
On one computer it acted all weird. Sometimes freezing etc. or the applications became really slow caus the memory was full.

Re: Linux - But which? [Re: Xarthor] #232554
10/22/08 13:20
10/22/08 13:20
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
mac filtering isn't safe. under windows, you can change your mac address with the "arp" command to match an allowed one, which can be found by sniffing some packets.
i'd try a live cd of the same distro which supports your wlan card out of the box and use the configuration there to set up your installed linux.

joey.

Re: Linux - But which? [Re: Joey] #232596
10/22/08 16:27
10/22/08 16:27
Joined: Jun 2005
Posts: 4,875
broozar Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
that's weird.
i know that it is possible to use vl 5.9's iwconfig with passphrase ("s:<password>") because i used it myself (i'm currently on zenwalk, though). did you try it with s: ? or did you read the manpage and decided right away that you needed a hex key?
how did you enter the hex key - with "-" or without?

setting the essid is not really required, if there's only one wlan around, it will try to connect with this one.

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 Offline OP
Expert
Xarthor  Offline 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 Offline
Expert
broozar  Offline
Expert

Joined: Jun 2005
Posts: 4,875
currently wep.

Quote:

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).

Page 2 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1