Gentoo Archives: gentoo-user

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

Replies

Subject Author
RE: [gentoo-user] Having Trouble with Wireless Interface Hunter Jozwiak <hunter.t.joz@×××××.com>
Re: [gentoo-user] Having Trouble with Wireless Interface Stroller <stroller@××××××××××××××××××.uk>