From owner-freebsd-current@FreeBSD.ORG Fri Nov 12 11:32:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E3116A4CE for ; Fri, 12 Nov 2004 11:32:54 +0000 (GMT) Received: from rnudnd.nut.roche.com (mail-external-nutley.roche.com [196.3.51.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD5343D48 for ; Fri, 12 Nov 2004 11:32:42 +0000 (GMT) (envelope-from andre.van_schalkwyk@ROCHE.COM) Received: from rbadb2.rbacpxclu.bas.roche.com ([145.245.114.34]) by ROCHE.COM (PMDF V6.2-X17 #30907) with ESMTP id <01LH4YDYNQSG9G3IQ4@ROCHE.COM> for current@freebsd.org; Fri, 12 Nov 2004 06:30:32 -0500 (EST) Received: from CONVERSION-DAEMON.Roche.COM by Roche.COM (PMDF V6.2-X17 #38783) id <01LH5AYWSJKW8YM1TG@Roche.COM> for current@freebsd.org; Fri, 12 Nov 2004 12:31:02 +0100 Received: from rkamsemcn1.emea.roche.com (rkamsemcn1.emea.roche.com [145.245.72.182]) by Roche.COM (PMDF V6.2-X17 #38783) with ESMTP id <01LH5AYM8I5Q8YNJLB@Roche.COM> for current@freebsd.org; Fri, 12 Nov 2004 12:30:46 +0100 Received: from rkamsem1.emea.roche.com ([145.245.142.209]) by rkamsemcn1.emea.roche.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 12 Nov 2004 12:30:46 +0100 Date: Fri, 12 Nov 2004 12:30:46 +0100 From: "van Schalkwyk, Andre {PGIN~Kaiseraugst}" To: current@freebsd.org Message-id: <47318C4EB396E34F85DEEBB86C3718F801D3D449@rkamsem1.emea.roche.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6603.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Thread-Topic: Project evil Thread-Index: AcTH9LCOX5FoCMpwQwmdLOGjRSs0nAADP1nAACpVDiA= content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 12 Nov 2004 11:30:46.0549 (UTC) FILETIME=[0D8C7C50:01C4C8AB] Subject: FW: Project evil X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 11:32:54 -0000 Forgot to CC the list on the mail too.=20 cheers andre -----Original Message----- From: van Schalkwyk, Andre {PGIN~Kaiseraugst}=20 Sent: Thursday, November 11, 2004 2:45 PM To: 'wpaul@freebsd.org' Subject: Project evil Hi Bill, Firstly I would like to thank you for the great work you've put into = this project. I think this is exactly what FreeBSD needs right now. I've recently installed 5.3-release and I tried out the ndis thingum = again. However, i'm still getting the following errors when loading the = modules.=20 cardbus0: Expecting link target, got 0xff cardbus0: Resource not specified in CIS: id=3D10, size=3D2000 ndis0: mem 0x90000000-0x90001fff irq = 11 at device 0.0 on cardbus0 can't re-use a leaf (BusType)! ndis0: NDIS API version: 5.1 ndis0: NDIS ERROR: c000138a (unknown error) ndis0: NDIS NUMERRORS: 1 ndis0: argptr: 0x502 ndis0: init handler failed device_attach: ndis0 attach returned 6 # kldstat Id Refs Address Size Name 1 12 0xc0400000 5cdad0 kernel 2 14 0xc09ce000 537f0 acpi.ko 3 1 0xc21bc000 17000 linux.ko 4 2 0xc23f6000 d000 ndis.ko 5 1 0xc2407000 17000 if_ndis.ko # uname -a FreeBSD 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC = 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 As you can see, I'm using a ZyXEL ZyAIR G-100 card. This card is = actually quite popular in europe as it's not too expensive and you can = get them in many stores. It uses a Prism GT chipset and it's one of = those cards that require the extra firmware to be loaded. As part of the = driver package you get the .ARM file which contains the firmware. The = WL54GT.ARM file i copied into /compat/ndis. If the file isn't there the = if_ndis module bleats about it. It seems like the ARM file is read but = i'm not 100% sure if it's used or not. Currently the card is not working with the ndis thingum it seems. Do you have any ideas as to what the problem could be? Best regards Andr=E9