Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-28 Thread Vlad Movchan
Hi Adrian, I'm sorry about this mistake. I updated original PR ( http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622) with the corrected patch. On Tue, Jan 28, 2014 at 2:38 AM, Adrian Chadd adr...@freebsd.org wrote: Hi, This doesn't compile on i386. Would you mind figuring out why that

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-28 Thread Adrian Chadd
Ok, I'll take a look at it tonight, thanks! -a On 28 January 2014 13:08, Vlad Movchan vladislav.movc...@gmail.com wrote: Hi Adrian, I'm sorry about this mistake. I updated original PR (http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622) with the corrected patch. On Tue, Jan 28,

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-27 Thread Adrian Chadd
Hi, This doesn't compile on i386. Would you mind figuring out why that is and submitting a patch that compiles on both amd64 and i386? Thanks! -a On 24 January 2014 12:11, Vlad Movchan vladislav.movc...@gmail.com wrote: On Fri, Jan 24, 2014 at 8:16 PM, Adrian Chadd adr...@freebsd.org

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Thomas Mueller
To Miguel Clara, you might try a USB wireless adapter. I use Hiro H50191, driver rsu. But you would need to do good research to find what the chip is, and which FreeBSD driver, if any, would it work with, before you buy. NDISulator looks worth trying. FreeBSD users will want to know if it

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Adrian Chadd
... who's the author of this? Why aren't they posting updates to FreeBSD-HEAD so it can be included in the base system? Does anyone have a contact email for the author, Vadislav? -a On 24 January 2014 03:52, Thomas Mueller mueller6...@bellsouth.net wrote: To Miguel Clara, you might try a USB

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Vlad Movchan
NDISulator on github (and mirror on gitorious) is a FreeBSD ndis module+binaries forked by Paul B. Mahol in 2009 (I've sent Paul's email address privately to Adrian). Almost every change in this project was made by Paul. My part is small - I've just discovered and fixed several panic/problems.

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Miguel Clara
NOTE: tried NDISulator pciconf -lv | grep -i bcm -B2 none2@pci0:13:0:0: class=0x028000 card=0x145c103c chip=0x472714e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM4313 802.11b/g/n Wireless LAN Controller' # ndisload -p -s

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Miguel Clara
Ah.. my bad its 0x47217 not 21 :P works: ndis0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500 ether ac:81:12:35:79:73 nd6 options=29PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL media: IEEE 802.11 Wireless Ethernet autoselect adhoc (autoselect adhoc) status: no

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Adrian Chadd
On 24 January 2014 08:47, Vlad Movchan vladislav.movc...@gmail.com wrote: NDISulator on github (and mirror on gitorious) is a FreeBSD ndis module+binaries forked by Paul B. Mahol in 2009 (I've sent Paul's email address privately to Adrian). Almost every change in this project was made by Paul.

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Vlad Movchan
On Fri, Jan 24, 2014 at 8:16 PM, Adrian Chadd adr...@freebsd.org wrote: Is i kept up to date with -head changes? As far as I know it was kept up to date with -head changes. HI, Well, someone needs to break the fork up into pieces and submit those. The FPU change is a good candidate - but

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-24 Thread Adrian Chadd
Oh! The NDIS FPU patch is limited to the NDIS module. Tell you what, I'll get that committed to -HEAD soon. Would you poke the original author and see if he's willing to work with you and I on getting this stuff into -HEAD? -a ___

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Mike C.
hum... the driver I need is for broadcom 4313 wireless, It seems the modules available don't work for that one... wonder of they ever will? I would definitely prefer that to using ndis. Adrian Chadd adr...@freebsd.org wrote: It's actually fpu code in ndis drivers. I'm going to deprecate NDIS

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Vlad Movchan
I've just tested second patch from kern/165622 - it still applies clean and runs good on recent current. If after applying this patch you trigger some other kind of panic/problem you might also want to take a look on https://github.com/NDISulator/ndisulator. Ndis module version from github differs

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Miguel Clara
Hi Adrian, when you say I'm going to deprecate NDIS, does this also mean there a change to have this driver working without ndis in freebsd? I tried kldload if_bwi kldload if_bwn But none of them work for 4313 it seems! :( On Thu, Jan 23, 2014 at 7:21 AM, Adrian Chadd adr...@freebsd.org wrote:

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Miguel Clara
*sorry mean there a change -- mean there's a chance On Fri, Jan 24, 2014 at 12:54 AM, Miguel Clara miguelmcl...@gmail.com wrote: Hi Adrian, when you say I'm going to deprecate NDIS, does this also mean there a change to have this driver working without ndis in freebsd? I tried kldload

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Adrian Chadd
Hi, yes. I'm going to deprecate NDIS and yes, this means that people using hardware that doesn't have a driver will have to go without. It sucks, but noone has stepped up to maintain NDIS and it can't work for later NDIS APIs. -a On 23 January 2014 16:54, Miguel Clara miguelmcl...@gmail.com

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-23 Thread Miguel Clara
Pity this is not an old laptop... I7 processor sadly a bad wifi card, gave all kinds of problems on Windows to be honest! No point on applying the patch then if it will stop working anyway! I think I might be able to substitute the card with one from another asus, unless BIOS doesn't allow me

Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-22 Thread Miguel Clara
Getting a panic: Unregistered use of FPU in kernel There seems to be a patch for FreeBSD 10, but not sure if it wold apply http://www.freebsd.org/cgi/query-pr.cgi?pr=165622sourceid=opensearch Thanks ___ freebsd-current@freebsd.org mailing list

Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-22 Thread Adrian Chadd
It's actually fpu code in ndis drivers. I'm going to deprecate NDIS this year, so .. OTOH, the FPU save support would be cool. -a On 22 January 2014 20:10, Miguel Clara miguelmcl...@gmail.com wrote: Getting a panic: Unregistered use of FPU in kernel There seems to be a patch for FreeBSD