From owner-freebsd-questions@FreeBSD.ORG Thu Oct 13 06:38:20 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BB416A421 for ; Thu, 13 Oct 2005 06:38:20 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF8A43D55 for ; Thu, 13 Oct 2005 06:38:12 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id i6so130815wra for ; Wed, 12 Oct 2005 23:38:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=paA2hWMN7jxcqjOLPA6oZy9ibBm+6JGSUPXmJ8DT15b0S/WUKNJNI4Y7/ZoIoRbVggbLqwFNEutPdZ91UbQ25YEC2aPNtwlWRjydT8bOigCu33k1mmeyVrYRXybPuZKxSJKSwITpSVS2E2oIzt0Ns3U3hWO6Jy0Hqo393wlrVSM= Received: by 10.54.34.42 with SMTP id h42mr447760wrh; Wed, 12 Oct 2005 23:38:12 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Wed, 12 Oct 2005 23:38:12 -0700 (PDT) Message-ID: Date: Thu, 13 Oct 2005 01:38:12 -0500 From: Nikolas Britton To: FreeBSD-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Adding new pccard device entries to FreeBSD 6, how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 06:38:21 -0000 Hello all, I'm trying to get FreeBSD 6 working with my Prism 3 based SMC 2532W-B wireless cards. I've added the device entries into the system but I must be doing something wrong, it's still not working. The SMC2532W-B cards are re-branded Zcom XI-330H (Prism 3) and XI-325H (Prism 2.5) cards. I know for a fact that the SMC card works with FreeBSD 4.11, in hostap mode, because I'm using one of them right now with the PLX PCI to PCMCIA bridge controller that came with the old 3Com 3CRWE777A wireless cards...... dmesg output: cbb0: at device 2.0 on pci2 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 pccard0: (manufacturer=3D0xd601, product=3D0x0010, function_type=3D6) at function 0 pccard0: CIS info: SMC, SMC2532W-B EliteConnect Wireless Adapter, , -------------------------- /sys/dev/pccard/pccarddevs: The vendor id matches ELSA (0xd601) so I added an entry to the ELSA products section: "product ELSA XI330_IEEE 0x0010 XI330 Wireless LAN" After that I added "PCMCIA_CARD(ELSA, XI330_IEEE)," to /sys/dev/wi/if_wi_pccard.c I also added to /etc/pccard.conf: # SMC's SMC2532W-B EliteConnect Wireless Adapter card "SMC" "SMC2532W-B EliteConnect Wireless Adapter" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop I read something about running "make -f Makefile.pccarddevs" but when I run it it can't find the makefile.... I need help, thanks.