Re: 9.2-STABLE r255918 with GENERIC and iwn - core dump

2013-10-24 Thread J.R. Oldroyd
On Wed, 23 Oct 2013 13:12:05 -0700 Adrian Chadd wrote: > > On 23 October 2013 13:10, claudiu vasadi wrote: > > > Hi, > > > > Still getting the "Cannot reset interface wlan0 - exit status 1" in > > wifimgr but no crash yet. Will keep trying :D > > > > I have no idea about that. It's likely there

Re: forwarding didn't work if wlan0 is member of a bridge

2016-01-12 Thread J.R. Oldroyd
On Mon, 11 Jan 2016 23:52:47 +0100 Olivier Cochard-Labbé wrote: > > After weeks of troubleshooting, at last I found how to reproduce this > problem ;-) > > Here is the setup: > > LAN0 <--> [(re0) fbsd router (bridge0 addm re1 addm wlan0)] <--> Wireless > LAN > > If interface re1 (bridge0 membe

Toshiba L675D wifi rfkill acpi support

2016-01-30 Thread J.R. Oldroyd
I have just upgraded the wifi mini-PCIe adapters in some older model Toshiba laptops, specifically L305D and L675D models, to AR9280 adapters. This in order to be able to use the 5 GHz band. On the L305D, everything is working well. But on the L675D, the AR9280 radio remains off. Switching the

Re: Toshiba L675D wifi rfkill acpi support

2016-01-31 Thread J.R. Oldroyd
On Sun, 31 Jan 2016 09:58:05 +0100 Lars Engels wrote: > > You could try to "patch" PIN 20 on the card as described here: > > http://www.allthingstechie.net/2014/10/bypass-laptop-wireless-hardware-radio.html > > Then the H/W switch is always turned on. News of this pin-20 patch of which you spe

Regression: ethernet + wireless/ath under lagg

2016-10-12 Thread J.R. Oldroyd
Since something like 9.0-release, I have used the following to config an re and an ath interface together in a lagg. The intent is to have both ethernet and wireless interfaces share the lagg and be seamlessly pluggable between the two networks. It was necessary to set the ath's MAC address to b

Re: Regression: ethernet + wireless/ath under lagg

2016-10-12 Thread J.R. Oldroyd
On Wed, 12 Oct 2016 09:08:20 -0700 Adrian Chadd wrote: > > hiya, > > there should be a way to create a vap with a specific mac address upon > creation time. Sorry, doing lagg+wlan is not something we've been > collectively using. :( > > Thanks, > > > -adrian > > PR#213207 appears to be disc

Boot freeze 11.0p3 during network initialization

2016-12-08 Thread J.R. Oldroyd
I have observed a 11.0p3 freezing during the boot process several times now. It gets as far as running the netif script, displaying the interfaces and then goes on to devd and dhclient at which point it stops dead. No keyboard response. It requires long-press of power to shut it down and restart

Re: Boot freeze 11.0p3 during network initialization

2016-12-08 Thread J.R. Oldroyd
On Thu, 08 Dec 2016 21:29:32 +0200 "Andriy Voskoboinyk" wrote: > > Thu, 08 Dec 2016 16:57:19 +0200 було написано J.R. Oldroyd : > > Is there any additional output with > wlandebug_wlan0="scan+state+auth+assoc" > in /etc/rc.conf ? > I have put that in

Re: Boot freeze 11.0p3 during network initialization

2016-12-20 Thread J.R. Oldroyd
On Thu, 8 Dec 2016 17:19:26 -0500 "J.R. Oldroyd" wrote: > > On Thu, 08 Dec 2016 21:29:32 +0200 "Andriy Voskoboinyk" > wrote: > > > > Thu, 08 Dec 2016 16:57:19 +0200 було написано J.R. Oldroyd : > > > > Is there any additional output with &g

Re: Boot freeze 11.0p3 during network initialization

2016-12-23 Thread J.R. Oldroyd
On Fri, 23 Dec 2016 10:17:34 -0800 Adrian Chadd wrote: > > On 20 December 2016 at 08:18, J.R. Oldroyd wrote: > > On Thu, 8 Dec 2016 17:19:26 -0500 "J.R. Oldroyd" wrote: > >> > >> On Thu, 08 Dec 2016 21:29:32 +0200 "Andriy Voskoboinyk" >

Re: Boot freeze 11.0p3 during network initialization

2017-01-26 Thread J.R. Oldroyd
reak; + case SIOCSIFCAP: if (lp->lp_ioctl == NULL) { error = EINVAL; On Wed, 28 Dec 2016 00:24:09 -0800 Adrian Chadd wrote: > > hi, > > yes, the LOR is why the boot hang occurs :( > > > > -a > > > On 27 December 20

Re: Boot freeze 11.0p3 during network initialization

2017-02-02 Thread J.R. Oldroyd
I have filed a PR with this patch so that it doesn't get overlooked. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216731 -jr On Thu, 26 Jan 2017 10:20:17 -0500 "J.R. Oldroyd" wrote: > > Sorry for the time gap, I had to deal with family matters. > >