Hi there group. I'm having trouble with a fxp0 card. When I ping it there are little lost packets, also the netstat -ni shows a lot collisions. The polling is enabled: kern.polling.idlepoll_sleeping: 1 kern.polling.stalled: 422 kern.polling.suspect: 937141 kern.polling.phase: 0 kern.polling.enable: 1 kern.polling.handlers: 1 kern.polling.residual_burst: 0 kern.polling.pending_polls: 0 kern.polling.lost_polls: 944349 kern.polling.short_ticks: 623 kern.polling.reg_frac: 20 kern.polling.user_frac: 50 kern.polling.poll_in_trap: 0 kern.polling.idle_poll: 0 kern.polling.burst_max: 150 kern.polling.each_burst: 5 kern.polling.burst: 150 hw.acpi.thermal.polling_rate: 10 What are they for? I've taken a look at the man netstat but wasn't able to find description? thanks! Here is the netstat -ni netstat -ni Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll fxp0 1500 <Link#2> 00:08:c7:5b:53:5f 4504986 0 2093233 0 185206 fxp0 1500 112.15.128 112.15.128.88 1716322 - 2108533 - - plip0 1500 <Link#3> 0 0 0 0 0 pflog 33208 <Link#4> 0 0 0 0 0 lo0 16384 <Link#5> 4157762 0 4157762 0 0 lo0 16384 127 127.0.0.1 3964179 - 3964179 - - lo0 16384 ::1/128 ::1 191850 - 191850 - - lo0 16384 fe80:5::1/64 fe80:5::1 0 - 0 - - -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Anton - Valqk wrote:> netstat -ni > Name Mtu Network Address Ipkts Ierrs Opkts > Oerrs Coll > fxp0 1500 <Link#2> 00:08:c7:5b:53:5f 4504986 0 2093233 > 0 185206Hmmm... what's the output of 'ifconfig fxp0'? Are you by any chance running this card in half-duplex mode? If you were connecting to a hub (rather than a switch) and all of your network was running half-duplex, then that level of collisions wouldn't be particularly remarkable. However nowadays basic 100Mb switches are cheap, so that would be rather unusual. However, a card that fails to autonegotiate with the switch will fall back to running at 100-half. That's generally pretty obvious because performance will be abysmal. Other alternatives are hardware problems -- try a different ethernet cable. Try plugging into a different port on the switch. Try a different computer on the cable etc. where you're seeing the problems. If none of that identifies a fault in the cabling, then it's looking more likely that your network interface has gone fubar. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 250 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20061104/3105d855/signature-0001.pgp
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, the card is connected to a switch that is manageble and the port is set to 10Mbit Full duplex on purpose. I'm not setting the port speed manual - is that a problem when the port is not 100mbit/fd? This is the ifconfig output: fxp0: flags=18843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,POLLING> mtu 1500 options=48<VLAN_MTU,POLLING> inet 112.15.128.88 netmask 0xffffff00 broadcast 112.15.128.255 inet6 fe80::208:c7ff:fe5b:54f2%fxp0 prefixlen 64 scopeid 0x2 ether 00:08:c7:5b:54:a5 media: Ethernet autoselect (10baseT/UTP) status: active -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFTwENzpU6eaWiiWgRAjwgAJ4rfWbA5xDWmHE1MxWn36j2Njs/swCbBzJM Hg+zdfQGMra50Rh7k290Ofw=DtBT -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.