Category:W500
ContentsThinkPad W500Force Feeding UbuntuI was unable to get a clean install with a default ThinkPad W500 configuration and a 32 bit Ubuntu 8.10 downloaded ISO burned to CD. I referenced this post from the ubuntu forums which allowed me to complete the Ubuntu installation. Go into BIOS and change your display settings to:
The W500 has switchable graphics and Ubuntu is unable to determine which graphics card to use without these BIOS settings to point the way. After install
Failures and Annoyances
Slackware 12.2 (with 2.6.28)After changing the display setting as stated above and installing Slackware 12.2 with the default huge-smp-2.6.27.7-smp kernel, I was not able to get wireless to work. It appears the reason is probably due to the fact that /usr/src/linux-2.6.27.7/drivers/net/wireless/iwlwifi/iwl-agn.c does not have an entry for my wireless card (AGN 5350).
Instead of adding the entry and hoping, I decided that upgrading the kernel would probably work better (since I was going to have to compile one anyways). Things to keep in mind when upgrading the kernel:
NOTE!
For some reason I had to rerun mkswap on my swap partition after changing this. Selecting 4GB here gave me only 3GB of physical memory and 1GB of swap
After the kernel upgrade the wireless should work, you may have to put updated firmware (iwlwifi-5000-1.ucode) in /lib/firmware.
VOLUMEDOWN:/usr/bin/amixer set Master 2dB- VOLUMEUP:/usr/bin/amixer set Master 2dB+ Annoyingly when in a real console (Vtx) the volume down button worked, but produced a '~' on the command line. Unsatisfied and lazy, I edited /usr/share/kbd/keymaps/i386/qwerty/defkeymap.map.gz and cleared the entries for 114 (volume down) and 115 (volume up), which were the values I got from The multimedia keys weren't really a priority for me, but since it was so easy, I figured I'd tell my window manager about them anyways. Being lazy I just put them in the default /usr/X11R6/lib/X11/xinit/.Xmodmap keycode 234 = XF86Back keycode 233 = XF86Forward keycode 162 = XF86AudioPlay keycode 164 = XF86AudioStop keycode 153 = XF86AudioNext keycode 144 = XF86AudioPrev The top two keys being the page left and right keys (no clue what they are really called, but they are with the arrow keys), the bottom four the Fn+Arrow audio keys. All values came from
#!/bin/sh # Default acpi script that takes an entry for all actions IFS=${IFS}/ set $@ case "$1" in button) case "$2" in power) /sbin/init 0 ;; *) logger "ACPI action $2 is not defined" ;; esac ;; ibm) case "$2" in hotkey) case "$5" in 00001004) #Sleep button Fn+F4 /etc/acpi/sleep.sh ;; 0000100c) #Hibernate button Fn+F12 /etc/acpi/hibernate.sh ;; *) logger "ibm / hotkey $5 undefined" ;; esac ;; *) logger "IBM $1 / $2 / $3 / $4 / $5 / is not defined" ;; esac ;; *) logger "ACPI group $1 / action $2 is not defined" ;; esac The sleep script /etc/acpi/sleep.sh was completely ripped off from How to configure acpid. For /etc/acpi/hibernate.sh I just reused sleep by changing "mem" into "disk" and had it disconnect me from the network before going down.
Things that don't appear to work right now
What I have not tried
Standard Features
|
Pages in category "W500"
The following 83 pages are in this category, out of 83 total.
B
E
H
I
- Install Lucid Lynx on a ThinkPad W500
- Install Mandriva 2009.0 on a ThinkPad W500
- Installing Debian on a Thinkpad T400
- Integrated camera
- Integrated Fingerprint Reader
- Intel 82801I HDA
- Intel Active Management Technology (AMT)
- Intel Gigabit Ethernet PCI-Express Controller
- Intel GM45
- Intel GMA 4500MHD
- Intel WiFi Link 5100/5300 WLAN controller
- Intel® Turbo Memory hard drive cache
S
- SD Card slot
- Serial Ultrabay Slim Battery
- Serial Ultrabay Slim Battery II
- Serial Ultrabay Slim Battery III
- Serial Ultrabay Slim Blu-ray Drive
- Serial Ultrabay Slim Blu-ray Drive II
- Serial Ultrabay Slim CD-RW/DVD-ROM Combo Drive II
- Serial Ultrabay Slim DVD Multi-Burner III
- Serial Ultrabay Slim DVD Multi-Burner IV
- Serial Ultrabay Slim DVD Multi-Burner V
- Serial Ultrabay Slim DVD-ROM Drive
- Serial Ultrabay Slim DVD-ROM Drive II
- Serial Ultrabay Slim HDD Adapter
- Serial Ultrabay Slim HDD Adapter II
- Serial Ultrabay Slim Travel Bezel
- Sierra Wireless MC5725
- Supported Boot Devices
- Switchable Graphics