Files
firestuff/markdown/2006-04-07-ibm-z60m-in-linux.md

27 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2019-04-21 18:10:05 +00:00
<!--# set var="title" value="IBM Z60m in Linux" -->
2019-04-25 02:45:09 +00:00
<!--# set var="date" value="2006-04-07" -->
2019-04-21 18:10:05 +00:00
<!--# include file="include/top.html" -->
I picked up a new IBM Z60m laptop at work. Heres the rundown from trying to install Debian:
* Forget Sarge; it doesnt support the wired or wireless network cards or the hard disk controller.
* Forget the [Sarge+2.6.15](http://kmuto.jp/b.cgi/debian/d-i-2615.htm) image with the internal CD-ROM drive; it doesnt support it, though it finds the hard drive and the wired ethernet.
* Since I dont have the 2.6.15 image on my USB drive, I pulled out the USB CD-ROM and installed from that.
* If you let the Debian installer partition for you, it leaves the 4.5GB restore partition. If you dont want this, partition manually.
* After it installs, youll want to add the following your /etc/modules:
* radeonfb
* cpufreq\_userspace
* speedstep\_centrino
* The console framebuffer comes out to a whopping 210×65 characters (1600×1050 pixels).
* Install powernowd to get the CPU scaling working properly.
* At 800mhz (the lowest SpeedStep) with the screen dimmed all the way, the battery gets about 3h:30m.
* Youll need to put firmware for the IPW2200 driver in /lib/firmware; you can get it [here](http://ipw2200.sourceforge.net/).
* X is a real pain to get working. The ATI driver doesnt seem to know about this card. The only way I managed was to disable the “dri” module and use the “fbdev” driver; I had to add an “fbset -depth 32″ at startup to get the color depth right.
* The CD-ROM/DVD drive is also a real trip. Edit /etc/mkinitramfs/modules and add:
* libata atapi\_enabled=1
* Then dpkg-reconfigure your kernel image module (”dpkg-reconfigure linux-image-2.6.16-1-686″ for me).
* This will let you mount CDs, but doesnt seem to support the raw access needed by libdvdcss2. I still cant play DVDs with this drive. libata ATAPI support is under active development, so hopefully this will clean up soon.
<!--# include file="include/bottom.html" -->