Difference between revisions of "Installing Ubuntu 7.10 on a ThinkPad R51"
(→Fixes after installation) |
(→Fixes after installation) |
||
Line 39: | Line 39: | ||
== Fixes after installation == | == Fixes after installation == | ||
− | It might occur that the machine freezes during the boot process. This issue and it's solution is described [https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/150930 here].<br> To make a long story short for those of you who know how to handle a console: | + | It might occur that the machine freezes during the boot process. This issue and it's solution is described [https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/150930 here].<br><br> To make a long story short for those of you who know how to handle a console:<br> |
− | 1) Change the resolution in /etc/usplash.conf to 1024x768 | + | 1) Change the resolution in /etc/usplash.conf to 1024x768<br> |
− | 2) Add vga=791 to the kernel line in /etc/boot/menu.lst | + | 2) Add vga=791 to the kernel line in /etc/boot/menu.lst<br> |
− | 3) sudo update-initramfs -u -k `uname -r` | + | 3) sudo update-initramfs -u -k `uname -r`<br> |
− | |||
− | |||
{{Todo|To be added}} | {{Todo|To be added}} |
Revision as of 23:03, 21 December 2007
Contents
Installation of Ubuntu 7.10 on a ThinkPad R51 (model 1830-Y44)
Series: R51
Model: 1830-Y44
Operating system: Ubuntu 7.10 Gutsy Gibbon, Desktop Edition]]
Summary
What works after installation
- Detection of CPU core and automatic configuration of frequency
- Wired Network (Intel PRO/100)
- Wireless Network (madwifi-ng driver). WEP not working properly.
- Sound
- Video
- Suspend & Hibernate
What needs to be fixed
- Embedded Security Subsystem
FIXME
|
Copy&pasted from 7.04
|
- Active Protection System
- Switching to External Video Port using keys Fn+F7
What has not yet been tested
- Firewire (IEEE 1394)
Not included with this model
TODO
|
To be added
|
Annoyances
Installation
Installation is very simple. Boot from the Ubuntu LiveCD and select the install option. The video card, sound and wireless all work perfectly. Windows partitions are automatically detected and added to /etc/fstab.
Fixes after installation
It might occur that the machine freezes during the boot process. This issue and it's solution is described here.
To make a long story short for those of you who know how to handle a console:
1) Change the resolution in /etc/usplash.conf to 1024x768
2) Add vga=791 to the kernel line in /etc/boot/menu.lst
3) sudo update-initramfs -u -k `uname -r`
TODO
|
To be added
|