Difference between revisions of "Installing Ubuntu 10.04 (Lucid Lynx) on a ThinkPad Edge 14" (Intel)"

From ThinkWiki
Jump to: navigation, search
m (Microphone Doesn't Work :()
(Integrated Microphine now works)
Line 2: Line 2:
  
 
==Worked==
 
==Worked==
*WiFi . Must be turned on using ''Network Manager Applet'' on the ''gnome panel''.  The toggle wireless key on the keyboard doesn't work.
 
 
*Ethernet
 
*Ethernet
*Pointing devices. Can be configured graphically using [[How_to_configure_the_TrackPoint#Graphical_Frontends|these instructions]]
+
*Pointing devices  (Can be configured graphically using [[How_to_configure_the_TrackPoint#Graphical_Frontends|these instructions]].)
 
**TrackPoint
 
**TrackPoint
 
**TouchPad  
 
**TouchPad  
 
*Fn+F[1-12]
 
*Fn+F[1-12]
 
*Special Keys
 
*Special Keys
**Mute
+
**Sound Mute ({{key|F1}})
**Volume -
+
**Volume Up ({{key|F2}})
**Volume +
+
**Volume Down ({{key|F3}})
**Brightness down
+
**Brightness down ({{key|F7}})
**Brigtness up
+
**Brigtness up ({{key|F8}})
**Previous track in Movie Player
+
**Previous track in Movie Player ({{key|F10}})
**Play/Pause in Movie Player
+
**Play/Pause in Movie Player ({{key|F11}})
**Next track in Movie Player
+
**Next track in Movie Player ({{key|F12}})
*Hibernation. (Swap size should be greater than RAM size)
+
*Hibernation. (Swap size must be greater than RAM size)
 
*Suspend
 
*Suspend
*Integrated Camera (Tested using cheese)
+
*Integrated Camera
 +
 
 +
==Worked with Tweeking==
 +
*WiFi. Must be turned on manually because the toggle wireless key on the keyboard doesn't work.
 +
**Right-click on the "NetworkManager Applet" and select "Enable Wireless" and "Enable Networking". 
 +
*Integrated Microphone.  Must be turned on manually.
 +
**Left-click on the gnome-panel's sound button and select "Sound Preferences...". On the "Input" tab uncheck "Mute" and increase the "Input Volume" to 100%.
  
 
==Didn't work==
 
==Didn't work==
 
*Special Keys
 
*Special Keys
**Toggle Wireless.  Use the ''Network Manager Applet'' on the ''gnome panel''.
+
**Microphone Mute ({{key|F4}})
 +
**Toggle Camera ({{key|F5}})
 +
**Toggle Wireless ({{key|F9}})
 
*[[Active_Protection_System|Hard Drive Active Protection System]] (No luck yet)
 
*[[Active_Protection_System|Hard Drive Active Protection System]] (No luck yet)
 
*[[Thinkpad-acpi]].  "Not yet supported ThinkPad detected!" is displayed at startup.  Since acpi isn't working, battery life in Ubuntu is less than in Windows.
 
*[[Thinkpad-acpi]].  "Not yet supported ThinkPad detected!" is displayed at startup.  Since acpi isn't working, battery life in Ubuntu is less than in Windows.
 
**[https://bugs.launchpad.net/ubuntu/+bug/552880 Bug report at launchpad]
 
**[https://bugs.launchpad.net/ubuntu/+bug/552880 Bug report at launchpad]
 
**[http://sourceforge.net/mailarchive/message.php?msg_id=4BD0838E.3030702%40gate-nine.de Thread at ibm-acpi-devel]
 
**[http://sourceforge.net/mailarchive/message.php?msg_id=4BD0838E.3030702%40gate-nine.de Thread at ibm-acpi-devel]
*Integrated Microphone (Tested using gnome-sound-recorder)
 
  
 
==Untested==
 
==Untested==
*Bluetooth - Turns on at startup but nothing else was tested.
+
*Special Keys
 +
**Change Display Settings ({{key|F6}})
 +
*Bluetooth - Turns on at startup but functionality was not tested.
  
==Tweeks==
 
 
===Disabling Bluetooth===
 
===Disabling Bluetooth===
 
By default Bluetooth Radio is enabled at startup which drains battery life.  If you never use Bluetooth and want it disabled append...
 
By default Bluetooth Radio is enabled at startup which drains battery life.  If you never use Bluetooth and want it disabled append...

Revision as of 02:46, 17 August 2010

This guide is for a Thinkpad Edge 14" with Intel processors.

Worked

  • Ethernet
  • Pointing devices (Can be configured graphically using these instructions.)
    • TrackPoint
    • TouchPad
  • Fn+F[1-12]
  • Special Keys
    • Sound Mute (F1)
    • Volume Up (F2)
    • Volume Down (F3)
    • Brightness down (F7)
    • Brigtness up (F8)
    • Previous track in Movie Player (F10)
    • Play/Pause in Movie Player (F11)
    • Next track in Movie Player (F12)
  • Hibernation. (Swap size must be greater than RAM size)
  • Suspend
  • Integrated Camera

Worked with Tweeking

  • WiFi. Must be turned on manually because the toggle wireless key on the keyboard doesn't work.
    • Right-click on the "NetworkManager Applet" and select "Enable Wireless" and "Enable Networking".
  • Integrated Microphone. Must be turned on manually.
    • Left-click on the gnome-panel's sound button and select "Sound Preferences...". On the "Input" tab uncheck "Mute" and increase the "Input Volume" to 100%.

Didn't work

Untested

  • Special Keys
    • Change Display Settings (F6)
  • Bluetooth - Turns on at startup but functionality was not tested.

Disabling Bluetooth

By default Bluetooth Radio is enabled at startup which drains battery life. If you never use Bluetooth and want it disabled append...

service bluetooth stop

...to /etc/init.d/rc.local

Useful Links