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

Replies

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