View previous topic :: View next topic |
Author |
Message |
jjeffries1 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Nov 2011 Posts: 5
|
Posted: Mon Nov 21, 2011 6:27 pm Post subject: Can't find r8187se in kernel config |
|
|
Hello
I am trying to compile the module r8187se whilst compiling my kernel. However I can't find it anywhere in the kernel config.
This page suggests it might be in staging drivers, however my staging drivers is empty.
Any suggestions?
Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Mon Nov 21, 2011 7:31 pm Post subject: |
|
|
Post the output lscpi -nn so we'll know which card you have (if I had a dollar for every time I've written this sentence...). Chances are it's covered by the rtl8192se driver, which isn't in staging anymore, so you'll find it in the Wireless LAN section. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jjeffries1 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Nov 2011 Posts: 5
|
Posted: Mon Nov 21, 2011 8:37 pm Post subject: |
|
|
Sorry, I should know better! Below is the output from my lspci -nn
Code: | 02:00.0 Network controller [0280]: Realtek Semiconductor co., Ltd RTL8187SE Wireless LAN Controller [10ec:8199] (rev 22) |
I'll check whether rtl8192se works. A friend just recommended trying the r8180 module too. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Mon Nov 21, 2011 9:23 pm Post subject: |
|
|
Ok, I checked, seems this device is not covered by rtl8192se. However, I do see a r8187se in Staging. So check your kernel config again. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cld71 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 12 Jul 2005 Posts: 128
|
Posted: Tue Nov 22, 2011 1:13 am Post subject: |
|
|
I have a rtl8192ce and used the ndiswrapper driver with the win7x64 drivers.
And it works great. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gusar Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 09 Apr 2005 Posts: 2665 Location: Slovenia
|
Posted: Tue Nov 22, 2011 11:00 am Post subject: |
|
|
cld71 wrote: | I have a rtl8192ce and used the ndiswrapper driver with the win7x64 drivers. |
rtl8192ce has a fully integrated driver in the kernel. Not even staging, but really fully integrated. So there should be no need for ndiswrapper. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jjeffries1 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Nov 2011 Posts: 5
|
Posted: Wed Nov 23, 2011 6:42 pm Post subject: |
|
|
I am still unable to find the r8187se module anywhere in the config (I am using make menuconfig if that makes a difference). I have tried using the patched 3.0.6 kernel from gentoo-sources, the 3.0.0 kernel and the 3.1.2 kernel.
I have tried both the r8180 and r8192se/ce modules but with no luck |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
chithanh Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/3210501551dc02a09eeb8.png)
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Wed Nov 23, 2011 8:56 pm Post subject: |
|
|
Pressing / in menuconfig to search for 8187SE returns one hit, in the staging section. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jjeffries1 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Nov 2011 Posts: 5
|
Posted: Thu Nov 24, 2011 3:40 pm Post subject: |
|
|
Got it, I hadn't been selecting staging drivers before I entered the staging drivers sub menu.
Thanks for everyone's support |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|