View Single Post

  #8 (permalink)  
Old 12-10-2006, 05:12 PM
bubloob_13 bubloob_13 is offline
Member
User
 
Join Date: Nov 2006
Location: Bangalore
Posts: 32
Rep Power: 0
bubloob_13
Default

No , my card is detected, i can see the output of lspci |grep Ethernet

lspci | grep Ethernet
00:0e.0 Ethernet controller: Realtek Semiconductor Co., Ltd RTL-8139/8139C/8139C+ (Rev 10)
00:10.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
02:05.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 05)

As you suggested added the driver name modules.conf like

[root@ismartblr2 network-scripts]# cat /etc/modules.conf
alias eth0 8139too
alias eth1 e100
alias eth2 8139C+
alias scsi_hostadapter sym53c8xx
alias usb-controller usb-uhci
[root@ismartblr2 network-scripts]#

but in Network Device control menu still eth2 is showing inactive only. If i try to probe , it's showing as " No such device"

I am clueless!!!!
Reply With Quote