From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C0C61381FA for ; Tue, 13 May 2014 11:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C49DE0AF2; Tue, 13 May 2014 11:46:37 +0000 (UTC) Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A668E0A9F for ; Tue, 13 May 2014 11:46:36 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id l6so221791qcy.9 for ; Tue, 13 May 2014 04:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:thread-index :content-language; bh=HKazs12To3si1qSc4uPRUNz7HaVhtreCWplwt1tGvB0=; b=qmfwxQMWFo80TnyDKLHvXv3BRpdUmm+kXxYkoyKfNRZdzrRapaoi9lbNRJ5FhKQb8u 6mBXknFVVAbdmpFEFGv1zn4tvgn/E2rh6dKavx+XopnV3wJGKH4Af0w81M4VcOlpNyDX crXbl0+DzeWS9Low6v+jadhepW/E50eBUhHGcF04uDEUEw5FI2INJMFUmWDl6fJY7bbQ 4gUg9eUozTWd1Ci2C2NoyJL8MB6101cIvLKjrcbxUfQGNPzqCHOew0tTh+MMNOKM/2O8 ekYqgSLfWybYkY/PmfSHh5N1jrp6VGLNvCq4Pjv11xg9aMl4uu0RbN/XQtXRkULnuUQS GLtQ== X-Received: by 10.140.82.180 with SMTP id h49mr45091949qgd.84.1399981595291; Tue, 13 May 2014 04:46:35 -0700 (PDT) Received: from CNAStation07 ([204.126.11.232]) by mx.google.com with ESMTPSA id m7sm26335968qao.20.2014.05.13.04.46.33 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 13 May 2014 04:46:34 -0700 (PDT) From: "Hunter Jozwiak" To: References: <5371FB4E.6020705@gmail.com> In-Reply-To: <5371FB4E.6020705@gmail.com> Subject: RE: [gentoo-user] Having Trouble with Wireless Interface Date: Tue, 13 May 2014 07:45:04 -0400 Message-ID: <00e901cf6ea0$c9a06af0$5ce140d0$@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIV11n4ckEwuAbn7gJtJ8hW7PrLXgIJphHmmqFFX9A= Content-Language: en-us X-Archives-Salt: b2330fc8-d6df-46ac-9afa-76f3ed234370 X-Archives-Hash: b9d1b9cfc132fadd90dddcec5b9bf6d9 -----Original Message----- From: Alexander Kapshuk [mailto:alexander.kapshuk@gmail.com] Sent: Tuesday, May 13, 2014 7:00 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Having Trouble with Wireless Interface On 05/12/2014 10:31 PM, Hunter Jozwiak wrote: > Hi all. I got Espeakup to finally function, but I have a problem now > with my Realtech 8188 WiFi adapter, Rev01, according to ifconfig. I > know it shows up as wlp7s0 on an ifconfig, normally. But for what ever > reason, it isn't showing up. I have, in my /etc/conf.d/net the line: > wlp7s0="DHCP". When I run ifconfig wlp7s0 up, I get an error about how > the device is not able to be found. The driver shows up as a module in > the kernel. > I use wpa_supplicant to manage my wireless connections. Here's what I have in my /etc/conf.d/net: # Prefer wpa_supplicant over wireless-tools modules="wpa_supplicant" wpa_supplicant_wlp2s0="-Dnl80211" And the output of lspci: 02:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01) Subsystem: Hewlett-Packard Company Device 137b Flags: bus master, fast devsel, latency 0, IRQ 16 Memory at d6000000 (64-bit, non-prefetchable) [size=64K] Capabilities: [40] Power Management version 2 Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit- Capabilities: [60] Express Legacy Endpoint, MSI 00 Capabilities: [90] MSI-X: Enable- Count=1 Masked- Capabilities: [100] Advanced Error Reporting Capabilities: [140] Virtual Channel Kernel driver in use: ath5k Kernel modules: ath5k Are you setting up wireless after doing a fresh install, or did you have it working before and then it just stopped working for you? This is fresh. And genkernel doesn't show RTL8188CE in the staging drivers. It shows drivers with uffixes U and Eu, but not the CE driver.