On Thu, Nov 10, 2022 at 12:51:48PM +0100, Scheffenegger, Richard wrote:
> As mentioned previously, the nat module of ip_fw steals one bit in the
> TCP header, which used to be unallocated, for internal purposes.
>
> That prevents the use of TCP AccECN across fbsd operated NAT devices.
>
> This si
On Wed, Sep 12, 2012 at 06:29:12PM -0700, Yuri wrote:
> I have the ndis based driver preloaded during boot. It creates ndis0
> interface.
> /etc/rc.conf has the following lines:
> wlans_ndis0="wlan0"
> ifconfig_wlan0="WPA DHCP"
>
> However, wlan0 device isn't being created during system boot or d
On Wed, Sep 12, 2012 at 07:58:20PM -0700, Yuri wrote:
> > I'm surprised you can have ndis(4) load during boot. Recent machines I
> > tried to do that have panic'd during boot.
>
> I have these lines in /boot/loader.conf and if_ndis and ndis(4) based
> driver load fine:
I understand that.
> Wha
On Thu, Sep 13, 2012 at 08:34:40AM -0700, Yuri wrote:
> On 09/12/2012 20:01, Glen Barber wrote:
> > It would be helpful if you would at least try my cron(8) suggestion.
>
> So I tried adding the lines into crontab:
> @reboot root/sbin/kldload /boot/kernel/if_ndis.ko >/de
On Fri, Sep 14, 2012 at 10:47:38AM -0700, Yuri wrote:
> On 09/14/2012 00:09, Yuri wrote:
> >
> > It was some mismatch between kernel/userland/ndis driver. After I
> > fixed the mismatch, wifi still doesn't get initialized during boot and
> > 'netif start' ran by hand also doesn't start it.
>
> N
On Fri, Dec 14, 2012 at 02:46:33PM -0800, Chris H wrote:
> OK. So it is possible with BSD. Let's try to make it permanent!
> adding any of the following attempts failed miserably:
> ifconfig_ue0="ether ##:##:##:##:##:## DHCP"
>
> ifconfig_ue0="DHCP"
> ifconfig_ue0_alias0="ether ##:##:##:##:##:##"
On Fri, Dec 14, 2012 at 11:26:06PM -0800, Chris H wrote:
> ifconfig_ue0="DHCP"
> create_args_ue0="ether ##:##:##:##:##:##"
> create_args is simply ignored.
>
Ignored how? What commands are you running to verify it works?
For me, create_args_IFNAME works fine on my firewall.
> I don't get it. I'
On Sat, Dec 15, 2012 at 10:11:41AM -0800, Chris H wrote:
> Hello Glen, and thank you for your reply.
> > On Fri, Dec 14, 2012 at 11:26:06PM -0800, Chris H wrote:
> >> ifconfig_ue0="DHCP"
> >> create_args_ue0="ether ##:##:##:##:##:##"
> >> create_args is simply ignored.
> >>
> >
> > Ignored how? Wh
0-RELEASE out,
but I am only speculating.
If you search the list archives, you can find the recent conversations.
Cheers,
--
Glen Barber
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe
kets, and
> setting socket_unixiproute_only=0. I get the error message:
>
> PING 192.168.0.16 (192.168.0.16): 56 data bytes
> ping: sendto: No route to host
>
Do you have your nameserver in /etc/resolv.conf ?
--
Glen Barber
___
freebsd
patches tested for 8-STABLE for the 5100 AGN, I am more
than happy to test.
--
Glen Barber
___
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"
(attached)? The
kernel config has no other changes compared to GENERIC than enabling
KDB and DDB.
Thanks and regards,
--
Glen Barber
===> iwn (all)
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DH
AVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/PEGASUS/
On Sun, Oct 18, 2009 at 9:14 PM, Glen Barber wrote:
> Howdy!
>
>
> Any thoughts on the errors I get with buildkernel (attached)? The
> kernel config has no other changes compared to GENERIC than enabling
> KDB and DDB.
>
> Thanks and regards,
>
This is 8-STABLE, r1
--
pegasus % less wpa.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=1
## Home
network={
ssid=""
key_mgmt=WPA-PSK
psk=""
priority=42
}
## B&N
network={
ssid=""
key_mgmt=NONE
priori
g 18: qid=18 cur=0 queued=0
tx ring 19: qid=19 cur=0 queued=0
rx ring: cur=59
iwn0: iwn_apm_stop_master: timeout waiting for master
If there is more information I can provide, please let me know.
--
Glen Barber
___
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"
surrounding networks) my system tries to
authenticate against any available network, but then finally reads
wpa_supplicant.conf, and uses my network.
As I said, sorry to bump an old thread, but hopefully this will help
someone else, regardless of how crude of a hack it is.
Regards,
--
Glen B
ly (or script) the SSID name to the file, associated my MAC
address of the access point, I can set this up via rc.local, and not
need to load the dbsd-tools applet, which I cannot use anyway because
of WPA at home.
Thanks in advance.
--
Glen Barber
___
f
The following reply was made to PR kern/129580; it has been noted by GNATS.
From: "Glen Barber"
To: bug-follo...@freebsd.org, glen.j.bar...@gmail.com
Cc:
Subject: Re: kern/129580: [ndis] Netgear WG311v3 (ndis) causes kenel trap at
boot.
Date: Fri, 12 Dec 2008 00:04:10 -0500
As it
Weongyo Jeong said:
> On Fri, Dec 12, 2008 at 05:40:03AM +0000, Glen Barber wrote:
> > The following reply was made to PR kern/129580; it has been noted by GNATS.
> >
> > From: "Glen Barber"
> > To: bug-follo...@freebsd.org, glen.j.bar...@gmail.com
> >
p (Inspiron b120) and ndisgen.
Besides no LED light when the card is active, it works (but is a pain
sometimes). Also, it supports WPA/WEP. My suggestion is a USB
adapter (preferably Atheros).
Regards.
--
Glen Barber
"If you have any trouble sounding condescending, find a Unix user to
s
The following reply was made to PR kern/129580; it has been noted by GNATS.
From: Glen Barber
To: bug-follo...@freebsd.org
Cc:
Subject: Re: misc/129580: Netgear WG311v3 (ndis) causes kenel trap at boot.
Date: Fri, 10 Apr 2009 16:04:33 -0400
Since malo(4) is available, I believe this PR can
ne+0xe
> - --- trap 0, rip = 0, rsp = 0xff842d30, rbp = 0 ---
>
I didn't see that particular LOR listed with the others:
http://sources.zabbadoz.net/freebsd/lor.html
Regards,
--
Glen Barber
___
freebsd-net@freebsd.org mailing lis
agn to donate if someone want to work on a driver
>
Hi,
I don't have a spare card to donate unfortunately, but I'm willing
(and hopefully able) to test patches on 8-STABLE.
--
Glen Barber
___
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"
On Fri, Jul 25, 2014 at 03:05:00PM -0700, Sridhar Iyer wrote:
> I didn't find the api examples
> http://www.freebsd.org/cgi/man.cgi?query=lagg&sektion=4&apropos=0&manpath=FreeBSD+9.2-RELEASE+and+Ports
> This only shows the usage via cli.
>
See the rc.conf(5) manual.
Glen
pgpbozXGWKYNv.pgp
Des
On Tue, Aug 18, 2015 at 11:18:33AM -0700, hiren panchasara wrote:
> On 08/18/15 at 11:03P, Adrian Chadd wrote:
> > you're welcome.
> >
> > Someone should really add a release errata to 10.1 or something.
>
> Yes, I strongly feel the same. Adding gjb@ here to see how that can be
> done.
>
Please
, I am faced with the same problems as if I had installed
6.3-RELEASE from cd.
I would really like to figure out what is causing this (both for myself, and
the other affected ndis0 victims), but I'm not sure where to look --
dhclient, wpa_supplicant or ndis itself. Any other information
o do with it.
>
Hi Ted. Thanks for the reply.
Unfortunately, until I either get time to resize my hard disk and add a
separate freebsd installation, or I figure out how to undo a
buildworld, looks like I'm stuck. It's my school laptop, so I kind of
need to get work done. ;) (I
On Mon, Jun 25, 2018 at 07:31:53AM -0700, Rodney W. Grimes wrote:
> > On 24/06/2018 22:29, Rodney W. Grimes wrote:
> > >> On 24/06/2018 17:16, Rodney W. Grimes wrote:
> > Hi All,
> >
> > This list states that 10-Stable supports Killer E2500 Gigabit Ethernet
> > controller:
> > >
On Mon, Jun 25, 2018 at 08:59:08PM +, Grzegorz Junka wrote:
> On 25/06/2018 15:00, Glen Barber wrote:
> > On Mon, Jun 25, 2018 at 07:31:53AM -0700, Rodney W. Grimes wrote:
> > > > On 24/06/2018 22:29, Rodney W. Grimes wrote:
> > > > > > On 2
Thank you for the heads-up.
Glen
On Thu, Jun 02, 2016 at 07:34:33AM +0200, Matthias Andree wrote:
> Dear release engineers,
>
> there may be a showstopper for OpenVPN on FreeBSD 11 due to routing
> changes, and some analysis has already happened.
>
> Comment #1 in the bug suggests it may be a n
On Wed, Aug 24, 2016 at 11:55:13AM -0700, Kevin Oberman wrote:
> Not working right. I do see 802.11 messages but nothing from iwn.
> Rebuilt with:
> optionsIEEE80211_DEBUG
> optionsIWN_DEBUG
>
> [...]
>
> Any idea what is going on?
Your original email mentions 11.0-BETA4. Are yo
On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote:
>
> On Wed, Aug 24, 2016 at 12:03 PM, Glen Barber wrote:
>
> > On Wed, Aug 24, 2016 at 11:55:13AM -0700, Kevin Oberman wrote:
> > > Not working right. I do see 802.11 messages but nothing from iwn.
> >
On Wed, Aug 24, 2016 at 01:11:21PM -0700, Kevin Oberman wrote:
> On Aug 24, 2016 12:46 PM, "Glen Barber" wrote:
>
> > On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote:
> > >
> > > On Wed, Aug 24, 2016 at 12:03 PM, Glen Barber wrote:
> >
On Wed, Aug 24, 2016 at 08:19:21PM +, Glen Barber wrote:
> On Wed, Aug 24, 2016 at 01:11:21PM -0700, Kevin Oberman wrote:
> > On Aug 24, 2016 12:46 PM, "Glen Barber" wrote:
> >
> > > On Wed, Aug 24, 2016 at 12:20:57PM -0700, Kevin Oberman wrote:
> > &g
On Wed, Aug 24, 2016 at 01:51:47PM -0700, Adrian Chadd wrote:
> On 24 August 2016 at 13:23, Glen Barber wrote:
> > On Wed, Aug 24, 2016 at 08:19:21PM +0000, Glen Barber wrote:
> >> On Wed, Aug 24, 2016 at 01:11:21PM -0700, Kevin Oberman wrote:
> >> > On Aug 24, 2016
On Wed, Aug 24, 2016 at 03:21:12PM -0500, Kyle Evans wrote:
> On Wed, Aug 24, 2016 at 2:45 PM, Glen Barber wrote:
> > Dumb question, but with reason.
> >
> > Does ifconfig(8) actually show wlan0 'UP'?
> >
> > I'm asking this because I'
36 matches
Mail list logo