配置并编译安装内核模块和内核后,解压附件firmware.tar.bz2,拷贝其中的rtlwifi文件夹到/lib/firware下,然后执行装载内核模块命令:
sudo modprobe rtl8192ce ( 若装载后显示device not ready,需要进入机子BIOS恢复默认设置,重启)
firmware.tar.bz2 下载:
------------------------------------------分割线------------------------------------------
FTP地址:ftp://ftp1.linuxidc.com
用户名:
密码:
在 2013年LinuxIDC.com\9月\Thinkpad E430+CentOS 6.4+ linux-3.10.12内核网卡驱动(无线+有线)配置
------------------------------------------分割线------------------------------------------
一些信息:
[ghui@BuildHost Desktop]$ lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)
0c:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)
[ghui@BuildHost Desktop]$ lsmod | grep rtl
rtl8192ce 52838 0
rtl8192c_common 41001 1 rtl8192ce
rtlwifi 80851 1 rtl8192ce
mac80211 219856 2 rtl8192ce,rtlwifi
cfg80211 134725 2 rtlwifi,mac80211
[ghui@BuildHost Desktop]$ lsmod | grep r8169
r8169 40549 0
mii 2779 1 r8169
[ghui@BuildHost Desktop]$ ls /lib/firmware/rtlwifi/ -lash
total 332K
4.0K drwxr-xr-x. 2 root root 4.0K Sep 21 02:59 .
4.0K drwxr-xr-x. 45 root root 4.0K Sep 21 01:39 ..
4.0K -rwxr-xr-x. 1 root root 2.1K Sep 21 02:59 Realtek-Firmware-License.txt
12K -rwxr-xr-x. 1 root root 11K Sep 21 02:59 rtl8188efw.bin
16K -rwxr-xr-x. 1 root root 16K Sep 21 02:59 rtl8192cfw.bin
16K -rwxr-xr-x. 1 root root 15K Sep 21 02:59 rtl8192cfwU_B.bin
16K -rwxr-xr-x. 1 root root 15K Sep 21 02:59 rtl8192cfwU.bin
24K -rwxr-xr-x. 1 root root 21K Sep 21 02:59 rtl8192defw_12.bin
32K -rwxr-xr-x. 1 root root 31K Sep 21 02:59 rtl8192defw.bin
80K -rwxr-xr-x. 1 root root 79K Sep 21 02:59 rtl8192sefw.bin
88K -rwxr-xr-x. 1 root root 87K Sep 21 02:59 rtl8192sefw.old.bin
24K -rwxr-xr-x. 1 root root 23K Sep 21 02:59 rtl8723fw_B.bin
12K -rwxr-xr-x. 1 root root 12K Sep 21 02:59 rtl8723fw.bin