From owner-freebsd-drivers@FreeBSD.ORG Sun Dec 14 22:53:57 2008 Return-Path: Delivered-To: freebsd-drivers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23C5F106564A for ; Sun, 14 Dec 2008 22:53:56 +0000 (UTC) (envelope-from itavy@itavy.com) Received: from gateway16.websitewelcome.com (gateway16.websitewelcome.com [69.56.239.11]) by mx1.freebsd.org (Postfix) with SMTP id 909C78FC14 for ; Sun, 14 Dec 2008 22:53:56 +0000 (UTC) (envelope-from itavy@itavy.com) Received: (qmail 26293 invoked from network); 14 Dec 2008 23:08:26 -0000 Received: from gator482.hostgator.com (67.18.18.122) by gateway16.websitewelcome.com with SMTP; 14 Dec 2008 23:08:26 -0000 Received: from [78.97.148.67] (port=2744 helo=[10.22.22.22]) by gator482.hostgator.com with esmtpa (Exim 4.69) (envelope-from ) id 1LBzqR-0005hb-Nt for freebsd-drivers@FreeBSD.org; Sun, 14 Dec 2008 16:53:51 -0600 Message-ID: <49458E76.7090407@itavy.com> Date: Mon, 15 Dec 2008 00:53:42 +0200 From: Octavian Ionescu User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: freebsd-drivers@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator482.hostgator.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - itavy.com Cc: Subject: driver for wireless asus eeepc (rt2860) X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2008 22:53:57 -0000 hi, i have compiled the module for rt2860 using ndis. everything worked almost fine except a few error messages one of them wich is very frustrating # uname -a FreeBSD 8.0-CURRENT FreeBSD 8.0-CURRENT #2: Sat Dec 6 17:17:09 UTC 2008 root@:/usr/obj/usr/src/sys/ITAVYEEE2 i386 #pciconf -lv .... ndis0@pci0:1:0:0: class=0x028000 card=0x27901814 chip=0x07811814 rev=0x00 hdr=0x00 vendor = 'Ralink Technology, Corp' class = network Dec 14 22:46:03 kernel: ndis0: <802.11n Wireless LAN Card> mem 0xfbef0000-0xfbefffff irq 19 at device 0.0 on pci1 Dec 14 22:46:03 kernel: ndis0: [ITHREAD] Dec 14 22:46:03 kernel: ndis0: NDIS API version: 5.0 *Dec 14 22:46:04 kernel: NDIS: open file /compat/ndis/rate.bin failed: 2* i can transfer files and i have installed some ports but when i try to cvsup to update the src's i get the following error and nothing is updating: TreeList failed: Network write failure: Connection closed i have had to go back on wired connection and on it i could update the src without any problem -- Best regards, Octavian