On Thu, 10 Feb 2005 11:55:41 +0530, Pillai, Gishu R (GE Energy) gishu.pillai@bently.com wrote:
Nopes. 8139too is the one that RHL has assigned to the device. Still won't activate Gishu
paste the output of lspci -vv and also make sure that the mac address in the ifcfg-eth file is the same as that of the card. Also check if there are any strange messages in the output of dmesg -- Clifford
Outputs (inline below) although I don't have a clue what that just did. Looks like a device scan output. Couldn't make anything out. Saved this from RHL. Looks real screwed up in Notepad... must be diff in newline char usage. Home Setup: 2m/cs -crossover cable. RHL on PentII dual boot with win98. Would RHL auto assign IP/s like Win. the link works with Win98<>WinXP on M/c2
O_this_T Could someone let me know what is the equivalent of a Windows 'dir /s Image*.*' in linux. Am trying to get a bit familiar with Linux Shell commands using CygWin on my office m/c. Couldn't get it from the man page either.
Gishu ----- dmesg: ip_tables: (C) 2000-2002 Netfilter core team 8139too Fast Ethernet driver 0.9.25 PCI: Found IRQ 3 for device 00:12.0 divert: allocating divert_blk for eth0 eth0: RealTek RTL8139 Fast Ethernet at 0xc68abf00, 00:08:a1:5f:b6:a2, IRQ 3 eth0: Identified 8139 chip type 'RTL-8139C' eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability 41e1.
lspcii:
00:12.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) Subsystem: D-Link System Inc DFE-538TX 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: 64 (8000ns min, 16000ns max) Interrupt: pin A routed to IRQ 3 Region 0: I/O ports at dc00 [size=256] Region 1: Memory at efffbf00 (32-bit, non-prefetchable) [size=256] Capabilities: [50] Power Management version 2 Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME-
On Thu, 17 Feb 2005 11:25:31 +0530, Pillai, Gishu R (GE Energy) gishu.pillai@bently.com wrote:
Outputs (inline below) although I don't have a clue what that just did. Looks like a device scan output. Couldn't make anything out. dmesg: ip_tables: (C) 2000-2002 Netfilter core team 8139too Fast Ethernet driver 0.9.25 PCI: Found IRQ 3 for device 00:12.0 divert: allocating divert_blk for eth0 eth0: RealTek RTL8139 Fast Ethernet at 0xc68abf00, 00:08:a1:5f:b6:a2, IRQ 3 eth0: Identified 8139 chip type 'RTL-8139C' eth0: Setting 100mbps full-duplex based on auto-negotiated partner ability 41e1.
hi gishu, well, your dmesg output shows the driver messages and also 'eth0' being associated with driver [Fast Ethernet driver 0.9.25] anyway, now check, /etc/network/interfaces (its a text file) give the IP address, netmask, etc and restart machine. btw, can u outline the procedure used by you the first time ? did you delete anything using the GUI interface ? Did you use the Internet Configuration Wizard to setup or CLI ?
On Thu, Feb 17, 2005 at 11:25:31AM +0530, Pillai, Gishu R (GE Energy) wrote:
O_this_T Could someone let me know what is the equivalent of a Windows 'dir /s Image*.*' in linux. Am trying to get a bit familiar with Linux Shell commands using CygWin on my office m/c. Couldn't get it from the man page either.
Which man page? The 'the' man page?
ls -R is recursive ls.
You might want 'find', though.