From owner-freebsd-questions@FreeBSD.ORG Sun Jan 11 01:11:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 562FE106566B for ; Sun, 11 Jan 2009 01:11:03 +0000 (UTC) (envelope-from will.rutherdale@utoronto.ca) Received: from mail.vex.net (smaug.vex.net [208.76.104.132]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA7E8FC19 for ; Sun, 11 Jan 2009 01:11:02 +0000 (UTC) (envelope-from will.rutherdale@utoronto.ca) Received: from [192.168.110.8] (unknown [207.35.13.79]) by mail.vex.net (Postfix) with ESMTPA id 2E0F81707F for ; Sat, 10 Jan 2009 20:11:01 -0500 (EST) Message-ID: <49694724.6090705@utoronto.ca> Date: Sat, 10 Jan 2009 20:11:00 -0500 From: William Gordon Rutherdale User-Agent: Thunderbird 1.5.0.14ubu (X11/20080505) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4968EDAF.40108@utoronto.ca> <3a142e750901101153x66d0099dxa871dce07df32175@mail.gmail.com> In-Reply-To: <3a142e750901101153x66d0099dxa871dce07df32175@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Cannot get ethernet off the ground X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2009 01:11:03 -0000 I have to use paper-sneakernet because - no network connectivity yet - tried plugging in a memory stick; it flashed but nothing showed up with the 'mount' command Here are the last two entries from the 'pciconf -lv' command, which look relevant to the problem. I had to write them down on paper and walk over to this room to type them. Please pardon any typos: none2@pci0:2:0:0: class=0x020000 card=0x2abf103c chip=0x816810ec rev=0x02 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL 8168/8111 PCI-E Gigabit Ethernet NIC' class = network subclass = ethernet fwohci0@pci:1:5:0: class=0x0c0010 card=0x2a6f103c chip=0x581111c1 rev=0x70 hdr=0x00 vendor = 'Lucent/Agere Systems (Was: AT&T MicroElectronics)' device = 'FW322 1394A PCI PHY/Link Open Host Ctrlr I/F' class = serial bus subclass = FireWire It sounds like I have both an ethernet adapter and firewire. Some part of FreeBSD recognises both. However the network configuration recognises the firewire and not the ethernet adapter as available for networking. This is despite the network adapter actually being connected by CAT5 to a live network. Question 0. Is there a way to get ifconfig to recognise the ethernet adapter? Question 1. Is it possible that FreeBSD 7.1 would do a better job? Question 2. How can I mount and write stuff to my memory stick on this OS? -Will Paul B. Mahol wrote: > On 1/10/09, William Gordon Rutherdale wrote: > >> Hi. >> >> I have just installed FreeBSD on a machine and am having trouble getting >> basic ethernet connectivity working. >> >> I know that the interface works because it functioned fine with the old >> virus software called 'Vista' on that connection. >> >> The ifconfig utility tells me that the machine recognises something >> called fwe0 with an ethernet address of 02:1e:8c:9a:3b:96. However >> dmesg tells me this is a 'Fake Ethernet' address. >> >> I used ifconfig (as root) to set the ip address and netmask for fwe0, >> but am unable to ping another machine on the network. I have not tried >> installing FreeBSD before but have installed other operating systems in >> the past including various versions of Linux. >> >> Is it possible that FreeBSD is not recognising the ethernet device >> properly at boot time, and giving it the wrong driver? Or is there a >> simpler step I missed? >> >> What steps can I take to get this interface working? >> >> -Will >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> > > fwe is ethernet emulation driver for firewire. > post output of pciconf -lv. > >