LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-12-2005, 02:15 AM   #1
Fin7PL
Member
 
Registered: Mar 2005
Location: Finland
Distribution: FreeBSD 9.0
Posts: 59

Rep: Reputation: 17
eth0 TX errors??


Hi!

I have REDHAT 6.2 Running on P150 32mb Ram
NIC: SMC1244TX

Ifconfig eth0 shows this

eth0 Link encap:Ethernet HWaddr 00:50:BF:9D:31:5A
inet addr:192.168.0.4 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MTU:1500 Metric:1
RX packets:672 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:632 dropped:0 overruns:0 carrier:1250
collisions:0 txqueuelen:100
Interrupt:10 Base address:0xd000


Errors and Carrier. I use the new tulip.o driver..

I can use network but i think sometimes it acts littlebit slow but not always.

So i can access internet from the machine but i was just wondering that thing. Sometimes it´s slow and i think it might be that TX error thing.

How do you feel?
 
Old 09-12-2005, 07:20 AM   #2
mgmax
Member
 
Registered: Jul 2005
Distribution: Debian
Posts: 82

Rep: Reputation: 16
Hello,

TX means transferred (sent).
RX means received.

That means no packet has got out over the network connection!!!

Could you post your
Code:
dmesg
, please?

mgmax
 
Old 09-13-2005, 03:28 AM   #3
Fin7PL
Member
 
Registered: Mar 2005
Location: Finland
Distribution: FreeBSD 9.0
Posts: 59

Original Poster
Rep: Reputation: 17
Linux version 2.2.14-5.0 (root@localhost.localdomain) (gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)) #4 Mon Sep 5 01:03:52 EEST 2005
Detected 149691867 Hz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 59.80 BogoMIPS
Memory: 30536k/32768k available (1116k kernel code, 416k reserved, 636k data, 64k init, 0k bigmem)
Dentry hash table entries: 262144 (order 9, 2048k)
Buffer cache hash table entries: 32768 (order 5, 128k)
Page cache hash table entries: 8192 (order 3, 32k)
VFS: Diskquotas version dquot_6.4.0 initialized
CPU: Intel Pentium 75 - 200 stepping 0c
Checking 386/387 coupling... OK, FPU using exception 16 error reporting.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
Intel Pentium with F0 0F bug - workaround enabled.
POSIX conformance testing by UNIFIX
PCI: PCI BIOS revision 2.10 entry at 0xfb430
PCI: Using configuration type 1
PCI: Probing PCI hardware
Linux NET4.0 for Linux 2.2
Based upon Swansea University Computer Society NET3.039
NET4: Unix domain sockets 1.0 for Linux NET4.0.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
TCP: Hash tables configured (ehash 32768 bhash 32768)
Initializing RT netlink socket
Starting kswapd v 1.5
Detected PS/2 Mouse Port.
Serial driver version 4.27 with MANY_PORTS MULTIPORT SHARE_IRQ enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
pty: 256 Unix98 ptys configured
apm: BIOS not found.
Real Time Clock Driver v1.09
RAM disk driver initialized: 16 RAM disks of 4096K size
PIIX3: IDE controller on PCI bus 00 dev 39
PIIX3: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x3000-0x3007, BIOS settings: hdaio, hdbio
ide1: BM-DMA at 0x3008-0x300f, BIOS settings: hdcio, hddio
hda: ST51270A, ATA DISK drive
hdd: HL-DT-ST GCE-8520B, ATAPI CDROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: ST51270A, 1223MB w/128kB Cache, CHS=2485/16/63
hdd: ATAPI 40X CD-ROM CD-R/RW drive, 2048kB Cache
Uniform CDROM driver Revision: 2.56
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
raid5: measuring checksumming speed
8regs : 150.114 MB/sec
32regs : 110.490 MB/sec
using fastest function: 8regs (150.114 MB/sec)
scsi : 0 hosts.
scsi : detected total.
DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org.
md.c: sizeof(mdp_super_t) = 4096
Partition check:
hda: hda1 hda2 hda3
autodetecting RAID arrays
autorun ...
... autorun DONE.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 64k freed
Adding Swap: 144640k swap-space (priority -1)

pci-scan.c:v1.12 7/30/2003 Donald Becker <becker@scyld.com> http://www.scyld.com/linux/drivers.html
tulip.c:v0.98 1/8/2004 Written by Donald Becker <becker@scyld.com>
http://www.scyld.com/network/tulip.html
eth0: ADMtek Centaur-P rev 17 at 0xc282d000, 00:50:BF:9D:31:5A, IRQ 10.
eth0: MII transceiver #1 config 1100 status 786d advertising 05e1.
 
Old 09-13-2005, 06:50 AM   #4
mgmax
Member
 
Registered: Jul 2005
Distribution: Debian
Posts: 82

Rep: Reputation: 16
Hmm... nothing special.
does /var/log/messages report anything interesting?
 
Old 09-28-2005, 12:15 PM   #5
Fin7PL
Member
 
Registered: Mar 2005
Location: Finland
Distribution: FreeBSD 9.0
Posts: 59

Original Poster
Rep: Reputation: 17
Nothing special in log messages...

Whats /etc/hotplug/net.agent: invoke ifup eth0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
internet errors: eth0 does not exist glimmy Linux - Distributions 49 12-18-2005 09:16 PM
eth0: TX timeout errors Mike Davies Linux - Networking 1 09-19-2005 12:34 PM
PCMCIA eth0 errors Mike Davies Linux - Networking 0 08-27-2005 06:57 AM
Errors on eth0 TrKyle Linux - Networking 10 06-25-2002 05:54 PM
eth0 92 errors? :( Jase Linux - Networking 2 08-23-2001 12:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration