Gentoo Archives: gentoo-user

From: Hunter Jozwiak <hunter.t.joz@×××××.com>
To: gentoo-user@l.g.o
Subject: RE: [gentoo-user] Having Trouble with Wireless Interface
Date: Tue, 13 May 2014 11:46:42
Message-Id: 00e901cf6ea0$c9a06af0$5ce140d0$@gmail.com
In Reply to: Re: [gentoo-user] Having Trouble with Wireless Interface by Alexander Kapshuk
1 -----Original Message-----
2 From: Alexander Kapshuk [mailto:alexander.kapshuk@×××××.com]
3 Sent: Tuesday, May 13, 2014 7:00 AM
4 To: gentoo-user@l.g.o
5 Subject: Re: [gentoo-user] Having Trouble with Wireless Interface
6
7 On 05/12/2014 10:31 PM, Hunter Jozwiak wrote:
8 > Hi all. I got Espeakup to finally function, but I have a problem now
9 > with my Realtech 8188 WiFi adapter, Rev01, according to ifconfig. I
10 > know it shows up as wlp7s0 on an ifconfig, normally. But for what ever
11 > reason, it isn't showing up. I have, in my /etc/conf.d/net the line:
12 > wlp7s0="DHCP". When I run ifconfig wlp7s0 up, I get an error about how
13 > the device is not able to be found. The driver shows up as a module in
14 > the kernel.
15 >
16 I use wpa_supplicant to manage my wireless connections.
17 Here's what I have in my /etc/conf.d/net:
18 # Prefer wpa_supplicant over wireless-tools modules="wpa_supplicant"
19
20 wpa_supplicant_wlp2s0="-Dnl80211"
21
22 And the output of lspci:
23 02:00.0 Ethernet controller: Qualcomm Atheros AR242x / AR542x Wireless
24 Network Adapter (PCI-Express) (rev 01)
25 Subsystem: Hewlett-Packard Company Device 137b
26 Flags: bus master, fast devsel, latency 0, IRQ 16
27 Memory at d6000000 (64-bit, non-prefetchable) [size=64K]
28 Capabilities: [40] Power Management version 2
29 Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
30 Capabilities: [60] Express Legacy Endpoint, MSI 00
31 Capabilities: [90] MSI-X: Enable- Count=1 Masked-
32 Capabilities: [100] Advanced Error Reporting
33 Capabilities: [140] Virtual Channel
34 Kernel driver in use: ath5k
35 Kernel modules: ath5k
36
37 Are you setting up wireless after doing a fresh install, or did you have it
38 working before and then it just stopped working for you?
39
40 This is fresh. And genkernel doesn't show RTL8188CE in the staging drivers.
41 It shows drivers with uffixes U and Eu, but not the CE driver.

Replies

Subject Author
Re: [gentoo-user] Having Trouble with Wireless Interface Alexander Kapshuk <alexander.kapshuk@×××××.com>