Re: Problems with 8.1, PPPoE server, and Cisco client

2010-11-09 Thread Paul Thornton
On 09/11/2010 20:16, Paul Thornton wrote: > Sorry for that unedited copy of the last mail to the list. Finger trouble in mail client. Must try harder! Paul. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: Problems with 8.1, PPPoE server, and Cisco client

2010-11-09 Thread Paul Thornton
Hi folks, Keeping the list archives updated for any poor soul that has a similar problem in future... On 26/10/2010 18:55, Paul Thornton wrote: > I'm also going to give mpd a go and see if that works - but if it tries > the same config options as pppoed then I may be straight back

Re: Problems with 8.1, PPPoE server, and Cisco client

2010-11-09 Thread Paul Thornton
On 26/10/2010 18:55, Paul Thornton wrote: > I've been taking another look at this after being dragged off onto other > things for a few days, and hopefully have some more information that > might help point in the right direction for a fix / where to debug next. > > On 20/1

Re: Polling slows down bandwidth

2010-10-30 Thread Paul Thornton
3 years) hardware with good quality gigabit ethernet interfaces. I've only really worked with bge and em but they have good high performance without polling in 8.0 and 8.1 Paul. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: Problems with 8.1, PPPoE server, and Cisco client

2010-10-26 Thread Paul Thornton
00) > 109.71.174.50 > 217.65.161.4: ICMP echo request, id 10, seq 0, length 80 > 20:29:23.257872 PPPoE [ses 0x13] IP (tos 0x0, ttl 61, id 51771, offset 0, > flags [none], proto ICMP (1), length 100) > 217.65.161.4 > 109.71.17

Re: ndis: patch for review

2010-10-20 Thread Paul B Mahol
On 10/20/10, Bernhard Schmidt wrote: > 9, 2010 at 23:53, Paul B Mahol wrote: >> Hi, >> >> First: we should pin curthread on CPU before we check on which CPU is >> curthread. >> >> Second: instead of sti & cli use critical sections when saving %fs &

Re: Problems with 8.1, PPPoE server, and Cisco client

2010-10-20 Thread Paul Thornton
gt; 14:59:44.059739 d8:d3:85:c1:5e:ed > 54:75:d0:38:ca:7a, ethertype PPPoE S > (0x8864), length 26: PPPoE [ses 0x21] LCP (0xc021), length 6: LCP, Term-Ack > (0x06), id 2, length 6 > 14:59:44.060925 54:75:d0:38:ca:7a > d8:d3:85:c1:5e:ed, ethertype PPPoE D > (0x8863), length 60: PP

ndis: patch for review

2010-10-19 Thread Paul B Mahol
Hi, First: we should pin curthread on CPU before we check on which CPU is curthread. Second: instead of sti & cli use critical sections when saving %fs register. Third: I do not know what happens if we get preempted while windows code were running, so leave critical section only _after_ executin

Problems with 8.1, PPPoE server, and Cisco client

2010-10-19 Thread Paul Thornton
routers (some direct Ethernet link, some via VDSL) and have upgraded to the latest IOS in an attempt to make this work, nothing changes. Have also tried with 7.2-RELEASE in case it was an 8.X issue - again, same problem seen. Any hints to help debug this (from either end) would be much appreciated.

Re: if_ndis: fix for panic with VIMAGE

2010-10-19 Thread Paul B Mahol
On 10/13/10, Paul B Mahol wrote: > On 10/12/10, Paul B Mahol wrote: >> On 10/11/10, Paul B Mahol wrote: >>> Hi, >>> >>> There is no single valid reason to call rt_ifmsg() in >>> ndis_linksts_done() >

Re: if_ndis: fix for panic with VIMAGE

2010-10-13 Thread Paul B Mahol
On 10/12/10, Paul B Mahol wrote: > On 10/11/10, Paul B Mahol wrote: >> Hi, >> >> There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() >> >> Patch attached. >> > Ping. Pong. ___

Re: if_ndis: fix for panic with VIMAGE

2010-10-12 Thread Paul B Mahol
On 10/11/10, Paul B Mahol wrote: > Hi, > > There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() > > Patch attached. > Ping. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

if_ndis: fix for panic with VIMAGE

2010-10-11 Thread Paul B Mahol
Hi, There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() Patch attached. diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index 2ec9d0e..a4672e0 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -1644,10 +1644,6 @@ ndis_linksts_done(a

Re: VIMAGE + NDIS

2010-10-09 Thread Paul B Mahol
On 10/9/10, Nikos Vassiliadis wrote: > Paul B Mahol wrote: >> On 9/27/10, Julian Elischer wrote: >>> anyone here have NDIS experience? >>> >>> On 9/27/10 10:51 AM, Nikos Vassiliadis wrote: >>>> Julian Elischer wrote: >>>>

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-09 Thread Paul B Mahol
On 10/9/10, Alexey Dokuchaev wrote: > On Fri, Oct 08, 2010 at 06:07:31PM +0000, Paul B Mahol wrote: >> Just to clear this up, iwi(4) can not support injection (see >> iwi_raw_xmit()) >> unless you manage to hack firmware ... > > Can you perhaps comment on

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-08 Thread Paul B Mahol
On 10/7/10, Alexey Dokuchaev wrote: > On Wed, Oct 06, 2010 at 11:56:25AM -0500, Brandon Gooch wrote: >> 2010/10/6 Alexey Dokuchaev : >> > On Fri, Dec 14, 2007 at 11:19:25PM +0100, Jan Henrik Sylvester wrote: >> >> In contrast to 6.2-RELEASE, monitor mode does not work. Kismet does >> >> not receiv

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-08 Thread Paul B Mahol
On 10/8/10, Alexey Dokuchaev wrote: > On Fri, Oct 08, 2010 at 03:20:08PM +0000, Paul B Mahol wrote: >> On 10/8/10, Alexey Dokuchaev wrote: >> > On Thu, Oct 07, 2010 at 08:43:37PM +0200, Bernhard Schmidt wrote: >> >> Try the attached patch, this is basically the code

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-08 Thread Paul B Mahol
On 10/8/10, Alexey Dokuchaev wrote: > On Thu, Oct 07, 2010 at 08:43:37PM +0200, Bernhard Schmidt wrote: >> Try the attached patch, this is basically the code from stable/6 >> ported to head and stable/7. I did only some basic tests but monitor >> mode seems to work and it is still possible to use

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-08 Thread Paul B Mahol
On 10/8/10, Alexey Dokuchaev wrote: > On Fri, Oct 08, 2010 at 11:48:57AM +0000, Paul B Mahol wrote: >> On 10/8/10, Alexey Dokuchaev wrote: >> > On Thu, Oct 07, 2010 at 12:44:20PM +, Paul B Mahol wrote: >> >> Monitor and injection work commpletly different a

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-08 Thread Paul B Mahol
On 10/8/10, Alexey Dokuchaev wrote: > On Thu, Oct 07, 2010 at 12:44:20PM +0000, Paul B Mahol wrote: >> On 10/7/10, Adrian Chadd wrote: >> > finding where the regression happened - eg, which revision along the >> > 6.x/head branch at the time caused the issue, would li

Re: Monitor mode not working for iwi(4) on 7.X

2010-10-07 Thread Paul B Mahol
On 10/7/10, Adrian Chadd wrote: > finding where the regression happened - eg, which revision along the > 6.x/head branch at the time caused the issue, would likely help > Bernard very much.. > Also, exact instructions how to reproduce problem would help. Monitor and injection work commpletly dif

Re: ndis: fix ugly code

2010-10-05 Thread Paul B Mahol
On 10/6/10, Julian Elischer wrote: > On 10/5/10 5:27 PM, Paul B Mahol wrote: >> On 10/5/10, Julian Elischer wrote: >>>On 10/5/10 1:19 PM, Paul B Mahol wrote: >>>> Hi, >>>> >>>> If clang did not complain, I would probbaly never spot it

Re: ndis: fix ugly code

2010-10-05 Thread Paul B Mahol
On 10/5/10, Julian Elischer wrote: > On 10/5/10 1:19 PM, Paul B Mahol wrote: >> Hi, >> >> If clang did not complain, I would probbaly never spot it. >> >> Patch attached. > > personally I think you could use kproc_kthread_add so that a single > NDIS

ndis: fix ugly code

2010-10-05 Thread Paul B Mahol
Hi, If clang did not complain, I would probbaly never spot it. Patch attached. diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c index ba1e49f..714fcd8 100644 --- a/sys/compat/ndis/subr_ntoskrnl.c +++ b/sys/compat/ndis/subr_ntoskrnl.c @@ -274,7 +274,6 @@ ntoskrnl_libi

ipfw tablearg support for setfib

2010-09-30 Thread Paul Joe
Hi, The attached patch supports tablearg options to setfib. With the patch, you can add rules like ipfw add 100 setfib tablearg ip from 'table(1)' to any It help in policy based routing as discussed in this thread. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=124951+0+archive/2009/freebsd-net/2

Re: Re: VIMAGE + NDIS

2010-09-28 Thread Paul B Mahol
On 9/27/10, Julian Elischer wrote: > anyone here have NDIS experience? > > On 9/27/10 10:51 AM, Nikos Vassiliadis wrote: >> Julian Elischer wrote: #10 0xc0978200 in rt_dispatch (m=0xc764ad00, sa=0x0) at /usr/src/sys/net/rtsock.c:1374 1374if (V_loif) (kgdb)

Re: Extending dummynet/ipfw

2010-09-27 Thread Paul Joe
On Mon, Sep 27, 2010 at 9:25 PM, John Nielsen wrote: > On Sep 27, 2010, at 11:20 AM, Paul Joe wrote: > > > I have attached a patch which allows to do flow classifications in > userland > > (e.g based on url categories, LDAP users) > > and do bandwidth control in ke

Extending dummynet/ipfw

2010-09-27 Thread Paul Joe
Hi, I have attached a patch which allows to do flow classifications in userland (e.g based on url categories, LDAP users) and do bandwidth control in kernel(dummynet). The patch has a) a setsocketopt, to associate a pipe to the socket. b) an ipfw option(sockarg) to redirect flows to correspondi

Support for newly-minted RFC 5961?

2010-08-26 Thread Paul Hoffman
Greetings. I was wondering if the mitigations for blind in-window attacks that are described in <http://www.rfc-editor.org/rfc/rfc5961.txt> are in a current FreeBSD, or if they are planned for one in the near future. --Paul Hoffman ___ freeb

Re: RDNSS (RFC5006) support with rtadvd/rtsold

2010-08-11 Thread Hagen Paul Pfeifer
On Wed, 11 Aug 2010 10:19:11 +0200, Bernd Walter wrote: > It seems our rtadvd is missing support for stateles DNS configuration. > There is also a NetBSD PR about this (41510), so there is likely > no code to get from them. > How difficult would it be to add RFC5006 support to at least rtadvd? No

Re: misc/148463: [arp] ARP cache can be poisoned or polluted with ease.

2010-07-09 Thread Paul Miseiko
The following reply was made to PR misc/148463; it has been noted by GNATS. From: Paul Miseiko To: "bug-follo...@freebsd.org" , "pmise...@gmail.com" Cc: Subject: Re: misc/148463: [arp] ARP cache can be poisoned or polluted with ease. Date: Fri, 9 Jul

IPv6 and Anycast

2010-06-23 Thread Paul Ammann
Hi I was wondering if someon knew if FreeBSD supports the creation of anycast addresses and groups. Thanks, Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "fr

Re: Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-14 Thread Paul B Mahol
On 5/14/10, jiani1012 wrote: > Yes, I use ndisgen(8) instead. Input the netathw.inf and athw.sys file, > appears: > segmentation fault (core dumped) > CONVERSION FAILED inf file have missing end of line at end, open file in text editor and add empty line at and, and try again. ___

Re: convert Windows NDIS drivers for use with FreeBSD

2010-05-08 Thread Paul B Mahol
On 5/7/10, jiani1012 wrote: > Hi all, > I am using xp3264-7.7.0.329-whql.zip file from Atheros. > #cd /sys/modules/ndis > #make install > #cd /sys/modules/if_ndis > #make install > #ndiscvt -i netathwx.inf -s athwx.sys -o ndis_driver_data.h > (syn

Current best version for router use

2010-04-22 Thread Paul Thornton
m anyone who is using 8.0 in a similar environment, any advice and suggestions would be gratefully received. Thanks, Paul. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail

NDISulator bug on amd64

2010-02-08 Thread Paul B Mahol
On 1/16/10, Paul B Mahol wrote: > On 1/11/10, Paul B Mahol wrote: >> On 1/11/10, Bob Johnson wrote: >>> On 1/9/10, Paul B Mahol wrote: >>>> On 12/16/09, Bob Johnson wrote: >>>>> I'm using an ExpressCard for wireless networking because there se

Re: vimage vs. ipfilter

2010-01-11 Thread G. Paul Ziemba
tualization list archives) but couldn't find it. Do you have a pointer? thanks, ~!paul -- G. Paul Ziemba FreeBSD unix: 11:06PM up 29 days, 47 mins, 26 users, load averages: 0.21, 0.20, 0.21 ___ freebsd-net@freebsd.org mailing list http://lists.fre

Re: freebsd for Sun Fire X4250

2010-01-11 Thread Paul Schmehl
to freebsd-questi...@freebsd.org Gavin ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" Paul Schmehl, If it isn't already obvio

vimage vs. ipfilter

2010-01-07 Thread G. Paul Ziemba
Can anyone comment on the usability of ipfilter with an 8.X kernel built with "options VIMAGE" ? I'm seeing a fatal kernel trap when rc. starts to configure ipfilter during the boot sequence. I'm using 8.0-RC1. many thanks! -- G. Paul Ziemba FreeBSD unix: 8:41AM up 24 d

Re: kern/142197: [ndis] [patch] ndis is missing media status reporting

2010-01-06 Thread Paul B Mahol
The following reply was made to PR kern/142197; it has been noted by GNATS. From: Paul B Mahol To: Roman Bogorodskiy Cc: bug-follo...@freebsd.org, rpa...@freebsd.org Subject: Re: kern/142197: [ndis] [patch] ndis is missing media status reporting Date: Wed, 6 Jan 2010 11:54:48 +0100

Re: ndis: missing media status reporting

2010-01-03 Thread Paul B Mahol
On 12/31/09, Paul B Mahol wrote: > Hi, > > if_ndis.c doesnt update link speed when associated. > > Patch is available here: > misc/142197: ndis is missing media status reporting > http://www.freebsd.org/cgi/query-pr.cgi?pr=142197 Anyo

ndis: missing media status reporting

2009-12-31 Thread Paul B Mahol
Hi, if_ndis.c doesnt update link speed when associated. Patch is available here: misc/142197: ndis is missing media status reporting http://www.freebsd.org/cgi/query-pr.cgi?pr=142197 -- Paul B Mahol ___ freebsd-net@freebsd.org mailing list http

Re: ap_scan values

2009-12-20 Thread Paul B Mahol
de this change, bwi works. > uath still escapes me. > > I hope someone changes the man page to let people know they need to use 2 > when > using the NDIS driver. I dont use ap_scan at all and it works for me. Using ap_scan=2 is just workaround for buggy/broken scan results. --

Re: 8.0R, AMD64 and wpi is giving me major grief

2009-12-20 Thread Paul B Mahol
rnel: info: [drm] AGP at 0xe000 256MB >> Dec 14 07:17:56 grimsqueaker kernel: info: [drm] Initialized i915 1.6.0 >> 20080730 >> Dec 14 07:17:57 grimsqueaker kernel: drm0: [ITHREAD] >> Dec 14 07:18:24 grimsqueaker kernel: pid 1424 (xfce4-panel), uid 1001: >> exited o

Re: kern/141376: [ndis] [patch] broken scan by passing ies and ies_len pointer to net80211

2009-12-12 Thread Paul B Mahol
> freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" > -- Paul B Mahol ___ freebsd-net@freebsd.org mailing list http://

patch: ndisusb: show device description on attach

2009-12-12 Thread Paul B Mahol
->driver_ivar; sc = (struct ndis_softc *)dummy; sc->ndis_dev = self; -- Paul B Mahol ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-n

Re: ndis: broken scan

2009-12-11 Thread Paul B Mahol
On 12/7/09, Paul B Mahol wrote: > Patch attached to fix scan results. > Bug is obvious if you use -v flag: > ifconfig -v wlan0 list scan > > It is interesting, that it never got noticed. I got hit with this one > when working on WPA instead of WPA2(RSN). In that case wpa_suppli

ndis: broken scan

2009-12-07 Thread Paul B Mahol
Patch attached to fix scan results. Bug is obvious if you use -v flag: ifconfig -v wlan0 list scan It is interesting, that it never got noticed. I got hit with this one when working on WPA instead of WPA2(RSN). In that case wpa_supplicant would never pick AP because it doesnt see WPA, it could see

Re: wlan adhoc mode crash

2009-12-01 Thread Paul B Mahol
On 12/1/09, John Hay wrote: > Hi, > > I'm not sure if this is the best list. > > I'm trying to get our Avila (arm) boards with atheros wireless cards > upgraded from 7.2 to 8.0. We use adhoc mode and I get a panic in > ieee80211_getcapinfo() because the chan pointer is 0x which seems > to mean

Re: if_ndis patch

2009-11-01 Thread Paul B Mahol
On 10/31/09, Coleman Kane wrote: > Paul, > > Did you get to send this to sam@, etc ? Negative, now let @net know about it too. > On Fri, 2009-10-30 at 16:52 +0100, Paul B Mahol wrote: >> Hi, >> >> There is no point to do scanning how it is currentl

Re: PCI card for wlan AP

2009-10-07 Thread Paul B Mahol
On 10/7/09, Boris Kochergin wrote: > Rui Paulo wrote: >> On 7 Oct 2009, at 20:04, Boris Kochergin wrote: >>> >>> The heavily-used ones exhibit the problem described at: >>> >>> http://lists.freebsd.org/pipermail/freebsd-net/2009-September/022894.html >>> >>> >>> >>> ...but that's a driver, not a h

Re: WLAN performance Windows/XP ./. FreeBSD 8-CURRENT

2009-09-28 Thread Paul B. Mahol
tel 3945ABGAtheros 5424/2424 > Ping 6ms 116ms > downstream 9.05Mbit/s 6.58Mbit/s > upstream 6.58Mbit/s 4.55Mbit/s > > measured with http://www.speedtest.net/ against the same remote server > at the same

Re: kern/138739: [wpi] wpi(4) does not work very well under 8.0-BETA4

2009-09-15 Thread Paul Dokas
atal errors on re-associations in wpi(4)." I'm willing to provide more data and test any possible fixes for 7.2, but I'm lacking the time and experience necessary to track this one down myself. Paul -- Paul Do

Re: kern/138292: [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202

2009-08-31 Thread Paul A. Procacci
The following reply was made to PR kern/138292; it has been noted by GNATS. From: "Paul A. Procacci" To: , Cc: Subject: Re: kern/138292: [zyd] [usb8] "zyd0: device timeout" with ZyXEL G-202 Date: Tue, 1 Sep 2009 00:02:58 -0500 I've got the same problem here for what

Re: kern/122780: [lagg] tcpdump on lagg interface during high pps wedges netcode

2009-08-30 Thread Paul
The following reply was made to PR kern/122780; it has been noted by GNATS. From: Paul To: Ed Maste Cc: bug-follo...@freebsd.org Subject: Re: kern/122780: [lagg] tcpdump on lagg interface during high pps wedges netcode Date: Sun, 30 Aug 2009 23:33:59 -0400 Yes next time I reboot one of the

Re: How to port/build TCP/IP Stack.

2009-08-08 Thread G. Paul Ziemba
stem that already has an ethernet (or whatever lower layer you need) driver in a few weeks. You'll need to grab appropriate files from /usr/src/sys/netinet as well as the socket and mbuf related files from /usr/src/sys/kern and then connect it to the network driver for your physical interfac

Bridging wlan to gif?

2009-07-22 Thread Paul Schenkeveld
X and receive a DHCP address from a DHCP server (not shown) on LAN X - On the access point wlan0 and gif0 are bridged together - On the gateway fxp1 and gif0 are bridged together - Gif0 on the access point and gif0 on the gateway communicate correctly when given IP addresses Regards,

Re: ndis lor: hal preemption lock

2009-07-19 Thread Paul B. Mahol
On 7/15/09, Paul B. Mahol wrote: > On 7/4/09, Paul B. Mahol wrote: >> On 6/18/09, Coleman Kane wrote: >>> I've committed this one as r194432. >> >> Ah, that one introduced regression. >> Switching ndisX up before creating vap will cause panic. &

Re: ndis lor: hal preemption lock

2009-07-15 Thread Paul B. Mahol
On 7/4/09, Paul B. Mahol wrote: > On 6/18/09, Coleman Kane wrote: >> I've committed this one as r194432. > > Ah, that one introduced regression. > Switching ndisX up before creating vap will cause panic. > Here is fix: > > --- /sys/dev/if_ndis/if_ndis.c 200

Re: system panic when i use ath without swap,some advice?

2009-07-10 Thread Paul B. Mahol
e please. > thanks > > Micheal Kevin > ___ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" > Provide bac

Re: ndis and USB wirelless ethernet

2009-06-27 Thread Paul B. Mahol
less Ethernet autoselect mode 11b > status: associated > lab# ifconfig wlan0 > wlan0: flags=8843 metric 0 mtu 1500 > ether 00:1b:2f:be:78:aa > media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) > status: no carrier > ssid blah channe

Re: hostapd with 802.1X EAP-TLS/TTLS support

2009-06-18 Thread Paul B. Mahol
ivate_key' > Line 19: unknown configuration item 'private_key_passwd' > > Does the stock FreeBSD's hostapd(8) support 802.1X EAP-TLS/TTLS at all > and if "not" why ? 802.1X EAP-TLS/TTLS is not enabled by default on FreeBSD's hostapd(8). -- Paul

Re: Unable to clone wlan device

2009-06-09 Thread Paul B. Mahol
rk. That is not important. You don't need to clone device to use TKIP. If device or device driver doesn't support encryption in hardware, software encryption will do the work via wlan_tkip(4). There is only one exception to this and that are ndis(4) driver

Re: Unable to clone wlan device

2009-06-09 Thread Paul B. Mahol
On 6/9/09, Vladimir Terziev wrote: > Thanks Paul, > > i have tried the same with ral(4) device and got a similar result. > > What about ral(4), does it support virtual interfaces ? No it doesn't. The only chips capable of multi bssid I'm aware of are atheros ones and

Re: Unable to clone wlan device

2009-06-09 Thread Paul B. Mahol
wlan cloning is only available on 8.0, and iwi supports only one virtual interface at any time. -- Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebs

Re: Problem/freezes with if_bwi and firmware

2009-05-30 Thread Paul B. Mahol
gt;the machine freezes. If i try to kldunload the module while in use > (if there's a wlan device created) the machine freezes too. It can be > unloaded only if there is not any wlan associated to the bwi device. Is this mini-pci card? (pciconf -lv) -- Paul

Re: kernel crashes with ndis & -CURRENT

2009-05-26 Thread Paul B. Mahol
se let me know if this is a better question for freebsd-current. > Here's the backtrace: Please update your kernel after r192765, this issue have been already fixed on CURRENT. -- Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebs

Re: Signal sensitivity problem with if_rum

2009-05-03 Thread Paul B. Mahol
ble and I don't know how to disable it (the post I sent a > few days ago about this is wrong or doesn't apply). I dont belive that things are so much simple that changing only one bbp all the time will fix signal sensitivity. -- Paul ___ freebsd

Re: kern/125181: [ndis] [patch] with wep enters kdb.enter.unknown, panics

2009-05-02 Thread Paul B. Mahol
tter reports my patch fixes things for him > > http://www.freebsd.org/cgi/query-pr.cgi?pr=125181 > As of recent CURRENT(r191746), this issue have been fixed. -- Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: Signal sensitivity problem with if_rum

2009-05-02 Thread Paul B. Mahol
nt in new kernels. I think that problem originated for linux from now obsolete drivers. On what linux version and what drivers version do you experience similar problems with signal sensitivity like with rum? -- Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: Signal sensitivity problem with if_rum

2009-05-01 Thread Paul B. Mahol
e any change (in terms of signal > quality, which remains the same). > > Any idea if is there anything to change/tune ? There is not just bbp17 to tune there are probably others much more important registers. But as I already mentioned that code is completly missing. -- Paul __

Re: Signal sensitivity problem with if_rum

2009-05-01 Thread Paul B. Mahol
st. Tried with sysctl -a > | grep rum or grep wlan0, but no MiB related to sensitivity appeared. > > Is there anything I can try ? How can I force bbp 17 to get 0 value ? > Tried with rum_def_bbp in if_rum.c, changing 17 to 0. No luck. There is several pl

Re: NDIS - True OR False

2009-03-25 Thread Paul B. Mahol
/en.wikipedia.org/wiki/NDIS -- Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/132889: [ndis] [panic] NDIS kernel crash on load BCM4321 AGN driver

2009-03-23 Thread Paul B. Mahol
lman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" > Cause of this panic may already been fixed in http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/118439 But it still unknown why attach failed, so OP could provide

Re: kern/132342: commit references a PR

2009-03-23 Thread Paul B. Mahol
capability only if driver reports it is capable > > PR:kern/132342 >Submitted by: "Paul B. Mahol" > > Modified: >head/sys/dev/if_ndis/if_ndis.c > > Modified: head/sys/dev/if_ndis/if_ndis.c > =

Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device'

2009-03-05 Thread Paul B. Mahol
On 3/5/09, Erwin Hoffmann wrote: > Hi > > thanks for following my bug-report: > > --On Donnerstag, 5. Maerz 2009 01:43 + lini...@freebsd.org wrote: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=130820 > > From: "Paul B. Mahol" > To: lini..

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-19 Thread Paul B. Mahol
On 2/19/09, Adam K Kirchhoff wrote: > On Thu, 19 Feb 2009 05:50:35 -0500 > Adam K Kirchhoff wrote: > >> On Wed, 18 Feb 2009 19:48:10 -0500 >> Adam K Kirchhoff wrote: >> >> > On Thu, 19 Feb 2009 01:10:08 +0100 >> > "Paul B. Mahol"

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-18 Thread Paul B. Mahol
, &config, &len); printf should be bellow ndis_get_info() and above ndis_set_info(). Does same problem happens when not using WPA eg. wpa_supplicant? -- Paul ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-18 Thread Paul B. Mahol
On 2/18/09, Adam K Kirchhoff wrote: > On Wed, 18 Feb 2009 16:33:56 +0100 > "Paul B. Mahol" wrote: > >> On 2/18/09, Adam K Kirchhoff wrote: >> > On Wed, 18 Feb 2009 12:06:21 +0100 >> > "Paul B. Mahol" wrote: >> > >> >> O

Re: ipfw problems using divert and fwd at the same time with 6.3-release

2009-02-18 Thread Paul Thornton
wd 127.0.0.1,8000 tcp from 10.81.0.0/16 to any dst-port 80 32000 499 230890 allow ip from any to any Paul. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-18 Thread Paul B. Mahol
On 2/18/09, Adam K Kirchhoff wrote: > On Wed, 18 Feb 2009 12:06:21 +0100 > "Paul B. Mahol" wrote: > >> On 2/17/09, Adam K Kirchhoff wrote: >> > On Tuesday 17 February 2009 17:14:07 Paul B. Mahol wrote: >> >> On 2/17/09, Adam K Kirchhoff wro

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-18 Thread Paul B. Mahol
On 2/17/09, Adam K Kirchhoff wrote: > On Tuesday 17 February 2009 17:14:07 Paul B. Mahol wrote: >> On 2/17/09, Adam K Kirchhoff wrote: >> > On Tue, 17 Feb 2009 19:22:22 +0100 >> > >> > "Paul B. Mahol" wrote: >> >> http://www.freebsd.org/

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-17 Thread Paul B. Mahol
On 2/17/09, Adam K Kirchhoff wrote: > On Tue, 17 Feb 2009 19:22:22 +0100 > "Paul B. Mahol" wrote: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=131781 >> >> This one should not happen, 108 rate should get recognized. >> I will try to reproduce it on C

Re: kern/131781: [ndis] ndis keeps dropping the link

2009-02-17 Thread Paul B. Mahol
http://www.freebsd.org/cgi/query-pr.cgi?pr=131781 This one should not happen, 108 rate should get recognized. I will try to reproduce it on CURRENT. To OP, could you try 7 STABLE after 31 Jan? I guess it should not change anything but you never know. -- Paul

ipfw problems using divert and fwd at the same time with 6.3-release

2009-02-16 Thread Paul Thornton
various things (like extra permits of the "special" traffic before the fwd line) but it makes no difference - the fwd still wins over everything. Many thanks, Paul. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device'

2009-02-05 Thread Paul B. Mahol
On 2/5/09, Erwin Hoffmann wrote: > Hi Paul, > > > --On 5. Februar 2009 18:56:06 +0100 "Paul B. Mahol" > wrote: > >> On 2/5/09, Erwin Hoffmann wrote: >>> Hi, >>> >>> I just saw Paul Mahol's comment: >>> &

Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device'

2009-02-05 Thread Paul B. Mahol
On 2/5/09, Erwin Hoffmann wrote: > Hi, > > I just saw Paul Mahol's comment: > >>Yet another invalid bug report. >>OP should use -Dndis and not -Dbsd >> >>-- >>Paul > > Well. If things would be sooo easy. > Trying to declare "-D ndi

Re: kern/130820: [ndis] wpa_supplicant(8) returns 'no space on device'

2009-01-21 Thread Paul B. Mahol
sd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" > Yet another invalid bug report. OP should use -Dndis and not -Dbsd -- Paul ___ freebsd-net@freebsd.org mailing list http://l

Re: VLAN interface management - unloading carrying driver hangs the machine

2009-01-21 Thread Paul B. Mahol
t; > >> > > >> > > In many drivers, ahem, like mine, there is a test at detach and it >> > > will not allow it if there is a non-NULL trunk. >> > > >> > > Sounds like a broken driver needs to be fixed is all... >> > > >> &g

Re: pppoed problem with reconnections

2009-01-18 Thread Paul Thornton
aking any PPPoE connections come up when using mpd; I suspect that this is me not fully understanding what I'm doing - and although I've done quite a bit of looking, I can't find any good example configurations for a PPPoE server using mpd (I'm sure they exist!). Do you have any

Re: pppoed problem with reconnections

2009-01-18 Thread Paul Thornton
Hi Luiz, Luiz Otavio O Souza wrote: Change the enable lqr to: enable lqr echo set echoperiod 5 The ppp will check the remote peer at echoperiod and after five consecutive fails the ppp link will be closed. That does exactly what I want, thank you. Paul

pppoed problem with reconnections

2009-01-17 Thread Paul Thornton
to kill the old ppp process before trying to launch the new one, so the IP address is released? I guess I'm asking the reverse of the age old "how do I deny multiple logins" question - how do I allow it, but have the new one boot the

Re: kern/91859: [ndis] if_ndis does not work with Asus WL-138

2009-01-14 Thread Paul B. Mahol
If I'm not mistaken this report is bogus. Correct way to make ndis miniport module is via ndisgen which is shell script for ndiscvt. Report is bogus because OP did not kldload module which have been created with ndiscvt: kldload ndis kldload if_ndis kldload ./created_module_sys.ko --

Re: [Fwd: em0 disappeared]

2008-12-17 Thread Paul Saab
On Wed, Dec 17, 2008 at 1:07 PM, Luigi Rizzo wrote: > On Wed, Dec 17, 2008 at 12:59:17PM -0800, Paul Saab wrote: > > are you looking for if_em or em? > > also, wasn't the em driver renamed to ixgb or something like that ? > No... Maybe you need igb

Re: [Fwd: em0 disappeared]

2008-12-17 Thread Paul Saab
are you looking for if_em or em? On Wed, Dec 17, 2008 at 12:56 PM, Uwe Grohnwaldt wrote: > with latest src, there were no messages about if_em in dmesg. miwi built > src from 2008-07-27 - there the device was active. > > Paul Saab wrote: > >> does dmesg show the dev

Re: [Fwd: em0 disappeared]

2008-12-17 Thread Paul Saab
does dmesg show the device failing to attach? On Wed, Dec 17, 2008 at 11:37 AM, Uwe Grohnwaldt wrote: > hi, > > i've forgotten the cc, sry. > > chers, > uwe > > howdy, > > miwi and me tried to update a freebsd-current server to the todays src. > after the update my em0-device disappeared. inform

Re: crash in dummynet

2008-12-12 Thread Paul B. Mahol
: trap number= 12 > Dec 12 08:27:58 chip kernel: panic: page fault > Dec 12 08:27:58 chip kernel: cpuid = 1 > Dec 12 08:27:58 chip kernel: Uptime: 16h42m29s > Dec 12 08:27:58 chip kernel: Physical memory: 3572 MB > Dec 12 08:27:58 chip kernel: Dumping 227 MB: ba

Re: driver support for Belkin F5D7050 v 5xxx ?

2008-11-16 Thread Paul B. Mahol
On 11/16/08, Kayven Riese <[EMAIL PROTECTED]> wrote: > I just purchased a wireless connection device that connects to my ASUS > M6800N laptop dual > booting Vista and > > KV_BSD# uname -a > FreeBSD KV_BSD 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC > 2008 [EMAIL PROTECTED]:/usr/

Re: Backporting iwn(4): WPA auth hangs... Help!

2008-09-21 Thread Paul B. Mahol
On 9/21/08, Gavin Atkinson <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm attempting to backport the iwn(4) driver for the Intel 4965 driver > from -HEAD to RELENG_7 and am getting stuck with it at one particular > point: WPA authentication times out. > > I've so far tried to both take the -HEAD dr

Re: kern/125181: [ndis] [patch] with wep enters kdb.enter.unknown, panics

2008-09-01 Thread Paul B. Mahol
The following reply was made to PR kern/125181; it has been noted by GNATS. From: "Paul B. Mahol" <[EMAIL PROTECTED]> To: "Andrew Thompson" <[EMAIL PROTECTED]> Cc: "Coleman Kane" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: kern/125181:

<    1   2   3   4   5   >