LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 809|回复: 4

[已解决]请问如何判断无线网卡和蓝牙是否硬件故障?

[复制链接]
发表于 2010-6-21 11:25:25 | 显示全部楼层 |阅读模式
我的硬件是thinkpad T400. 平台是KDE。

原来的无线网卡和蓝牙指示灯一直亮,后来不知道出什么问题就灭了(其中过程就是正常的升级了一些软件,但是好像没有升级和网卡和蓝牙相关的软件呀)。

如何判断无线网卡和蓝牙是否工作正常?

谢谢!

问题已经解决:
我不小心拨动了thinkpad的无线硬件开关。

我囧
发表于 2010-6-21 13:46:52 | 显示全部楼层
dmesg?如果是内核模块的问题,会有输出的吧?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-6-21 14:54:59 | 显示全部楼层
运行:rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
        Soft blocked: yes
        Hard blocked: yes
1: phy0: Wireless LAN
        Soft blocked: yes
        Hard blocked: yes

进而运行rfkill unblock all

重启后,好像没有效果?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2010-6-21 17:20:32 | 显示全部楼层
执行:dmesg
mpage_readpages+0xe8/0xfc                    
[<ffffffffa020a77d>] ? RegisterIRQClient+0x11d/0x200 [fglrx]
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]  
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]   
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffff81078867>] ? filemap_fault+0x5e/0x35c                                
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa020aea0>] ? EnableInterrupt_Worker+0x0/0xc0 [fglrx]                  
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa0162f19>] ? MCIL_GetExecutionLevel+0x39/0x80 [fglrx]               
[<ffffffffa0215d35>] ? IRQMGR_SynchronizeExecution+0x25/0x80 [fglrx]            
[<ffffffffa0162cd7>] ? MCIL_InterlockedIncrement+0x87/0xa0 [fglrx]              
[<ffffffffa020a624>] ? RegisterIRQClient_Worker+0x1a4/0x1e0 [fglrx]            
[<ffffffffa0214d76>] ? CallbackQueueAccess+0x216/0x2a0 [fglrx]                  
[<ffffffffa020a480>] ? RegisterIRQClient_Worker+0x0/0x1e0 [fglrx]              
[<ffffffff810ccb24>] ? mpage_readpages+0xe8/0xfc                                
[<ffffffffa020a77d>] ? RegisterIRQClient+0x11d/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffff81078867>] ? filemap_fault+0x5e/0x35c                                
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa014928c>] ? KCL_SPINLOCK_STATIC_Grab+0x1b/0xb6 [fglrx]              
[<ffffffffa0149635>] ? KAS_InterlockedList_RemoveAtHead+0x58/0x150 [fglrx]      
[<ffffffffa0160ddd>] ? MCIL_InterlockedList+0x10d/0x2a0 [fglrx]               
[<ffffffff81079e10>] ? mempool_alloc+0x4c/0xfd                                 
[<ffffffffa0209820>] ? FIFO_Queue_RemoveFromHead+0x40/0x60 [fglrx]              
[<ffffffffa0214fb1>] ? AllocateCallbackEntry+0x21/0x50 [fglrx]                  
[<ffffffffa020a717>] ? RegisterIRQClient+0xb7/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa021735e>] ? Is_IRQSource_Valid+0x8e/0xb0 [fglrx]                    
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffff81078867>] ? filemap_fault+0x5e/0x35c                                
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa0162f19>] ? MCIL_GetExecutionLevel+0x39/0x80 [fglrx]               
[<ffffffffa0214b8b>] ? CallbackQueueAccess+0x2b/0x2a0 [fglrx]                  
[<ffffffffa020a480>] ? RegisterIRQClient_Worker+0x0/0x1e0 [fglrx]              
[<ffffffffa020a77d>] ? RegisterIRQClient+0x11d/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffff81078867>] ? filemap_fault+0x5e/0x35c                                
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa020aea0>] ? EnableInterrupt_Worker+0x0/0xc0 [fglrx]                  
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa0162f19>] ? MCIL_GetExecutionLevel+0x39/0x80 [fglrx]               
[<ffffffffa0215d35>] ? IRQMGR_SynchronizeExecution+0x25/0x80 [fglrx]            
[<ffffffffa0162cd7>] ? MCIL_InterlockedIncrement+0x87/0xa0 [fglrx]              
[<ffffffffa020a624>] ? RegisterIRQClient_Worker+0x1a4/0x1e0 [fglrx]            
[<ffffffffa0214d76>] ? CallbackQueueAccess+0x216/0x2a0 [fglrx]                  
[<ffffffffa020a480>] ? RegisterIRQClient_Worker+0x0/0x1e0 [fglrx]              
[<ffffffffa020a77d>] ? RegisterIRQClient+0x11d/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffff81078867>] ? filemap_fault+0x5e/0x35c                                
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa014928c>] ? KCL_SPINLOCK_STATIC_Grab+0x1b/0xb6 [fglrx]              
[<ffffffffa0149635>] ? KAS_InterlockedList_RemoveAtHead+0x58/0x150 [fglrx]      
[<ffffffffa0160ddd>] ? MCIL_InterlockedList+0x10d/0x2a0 [fglrx]               
[<ffffffff813598ba>] ? _read_unlock+0x11/0x2d                                 
[<ffffffffa0209820>] ? FIFO_Queue_RemoveFromHead+0x40/0x60 [fglrx]              
[<ffffffffa0214fb1>] ? AllocateCallbackEntry+0x21/0x50 [fglrx]                  
[<ffffffffa020a717>] ? RegisterIRQClient+0xb7/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa021735e>] ? Is_IRQSource_Valid+0x8e/0xb0 [fglrx]                    
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa0162f19>] ? MCIL_GetExecutionLevel+0x39/0x80 [fglrx]               
[<ffffffffa0214b8b>] ? CallbackQueueAccess+0x2b/0x2a0 [fglrx]                  
[<ffffffffa020a480>] ? RegisterIRQClient_Worker+0x0/0x1e0 [fglrx]              
[<ffffffffa020a77d>] ? RegisterIRQClient+0x11d/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa020aea0>] ? EnableInterrupt_Worker+0x0/0xc0 [fglrx]                  
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa0162f19>] ? MCIL_GetExecutionLevel+0x39/0x80 [fglrx]               
[<ffffffffa0215d35>] ? IRQMGR_SynchronizeExecution+0x25/0x80 [fglrx]            
[<ffffffffa0162cd7>] ? MCIL_InterlockedIncrement+0x87/0xa0 [fglrx]              
[<ffffffffa020a624>] ? RegisterIRQClient_Worker+0x1a4/0x1e0 [fglrx]            
[<ffffffffa0214d76>] ? CallbackQueueAccess+0x216/0x2a0 [fglrx]                  
[<ffffffffa020a480>] ? RegisterIRQClient_Worker+0x0/0x1e0 [fglrx]              
[<ffffffffa020a77d>] ? RegisterIRQClient+0x11d/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
BUG: using smp_processor_id() in preemptible [00000000] code: X/3788            
caller is KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]                              
Pid: 3788, comm: X Tainted: P           2.6.32-gentoo-r7 #3                     
Call Trace:                                                                     
[<ffffffff81172560>] ? debug_smp_processor_id+0xb0/0xc8                        
[<ffffffffa0148821>] ? KCL_MODULE_DecUseCount+0x1f/0x2f [fglrx]               
[<ffffffffa014928c>] ? KCL_SPINLOCK_STATIC_Grab+0x1b/0xb6 [fglrx]              
[<ffffffffa0149635>] ? KAS_InterlockedList_RemoveAtHead+0x58/0x150 [fglrx]      
[<ffffffffa0160ddd>] ? MCIL_InterlockedList+0x10d/0x2a0 [fglrx]               
[<ffffffff813598ba>] ? _read_unlock+0x11/0x2d                                 
[<ffffffffa0209820>] ? FIFO_Queue_RemoveFromHead+0x40/0x60 [fglrx]              
[<ffffffffa0214fb1>] ? AllocateCallbackEntry+0x21/0x50 [fglrx]                  
[<ffffffffa020a717>] ? RegisterIRQClient+0xb7/0x200 [fglrx]                    
[<ffffffffa020cdcb>] ? IsR6XXDerivatives+0x1b/0x70 [fglrx]                     
[<ffffffffa021735e>] ? Is_IRQSource_Valid+0x8e/0xb0 [fglrx]                    
[<ffffffffa0207c4e>] ? IRQMGR_Access+0xee/0x190 [fglrx]                        
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa0179d45>] ? fireglAsyncioUnregisterIntMsgHandlers+0x185/0x3c0 [fglrx]
[<ffffffffa0179f10>] ? fireglAsyncioUnregisterIntMsgHandlers+0x350/0x3c0 [fglrx]
[<ffffffffa01a9f6b>] ? asyncIONotifyMsg+0x34b/0x3e0 [fglrx]                    
[<ffffffffa01a9e64>] ? asyncIONotifyMsg+0x244/0x3e0 [fglrx]                    
[<ffffffffa0179068>] ? firegl_asyncio_write+0x198/0x260 [fglrx]               
[<ffffffffa014beb9>] ? ip_firegl_write+0x4a/0x7b [fglrx]                        
[<ffffffff810a5ff8>] ? vfs_write+0xad/0x169                                    
[<ffffffff810a6170>] ? sys_write+0x45/0x6e                                      
[<ffffffff8100b9eb>] ? system_call_fastpath+0x16/0x1b                          
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X                                       
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X                                       
[fglrx] Gart USWC size:608 M.                                                   
[fglrx] Gart cacheable size:238 M.                                             
[fglrx] Reserved FB block: Shared offset:0, size:1000000                        
[fglrx] Reserved FB block: Unshared offset:fe12000, size:1e9000                  
[fglrx] Reserved FB block: Unshared offset:fffb000, size:5000                    
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX            
0000:00:19.0: eth0: 10/100 speed: disabling TSO                                 
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X                                       
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X                                       
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X                                       
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X                                       
[fglrx:fireglAsyncioIntEnableMsgHandler] *ERROR* interrupt source ff000066 is not supported on this hardware (return code = 1)                                                                                                                           
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX                                                        
0000:00:19.0: eth0: 10/100 speed: disabling TSO                                                                              
NET: Registered protocol family 10                                                                                          
lo: Disabled Privacy Extensions
eth0: no IPv6 routers present
e1000e: eth0 NIC Link is Down
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
0000:00:19.0: eth0: 10/100 speed: disabling TSO
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
0000:00:19.0: eth0: 10/100 speed: disabling TSO
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
[fglrx:fireglAsyncioIntEnableMsgHandler] *ERROR* interrupt source ff000066 is not supported on this hardware (return code = 1)
CE: hpet increasing min_delta_ns to 15000 nsec
CE: hpet increasing min_delta_ns to 22500 nsec
CE: hpet increasing min_delta_ns to 33750 nsec
[fglrx:fireglAsyncioIntEnableMsgHandler] *ERROR* interrupt source ff000066 is not supported on this hardware (return code = 1)
回复 支持 反对

使用道具 举报

发表于 2010-6-21 19:24:11 | 显示全部楼层
这只是dmesg的一部分吧?用附件上传dmesg的输出吧。
我就看到一个e1000e的模块……
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表