How to connect to a Wifi AP w/o much information from its provider

2020-10-14 Thread Matthias Apitz
e9:6d:b8:c31 54M -91:-96 100 EPS SSID RATES DSPARMS<1> ERP<0x0> RSN HTCAP HTINFO ???<7f0804000840> WME Has someone an idea how to make a wpa_supplicant.conf entry for this SSID? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-389

Re: debugging a Wifi association problem

2019-07-19 Thread Matthias Apitz
El día jueves, julio 18, 2019 a las 12:41:42p. m. +0200, Matthias Apitz escribió: > I compiled net/tcpdump to look into that and it supports: > > # /usr/local/sbin/tcpdump -ni wlan0 -y IEEE802_11_RADIO > > and the OpenBSD man page explains what IEEE802_11_RADIO is. I think, >

Re: debugging a Wifi association problem

2019-07-18 Thread Matthias Apitz
El día jueves, julio 18, 2019 a las 12:04:27p. m. +0200, Matthias Apitz escribió: > El día miércoles, julio 17, 2019 a las 11:45:49p. m. -0700, Adrian Chadd > escribió: > > > Hi! > > > > So, you don't set the monitor flag like you do on linux. you create a >

Re: debugging a Wifi association problem

2019-07-18 Thread Matthias Apitz
13.0-CURRENT GENERIC amd64 root@c720-r342378:~ # tcpdump -ni wlan0 -y IEEE802_11_PROTO tcpdump: invalid data link type IEEE802_11_PROTO (the system is from SVN r342378) matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Pu

Re: debugging a Wifi association problem

2019-07-17 Thread Matthias Apitz
lcomm Atheros' device = 'AR9462 Wireless Network Adapter' class = network Any ideas? matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub

Re: debugging a Wifi association problem

2019-07-17 Thread Matthias Apitz
t with wireshark. The captured data might grow > fast. Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub ___ freebsd-wireless@freebsd.org mail

Re: debugging a Wifi association problem

2019-07-17 Thread Matthias Apitz
El día miércoles, julio 17, 2019 a las 09:05:43a. m. +0200, Vladimir Botka escribió: > Hello, > > On Wed, 17 Jul 2019 07:38:26 +0200 > Matthias Apitz wrote: > > > ... The association requests are always rejected with a package > > CTRL-EVENT-ASSOC-REJECT with '

debugging a Wifi association problem

2019-07-16 Thread Matthias Apitz
ion - portEnabled=0 1548368341.543583: EAPOL: External notification - portValid=0 1548368341.543641: EAPOL: External notification - EAP success=0 1548368341.548586: dbus: flush_object_timeout_handler: Timeout - sending changed properties of object /fi/w1/wpa_supplicant1/

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-21 Thread Matthias Apitz
ply. When I change 'attach 200' to 'notify 100', /usr/sbin/ath3kfw gets called and the firmware gets loaded into the chip. But nothing of BT does work. I think some of the nd_*.ko modules do not attach and due to this the device is not created. matthias -- Matthias Ap

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-18 Thread Matthias Apitz
El día Thursday, April 18, 2019 a las 07:02:38PM +0200, Matthias Apitz escribió: > El día Thursday, April 18, 2019 a las 08:05:53AM -0700, Adrian Chadd escribió: > > > that means it SHOULD be ready for normal HCI operation. bcdDevice=1 is what > > the driver uses to determine i

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-18 Thread Matthias Apitz
mmand OGF=0x3, OCF=0x3. Timeout /etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device ubt0 anything else to test? matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-18 Thread Matthias Apitz
AR3012; bcdDevice=2, exiting attached is the full output of 'dmesg' And now? matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub 70 years of NATO - 70 years of wars (Jugoslavia, Afghanistan, Syr

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-17 Thread Matthias Apitz
Am Mittwoch, 17. April 2019 19:59:17 CEST schrieb Adrian Chadd : no flashing occurs. it's running out of ram on the chip. -a So, what do you want me to test exactly? ma -- Sent from my Ubuntu phone http://www.unixarea.de/ ___ freebsd-wireless@fr

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-17 Thread Matthias Apitz
Am Mittwoch, 17. April 2019 18:59:08 CEST schrieb Adrian Chadd : Did you copy it into /usr/share/ or did you pass the command line arg in to set the base directory? :) I was aware of the flag -f to specify the dir or file of the firmware to use. I did not set this by intention to *not* flash t

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-17 Thread Matthias Apitz
El día Wednesday, April 17, 2019 a las 02:35:51PM +, Alexey Dokuchaev escribió: > On Tue, Apr 16, 2019 at 12:34:12PM +0200, Matthias Apitz wrote: > > # ./ath3kfw -D -d ugen0.3 -I > > ath3kfw: opening dev 0.3 > > ath3k_is_3012: found AR3012 > > main: state=0x0e

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-16 Thread Matthias Apitz
w ar3k/ are a lot more files As I said, I need this C720 for real work and can't risk to brick the chip. I have another C720 at home collecting dust which still runs ChromeOS. I will prepare an USB key to boot from and use this for test. Please give me some days. matthias -- M

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-15 Thread Matthias Apitz
(or deleted) any mail in this thread of 24++ mails. But as Adrian said "Does ath3k load OK?" I was confused and thinking in a loadable kernel module. Sorry. matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.un

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-14 Thread Matthias Apitz
(-f firmware path) (-I) -D: enable debugging -d: device to operate upon -f: firmware path, if not default -I: enable informational output What next? Will it brick my Wifi chip? I need this C720 for work. :-) -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-14 Thread Matthias Apitz
4 root@c720-r342378:/home/guru # find /boot/ | grep -i ath3 root@c720-r342378:/home/guru # matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub 70 years of NATO - 70 years of wars (Jugoslavia, Afghani

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-14 Thread Matthias Apitz
ream STBC receive enabled ath0: [HT] 1 stream STBC transmit enabled ath0: [HT] LDPC transmit/receive enabled ath0: [HT] 2 RX streams; 2 TX streams ath0: AR9460 mac 640.2 RF5110 phy 2456.12 ath0: 2GHz radio: 0x; 5GHz radio: 0x matthias -- Matthias Apitz, ✉ g...@unixarea.de, ht

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-14 Thread Matthias Apitz
a systemd[1306]: Starting Bluetooth OBEX service... Apr 13 19:24:02 aurora dbus-daemon[1340]: [session uid=1000 pid=1340] Successfully activated service 'org.bluez.obex' Apr 13 19:24:02 aurora systemd[1306]: Started Bluetooth OBEX service. Apr 13 19:24:17 aurora kernel: [ 116.965447

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Matthias Apitz
On Thu, 11 Apr 2019 14:23:50 +, Alexey Dokuchaev wrote: > On Thu, Apr 11, 2019 at 06:36:26AM -0700, Adrian Chadd wrote: >> I have a tool to upload firmware -- github.com/erikarn/ath3k. >> See if that helps! > > Something's wrong: > > $ git clone https://github.com/erikarn/ath3k.git > $ cd a

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Matthias Apitz
on Hai"), product: e03d vendor: 0489 ("Foxconn / Hon Hai"), product: e04d ("Atheros AR3012 Bluetooth") vendor: 0489 ("Foxconn / Hon Hai"), product: e04e vendor: 0489 ("Foxconn / Hon Hai"), product: e056 ven

Re: Atheros AR5B22 WLAN+Bluetooth support on FreeBSD

2019-04-11 Thread Matthias Apitz
tor: 4 ath0: ath_edma_setup_rxfifo: type=0, FIFO depth = 16 entries ath0: ath_edma_setup_rxfifo: type=1, FIFO depth = 128 entries ath0: Enabling WB222 BTCOEX ... But I don't know how to further enable any BT device. The above hcccontrol just says: # hccontrol inquiry hccontrol: Co

Re: DHCP problems while connecting with a Wifi AP

2018-12-27 Thread Matthias Apitz
El día jueves, diciembre 27, 2018 a las 03:44:46p. m. +0100, Polytropon escribió: > On Thu, 27 Dec 2018 15:00:35 +0100, Matthias Apitz wrote: > > How can I proof in FreeBSD that the DHCP request really is sent? > > You can monitor the device with "tcpdump" durin

Re: DHCP problems while connecting with a Wifi AP

2018-12-27 Thread Matthias Apitz
SD that the DHCP request really is sent? matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub October, 7 -- The GDR was different: Peace instead of Bundeswehr and wars, Druschba instead of Na

DHCP problems while connecting with a Wifi AP

2018-12-27 Thread Matthias Apitz
til connection is fine? 2. Why the BOOTP/DHCP are not logged by the ipfilter? This could smell as a problem caused by the AP, but any other device (for example an iPhone) connects fine and gets an IP addr. Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-

Re: poor WLAN throughput in only one direction

2017-04-17 Thread Matthias Apitz
Apr 17 17:24:18 e6330-r314251 kernel: wlan0: [00:1c:4a:06:17:f5] AMRR decreasing rate 2 (txcnt=29 retrycnt=11) -- Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 ___ freebsd-wireless@freebsd.org mailing

Re: poor WLAN throughput in only one direction

2017-04-17 Thread Matthias Apitz
El día lunes, abril 17, 2017 a las 08:20:01a. m. -0700, Adrian Chadd escribió: > Sorry I meant wlandebug +rate and check dmesg > Hi, tail of /var/log/messages attached; matthias -- Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 Apr 17 17

Re: poor WLAN throughput in only one direction

2017-04-17 Thread Matthias Apitz
24 0 0 0 0 25.0 -952.0M 0 100 0 0 0 0 24.0 -952.0M Anything else? matthias -- Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 ___ fre

Re: poor WLAN throughput in only one direction

2017-04-16 Thread Matthias Apitz
El día domingo, abril 16, 2017 a las 12:22:39p. m. -0700, Adrian Chadd escribió: > Compile with ieeei0211 debug and then use How do I do that exactly? I run: # find /usr/src/sys/dev -exec fgrep -i ieeei0211 {} /dev/null \; without any hit... matthias -- Matthias Apitz,

poor WLAN throughput in only one direction

2017-04-16 Thread Matthias Apitz
RTL8188CUS, RF 6052 1T1R Dell r210: LAN bce0: C7201.7MB/s e6330 --> r2101.8MB/s but: e6330 --> C720120KB/s, ... 30KB/s What can I check to resolve the poor rate from the e6330 to the C720? The other direction i.e. from C720 to e6330 is fine. Thanks matthias -- Matthias

Re: CURRENT && BCM4312

2016-06-05 Thread Matthias Apitz
Hello, The old chip now works fine after compiling the bcm.ko with special options and installing a port for the firmware blob. A big thanks to Adrian for this work. What I'm still struggling with, is put a static IP addr, and not DHCP in the interface like ifconfig_wlan0="WPA inet 192.168.

CURRENT && BCM4312

2016-06-04 Thread Matthias Apitz
hing? Thanks matthias -- Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/ ☎ +49-176-38902045 "Die Verkaufsschlager des Buchmarkts geben Auskunft über den Zustand einer Gesellschaft bzw. sind, was diese Zeiten angeht, Gradmesser fortschreitenden

Re: Broadcom BCM4318

2015-04-20 Thread Matthias Apitz
ssi 7 > roam:rate 5 protmode CTS wme roaming MANUAL > ** The interface wlan0 is not associated with any AP (and so it can not get any IP addr). Do you run wpa_supplicant(8) daemon with a correct configuration matching your air radio APs?

problems associating to an AP

2014-12-22 Thread Matthias Apitz
6:0b:4b:b8:44 [PTK=CCMP GTK=CCMP] Dec 22 11:39:45 unixarea wpa_supplicant[2787]: wlan0: CTRL-EVENT-CONNECTED - Connection to 00:26:0b:4b:b8:44 completed [id=2 id_str=] Dec 22 11:40:01 unixarea kernel: wlan0: link state changed to DOWN Dec 22 11:40:00 unixarea wpa_supplicant[2787]: wlan0: CTRL-EVENT

Re: BUG: run0 wifi driver

2014-12-21 Thread Matthias Apitz
plug it in later after boot. If not, you could compile a kernel enabling debugging and could boot with verbose messages matthias > On Dec 21, 2014 2:43 AM, "Matthias Apitz" wrote: > > > El día Saturday, December 20, 2014 a las 02:42:18PM -0800, solarflow99 > > escr

Re: Issues with urtwn

2014-12-21 Thread Matthias Apitz
s some header file must be updated too. We can let it as it is for now because I will completely update to head in the next days. Thanks matthias -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war toget

Re: Issues with urtwn

2014-12-21 Thread Matthias Apitz
20 20:41:31 +0100 (sáb 20 de dic de 2014) | 11 líneas Document where in scan_task the scan state can change, and potentially deal/log a warning if the scan flags change during one of those race windows. ... Thanks matthias -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/

Re: BUG: run0 wifi driver

2014-12-21 Thread Matthias Apitz
t doesn't > work at all with the latest snapshots. Here are the details: > > https://forum.pfsense.org/index.php?topic=84481.0 There are no details in this thread. Enable debugging with 'wlandebug +...' and check /var/log/messages for the results. HIH matthias --

Re: Issues with urtwn

2014-12-21 Thread Matthias Apitz
nge to come through that > doesn't trigger the scan code to see the scan is canceled and "finish" > the scan (which would reset the vap powersave state.) > > I've added another cancel check in scan_task(). Please update this and > see what happens! > Hi Adrian

Re: Issues with urtwn

2014-12-20 Thread Matthias Apitz
es not run any bgscan. I was expecting the same problem. Why is this running fine w/o bgscan? Thanks matthias -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro ha sido derribado

Re: Issues with urtwn

2014-12-18 Thread Matthias Apitz
8:44] pwr save q overflow, drops 8 (size 50) Dec 19 07:51:25 unixarea kernel: wlan0: [00:26:0b:4b:b8:44] pwr save q overflow, drops 9 (size 50) -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war together again. El Muro

Re: Asus USB-N10 NANO

2014-12-01 Thread Matthias Apitz
0x0040 idVendor = 0x0bda idProduct = 0x8172 bcdDevice = 0x0200 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0003 <00e04c01> bNumConfigurations = 0x0001 Is there any diff between 'RTL8191S' and 'RTL8191SU'? Why the rsu(4) says: rsu0: MAC/BB RT

Asus USB-N10 NANO

2014-11-26 Thread Matthias Apitz
that this is also (or not) with rsu(4). All this is in 11-CURRENT. See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195348 Thanks matthias -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.de/ +49-170-4527211 1989-2014: The Wall was torn down so that we go to war tog

Re: Issues with urtwn

2014-11-23 Thread Matthias Apitz
same in an older 10-ALPHA4 laptop (running r255948 from October 2013) with the same physical WLAN card; there is no problem with the bg scans every 5 minutes, it just goes ahead after any scan; this is an issue in head. matthias -- Matthias Apitz, g...@unixarea.de, http://www.unixarea.d

Re: Issues with urtwn

2014-11-04 Thread Matthias Apitz
ction `ath_chan_change': /usr/src/sys/dev/ath/if_ath.c:5306: undefined reference to `ieee80211_chan2mode' if_ath.o: In function `ath_init': /usr/src/sys/dev/ath/if_ath.c:2455: undefined reference to `ieee80211_start_all' if_ath.o: In function `ath_vap_create': (many) Thx

Re: Issues with urtwn

2014-11-03 Thread Matthias Apitz
El día Monday, November 03, 2014 a las 06:46:33AM +0100, Matthias Apitz escribió: > El día Sunday, November 02, 2014 a las 10:46:13AM -0800, Adrian Chadd > escribió: > > > It's not forcing the adapter itself into ps mode - it's just net80211 > >

Re: Issues with urtwn

2014-11-02 Thread Matthias Apitz
0211_S_RUN) { if ((vap->iv_bss->ni_flags & IEEE80211_NODE_PWR_MGT) == 0) { /* Enable station power save mode */ vap->iv_sta_ps(vap, 1); Or any other idea? Can you guide me through this? Thx matthias -- Matthias Ap

Re: Issues with urtwn

2014-11-02 Thread Matthias Apitz
ou can connect to a plain network with ifconfig ..." wlan0 has an IP addr (via DHCP from the AP) and I can connect. What do you mean with "to a plain network with ifconfig ..."? Thx matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: g...

Re: Issues with urtwn

2014-11-02 Thread Matthias Apitz
e80211_sta_pwrsave() without doing anything? Any ideas? matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: g...@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X- No proprietary attachments phone:

Re: Issues with urtwn

2014-11-01 Thread Matthias Apitz
El día Sunday, October 26, 2014 a las 08:36:05AM +0100, Matthias Apitz escribió: > # ifconfig wlan0 list sta > ADDR AID CHAN RATE RSSI IDLE TXSEQ RXSEQ CAPS FLAG > 00:13:f7:0d:08:4827 54M 35.50 1219 64016 EPS AE RSN > > the kernel is 11-CURRENT

Re: Issues with urtwn

2014-10-26 Thread Matthias Apitz
ct 26 08:32:50 unixarea kernel: wlan0: [00:13:f7:0d:08:48] sta power save mode off every 5 minutes... Who is switching this on/off? thx matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: g...@unixarea.de | \ / - No HTML/RTF in E-mail W

Re: Issues with urtwn

2014-09-08 Thread Matthias Apitz
; > ,or you might want to try wpa_gui. I have never used it, but will install the port and give it a try next time. Thx matthias PD: To Adrian, I'm willing to file a PR, but the problem is, I will not return to this hotel and can not provide more information or tests. -- Mat

Re: Issues with urtwn

2014-09-07 Thread Matthias Apitz
ld work (in the lobby) I could not even associate. I have a lot of wpa_supplicant debug if someone is willing to check for details. At the end I was frustated and gave up, more frustated due to the fact that all the other clients with their stupid smartphones did not have had any problem at all :-(

Re: FreeBSD wireless support is lacking; needs better documentation

2014-09-04 Thread Matthias Apitz
got something to work, or to know, is wanting to do. What we do need is somekind of database with a webform by which everybody could insert (or even edit) exsisting data, ofc with somekind of creation of account and an anti-SPAM capcha. Without this, the data actualization depends on the time and

Re: Broadcom BCM4312 802.11b/g in 11-CURRENT r269739

2014-08-17 Thread Matthias Apitz
El día Saturday, August 16, 2014 a las 05:25:09PM +0200, Matthias Apitz escribió: > > Hello, > > I have a 11-CURRENT from August 8, and ports from the day after: > > FreeBSD tiny-r269739 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r269739M: Fri Aug > 15 18:07:41 CEST 2014

Broadcom BCM4312 802.11b/g in 11-CURRENT

2014-08-16 Thread Matthias Apitz
n0: RX decryption attempted (old 0 keyidx 0x3) bwn0: RX decryption attempted (old 0 keyidx 0x3) bwn0: RX decryption attempted (old 0 keyidx 0x3) bwn0: RX decryption attempted (old 0 keyidx 0x3) bwn0: RX decryption attempted (old 0 keyidx 0x3) bwn0: RX decryption attempted (old 0 keyidx 0x3) -- Matthias Apitz

Re: [rfc] removing the NDISulator

2013-10-19 Thread Matthias Apitz
1 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM4312 802.11b/g LP-PHY' class = network I'm using NDIS as well in r250588. Is bwi/bwn the point to start to look into for this chip? Thanks matthias -- Matthias Apitz

Re: Q: support for Broadcom BCM4312 802.11b/g Wireless

2013-05-16 Thread Matthias Apitz
El día Thursday, May 16, 2013 a las 11:28:07PM -0700, Adrian Chadd escribió: > There's unfortunately no active bwn driver maintainer. What is/was the state of this? Has it worked once and only needs now debugging and/or updating? Thx matthias -- Sent from my FreeBSD netbook

Q: support for Broadcom BCM4312 802.11b/g Wireless

2013-05-16 Thread Matthias Apitz
says: # kldload if_bwn siba_bwn0: mem 0x5710-0x57103fff irq 16 at device 0.0 on pci1 and hard locks the laptop. Any ideas? Thanks matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: g...@unixarea.de | - Never

Re: Wireless network Broadcom not connected

2012-10-22 Thread Matthias Apitz
thread and do not fully understand what the problem is for you; I saw in some mails that the interfaces bwn0 and wlan0 both are "associated" and wlan0 does even contain a valid IP addr; what exactly is not working? routing? or what? matthias -- Matthias Apitz |