Marco Atzeri <[EMAIL PROTECTED]> : [...] > first tentative to write a bug report
You are welcome. > Asus motherboard K8SMV with integrated SIS190 ethernet driver > vanilla kernel 2.6.15 (but the same also for .14) on Fedora 4 > > The SIS190 works sending data out but hangs around 90K when > receiving data in. No problem at all with the additional 8139 board > > I noted the same also with scp but for a clean test I used > vsftp on the ASUS, ncftp-cygwin on a laptop with 100Mbit > direct twisted cable and tried to move a large file in both directions > > out 37.68 MB at 6.32 MB/s OK > receive hangs around 90K Since it implies a really moderate amount of data, can you put a complete tcpdump/tethereal log somewhere (+ send a few ping on the misbehaving interface before and after the test) ? Just to be sure: it is a soft lock. The application hangs but the system is still responsive/usable. However it is impossible to send/receive any data through the sis190 interface, even with a different application. -> is the description right ? > I see no relevant message on /var/log/messages > and from lurking and googling I had the impression that there are no > SIS190 on ASUS really working. At least for the K8SMX, my Mail/linux/support/sis190 mailbox disagrees. People have the bad habit of sending private mail _without_ Ccing netdev though. > Additional note, when the cable is not connected the driver bores me > with a long list of this message > > kernel: eth1: PHY reset until link up You can control the verbosity level of the driver with the msglvl option of 'ethtool' and/or the debug option of the module when it is modprobed. > any suggestion or further test to be tried is welcomed 1 - Please send your current .config and a complete dmesg. 2 - Add 'ifconfig' and '/proc/interrupts' output after the devices are loaded and you have issued a few pings. 3 - Same thing as 2) when the transfer is hung. 4 - Don't filter lspci nor lsmod output (yep, I am a control freak). 5 - Please add the output of an 'ethtool eth1' to the mix. [...] > Linux version 2.6.15 ([EMAIL PROTECTED]) > (gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)) #7 PREEMPT Tue Jan 3 19:31:16 > CET 2006 PREEMPT makes me nervous. I am ok to try and debug any issue which could be related to it but I'd prefer that the whole system is made usable with a no-PREEMPT config first (SMP is fine though). Please send the updated .config as well. If the files are big and/or you do not have a permanent web repository, you can open a PR at http://bugzilla.kernel.org and add me in the Cc: list. -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html