From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 24 09:46:31 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0968216A468 for ; Thu, 24 Jan 2008 09:46:31 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id CCA8113C4E7 for ; Thu, 24 Jan 2008 09:46:30 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so291677waf.3 for ; Thu, 24 Jan 2008 01:46:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=WQsFVD6DLZ5oSVxL+7W6GXs5XnzY/l9qdrTOz/eP8MA=; b=OM0hy7km86vOeWm+lOii6rgCk8GI6TUOEo9kDY4KaamsnNn5VrYumoWt7FvEiByAv67KFGpOChKtBssE+UJOEHmq5lANWXk9U07odit0CG4DUSGLOEzXUS8x5seF6iXi5eTjQQ/Dxf0P+FWzn46BYVB7UpSku2LUURzo2O3Ed0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=JOseXUhF4OA3AZhz1VHWoOs/HYGVRY4SF5Q0nwFnpOwr7MtrYexPvQN8Sj1bKUuXgcXV9MBQQWGxa8FGTRm4q6FzNL9Vzxb/0IU1KqKRR7u7g+i5awbdHbwkRTM9SMRPwg17fnRdiVHHwfzyRv8QsR0gChGNrdPmVzAUEyDWbuE= Received: by 10.114.173.15 with SMTP id v15mr550879wae.63.1201167989775; Thu, 24 Jan 2008 01:46:29 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id j21sm1180989wah.8.2008.01.24.01.46.27 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Jan 2008 01:46:28 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m0O9kNAk019832 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 24 Jan 2008 18:46:23 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m0O9kKVq019831; Thu, 24 Jan 2008 18:46:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 24 Jan 2008 18:46:20 +0900 From: Pyun YongHyeon To: Chris Stromblad Message-ID: <20080124094620.GC18179@cdnetworks.co.kr> References: <4797241D.8080000@wa-sp.com> <20080123123244.GG14495@cdnetworks.co.kr> <47974615.2030901@wa-sp.com> <20080124012957.GB18179@cdnetworks.co.kr> <1201166851.8147.18.camel@localhost, > Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1201166851.8147.18.camel@localhost,> User-Agent: Mutt/1.4.2.1i Cc: freebsd-hackers@freebsd.org Subject: Re: Dell XPS 1530 - Network card issue - Marvell 88E8040 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2008 09:46:31 -0000 On Thu, Jan 24, 2008 at 10:27:31AM +0100, Chris Stromblad wrote: > Hi, > > This is the output from lspci -v: 'lspci -nvv' is preferred as I have to check device ids. > 09:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 > PCI-E Fast Ethernet Controller (rev 12) > Subsystem: Dell Unknown device 022e > Flags: bus master, fast devsel, latency 0, IRQ 16 > Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K] > I/O ports at de00 [size=256] > Capabilities: > > 0b:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG > Network Connection (rev 02) > Subsystem: Intel Corporation Unknown device 1021 > Flags: bus master, fast devsel, latency 0, IRQ 17 > Memory at f9eff000 (32-bit, non-prefetchable) [size=4K] > Capabilities: > > I included the wireless data as well because I wanted to ask if you know > whether or not this has support from ports? It doesn't get detected when > booting FreeBSD so I assume that either it needs a binary blob, or that > perhaps there are some drivers in ports that can be installed once I > have the wired network functioning properly. > Didn't wpi(4) detect your wireless network hardware? > Once again thank you very much for your help, and if there is anything > else I can do or get you, please let me know! > > - Chris > -- Regards, Pyun YongHyeon