Re: kern/182665: [wlan] Kernel panic when creating second wlandev.

2013-10-11 Thread Peter Ankerstål
Hi! Here is a new crash. I have wlan0 set up with ath0 as wlandev and then when I run: # ifconfig wlan1 create wlanmode hostap wlandev ath1 the machine crashes with this message: Oct 11 09:25:00 gw syslogd: kernel boot file is /boot/kernel/kernel Oct 11 09:25:00 gw kernel: Oct 11 09:25:00 gw

Re: kern/182665: [wlan] Kernel panic when creating second wlandev.

2013-10-11 Thread Adrian Chadd
what's wlan0 setup as? -a On 11 October 2013 00:28, Peter Ankerstål wrote: > Hi! > > Here is a new crash. > > I have wlan0 set up with ath0 as wlandev and then when I run: > > # ifconfig wlan1 create wlanmode hostap wlandev ath1 > > > the machine crashes with this message: > > Oct 11 09:25:0

Re: igb driver does not support altq

2013-10-11 Thread Karim Fodil-Lemelin
On 10/10/2013 5:56 AM, h bagade wrote: Hi all, I have problem with running altq on igb cards. When trying to run altq on these cards, it outputs an error, driver does not support altq. I have FreeBSD 8.3-stable and tried to fix the problem, after searching in forums, by applying changes made to

Re: kern/182665: [wlan] Kernel panic when creating second wlandev.

2013-10-11 Thread Peter Ankerstål
Its a hostap. (What im trying to do is to set up a legacy 2.4GHz network on the other interface) > On 11 okt 2013, at 17:20, Adrian Chadd wrote: > > what's wlan0 setup as? > > > > -a > > >> On 11 October 2013 00:28, Peter Ankerstål wrote: >> Hi! >> >> Here is a new crash. >> >> I have

Re: Intel 82580 lagg(4) problem

2013-10-11 Thread mybsd
Set net.link.lagg.0.use_flowid=0 not solve the problem. My system is freebsd 8.4, use the e1000 driver from freebsd 8.3 solves this problem . Should confirm that the problem is driver I have already submitted the BUG. http://www.freebsd.org/cgi/query-pr.cgi?pr=182917 __

Re: igb driver does not support altq

2013-10-11 Thread h bagade
On Fri, Oct 11, 2013 at 6:53 PM, Karim Fodil-Lemelin < fodillemlinka...@gmail.com> wrote: > On 10/10/2013 5:56 AM, h bagade wrote: > >> Hi all, >> >> I have problem with running altq on igb cards. When trying to run altq on >> these cards, it outputs an error, driver does not support altq. >> >> I