From owner-freebsd-small Fri Aug 3 5:52:53 2001 Delivered-To: freebsd-small@freebsd.org Received: from EM550.home.com (a66b91n25client33.hawaii.rr.com [66.91.25.33]) by hub.freebsd.org (Postfix) with ESMTP id DD36637B401 for ; Fri, 3 Aug 2001 05:52:49 -0700 (PDT) (envelope-from randal@mailrelay.hits.net) Received: from vaio (h105.home.com [10.0.0.105]) by EM550.home.com (8.11.3/8.11.3) with ESMTP id f73CkVG16259 for ; Fri, 3 Aug 2001 02:46:33 -1000 (HST) (envelope-from randal@mailrelay.hits.net) From: "Randal Masutani" To: freebsd-small@freebsd.org Date: Fri, 3 Aug 2001 02:51:48 -1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: sis0 problems sending out zeros. Reply-To: randal@mailrelay.hits.net Message-ID: <3B6A11C4.20097.25A29E@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just recvd one of Soren's Net4501 board. I managed to install PicoBSD(4.3-Release) on a 32MB compactflash and get the network driver to load. PicoBSD is booting okay and I can login okay. But the ethernet interfaces are not working. Basically the OS does see them and attaches them and the rc scripts even initializes them okay. But they only send out bad packets with zero source and dest MAC addresses. The interfaces seems to be configured okay. sis0: port 0xe000-0xe0ff mem 0xa0000000- 0xa0000fff irq 10 at device 18.0 on pci0 sis0: Ethernet address: 00:00:24:c0:02:8c miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis1: port 0xe100-0xe1ff mem 0xa0001000- 0xa0001fff irq 11 at device 19.0 on pci0 sis1: Ethernet address: 00:00:24:c0:02:8d miibus1: on sis1 ukphy1: on miibus1 ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto sis2: port 0xe200-0xe2ff mem 0xa0002000- 0xa0002fff irq 5 at device 20.0 on pci0 sis2: Ethernet address: 00:00:24:c0:02:8e miibus2: on sis2 ukphy2: on miibus2 ukphy2: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto # ifconfig -au sis0: flags=8843 mtu 1500 inet 10.0.0.200 netmask 0xff000000 broadcast 10.255.255.255 ether 00:00:24:c0:02:8c media: autoselect (100baseTX) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP none Output from a Sniffer and tcpdump shows that packets going out of sis0 have 00:00:00:00:00:00 source and dest MAC addresses. Anyone have any ideas about this? Randal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message