From owner-freebsd-stable@freebsd.org Mon Jun 29 13:32:41 2015 Return-Path: Delivered-To: freebsd-stable@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 04A7198F99C for ; Mon, 29 Jun 2015 13:32:41 +0000 (UTC) (envelope-from gardnerbell@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id DD48D1F9E for ; Mon, 29 Jun 2015 13:32:40 +0000 (UTC) (envelope-from gardnerbell@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id DA39798F99B; Mon, 29 Jun 2015 13:32:40 +0000 (UTC) Delivered-To: stable@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 D9A8798F99A for ; Mon, 29 Jun 2015 13:32:40 +0000 (UTC) (envelope-from gardnerbell@gmail.com) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 784F41F9D for ; Mon, 29 Jun 2015 13:32:40 +0000 (UTC) (envelope-from gardnerbell@gmail.com) Received: by wguu7 with SMTP id u7so141550170wgu.3 for ; Mon, 29 Jun 2015 06:32:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Nn/oSEyGuGYwdQIZKEjr8F3JI2eKAlwGGXce7hI1qoU=; b=EYqLaxFiYUV5YKhWNxrbrA0POX9OqGdB9irMoZ7mRZP6lKFa4Zgp4zdkEOAfwPM2wt FwsZFzrTkJ5i5qiGwRbBNvHBLa294u71F/6IoUWMqQXMSd+RNK2I+qVxnm1uyK0Vrs3M CtVU8WWkF6eKQ7eN4FS6Eeki8sQUbB4A/IfRVYyH6xHIiwoSul1UsYtWEwPTYzz/DIB2 mLx8zjdXFYWatjc58sKGGJSC1y7HMB7s2bn8+0cN8vAZeo8JrnQrfrvRCV9eFL1TJL3X 9Rtyh2uH0rr93UoGJYhod+AgZ5vkMCYEZf9skJZKAgn+B5Um1MYmWLXFcdA+nCJqdc2H i6mQ== MIME-Version: 1.0 X-Received: by 10.194.2.68 with SMTP id 4mr29722943wjs.82.1435584759104; Mon, 29 Jun 2015 06:32:39 -0700 (PDT) Received: by 10.28.185.138 with HTTP; Mon, 29 Jun 2015 06:32:39 -0700 (PDT) Date: Mon, 29 Jun 2015 09:32:39 -0400 Message-ID: Subject: RealTek 8179CE From: Gardner Bell To: stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:32:41 -0000 I've installed 10.1-RELEASE on a Toshiba Satellite but the on-board wireless nics are not being picked up by any drivers. From the pciconf utility it is showing as. none2@pci0:2:0:0: class=0x028000 card=0x019110ec chip=0x817910ec rev=0x01 hdr=0x0 vendor = 'RealTek Semiconductor Ltd' class = network none3@pci0:3:0:0: class=0x02000 card=0xfa401179 chip=0x10a01969 rev=0x10 hdr=0x0 vendor = 'Atheros Communications Inc' class = network subclass= ethernet If anyone has an idea what driver these cards may fall under or how to have these attach to a driver would be appreciated -- Gardner Bell