Displaying articles with tag laptop

Make Acer Laptop better

Posted by PunNeng, Sat Mar 24 03:16:00 UTC 2007

I've been using Acer Laptop. I think the big problem on Ubuntu on Acer labtop is it gets stuck on ACPI, it can't work appropriately or doesn't work as my laptop. If ACPI doesn't work, you won't see the battery status. It's annoying problem.

So I'll fix it, get it work but not 100%. It depends on each machine. ACPIBattery on Ubuntu site show you what you have to do for your laptop. I will make it shorter(for Acer TravelMate WLMi 8104 only haha).

  • Install all stuff it need
    sudo apt-get install build-essential bison flex-old
  • Get your laptop DSDT then go to /home/you
    mkdir acpi
    cd acpi
    wget http://acpi.sourceforge.net/dsdt/tables/Manufacturer/Model/DSDT.asl.gz
    gzip -d DSDT.asl.gz
    DSDT for Acer TravelMate 8104WLMi, It's ok on my machine after compile it.
  • Get Intel's iasl compiler then
    wget http://www.intel.com/technology/iapc/acpi/downloads/acpica-unix-20050624.tar.gz
    tar zxf acpica-unix-20050624.tar.gz
    cd acpica-unix-20050624/compiler
    make
    cp iasl ../..
    cd ../..
  • Compile
    cp yourdsdtfile.asl dsdt.asl # backup
    ./iasl -tc dsdt.asl          # compiling
    If you get some errors, go to ACPIBattery page. It show you how to fix.
  • I'm going to assume it's Ubuntu Edgy. Put DSDT.aml you've got after compile to
    /etc/initramfs-tools/DSDT.aml
    and reconfigure the kernel package
    sudo dpkg-reconfigure linux-image-$(uname -r)
  • then reboot

That's all to make ACPI on. After that the battery status will appear and wireless lan will be enabled. I also found a little problem on wireless led, it isn't on when wireless's on. I'll fix it as well. It's easy:

sudo vi /etc/modprob.d/ipw2200

and put

options ipw2200 led=1

in that file

Not finish yet!! I also found out the touchpad annoying problem. The button for scrolling didn't work, it's not serious problem but it'll be better if I can make it ok. Just put

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

and add

Section "ServerLayout"
    ...
    InputDevice   "Synaptics Touchpad"
EndSection

in /etc/X11/xorg.conf

phewwww, your Acer laptop should be better now.

0 comments | Filed Under: | Tags: laptop

Get Ubuntu 6.10 installer work out on ACER TravelMate 8104

Posted by PunNeng, Wed Mar 21 02:17:00 UTC 2007

I've written how to get Ubuntu work on Ubuntu 6.06 but now, I want to install Ubuntu 6.10 on my laptop instead. I got the same problem, the monitor was turned off. So I did the same way to fix it but it didn't work !!!!

I fixed by adding

vga=771

at the end of params line before the installer run(press f3 and put it on the install page) then do the same way

thanks, my helper :)

0 comments | Filed Under: General | Tags: laptop

How to get Ubuntu installing work on ACER TravelMate 8104

Posted by PunNeng, Sat Jul 01 02:55:00 UTC 2006

The problem is the monitor was turned off when the installer was running because Ubuntu installer didn't know the monitor layout. So we will add it.

I tried to fix the installing problem of Ubuntu 5.10 and 6.06 on my laptop, ACER TravelMate 8104 and I've found out how to make it work.

Let's start !!

After the monitor has been blank(black screen or turned off) press "ALT+F1" then it's going to be on Terminal type:

sudo vi /etc/X11/xorg.conf 

then look for section => "Device" and insert(i) this below line inside there

Option     "MonitorLayout" "LVDS, AUTO" 

save and quit (:wq!) to Terminal and press "ALT+ F7" to return to X-server and press "CTRL+ALT+BACKSPACE" to continue installation :)

Have fun with the installer wizard yo!!!

แก้ไขล่าสุด วันที่ 7 กรกฏาคม 2550 เวลา 1.29 น.

0 comments | Filed Under: General | Tags: laptop

codegent: we're hiring