Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
{solved} RTL8192CE network drivers will not install.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
percy_vere_uk
Apprentice
Apprentice


Joined: 13 Dec 2008
Posts: 210
Location: Dorset UK

PostPosted: Sat Sep 15, 2012 1:00 pm    Post subject: {solved} RTL8192CE network drivers will not install. Reply with quote

Hi

I have already installed these RTL8192CE drivers (using previous version 92ce_se_de_linux_mac80211_0004.0816.2011.tar.gz) on a system with a gentoo xfce desktop. Which did not present any problem.

But when trying to install on a command line only system on the same laptop but a different partition. I get the following errors:

(root) (01:06 PM) # ~/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce make

Code:
make -C /lib/modules/3.4.9-gentoo/build M=/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce modules
make[1]: Entering directory `/usr/src/linux-3.4.9-gentoo'
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/hw.o
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/table.o
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/sw.o
/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/sw.c: In function '__check_swenc':
/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/sw.c:356:1: warning: return from incompatible pointer type
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/trx.o
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/led.o
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/fw.o
/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/fw.c: In function 'rtl92c_download_fw':
/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/fw.c:239:3: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int'
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/phy.o
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rf.o
  CC [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/dm.o
  LD [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.o
  Building modules, stage 2.
  MODPOST 1 modules
WARNING: "rtl_query_rxpwrpercentage" [/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.ko] undefined!
WARNING: "rtl_evm_db_to_percentage" [/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.ko] undefined!
WARNING: "rtl_signal_scale_mapping" [/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.ko] undefined!
WARNING: "rtl_process_phyinfo" [/root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.ko] undefined!
  CC      /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.mod.o
  LD [M]  /root/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce/rtl8192ce.ko
make[1]: Leaving directory `/usr/src/linux-3.4.9-gentoo'


(root) (01:06 PM) # ~/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce make install

Code:
make: *** No rule to make target `install'.  Stop.


Installation instructions in the readme file gives:

Code:
Release Date: 2011-12-30, ver 0005
Realtek Linux mac80211 based driver:
   --This driver supports follwing RealTek PCIE Wireless LAN NICs:
        RTL8188CE/RTL8192CE
        RTL8191SE/RTL8192SE
        RTL8192DE

   --This driver supports follwing Linux OS:
        Fedora Core
        Debian
        Mandriva
        Open SUSE
        Gentoo
        MeeGo
        android 2.2 (froyo-x86), etc.

   --This driver supports follwing kernel versions:
        1) kernel version >=2.6.35
           you can build & install drvier use II.
.
.
.
========================================================================================
                II. Compile & Installation & uninstall
========================================================================================
You can enter top-level directory of driver and execute follwing command to
Compile, Installation, or uninstall the driver:

        1. Change to Super User
           sudo su

        2. Compile driver from the source code
           make

        3. Install the driver to the kernel
           make install
           reboot

        4. uninstall driver
           make uninstall

========================================================================================


Any help on this would be appreciated.

percy


Last edited by percy_vere_uk on Fri Sep 21, 2012 1:47 pm; edited 2 times in total
Back to top
View user's profile Send private message
MikeTbob
n00b
n00b


Joined: 28 Jul 2007
Posts: 18
Location: Texas, USA

PostPosted: Thu Sep 20, 2012 5:06 pm    Post subject: Reply with quote

Check your kernel, you shouldn't need the driver.
Quote:
usr/src/linux-3.5.4-gentoo/drivers/net/wireless/rtlwifi/rtl8192ce
Back to top
View user's profile Send private message
percy_vere_uk
Apprentice
Apprentice


Joined: 13 Dec 2008
Posts: 210
Location: Dorset UK

PostPosted: Fri Sep 21, 2012 1:40 pm    Post subject: Reply with quote

Hi MikeTbob

I tried the kernel drivers quite some time ago when I first purchased this laptop. I never could get them to work but did find information on the net somewhere that said that the kernel drivers did not

work on this particular controller.

Anyhow my wireless seems to be working fine now. SEE /viewtopic-t-935872.html

percy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum