28.03.2024, 12:01 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]

Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
Autor Nachricht
x3dre
15 Titel: Atheros Chip set *SOLVED*  BeitragVerfasst am: 10.10.2006, 19:45 Uhr



Anmeldung: 10. Okt 2006
Beiträge: 6

Geschockt

I have been trying to get my wireless adapter working under RC4 as I want to really use the new features of 3d & wobbly windows in the test release.

I use netcardconfig to configure DHCP or Static IP configuration, which is not for some unknown reason setting up the WPA & TKIP side of the config.

See below things I have tried and the output of the commands I ran.

Can anyone see why I cannot get the config to work?
------------------

./networking force-reload
Reconfiguring network interfaces...Error for wireless request "Set Mode" (8B06) :
SET failed on device ath0 ; Invalid argument.
done.
----------------

ifconfig ath0
ath0 Link encap:Ethernet HWaddr 00:11:F5:9C:E3:EA
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.240
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:2465 errors:0 dropped:0 overruns:0 frame:0
TX packets:2039 errors:3 dropped:3 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:299385 (292.3 KiB) TX bytes:247938 (242.1 KiB)

----------------
less wpa_supplicant.conf

network={
ssid="xxxxxxxxxxx"
#psk="xxxxxxxxxxxxxxxxxxx"
psk=*****************************************************a12e
}
wpa_supplicant.conf (END)

----------------

dmesg |grep wifi
wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
wifi0: mac 7.8 phy 4.5 radio 5.6
wifi0: Use hw queue 1 for WME_AC_BE traffic
wifi0: Use hw queue 0 for WME_AC_BK traffic
wifi0: Use hw queue 2 for WME_AC_VI traffic
wifi0: Use hw queue 3 for WME_AC_VO traffic
wifi0: Use hw queue 8 for CAB traffic
wifi0: Use hw queue 9 for beacons
wifi0: Atheros 5212: mem=0xc0200000, irq=193
----------------

lspci -v
02:04.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
Subsystem: Askey Computer Corp. Unknown device 7094
Flags: bus master, medium devsel, latency 168, IRQ 193
Memory at c0200000 (32-bit, non-prefetchable) [size=64K]
Capabilities: <access denied>

----------------
lsmod
Module Size Used by
wlan_tkip 12800 1
cryptoloop 4096 0
aes 30144 0
af_packet 17928 10
nls_cp437 6656 1
fuse 37268 0
video 14468 0
thermal 11912 0
sbs 12968 0
processor 24264 1 thermal
i2c_ec 4992 1 sbs
fan 4484 0
container 4224 0
button 6032 0
battery 8836 0
ac 4740 0
capability 4360 0
commoncap 6400 1 capability
usb_storage 65728 1
libusual 15888 1 usb_storage
tsdev 7104 0
wlan_scan_sta 13184 1
shpchp 32932 0
pci_hotplug 28488 1 shpchp
pcmcia 30908 0
eth1394 17412 0
snd_atiixp_modem 12808 1
ohci_hcd 18948 0
ehci_hcd 29960 0
usbcore 107908 5 usb_storage,libusual,ohci_hcd,ehci_hcd
psmouse 35208 0
8139too 23424 0
evdev 8704 2
ath_pci 84512 0
ath_rate_sample 13568 1 ath_pci
wlan 183132 5 wlan_tkip,wlan_scan_sta,ath_pci,ath_rate_sample
ath_hal 190800 3 ath_pci,ath_rate_sample
agpgart 26572 0
snd_atiixp 15884 1
snd_ac97_codec 86304 2 snd_atiixp_modem,snd_atiixp
snd_ac97_bus 3072 1 snd_ac97_codec
snd_pcm_oss 39456 0
snd_mixer_oss 14720 1 snd_pcm_oss
snd_pcm 66052 4 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss
snd_timer 19588 1 snd_pcm
i2c_piix4 8332 0
i2c_core 17792 2 i2c_ec,i2c_piix4
snd 42852 11 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 8288 1 snd
snd_page_alloc 8456 3 snd_atiixp_modem,snd_atiixp,snd_pcm
8250_pci 19968 0
8250 21828 1 8250_pci
serial_core 17792 1 8250
yenta_socket 23948 1
rsrc_nonstatic 11776 1 yenta_socket
pcmcia_core 33560 3 pcmcia,yenta_socket,rsrc_nonstatic
mii 5632 1 8139too
ohci1394 31536 0
ieee1394 282328 2 eth1394,ohci1394
pcspkr 3584 0
serio_raw 6276 0
squashfs 40964 1
loop 13320 3 cryptoloop
ntfs 214548 0
------------------
/sbin/iwgetid -r
XXXXXXXXXX
knoppix@2[etc]$ /sbin/iwgetid -p
ath0 Protocol Name:"IEEE 802.11g"
knoppix@2[etc]$ /sbin/iwgetid -ap
ath0 Protocol Name:"IEEE 802.11g"
knoppix@2[etc]$ /sbin/iwgetid -c
ath0 Channel:11
knoppix@2[etc]$ /sbin/iwgetid -f
ath0 Frequency=2.462 GHz
knoppix@2[etc]$ /sbin/iwgetid -m
ath0 Mode:Managed
knoppix@2[etc]$ /sbin/iwgetid -p
ath0 Protocol Name:"IEEE 802.11g"
knoppix@2[etc]$
-----------------

wpa_supplicant -u
dbus_bus_request_name[dbus]: Resource temporarily unavailable
Could not request DBus service name: org.freedesktop.DBus.Error.AccessDenied Connection ":1.7887" is not allowed to own the service "fi.epitest.hostap.WPASupplicant" due to security policies in the configuration file.
Failed to initialize wpa_supplicant
-----------------
./networking force-reload


Error : No address associated with hostname
Error : No address associated with hostname
Error : No address associated with hostname
Error : No address associated with hostname
Error : No address associated with hostname
Error : No address associated with hostname
Error : No address associated with hostname

------------------
wlanconfig ath0 list scan
SSID BSSID CHAN RATE S:N INT CAPS
Fir3l3ss 00:16:b6:1e:c9:59 11 54M 43:0 100 EPs WPA
Crosdalia 00:11:f5:c4:00:fd 10 54M 13:0 100 EPs

------------------

iwlist ath0 scan
ath0 Scan completed :
Cell 01 - Address: 00:16:B6:1E:C9:59
ESSID:"XXXXXXXXX"
Mode:Master
Frequency:2.462 GHz (Channel 11)
Quality=41/94 Signal level=-54 dBm Noise level=-95 dBm
Encryption key:on
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
12 Mb/s; 48 Mb/s
Extra:bcn_int=100
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK

-------------------


root@3[~]# iwconfig ath0 essid "xxxxxxxxxxxxxxxxxxxxxxx"
root@3[~]# iwconfig ath0 essid "***************"
root@3[~]# iwconfig ath0 ap 00:16:B6:1E:C9:50
root@3[~]# iwconfig ath0 ap auto
root@3[~]# dhclient ath0
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

eth0: unknown hardware address type 24
wifi0: unknown hardware address type 801
eth0: unknown hardware address type 24
wifi0: unknown hardware address type 801
Listening on LPF/ath0/00:11:f5:9c:e3:ea
Sending on LPF/ath0/00:11:f5:9c:e3:ea
Sending on Socket/fallback/fallback-net
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 10
DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval 9
No DHCPOFFERS received.
No working leases in persistent database.

Sleeping.

----------------------

root@x3dre_lap:~# wpa_cli -i "ath0"
wpa_cli v0.5.5
Copyright (c) 2004-2006, Jouni Malinen <jkmaline@cc.
hut.fi> and contributors

This program is free software. You can distribute it
and/or modify it
under the terms of the GNU General Public License ve
rsion 2.

Alternatively, this software may be distributed unde
r the terms of the
BSD license. See README and COPYING for more details .



Interactive mode

> <2>CTRL-EVENT-DISCONNECTED - Disconnect event - re move keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remo ve keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remo ve keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remo ve keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remo ve keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remo ve keys
> <2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
<2>CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
------------------------ Sehr glücklich Sehr glücklich


Zuletzt bearbeitet von x3dre am 12.10.2006, 13:01 Uhr, insgesamt ein Mal bearbeitet
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
x3dre
Titel: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 10.10.2006, 22:15 Uhr



Anmeldung: 10. Okt 2006
Beiträge: 6

I have been working through . The section of
"A log of /sbin/wpa_action's actions is created at /var/log/wpa_action.log, please attach the log when reporting problems" there is no log file of this sort in the directory...

Is FAQ-id_cat-140.html upto date for RC 4 release or is it for Debian or earlier RC versions to follow though and work?
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
kelmo
Titel: RE: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 11.10.2006, 13:13 Uhr
Developer
Developer


Anmeldung: 01. Okt 2004
Beiträge: 245
Wohnort: Australia
/usr/share/doc/wpasupplicant/README.modes.gz is the definitive document.
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
x3dre
Titel: Re: RE: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 11.10.2006, 13:52 Uhr



Anmeldung: 10. Okt 2006
Beiträge: 6

kelmo hat folgendes geschrieben::
/usr/share/doc/wpasupplicant/README.modes.gz is the definitive document.


Is there an easy way to read this document, apart from untarring it manually and read it's contents ?

Many Thx

Smilie
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
horo
Titel: Re: RE: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 11.10.2006, 14:32 Uhr



Anmeldung: 17. Dez 2003
Beiträge: 700
Wohnort: Berlin
F3 in mc (midnight commander) will do.

Ciao Martin

_________________
omnia vincit pecunia
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
x3dre
Titel: RE: Re: RE: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 11.10.2006, 15:14 Uhr



Anmeldung: 10. Okt 2006
Beiträge: 6

Thx Martin Smilie
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
x3dre
Titel: RE: Re: RE: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 11.10.2006, 23:36 Uhr



Anmeldung: 10. Okt 2006
Beiträge: 6

I think something in the cvs tree for Madwifi, that has changed in the working RC3 release, that has changed in the RC4 release, which is screwing up the way netcardconfig configures the interfaces and wpa_supplicant.conf file. Even with the http://ftp.us.debian.org/debian/pool/no ... -1_all.deb applied it's made no difference to the getting the configuration to work.
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
kelmo
Titel: RE: Re: RE: FAQ-id_cat-140.html help :)  BeitragVerfasst am: 12.10.2006, 01:01 Uhr
Developer
Developer


Anmeldung: 01. Okt 2004
Beiträge: 245
Wohnort: Australia
x3dre, do you want to discuss this issue here? or privately via email? Makes _no_ sense to me to do both.

Having said that, its not sufficient to just install that package, you must replace your existing madwifi modules by making a new set of modules for your kernel. In my email to you, i pointed to the file that explains that process briefly, although I do not expect that it will be an easy process for those new to it.
 
 Benutzer-Profile anzeigen Private Nachricht senden Website dieses Benutzers besuchen  
Antworten mit Zitat Nach oben
x3dre
Titel: Atheros Chip Set *SOLVED*  BeitragVerfasst am: 12.10.2006, 12:12 Uhr



Anmeldung: 10. Okt 2006
Beiträge: 6

Here's what I had to do with the help of kelmo Sehr glücklich

1. Configure the networking in netcardconfig as per the router settings needed for the clients connecting to it.

ping router address & outside world. More than likely you will not be able to ping the outside world but may be you might be abled to ping the router intermittently... Though both may not work..

2. Do modinfo ath_pci | grep -i ^version
version: svn r1722

A problem is described at: http://madwifi.org/ticket/925

Do a search on r1722 and related other notes based around this, it will point to a bug that will be fixed by doing the below.

Use the madwifi-source package from debian, with is based
on r1710. This version should work with TKIP.

Download : http://ftp.us.debian.org/debian/pool/no ... -1_all.deb

3. Do a : dpkg -l | grep module-ass to check if you have the module-assistant already installed : do; apt-get install module-assistant or it is possible to download http://ftp.us.debian.org/debian/pool/ma ... .6_all.deb

4. Do a : dpkg -i madwifi-source_

5. Do a : dpkg -i module-assistant

6. Do : su - and then m-a a-i madwifi this will do the modules needed for the kernel to build in the new madwifi wireless modules.

7. Reboot - when the rebooting is finished, in the bottom right hand corner there should be the two little red lights on. Therefore allowing router & world access to all protocol net bound.

This process worked for me, with great help from Kel & related documents...

Many Thx Smilie Cool
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
DeepDayze
Titel: RE: Atheros Chip Set *SOLVED*  BeitragVerfasst am: 12.10.2006, 14:57 Uhr



Anmeldung: 08. Dez 2005
Beiträge: 300

Great that it worked out for you...hopefully will help others with the same card. Eventually there should be a fixed package released Smilie
 
 Benutzer-Profile anzeigen Private Nachricht senden  
Antworten mit Zitat Nach oben
Beiträge vom vorherigen Thema anzeigen:     
Gehe zu:  
Alle Zeiten sind GMT + 1 Stunde
Neues Thema eröffnen   Neue Antwort erstellen
Vorheriges Thema anzeigen Druckerfreundliche Version Einloggen, um private Nachrichten zu lesen Nächstes Thema anzeigen
PNphpBB2 © 2003-2007 
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.