From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 30 05:08:15 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F9B316A401 for ; Tue, 30 Jan 2007 05:08:15 +0000 (UTC) (envelope-from kjelderg@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id ED81113C46B for ; Tue, 30 Jan 2007 05:08:14 +0000 (UTC) (envelope-from kjelderg@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1345810uge for ; Mon, 29 Jan 2007 21:08:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=APGvEeTRCDpUfxTc+pQYZZ0Wkk2DXXSBJ1vmi0s5hVCyt4wTCG9iONbnhUEZKWiMXzxYxa3ySukjQ/Ms/ey6pMHmAXoR/ye4csbmmW3N5vGkx/TltL468kZ0xNXccUJ0H4OM2vJUu+bejhy2NlYvEjrW8YdHYP7Wi6lbZECaXzs= Received: by 10.78.201.2 with SMTP id y2mr4670712huf.1170132109555; Mon, 29 Jan 2007 20:41:49 -0800 (PST) Received: by 10.78.13.1 with HTTP; Mon, 29 Jan 2007 20:41:49 -0800 (PST) Message-ID: Date: Mon, 29 Jan 2007 22:41:49 -0600 From: "Eric Kjeldergaard" To: Cecil In-Reply-To: <292cd6c618a6479e8eb187715bc3da85.ceco108@gimail.af.mil> MIME-Version: 1.0 References: <292cd6c618a6479e8eb187715bc3da85.ceco108@gimail.af.mil> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mobile@freebsd.org Subject: Re: Help configuring ThinkPad R40 drives FBSD 6.2 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 05:08:15 -0000 On 29/01/07, Cecil wrote: > > Hello all, > I need help configuring the video driver and APG, modem, and wireless card > for my Thinkpad R40 model 2723-3XU. I installed 6.2 with Gnome desktop and > apps. The IBM site state that this model has a XGA (1024x768) 32 MB ATI > radeon 7500, with a Intel 802.11B wireless card. I have been trying to > read the man pages for the devices that are recognized but I get frustrated > and lost. I reviewed the dmesg with these results: I have an R40 myself, different model number, but similar hardware. Display: > > agp0: mem 0xd0000000-0xdfffffff at device > 0.0 on pci0 > pci1: on pcib1 > pci1: at device 0.0 (no driver attached) > vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 For display, you just need a regular radeon agp section in xorg.conf. It'll have something like this: Section "Device" Identifier "Radeon7500" Driver "radeon" BusID "PCI:1:0:0" Option "DynamicClocks" "on" EndSection Unfortunately, DRI is broken with suspend in freebsd (at least last I checked) so there's no real advantage to adding all of the usual fast agp stuff that I know of. Wireless card I think: > > pcib2: at device 30.0 on pci0 > pci2: on pcib2 > cbb0: irq 11 at device 0.0 on pci2 > cardbus0: on cbb0 > pccard0: <16-bit PCCard bus> on cbb0 > pci2: at device 2.0 (no driver attached) > > pci0: at device 31.3 (no driver attached) > pci0: at device 31.5 (no driver attached) Not sure which driver this is offhand, but I would think you would either `kldload if_ath` or `kldload if_iwi` (I think this is most likely) or any of the other drivers. It seems like intels may have had a port like net/iwi-firmware required for its operation. The modem I think: > I am really lost here! > pci0: at device 31.6 (no driver attached) I am really unsure on the modem. I assumed they were lucentmodems (there's a port, comms/ltmdm that might work) but am not sure. I haven't had a need. I need to configure this to for the fan I think > acpi_tz0: on acpi0 The fan (on mine) works automatically. The thermal zone lets you see the temperature via `sysctl hw.acpi`. Thanks in advance for all help, I hope this helps a little. I find my R40 easier to set up in freebsd than in other operating systems, but of course ymmv. -- If I write a signature, my emails will appear more personalised.