Thinkpad Z60M

Kevin Oberman oberman at es.net
Thu Mar 16 16:15:54 UTC 2006


> Date: Fri, 17 Mar 2006 01:54:00 +1100
> From: Norberto Meijome <freebsd at meijome.net>
> Sender: owner-freebsd-mobile at freebsd.org
> 
> hi there,
> looking into this laptop - i wanted to know if these components are
> supported (and whether there are any caveats):
> 
> - wireless card: Intel PRO/Wireless 2915ABG ( is this the iwi driver
> too?)

Atheros. Mine works very well (in a T43). Add if_ath_load to
/boot/loader.conf.

> 
> - Video card: 128MB ATI RADEON X600

No problems unless you use DRI. I believe the support for this is still
in progress. You probably want to install radeontool and add it to your
rc.suspend and rc.resume scripts.

Something like:
if [ -x /usr/local/bin/radeontool ]; then
    /usr/local/bin/radeontool light off
    /usr/local/bin/radeontool dac off
fi

You may want to run the DAC off when running on battery, too, to save a
little power. 

Also, put acpi_ibm_load into /boo/loader.conf and take a look at 'sysctl
dev.acpi_ibm'.
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman at es.net			Phone: +1 510 486-8634


More information about the freebsd-mobile mailing list