From owner-freebsd-questions@FreeBSD.ORG Sun Dec 9 12:27:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645DF16A417 for ; Sun, 9 Dec 2007 12:27:43 +0000 (UTC) (envelope-from liettneff@bk.ru) Received: from cny.innet.yaroslavl.su (cny.innet.yaroslavl.su [217.15.134.68]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2B313C459 for ; Sun, 9 Dec 2007 12:27:42 +0000 (UTC) (envelope-from liettneff@bk.ru) Received: from tac.innet.yaroslavl.su (tac.innet.yaroslavl.su [217.15.135.68]) by cny.innet.yaroslavl.su (8.11.6/8.11.6) with ESMTP id lB9C07013934 for ; Sun, 9 Dec 2007 15:00:07 +0300 (MSK) Received: from reaper.yaroslavl.ru (reaper.yaroslavl.ru [85.113.202.195]) by tac.innet.yaroslavl.su (8.13.7/8.13.7) with ESMTP id lB9BxYLV058652 for ; Sun, 9 Dec 2007 14:59:45 +0300 (MSK) Received: from comp-reaper (comp-reaper [10.19.1.3]) by reaper.yaroslavl.ru (Postfix) with ESMTP id DF9F122864 for ; Sun, 9 Dec 2007 14:58:42 +0300 (MSK) Date: Sun, 9 Dec 2007 14:59:49 +0300 From: Michael Lednev X-Mailer: The Bat! (v3.99.29) Professional Organization: none X-Priority: 3 (Normal) Message-ID: <729137585.20071209145949@bk.ru> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: ndis + broadcom wifi X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Michael Lednev List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Dec 2007 12:27:43 -0000 Hello, freebsd-questions. I have Acer Extensa 5220 laptop with broadcom wifi inside: card=0x04221468 chip=0x431114e4 I tried to compile NDIS driver for it, unsuccessfuly :( Drivers' versions was 4.100.15.5 from Acer and 4.150.22.0 from Broadcom. ndisgen fails to compile kernel module saying: In file included from /usr/share/misc/windrv_stub.c:57: ./windrv.h:1831: error: excess elements in char array initializer ./windrv.h:1831: error: (near initialization for 'ndis_regvals[590].nc_val') ./windrv.h:1832: warning: braces around scalar initializer ./windrv.h:1832: warning: (near initialization for 'ndis_regvals[590].nc_val[0]') ./windrv.h:1832: warning: initialization makes integer from pointer without a cast ./windrv.h:1832: error: initializer element is not computable at load time ./windrv.h:1832: error: (near initialization for 'ndis_regvals[590].nc_val[0]') ./windrv.h:1832: error: excess elements in struct initializer ./windrv.h:1832: error: (near initialization for 'ndis_regvals[590].nc_val') ./windrv.h:1832: error: excess elements in struct initializer ./windrv.h:1832: error: (near initialization for 'ndis_regvals[590].nc_val') and so on (about 2000 lines). Complete error message can be found on http://pastebin.com/f55202bbb Have anyone managed to get this wireless card working and what drivers should be used for it? -- Best regards, Michael