Acer Aspire 1362 LMI
Last Update: April 27th, 2005 at 08.00 am
Current OS: Ubuntu Hoary Hedgehog 5.04

I have installed Ubuntu 5.04 (Hoary) on my Acer Aspire 1362 LMI, there are no big problems! The Installation was easy and the most common periphericals works !
|
Hardware Components |
Status under Linux |
notes |
|---|---|---|
|
AMD Sempron XP 2800+ |
Works |
(CPU scaling work too) |
|
15" XGA TFT Display |
Works |
Out of the box with correct resolution. |
|
512 MB DDR Ram |
Works |
Out of the box (normal :-D) |
|
40 GB Ultra ATA Hard Drive |
Works |
Out of the box (normal :-D) |
|
Dual DVD-RW Device |
Works |
For play DVD, I've modify hdparm.conf. See below. |
|
Lithium-Ion Battery |
Works |
(Battery applet works too) |
|
Internal 56k Modem |
? |
Not tested |
|
Integrated wired network card |
Works |
Out of the box |
|
Integrated wireless 802.11b/g network card |
Works |
With ndiswrapper and Win2k driver. See below. |
|
NVIDIA GeForce FX Go5200 |
Works |
Basic functions works out of the box. For other features, install the nVidia binary driver. See below. |
|
Sound Card |
Works |
Out of the box |
|
USB 2.0 |
Works |
Out of the box |
|
S-video output |
? |
Not tested |
|
IEEE 1394 output |
Works |
Out of the box |
|
PCMCIA port |
Works |
Out of the box |
|
Power management |
Works |
Out of the box (suspend to RAM/disk too) |
|
Fn+X keys |
Works |
See below |
|
Launch manager keys |
Not works |
In progress... |
This laptop is operating under Kernel 2.6.10.
Resolved :
Dual DVD-RW drive :
After the install of the multimedia packages, but when I play DVD playback. The transfers is slower than it should be then I enable DMA transfer for the DVD drive by editing the file:
/etc/hdparm.conf
I add the following lines in this file :
/dev/hdc {
dma = on
}
interrupt_unmask = on
io32_support = 0
After this, reboot the laptop.
NVIDIA GeForce FX Go5200 :
For the basic functions, the graphics card work. But if you want use the full 3D acceleration; you must install the nVidia binary driver. The procedure is explained in that page : Ubuntu wiki - Binary drivers howto.
Integrated wireless 802.11b/g network card :
For use the wlan, you need to install ndiswrapper. That's the procedure :
sudo -cp -Rf ~/Desktop/80211g/ /opt/
sudo ndiswrapper -i /opt/80211g/Win2k/neti2220.inf
sudo ndiswrapper -m
sudo modprobe ndiswrapper
modify the file /etc/modules and add the following line at the end of the file :
ndiswrapper
Fn+X keys :
For use the Fn keys, you must assign keycode to scancode. That's the procedure :
Remark : the keys Fn+F5 and Fn+F6 are hardware touch. You can't assign an action to them.
sudo gedit /etc/init.d/bootmisc.sh
# Assign new keycodes for Fn+X
setkeycodes 0xa5 129
setkeycodes 0xa6 130
setkeycodes 0xa7 131
setkeycodes 0xf2 132
Problems in progress:
Launch manager keys :
It seems that the launch manager keys send a constant signal of "key pressed". So, the Shortcuts manager have problems. Coming soon...
Links:
Ubuntu Linux www.ubuntulinux.org
laptop manufacturer http://global.acer.com/
Please send the feedback and Ideas to ostaquet [at] gmail.com, Thanks.
visit www.ubuntulinux.org
Best regards, Olivier Staquet