From owner-freebsd-hardware@FreeBSD.ORG Mon May 11 01:24:26 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFB2A106566B for ; Mon, 11 May 2009 01:24:26 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id BD9378FC15 for ; Mon, 11 May 2009 01:24:26 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so2129328rvb.43 for ; Sun, 10 May 2009 18:24:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=cV6vUHwQzzA+tptcysfplL8l3LS7Hlm9iFegnd6jsiI=; b=OMrANv+jiKzWFV/EKEQeiuR9m5JG2sAF85CiOzouu+tQSbUGKMfZOIuKzOWj3UpsVa yCqz1qa/m3yFEaiQbdPQ89G6qi2lWwpLRiDVHUPHFoKPa/lyOn4UzCLazJUHa7+t6XRF 0ks98MrNmsm0RGS3Xj5k3HQQXzGnYyrOBBI1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=mie96Ljpg1UoGF8knLFS92ZOakxo/Yg06xCq4niDYR3+HKGxiUzGA76V9oVmFd12/X t/4wUPB750ViC+oqBKZhGV1VWxqQ0T/8gNs21ug183GtcOdnBRHpEeQhKmgTAl3P9QrQ DsWFd7ffbon7hl8pAdvLnnpaxdvcS0qrPYhoc= Received: by 10.140.201.8 with SMTP id y8mr2622814rvf.160.1242003140080; Sun, 10 May 2009 17:52:20 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id k41sm4369626rvb.47.2009.05.10.17.52.18 (version=SSLv3 cipher=RC4-MD5); Sun, 10 May 2009 17:52:19 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 11 May 2009 10:00:16 +0900 From: Pyun YongHyeon Date: Mon, 11 May 2009 10:00:16 +0900 To: Alexander Gumenyuk Message-ID: <20090511010016.GC65350@michelle.cdnetworks.co.kr> References: <1a1185230905090539i594abd5cp9a8751a40c5df43a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1a1185230905090539i594abd5cp9a8751a40c5df43a@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hardware@freebsd.org Subject: Re: System does not see network devices X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2009 01:24:27 -0000 On Sat, May 09, 2009 at 03:39:24PM +0300, Alexander Gumenyuk wrote: > Hello Everyone, > > Can somebody tell me which of following network devices of my laptop (Compaq > 6730s *FU573ES*) is/will be supported by FreeBSD? > I tried FreeBSD 7.1-Release i386 and none of them is detected by system. > > First one is Intel WiFi Link 5100, model: 512AG_MMW. > > Second one is Marvell Gigabit (don't know specific model) > > Here is pciconfig -lv info on them: > > none1@pci0:3:0:0: class=0x028000 card=0x12068086 chip=0x42328086 rev=0x00 > hdr=0x00 > vendor = 'Intel Corporation' > class = network > none2@pci0:69:0:0: class=0x020000 card=0x30e9103c chip=0x436c11ab > rev=0x00 hdr=0x00 > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > class = network > subclass = ethernet > This looks like Marvell Yukon 88E8072 Gigabit ethernet controller. It's not yet supported by msk(4) and needs more work to support Yukon Extreme and Yukon Supreme prior to adding the hardware to the supported list. I don't have that hardware so I'm not sure when the support code would be written though. > Which *drivers/boot options/kernel modules* should I use to enable them? > AFAIK Marvell used to release binary drivers for FreeBSD. I guess you can use them until msk(4) has a support code for 88E8072. > Thanks in advance.