From owner-freebsd-net@freebsd.org Thu Feb 18 15:18:40 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80322AAC88B for ; Thu, 18 Feb 2016 15:18:40 +0000 (UTC) (envelope-from tino.engel@hotmail.com) Received: from DUB004-OMC2S21.hotmail.com (dub004-omc2s21.hotmail.com [157.55.1.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 04DEB1D81 for ; Thu, 18 Feb 2016 15:18:39 +0000 (UTC) (envelope-from tino.engel@hotmail.com) Received: from DUB109-W140 ([157.55.1.137]) by DUB004-OMC2S21.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 18 Feb 2016 07:17:30 -0800 X-TMN: [iBV4Su6c4ULZy8682D7y8PMBGlBA7+8k] X-Originating-Email: [tino.engel@hotmail.com] Message-ID: From: Tino Engel To: "freebsd-net@freebsd.org" Subject: Support for Killer E2400 Ethernet Date: Thu, 18 Feb 2016 16:17:30 +0100 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 18 Feb 2016 15:17:30.0860 (UTC) FILETIME=[7C32DAC0:01D16A5F] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 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, 18 Feb 2016 15:18:40 -0000 =0A= =0A= =0A= Hello all=2C I am trying to establish support for the Killer E2400 ethernet adapter. I am following the approach that works for the linux driver=2C which is bas= ically:- Add the E2400 device ID- Copy all device related stuff from the E2= 200 What works:- DHCP- Ping any host in the internet What does not work:- Downloading stuff using "fetch"- Setup pkg- Therefore = cannot browse since I even cannot install pkg in order to obtain a browser The error message I continously receive is "alc0: DMA write error". I have so far played with all the loader tunables and sysctls supported by = the alc driver=2C but no improvement of the situation. Any ideas how to proceed? Gr33z=2C Tino=0A= =