View Single Post
  #3 (permalink)  
Old 10-Jul-2009, 02:53
finders finders is offline
Student Penguin
 
Join Date: Aug 2008
Posts: 51
finders hasn't been rated much yet
Default Re: Integrated LAN not working

Thank you for reply, apparently I had to install the win driver that came with the board and enable wake on lan option.
Code:
/sbin/lspci -k                                               
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge             
        Subsystem: ASRock Incorporation Device 9600                             
00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0)                                                                       
        Kernel driver in use: pcieport-driver                                   
00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 5)                                                                          
        Kernel driver in use: pcieport-driver                                   
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE mode]                                                                            
        Subsystem: ASRock Incorporation Motherboard (one of many)               
        Kernel driver in use: ahci                                              
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller   
        Subsystem: ASRock Incorporation Device 4397                             
        Kernel driver in use: ohci_hcd                                          
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller         
        Subsystem: ASRock Incorporation Device 4398                             
        Kernel driver in use: ohci_hcd                                          
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller    
        Subsystem: ASRock Incorporation Device 4396                             
        Kernel driver in use: ehci_hcd                                          
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller   
        Subsystem: ASRock Incorporation Device 4397                             
        Kernel driver in use: ohci_hcd                                          
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller         
        Subsystem: ASRock Incorporation Device 4398                             
        Kernel driver in use: ohci_hcd                                          
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
        Subsystem: ASRock Incorporation Device 4396
        Kernel driver in use: ehci_hcd
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
        Subsystem: ASRock Incorporation Device 4385
        Kernel driver in use: piix4_smbus
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
        Subsystem: ASRock Incorporation Device 439c
        Kernel driver in use: pata_atiixp
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
        Subsystem: ASRock Incorporation Device 0397
        Kernel driver in use: HDA Intel
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
        Subsystem: ASRock Incorporation Device 439d
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
        Subsystem: ASRock Incorporation Device 4399
        Kernel driver in use: ohci_hcd
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control
01:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500 GT] (rev a1)
        Subsystem: Giga-byte Technology Device 3491
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
        Subsystem: ASRock Incorporation Motherboard (one of many)
        Kernel driver in use: r8169
Regards
Reply With Quote