Re: crash when running kismet with urtw(4) device [FIXED]

2011-01-12 Thread Damien Bergamini
I was not sure if I mistyped usbtask and made this note to check the sources as soon as the machine comes back up. This was not meant to be sent this via this report, I simply forgot to edit it out again. Sorry for that. You did not mistype usbtask. usbatsk stands for usb abort task. Probably

Re: TP-LINK TL-WN722N

2010-11-30 Thread Damien Bergamini
otus(4) only supports the AR9170 chip which is a completely different beast than the AR9271. The AR9271 chipset is not supported by OpenBSD, it would require a new driver. It is supported under Linux by the ath9k_htc driver so it would be possible to add support in OpenBSD by reusing code in

Re: high Ierrs in netstat -ni

2010-10-27 Thread Damien Bergamini
| NameMtu Network Address Ipkts IerrsOpkts Oerrs Colls | iwn01500 Link 00:21:5c:04:9e:19 365841 6544 237425 4 0 A 2% frame error rate is not that unusual on a wireless link, considering that iwn increments Ierrs for every frames with a bad FCS,

Re: zyd fails to associate with a network

2010-07-28 Thread damien . bergamini
| Maybe anyone knows how can I get any debugging information about my device? | I could try to solve it on my own if I understood where the error is... ifconfig zyd0 debug is usually a good start. Damien

Re: zyd fails to associate with a network

2010-07-28 Thread damien . bergamini
| So now I know that that: | | 1. the association fails with status 25; | 2. the drivers actively sends free-roaming requests during | asssociation | process while is requested to connect an exact network. | | Where can I read what is association failed (status 25) and | deauthenticate (reason

Re: zyd fails to associate with a network

2010-07-28 Thread damien . bergamini
| Thanks! | | While it's not a valid workaround, I've set my router up to long slot, | so my issue is resolved. | | Still, could You please tell me where can I find that info without | disturbing developpers and mailing list memebers? In the IEEE 802.11 standard or in

Re: Multiple ESSIDs on a single wireless adapter?

2010-07-22 Thread damien . bergamini
| I want to configure multiple wireless interfaces, each | advertised by its own ESSID (nwid according to OpenBSD | ifconfig), using one and the same wireless adapter. (This | is definitely possible on Linux -- I have a working setup | and I am trying to reproduce it on OpenBSD 4.7). It is not

Re: athn0 fails to connect to Motorola Droid wireless tethering

2010-05-09 Thread damien . bergamini
| lladdr 08:00:25:fe:ee:ca 60dB 54M ibss,short_preamble,short_slottime cache Your Droid is operating in independent BSS (IBSS) mode. athn(4) does not support this operating mode yet. rum(4) does (to some extent, i.e no WPA), but you have to specify mediaopt ibss when configuring the interface.

Re: 4.7 and AR5007

2010-04-21 Thread damien . bergamini
| Here is mine. Source was updated from cvs prior to compiling. Thanks. Thanks. But what I really need are the messages (if any) printed when a scan is performed (ifconfig athn0 scan), not just the messages printed during device attachment. Damien

Re: 4.7 and AR5007

2010-04-18 Thread damien . bergamini
| I have the same laptop with the same issue and have been meaning to | ask about it, but Noah beat me to it. | I'd apprecate being kept in the loop about this. If there is anything | I can do to help out, just let me know. | | Corey Yes, please recompile a kernel after changing the value of

Re: 4.7 and AR5007

2010-04-16 Thread damien . bergamini
| I've been having trouble with a 9285 in a low end Gateway | laptop/netbook. I've been tracking snapshots and it always locks up the | machine when I run 'ifconfig athn0 scan' after 5 seconds or so. Can not | switch to another terminal and can not log in over the network (fast | ethernet,

Re: Dell Studio 1558

2010-02-02 Thread damien . bergamini
Hi, ... | - Network wired and wireless both work. ... | iwn0 at pci3 dev 0 function 0 Intel WiFi Link 6000 rev 0x35: apic 2 | int 17 (irq 7), MIMO 2T2R, MoW, address 00:23:14:13:b8:00 It is the first time I see a dmesg with a Centrino Advanced-N 6200 :-) Have you tried to associate with an

Re: iwn stopped working after OpenBSD upgrade in January, 2010

2010-01-23 Thread damien . bergamini
There is no iwn-firmware-5.3. The latest package is rev 5.2. It contains the exact same images than you can download from: http://intellinuxwireless.org/?n=Downloads Please run ifconfig iwn0 debug before dhclient iwn0 and send me the output. | media: IEEE802.11 OFDM54 mode 11g (autoselect mode

Re: Realtek urtw(4) driver and hostap mode

2009-08-11 Thread damien . bergamini
| [...] | AFAIK, hostap mode is crappy with most drivers, since they doesn't vary | the sending strength (AKA 'power saving') and the clients expect this. | [...] Actually, power saving at the AP has nothing to do with sending strength. It is about buffering frames in the AP for clients that are

Re: Planex GW-USMicroN not recognized by run

2009-06-19 Thread damien . bergamini
| OpenBSD 4.5 (GENERIC) #1749: Sat Feb 28 14:51:18 MST 2009 there you go. this is 4.5-release. Damien

Re: Planex GW-USMicroN not recognized by run

2009-06-18 Thread damien . bergamini
| [...] | So is this card actually supposed to be supported by either | current or 4.5? | | Later | Peter Hi, The USB ID for the Planex GW-USMicroN adapter was added to the run(4) driver just after the 4.5 release, so the June 16th i386 snapshot should work. From sys/dev/usb/if_run.c:

Re: Intel 5100AGN in 4.5?

2009-04-14 Thread damien . bergamini
OpenBSD 4.5 Release has support for Intel WiFi Link 5000 Series adapters. See http://www.openbsd.org/45.html Damien

Re: wpa2 and osx

2009-02-10 Thread damien . bergamini
| hi list, | i have a problem with wpa2 and osx. i could connect to the ap | if i force it to use wpa1 only. all other wpaprotos gives a : | WPA2(PSK,unknown/TKIP,AES/TKIP) | while scanning with airport and the association failed. the test | cases and dmesg could be found here: |

Re: Linksys WUSB600N and Access Point

2009-01-07 Thread damien . bergamini
| I spent some time today on trying to get it to act as an Access Point. run(4) does not support HostAP mode and probably never will as I'm not inclined to add support for it. Advertising HostAP support in ural(4) and rum(4) was a mistake I'm not going to reproduce. Those devices simply don't

Re: can't build ifconfig on landisk

2008-04-21 Thread Damien Bergamini
Run make includes in /usr/src/include/ first. Damien | hello, | i can't build the ifconfig on landisk. | snapshot is from 2008/04/18 /usr/src is up to date. | | see attached logfile. | | best regards | thomas | cc -O2 -pipe-DINET6 -c ifconfig.c | ifconfig.c: In function `setifwmm': |

Re: wpa now in current?!

2008-04-16 Thread Damien Bergamini
WPA-PSK only and for a limited number of drivers. This is definetely work-in-progress, but the basic functionality is there. Damien | damn it ... I'm really excited and I can't really believe it: | http://marc.info/?l=openbsd-cvsm=120837078900999w=2 | | Does that mean wpa is now included and

Re: Intel Core2 Dual/Quad - i386 or amd64?

2008-03-26 Thread damien . bergamini
It appears that the wireless driver your Thinkpad requires wpi0 at pci2 dev 0 function 0 Intel PRO/Wireless 3945ABG is not supported in OpenBSD/amd64. See http://www.openbsd.org/amd64.html That is not true. Both wpi(4) and iwn(4) are in amd64 GENERIC. The web page needs an

Re: What is WPA status in OpenBSD

2008-03-12 Thread Damien Bergamini
I still have plans to continue the WPA work in the near future. No estimated time of arrival though, especially as I tend to become lazy as I get older. Damien | Dear All, | | I would love to use OpenBSD on my laptop but the problems is that most of | my work places use WPA encrypted wireless

Re: WiFi parameters

2007-11-21 Thread Damien Bergamini
| I'm currently looking for a way to configure fragmentation | thresholds and beacon intervals on a Ralink-based WiFi card on | OpenBSD 4.2, configured as an AP. Frames fragmentation is not supported by OpenBSD, both in the TX and RX paths. This is a limitation of the ieee80211(9) layer (for the

Re: IPoEoA on ueagle?

2007-11-21 Thread Damien Bergamini
| I am running 4.2-RELEASE and have recompiled the kernel to include the | lines: | | Option NATM | ueagle* at usb? | | My Sagem [EMAIL PROTECTED] 800 E2 is recognised by the kernel: | | # dmesg | grep ueagle | ueagle0 at uhub3 port 2 | ueagle0 detached | ueagle0 at uhub3 port 2 | ueagle0:

Re: Bug in the wireless wpi driver ?

2007-09-28 Thread damien . bergamini
You're using the wrong firmware. On OpenBSD 4.1, you should be using revision 1.13 of the firmware package as stated in the 4.1 wpi(4) man page. But you should consider upgrading to OpenBSD-current because a lot of improvements have been made in the wpi driver since 4.1. Damien Hay Damien, i

Re: Bug in the wireless wpi driver ?

2007-09-17 Thread Damien Bergamini
| # ifconfig wpi0 down | # ifconfig wpi0 nwid NAME up | wpi0: timeout waiting for thermal sensors calibration | wpi0: fatal firmware error This means that your radio switch is off. Damien

Re: lenovo thinkpad x61s support for wireless + sound

2007-09-11 Thread Damien Bergamini
Thanks a lot for helping me debugging the issues with interrupts and testing all the iwn(4) patches I sent to you! Damien | Hi, | | I just wanted to report that today and after gallons of sweat and | blood and some 14 compiled kernels to test the drivers and patches of | Damien Bergamini (iwn0

Re: wpi3945 driver bug?

2007-07-23 Thread Damien Bergamini
| I am using the wpi3945 driver with the latest wpi-firmware | (2.4.14). When I am not using my wireless connection for some | time, because the laptop is staying switched on and unused for | some time, I do get a wireless time-out. What is a wireless time-out? It is normal that the access point

Re: wpi3945 driver bug?

2007-07-23 Thread damien . bergamini
That is a different problem. It happens when the wireless button that enables/disables the radio has not been pushed, or if it is an ACPI-only button or if it's a software switch that needs some vendor-specific driver to actually enable the radio. Damien i get another type of timeout in my

wpi(4) changes require firmware upgrade

2007-07-10 Thread Damien Bergamini
Recent changes in wpi(4) require an upgrade of the wpi-firmware package to revision 2.14.4. As usual, you can find a prepackaged version of the firmware at: http://damien.bergamini.free.fr/packages/openbsd/wpi-firmware-2.14.4.tgz or you can download it directly from:

Re: wpi(4) changes require firmware upgrade

2007-07-10 Thread Damien Bergamini
Of course, this is only for people following -current. *DO NOT* update your wpi-firmware package if you're running 4.1! Users running 4.1 must use rev. 1.13 of the package as indicated in the wpi(4) man page. Older revisions of the firmware are available under:

Important wpi(4) changes in -current

2007-06-05 Thread damien . bergamini
I've just committed some important changes to the wpi(4) driver for Intel PRO/Wireless 3945ABG adapters: http://marc.info/?l=openbsd-cvsm=118107389909915 Those changes require that you upgrade your wpi-firmware package to version 2.14.3 or your adapter will stop working. The firmware package is

Re: ppp.conf for ueagle and pppoa

2006-11-27 Thread Damien Bergamini
Hi, The route command is only necessary for plain IPoA. For PPPoA, ppp will create the route for you. Just put: set device PPPoA:ueagle0:8.35 in your ppp.conf file. And make sure to copy the firmware files (which are not freely redistributable) in your /etc/firmware/ directory. You can

Re: wirless LAN - DWL-G120 on OPENBSD 4.0

2006-11-24 Thread Damien Bergamini
It is based on the Conexant Prism54 USB2.0 chipset which is not currently supported in OpenBSD. If you send it to me I may consider writing a driver for it on a rainy day ;-) Damien | Is any one working on this driver? | I have D-LINK DWL-G120 USB wireless. | dmesg shows some thing like this |

Re: Ralink broken after last update

2006-10-31 Thread damien . bergamini
Name Mtu Network AddressIpkts IerrsOpkts Oerrs Colls With rssadapt: ral0 1500 Link 00:0e:2e:86:87:76 21153 836324635 1796 0 With AMRR. Rebuilt from CVS couple of hours ago. ral0 1500 Link 00:0e:2e:86:87:76 501773 422 1002191 159 0 I left the lappy

Re: Ralink broken after last update

2006-10-30 Thread Damien Bergamini
Could you please run the following commands on your ral-based access point, preferably before and after the rssadapt-AMRR change: # netstat -i # ifconfig -M ral0 Thanks, Damien | I'm running Canyon CN-WF511 wireless PCI card (Ralink RT2561S) | in hostap mode in my 30m2 flat, serving one laptop

Re: Ralink broken after last update

2006-10-30 Thread Damien Bergamini
| I'm in this case too using OpenBSD 4.0-current (GENERIC) #1163: Thu | Oct 19 14:40:44 MDT 2006 : | | ural0 at uhub0 port 1 | ural0: Nintendo Nintendo Wi-Fi USB Connector, rev 2.00/0.01, addr 2 | ural0: MAC/BBP RT2571 (rev 0x05), RF RT2526, address 00:0d:0b:c3:cb:bb | | ural0 is in hostap mode,

Re: ral0 errors

2006-10-03 Thread Damien Bergamini
Could you provide a dmesg of your OpenBSD wireless router so that I can know what Ralink chip and radio you have? Do you know the model of the wireless adapter in your PowerBook? These messages are not normal so sending them to /dev/null is not an option ;) I'm quite busy right now but I'll look

Intel policy wrt OSS [was: Re: cvs.openbsd.org: src]

2006-09-30 Thread Damien Bergamini
Intel's policy with respect to open-source software[1] which has been presented at OSDL (I wasn't there unfortunately) is clear and can be summarized as follow: - make us look like we're open-source friendly by opening a project on sourceforge. - give the open-source community the bare minimum

Re: ral0 hostap Power Save Polling Problem

2006-09-13 Thread Damien Bergamini
I'll look at these PSP problems after 4.0. Thanks for your report. Damien | hello, | i have a problem with me wrap board and a gigabyte ral card in hostap | mode. when my ibook or my thinkpad(with windows) is on battery then i | have packet lost. when the notebooks are connected to power the |

Re: ueagle(4) advice

2006-09-09 Thread Damien Bergamini
| I guess I need to recompile my kernel with line 232 enabled? Yes. You may also need to uncomment the line: #option NATM if your ISP requires the use of PPPoA. In this case, you'll need to use user-ppp since kernel pppd does not support PPPoA. | And download the firmware from

Re: iwi broken in 3.8-current?

2006-01-26 Thread Damien Bergamini
Please try to force 11g mode by hand: % ifconfig iwi0 mode 11g I'm pretty sure the firmware crashes when scanning channels in the 5GHz band. This bug should affect 2915ABG adapters only. Scanning of those channels was disabled in 3.8. Damien

Re: USB ralink vs. PCMCIA ralink

2005-11-03 Thread damien . bergamini
You should prefer the PCMCIA one. The RT2500USB chipset has poor support for per-node tx rate adaptation and is thus a bad choice for hostap mode. Damien | I have a hard time making up my mind which is better: | a USB ralink wireless (Surecom EP-9001G) or a PCMCIA ralink | wireless (Surecom