LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ethernet card not detected kernel 2.6.7 (https://www.linuxquestions.org/questions/linux-hardware-18/ethernet-card-not-detected-kernel-2-6-7-a-221314/)

rajeshkahara 08-23-2004 10:19 AM

ethernet card not detected kernel 2.6.7
 
Hi there,
i have a compaq deskpro en pc. my system has Redhat linux 8.0 installed. dhcp has been configured in our network and my system also takes ip from dhco server. i.e. it does not have static ip.

my problem is that sometimes while either downloading file or surfing the net ; nic gets hanged . it doesnt work at all. then i restart network services by giving >> service network restart >> it works for few minutes and then affter ............... the same probs..
has anyone out here any idea abt this .. Plz help out.

Second prob im facing is abt kernel 2.6.7. i Recently downloaded ( tar file ) and compiled the kernel. this kernel is not detecting the nic at all. dmesg shows nothing abt eth0 and if i give service network start/restart without doing anything it returns to prompt. ifup / ifdown also does not do anything.

output of lspci -vv in ver 8.0 >>

02:08.0 Ethernet controller: Intel Corp. 82801BA/BAM/CA/CAM Ethernet Controller (rev 01)
Subsystem: Compaq Computer Corporation EtherExpress PRO/100 VM
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 66 (2000ns min, 14000ns max), cache line size 08
Interrupt: pin A routed to IRQ 5
Region 0: Memory at 40000000 (32-bit, non-prefetchable) [size=4K]
Region 1: I/O ports at 1000 [size=64]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-

thanks for helping in advance

GodSendDeath 08-26-2004 10:19 PM

i ran into a similar problem where the module just wasnt loaded. try as root

modprobe eepro100

I believe eepro100 is the module name. Then check if eth0 appears. If so, put that command in a startup file like /etc/rc.d/rc.local (slackware)

I would just try to find the corresponding module and modprbe it and see if that helps. Does the output of "lsmod" as root shot anything looking like eepro or eepro100? Hopefully this will point you in the right direction


-GSD


All times are GMT -5. The time now is 09:37 PM.