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: 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: 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-10 Thread Adrian Chadd
what's the backtrace from the kernel crash? That's a bit odd.. :-) -adiran On 10 October 2013 11:38, Peter Ankerstål wrote: > Sorry, had to rebuild kernel with debug symbols. > > Heres the output: > > (kgdb) list *0xc0800110 > 0xc0800110 is in jenkins_hash32 (/usr/src/sys/libkern/jenkins_h

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

2013-10-10 Thread Peter Ankerstål
Sorry, had to rebuild kernel with debug symbols. Heres the output: (kgdb) list *0xc0800110 0xc0800110 is in jenkins_hash32 (/usr/src/sys/libkern/jenkins_hash.c:177). 172 switch(length) /* all the case statements fall through */ 173 { 174 case 3 : c+=k[2];

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

2013-10-09 Thread Adrian Chadd
reebsd.org, > pe...@pean.org > Cc: > Subject: Re: kern/182665: [wlan] Kernel panic when creating second wlandev. > Date: Wed, 9 Oct 2013 20:08:09 +0200 > > pciconf -lv > > ath0@pci0:7:0:0: class=3D0x028000 card=3D0x3114168c = > chip=3D0x0030168c rev=3D0x01 hdr=3D0x00 >

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

2013-10-09 Thread Peter Ankerstål
The following reply was made to PR kern/182665; it has been noted by GNATS. From: =?iso-8859-1?Q?Peter_Ankerst=E5l?= To: bug-follo...@freebsd.org, pe...@pean.org Cc: Subject: Re: kern/182665: [wlan] Kernel panic when creating second wlandev. Date: Wed, 9 Oct 2013 20:08:09 +0200 pciconf -lv

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

2013-10-05 Thread linimon
Old Synopsis: Kernel panic when creating second wlandev. New Synopsis: [wlan] Kernel panic when creating second wlandev. Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sat Oct 5 13:58:53 UTC 2013 Responsible-Changed-Why: Over to ma