From owner-freebsd-net@FreeBSD.ORG Thu Dec 7 14:17:05 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 882FE16A403; Thu, 7 Dec 2006 14:17:05 +0000 (UTC) (envelope-from m.henneton@gmail.com) Received: from smtp19.orange.fr (smtp19.orange.fr [80.12.242.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23F7143CA7; Thu, 7 Dec 2006 14:16:13 +0000 (GMT) (envelope-from m.henneton@gmail.com) Received: from smtp-msa-out19.orange.fr (mwinf1927 [172.22.129.127]) by mwinf1910.orange.fr (SMTP Server) with ESMTP id 880C15C4D5AF; Thu, 7 Dec 2006 15:17:01 +0100 (CET) Received: from paumaka.tinamtinom.hobby-site.com (ARennes-356-1-117-109.w86-220.abo.wanadoo.fr [86.220.196.109]) by mwinf1927.orange.fr (SMTP Server) with ESMTP id 1D4151C0008D; Thu, 7 Dec 2006 15:17:00 +0100 (CET) X-ME-UUID: 20061207141700119.1D4151C0008D@mwinf1927.orange.fr From: Michael HENNETON To: freebsd-mobile@freebsd.org, freebsd-net@freebsd.org Date: Thu, 7 Dec 2006 15:17:00 +0100 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200612071517.00512.m.henneton@gmail.com> Cc: damien.bergamini@free.fr Subject: WPI Driver (beta version) and RDP connection X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 14:17:05 -0000 Hello everybody, I'm running FreeBSD 6.2-RC1 GENERIC i386 on a lenovo 3000 v100 laptop whi= ch=20 has a Intel 3945 wireless device. I found the driver here=20 http://people.freebsd.org/~flz/local/wpi/wpi-freebsd-20061109.tgz This driver was made by Damien Bergamini (merci enormement =E0 lui) I compiled it without error, but if i kldload wpi_ucode.ko i get this error= =20 kernel: firmware_get: failed to load firmware image wpi_ucode to make the wireless wi fi device works i only have to kldload if_wpi , tha= t's=20 all...=20 Like this i can surf on the web but i soon i make an RDP connection via the= =20 wireless device , i cant' establish the connection more than 5 minutes=20 (average) after the rdp screen is not responding anymore and i have to kill= =20 the rdesktop process. When i look at the 2003 server eventviewer i get thi= s=20 error message : The RDP protocol component "DATA ENCRYPTION" detected an=20 error in the protocol stream and has disconnected the client. (see =20 http://support.microsoft.com/kb/323497/en-us) And a dmesg on the freebsd shows hundreds of this message: rx tail flags error 702 Obviously since i connect with RDP trough the RJ45 device; the rdp connecti= on=20 works very well. the more strange is that even if i get these rx tail flags error 702, i can= =20 surf on the web with no problems. So I would like to know if there is a link between my rdp problem and the r= x=20 tail flags error ? Thanks, Regards