From owner-freebsd-current@FreeBSD.ORG Sun Mar 27 09:36:01 2005 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 11D7216A4CE for ; Sun, 27 Mar 2005 09:36:01 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D78B43D41 for ; Sun, 27 Mar 2005 09:36:00 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j2R9YeQc061249; Sun, 27 Mar 2005 02:34:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 27 Mar 2005 02:35:12 -0700 (MST) Message-Id: <20050327.023512.38870817.imp@bsdimp.com> To: arnaud@pnzone.net From: "M. Warner Losh" In-Reply-To: <42449CC9.4070100@pnzone.net> References: <42449CC9.4070100@pnzone.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: TIACX111 Carbus activation failed. 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: Sun, 27 Mar 2005 09:36:01 -0000 Hi I got an hardware recognition problem on my 6-Current box. The latest cvs update and recompilation of the kernel are from March the 24th. Here are the details: # pciconf -lv | grep ACX none1@pci2:0:0: class=0x028000 card=0x16ec010e chip=0x9066104c rev=0x00 hdr=0x00 vendor = 'Texas Instruments (TI)' device = 'TNETW1130(ACX111) 802.11b/g Wireless Cardbus/PCI Adapter' class = network And the dmesg with hw.cbb.debug=1 and hw.cardbus.debug=1: cbb0: card inserted: event=0x00000000, state=30000920 cbb0: cbb_power: 3V cardbus0: Expecting link target, got 0x32 cardbus0: Resource not specified in CIS: id=10, size=2000 cardbus0: Resource not specified in CIS: id=14, size=20000 cardbus0: Non-prefetchable memory at 88000000-88021fff cardbus0: at device 0.0 (no driver attached) cbb0: cbb_power: 0V cbb0: cbb_power: 3V cardbus0: Expecting link target, got 0x32 cardbus0: Resource not specified in CIS: id=10, size=2000 cardbus0: Resource not specified in CIS: id=14, size=20000 cardbus0: Non-prefetchable memory at 88000000-88021fff isab1: at device 7.4 on pci0 device_attach: isab1 attach returned 6 Does anyone know were the problem should be located and how to repair it ? Thank you. -- Arnaud de Prelle (apn) arnaud@pnzone.net http://pnzone.net _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" In message: <42449CC9.4070100@pnzone.net> arnaud de prelle writes: : Hi I got an hardware recognition problem on my 6-Current box. : The latest cvs update and recompilation of the kernel are from March the : 24th. : : Here are the details: : : # pciconf -lv | grep ACX : none1@pci2:0:0: class=0x028000 card=0x16ec010e chip=0x9066104c : rev=0x00 hdr=0x00 : vendor = 'Texas Instruments (TI)' : device = 'TNETW1130(ACX111) 802.11b/g Wireless Cardbus/PCI Adapter' : class = network : : And the dmesg with hw.cbb.debug=1 and hw.cardbus.debug=1: : : cbb0: card inserted: event=0x00000000, state=30000920 : cbb0: cbb_power: 3V : cardbus0: Expecting link target, got 0x32 : cardbus0: Resource not specified in CIS: id=10, size=2000 : cardbus0: Resource not specified in CIS: id=14, size=20000 : cardbus0: Non-prefetchable memory at 88000000-88021fff : cardbus0: at device 0.0 (no driver attached) : cbb0: cbb_power: 0V : cbb0: cbb_power: 3V : cardbus0: Expecting link target, got 0x32 : cardbus0: Resource not specified in CIS: id=10, size=2000 : cardbus0: Resource not specified in CIS: id=14, size=20000 : cardbus0: Non-prefetchable memory at 88000000-88021fff : isab1: at device 7.4 on pci0 : device_attach: isab1 attach returned 6 : : Does anyone know were the problem should be located and how to repair it ? : Thank you. Have you tried using the ndis driver? Warner