Here are some other installs: SUSE 8.2, SUSE 9.1, Ubuntu 5.04
Installationreport of SUSE 9.1 on the ASUS L3500D
Last Update: 2004-06-28

2004-04-23

My SUSE 9.1 arrived today. To be honest, I'm really, really keen to install it right away. But then again, it's friday, 04:00 PM. And that means, we'll have a BBQ tonight with lots of beer an fun. And as we all know, alcohol and root rights don't mix very well. So my new toy has to wait 'till tomorrow.

If you have questions or comments regarding the installation, feel free to contact me at: uli at wach hyphen o hyphen witz dot de



2004-04-24

Despite the heavy abuse of Flensburger image extlink, I'll try to install the new toy.
Details about the hardware can be found here where I described the installation of SUSE 8.2.

Ok, here we go. I've started the installation with DVD 1. As usual with SUSE, it went quite and smooth. To my surprise everything worked right out of the box. And I mean everything ;-) (at least everything that is important to me).

The complete hardware was recognized and configured, including: Let's have a look at some details:

2004-04-25

§$&%?!

I don't know why, but suddenly 'powersave --suspend' stopped working. I have no clue why, but here is a short description of the problem:

The machine suspends as it should, but on resume, it loads the image from disk, and reboots.
This is an ever ongoing loop. There is no chance of entering the system. The only rescue was to boot with knoppix and to remove the 'resume' option from 'boot.lst'. One could also boot the 'Failsafe' variation.

Anyway, without this option a suspend is not possible. We'll see......


2004-04-25 (The same day, some hours later)

Now it's getting weird. The suspend-problem is caused by the module 'sis_agp' (Thanks to Stefan Seyfried for this tip). As long as this module is loaded, the machine will react as described above. As this module can't be unloaded, I have to blacklist it in '/etc/hotplug/blacklist'. I've simply made an entry 'sis-agp' to prevent this module from beeing loaded at boottime. Of course, without this module, there will be no 3d support anymore. As I don't use my notebook for games etc. I couldn't care less.

Right now 'suspend' is working and thats for that......


2004-04-26 Suspend

Well, here are some more infos regarding the suspend problem: http://article.gmane.org/gmane.linux.kernel/199869/match=

How-To
  1. You have to install the kernel sources
  2. apply this patch
  3. recompile
  4. remove 'sis-agp' from '/etc/hotplug/blacklist' if you put it there
  5. reboot
For me, it's working. Suspending and resuming WITH loaded 'sis_agp'

How to apply the patch:
> cd /usr/src/linux
> patch -p1 < /tmp/patch1
> zcat /proc/config.gz > .config
> make all modules_install install

-> UPDATE <-


2004-04-29 ACPI Fn-Keys

Another nice thing I've found working are the function 'Fn' keys.At least for 'brightness' and 'suspend'. Simply edit '/etc/sysconfig/powersave/common' to get the actions you need.

My 'events' section looks like this:
## Path: System/Powermanagement/Powersave/Events
## Type: string(notify,wm_shutdown,wm_logout,standby,suspend,screen_saver,ignore)
#
# Button events. What functions of the proxy should be
# triggered if a ACPI button is pressed?
#
POWERSAVE_EVENT_BUTTON_POWER="wm_shutdown"
POWERSAVE_EVENT_BUTTON_SLEEP="suspend"
POWERSAVE_EVENT_BUTTON_LID_OPEN="switch_vt"
POWERSAVE_EVENT_BUTTON_LID_CLOSED="screen_saver"

Also working are the 'Fn' keys for the switching between 'LCD' and 'CRT'. Same goes for the TV-OUT. If ie. a TV is connected when starting the X-server, the TV-OUT is activated regarding the settings in the BIOS (NTS/PAL).

For getting all the other ACPI-keys (like volume and the 4 silver buttons beside the power button) I use Stefan Seyfrieds script which can be found in the documentation at '/usr/share/doc/packages/powersave/contrib/acpi_hotkeys_ASUS_L2400D'. I rewrote it a bit as I only wanted the volume keys. After that I enabled this script in '/etc/powersave.conf' to handle all 'other' events.


2004-05-10 Kernel Update

SUSE released a new kernel this weekend. The new kernel is '2.6.4-54.5'. With this update the above mentioned patch is no longer necessary. On the contrary, after installing the new kernel with YOU my system was fubar ;-)

As this was no surprise (do I have to refer to the mentioned patch?) I simply started from DVD, chose 'Installation/Repair installed system' and all was fine again. Now 'suspend' works without blacklisting 'sis_agp' with an original SUSE kernel ;-)


2004-05-30 Modem

I've received a very helpfull hint from Federico Dami. He's got the modem working. Here's what he did:
Thats it. Now the modem is accessible as 'ttySL0'. All further configuration (kinternet, wvdial, etc) depends on you system and I'll leave it up to your imagination. Be aware that you don't hear the modem dialing, nonetheless, it works.


OK, that's it for now. I'm sure i'll find some more things to tweak. Anyway, I'll keep you informed