Difference between revisions of "Installing Debian 3.1 (Sarge) on a ThinkPad T42"

From ThinkWiki
Jump to: navigation, search
(Bluetooth)
Line 35: Line 35:
 
I did a "apt-get install bluez-utils" and, voila, the bluetooth worked. I use the multisync package to sync my SonyEricsson T610 with Evolution and it works great.  
 
I did a "apt-get install bluez-utils" and, voila, the bluetooth worked. I use the multisync package to sync my SonyEricsson T610 with Evolution and it works great.  
  
To get gprs working a had to do a bit of work. I followed the instructions on [http://nix.fulhack.nu/z600/ this page] and got it working in the end.
+
To get gprs working I had to do a bit of work. I followed the instructions on [http://nix.fulhack.nu/z600/ this page] and got it working in the end.
  
 
==Wireless==
 
==Wireless==

Revision as of 11:06, 27 February 2005

My specs

I've just got a Thinkpad T42 (2373-9VG) with the following specs:

  • Pentium M745 (1.8GHz, 2Mb L2 Cahce)
  • 80GB 5400rpm HDD
  • 14.1 SXGA+(1400x1050) TFT LCD
  • 64MB ATI Radeon 9600
  • 24x24x24x/8x CD-RW/DVD
  • Intel 802.11b/g wireless(MPCI)
  • Bluetooth/Modem(CDC)
  • 1Gb Ethernet(LOM)

Preparing

First I had to start up Windows and check that everything worked out well. It did. Next step was to go into BIOS and disable the restore-partition on the harddrive. I also changed the IRQ settings in BIOS from 11 to Auto. Not sure if you have to, but I read that you should somewhere.

Then I repartitioned the disc (one small windows partition, one swap and one ext3 partition).

Installing Debian/Sarge

Boot up the Debian Installion CD. Remeber to boot the CD up with "linux26" to get the 2.6.x kernel directly. Everything worked just fine. Remeber to choose the radeon display-driver for X though.

2.6.10 kernel

Then a downloaded the source for the 2.6.10 kernel. I stoled a 2.6.9-config file and did a "make oldconfig". This is what came out that process. I didn't use any patch, it's simply not needed with kernel 2.6.10.

Display drivers

I choosed to stick with the opensource driver radeon since there were reports on problems with hibernation with the driver ATI drivers. However it should be pointed out thet the opensource driver is much slower, so if that bugs you...

Modem

Some people have reported that the SmartLink drivers (sl-modem) worked. However, for me they did not (I did get AT-commands to work, but not the dialing out). Instead the Linuxant driver (hsfmodem) worked just fine (the 14.4kbps is free but you'll have to pay a rather small amount for the full version of the driver).

Bluetooth

I did a "apt-get install bluez-utils" and, voila, the bluetooth worked. I use the multisync package to sync my SonyEricsson T610 with Evolution and it works great.

To get gprs working I had to do a bit of work. I followed the instructions on this page and got it working in the end.

Wireless

Not yet tested but shouldn't be a problem with the [Ipw2200 | ipw2200] driver.

Hibernation

I decided to don't care about standy-mode (when do you really use that?) since the ACPI standby-mode needs quite a lot of battry-power. However I wanted the hiberantion mode. After doing a "apt-get install hibernate" I made a script for hibernation

Cpufreq speedstepping

The cpufreq speedstepping in the 2.6.10 kernel works fine (wothout any patch). However it boots up with the "userspace cpufreq-govenor" which means that it does not take command over the setting the cpu frequincies itself. A "echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor" on boot fixes this (a made a small init.d-script for this). You can check the current cpu-freq with "cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq" and you can tweak the ondemand govenor by setting the values in /sys/devices/system/cpu/cpu0/cpufreq/ondemand (I haven't though).


My own notes

  • Done:

- Install Kernel 2.6.10 (enabled pccard) - apt-get install acpid - apt-get install alsa - add snd_intel8x0m to /etc/hotplug/blacklist - compiled cpufreq govenor ondemand - Change IRQ in BIOS. 11->Auto - Compile yenta_socket module ls - Install hsfmodem drivers (paid for) - Gaim - MozPlugger - Printers with CUPS

  • ToDo:

- Install fglrx driver - FireWall - Hibernate - Bluetooth