From owner-freebsd-mobile@FreeBSD.ORG Fri May 30 14:11:30 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48FFB1065670 for ; Fri, 30 May 2008 14:11:30 +0000 (UTC) (envelope-from paulofonsecajr@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.232]) by mx1.freebsd.org (Postfix) with ESMTP id 06C668FC26 for ; Fri, 30 May 2008 14:11:29 +0000 (UTC) (envelope-from paulofonsecajr@gmail.com) Received: by qb-out-0506.google.com with SMTP id o21so1747047qba.7 for ; Fri, 30 May 2008 07:11:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:mime-version:content-type:x-mailer:x-mimeole:thread-index:message-id; bh=crq85Cg9bcw1yk1teJrIIw+xf0h3hhDabYkX40f+xG4=; b=psn0jPNoaCUouNKkt/zNYKUalS+sCCCe3gcrYCNkgprRHe3xZkIEU8LLJUyF70o/o4Wkz5zLPybeDKFx1mXE/+2W4xo7+Wnv7zdunQ3tIMuYcIPY3YhgQwiypvES9wW8cfjUpVaj6vEWYnkKdB8gs3S8oRymym4Z7h+CoUIYTMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:mime-version:content-type:x-mailer:x-mimeole:thread-index:message-id; b=RdL3QOlZY7Vqz1LkUAB2+ZZIETPNomRVfxbQLBo8af6/3vfXoEl7uL+tr+BYtoDug1LejxYKGRRvYP8w3MIvE1lhOUx6qGZqpyf+okD09Mq1DOKqbFo2j17WB6InIGhWoSAdBcTrwLLqhbh+S0xKUdm7X4A+tHSz82yALSSNZKc= Received: by 10.114.166.1 with SMTP id o1mr958173wae.119.1212155809906; Fri, 30 May 2008 06:56:49 -0700 (PDT) Received: from paulo ( [201.41.134.2]) by mx.google.com with ESMTPS id 5sm2859787ywd.2.2008.05.30.06.56.47 (version=SSLv3 cipher=RC4-MD5); Fri, 30 May 2008 06:56:49 -0700 (PDT) From: "Paulo Fonseca Jr." To: Date: Fri, 30 May 2008 10:54:37 -0300 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 thread-index: AcjCXLLxoHKGvt34RdWwFdIKl/Hzjw== Message-ID: <484007a1.0504c00a.794d.ffff8aa7@mx.google.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Intel Wireless 3945ABG X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2008 14:11:30 -0000 Hi, I=B4m using FreeBSD 7.0 on ACER 5920 4GBRAM with kernel build with = wpi driver options like this: =20 device wpi device pci device wlan device wlan_amrr device firmware =20 and in loader.conf: =20 wpifw_load=3D=94YES=94 legal.intel_wpi.license_ack=3D1 =20 When I try to boot in =93normal mode=94 the system halt after detected = wpi0 and shows this messages: =20 =93wpi0: irq 19 at device 0.0 on pci6 wpi0: 0x1000 bytes of rid 0x10 res 3 failed (0, 0xffffffff). wpi0: could not allocate memory resource=94 =20 When I try to boot in =93safe mode=94 it recognize wpi but when it=B4ll = load firmware shows this messages: =20 =93Interrupt storm detected on =93irq10:=94; throttling interrupt = source=94 (it don=B4t stop) =20 dmesg results on safe mode: =20 =93wpi0: mem0xf0300000-0xf0300fff irq 11 = at device 0.0 on pci6 wpi0: Ethernet address: 00:1c:bf:64:b4:0e wpi0: [ITHREAD] wpi0: 11a rates: 6Mbps 9Mbps 12Mbps=85 wpi0: 11a rates: 1Mbps 2Mbps 5.5Mbps=85 wpi0: 11a rates: 1Mbps 2Mbps 5.5Mbps=85 wpi0: timeout waiting for adapter to initialize wpi0: A problem occurred loading the firmware to the driver =20 When I try to load the modules on loader.conf it occurs too. =20 Somebody can help me? Thanks very much.