From owner-freebsd-mobile@FreeBSD.ORG Sun Jul 27 11:51:48 2014 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FDEC256 for ; Sun, 27 Jul 2014 11:51:48 +0000 (UTC) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [IPv6:2a01:4f8:201:220c::1:1]) by mx1.freebsd.org (Postfix) with ESMTP id 57D5E2450 for ; Sun, 27 Jul 2014 11:51:48 +0000 (UTC) Received: from sona.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id 842C95C10 for ; Sun, 27 Jul 2014 13:51:46 +0200 (CEST) Message-ID: <53D4E7D1.7060806@borderworlds.dk> Date: Sun, 27 Jul 2014 13:51:45 +0200 From: Christian Laursen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Re: Dell E6330 References: <20140727092601.GA1719@La-Habana> In-Reply-To: <20140727092601.GA1719@La-Habana> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 11:51:48 -0000 On 07/27/14 11:26, Matthias Apitz wrote: > > Hello, > > I'm thinking in bying a laptop Dell E6330; the internals are: > > > DELL Latitude E6330, Intel Core i7-3520M, 2.9GHz, 8GB, 500GB, 13.3"(33.8 cm) HD 1366 x 768 LED Display, WebCam, DVD+/-RW, W-Lan a/g/n, Bluetooth, Windows 7 Professional 64 Bit & beleuchtete DE Tastatur > > CPU Intel Core i7-3520M > chipset Intel QM77 Express > GRAFIK Intel HD Graphics 4000 > WLAN Intel 6300 AGN Wireless LAN 802.11b/g/n > > Does anybody knows if the chips are supported in FreeBSD 10 or CURRENT? > > Thanks in advance for any comments. > > matthias I have a DELL Latitude E5430 and it looks like a fair deal of the hardware is similar: $ dmesg | grep iwn iwn0: mem 0xf7e00000-0xf7e01fff irq 17 at device 0.0 on pci2 $ grep intel /var/log/Xorg.0.log | grep "HD Gra" [ 25.914] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000 Wi-fi and graphics are what I am usually most worried about on laptops and both of these work fine under 9.3-RELEASE. The only thing I am missing is the ability to change the backlight level. It's probably possible but I haven't figured out how yet. -- Christian Laursen