From owner-freebsd-qa Mon Mar 12 17:45:13 2001 Delivered-To: freebsd-qa@freebsd.org Received: from smtp3.knology.net (user-24-214-63-13.knology.net [24.214.63.13]) by hub.freebsd.org (Postfix) with SMTP id 58CCD37B71A for ; Mon, 12 Mar 2001 17:45:10 -0800 (PST) (envelope-from steve@havk.org) Received: (qmail 2034 invoked from network); 13 Mar 2001 01:45:09 -0000 Received: from user-24-214-88-8.knology.net (HELO bsd.havk.org) (24.214.88.8) by user-24-214-63-13.knology.net with SMTP; 13 Mar 2001 01:45:09 -0000 Received: by bsd.havk.org (Postfix, from userid 1001) id 7649B1A786; Mon, 12 Mar 2001 19:44:43 -0600 (CST) Date: Mon, 12 Mar 2001 19:44:43 -0600 From: Steve Price To: stable@freebsd.org Subject: dc network card driver problems in 4.3-BETA Message-ID: <20010312194443.C39224@bsd.havk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE i386 Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just upgraded a box from 4.2-RELEASE to 4.3-BETA from sources yesterday and the dc driver no longer likes my network card. The card is a Kingston KNE110TX. Here is the dmesg output from today. root@needle(~)# dmesg | more grep '^dc0:' dc0: <82c169 PNIC 10/100BaseTX> port 0xec00-0xecff mem 0xd5820000-0xd5820ff irq 11 at device 13.0 on pci0 dc0: Ethernet address: 00:c0:f0:5a:d0:ce dc0: failed to force tx and rx to idle state dc0: failed to force tx and rx to idle state dc0: failed to force tx and rx to idle state root@needle(~)# uname -a FreeBSD needle.marthapullen.com 4.3-BETA FreeBSD 4.3-BETA #0: Mon Mar 12 11:05:30 CST 2001 steve@needle.marthapullen.com:/usr/src/sys/compile/needle i386 And here is the dmesg output from the previous kernel. root@needle(~)# dmesg | more grep '^dc0:' dc0: <82c169 PNIC 10/100BaseTX> port 0xec00-0xecff mem 0xd5820000-0xd58200ff irq 11 at device 13.0 on pci0 dc0: Ethernet address: 00:c0:f0:5a:d0:ce root@needle(~)# uname -a FreeBSD needle.marthapullen.com 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 The network card was working fine until after I upgraded. Now it doesn't seem to want to transmit any packets. In fact I can't do simple things like 'ping 192.168.21.3' which is the IP address for this card without getting 'permission denied' messages. Has anyone else experienced this problem? Thanks. -- Steve Price To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message