
Linux on the Samsung x10 1400This is mainly for myself because I keep forgetting what I did to make Linux work on my notebook. I use Gentoo Linux, but this document should apply to almost any distribution.InstallationInstallation went fairly smoothly, just make sure you have some time to spare as bootstrapping took me nearly 4 hours.KernelI currently use linux-2.6.12-gentoo-r6The only thing that didn't work out of the box was ACPI, in order to get this to work I needed to create my own DSDT table as the one provided in the BIOS seems to be b0rked. First I needed to obtain the iasl compiler, and a matching DSDT.dsl, but since I upgraded from 512 to 1024MB of RAM I was unable to find one. I was able to modify the 512MB DSDT to 1024MB, it can be found here. After I had a matching DSDT I needed to compile it: After I had a working DSDT binary I needed to patch the kernel using this patch I found here. Then I enabled reading the DSDT from initrd (ACPI options), compiled the kernel and it worked. I use wmlaptop for controlling the ACPI functions. update: Some poeple asked me for my kernel .config file, so I uploaded it here. linksAndreas Grau has a very nice if somewhat outdated howto, unfortunately in german. |
Comments
Add Comment