00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation Cougar Point HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Cougar Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 1 (rev b4)
00:1c.3 PCI bridge: Intel Corporation Cougar Point PCI Express Root Port 4 (rev b4)
00:1d.0 USB Controller: Intel Corporation Cougar Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Cougar Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Cougar Point 6 port SATA AHCI Controller (rev 04)
00:1f.3 SMBus: Intel Corporation Cougar Point SMBus Controller (rev 04)
01:00.0 Network controller: Intel Corporation Device 0896 (rev 34)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
This The Basic $lspci output of my Samsung Laptop:
For Ethernet Controller :-
Actully Realtek Ethernet controller driver rtl8169 Driver is supported by fedora but here we need r8168 driver do just download the package r8168-8.029.00.tar.bz2
and then go to your Download directory and use commands
#cd r8168
#./autorun.sh
It will rmmod yr rtl8169 driver and then load newly build driver r8168
Now your ethernet Controller will work successfully
//For Wireless
Driver is supported by fedora for the Network Controller : Intel Device 0896(rev 34) but its firmware is missing . So we need to load that firmware in our system .
just download a file name - iwlwifi-6000g2b-5.ucode
and now put these file in /lib/firmware/ directory . and reboot your system
#cp iwlwifi-6000g2b-5.ucode /lib/firmware/
or
you can usr
#yum install iwl6000g2b-firmware.noarch
and then reboot your System
Thts All you need to do