Difference between revisions of "Installing Slackware on a Thinkpad W520"

From ThinkWiki
Jump to: navigation, search
(Networking)
(Blanked the page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Installation ==
 
  
Slackware 13.37 64-bit installed like a breeze on a hot, humid day!  For the most part all of the essentials to get the system up and running on the W520 was detected and put into play with little or no intervention or editing of files on my end.  Kernel 2.6.37.6 was supplied with Slackware 13.37 so I compiled and installed 2.6.39.2 using the .config file from the testing/source/linux-2.6.39-rc4-configs/ directory on the Slackware install DVD.  Made some minor changes to the config as follows:
 
 
{{NOTE|Sections with -[ ] were removed.}}
 
* Processor type and features
 
** Preemption Model > Preemptible Kernel
 
* Networking support
 
**-[Amateur Radio support]
 
**-[CAN bus subsystem support]
 
**-[IrDA (infrared) subsystem support
 
**-[WiMAX Wireless Broadband support]
 
*Device Drivers
 
**-[Parallel port support]
 
**-[Fusion MPT device support]
 
**-[I2O device support]
 
**-[Macintosh device drivers]
 
***Network device support
 
****-[ARCnet support]
 
****-[Token Ring driver support]
 
****-[ATM drivers]
 
****-[FDDI driver support]
 
****-[HIPPI driver support]
 
****-[ISDN support]
 
**-[Dallas's 1-wire support]
 
***Multimedia support
 
****-[Remote Controller adapters]
 
****-[Radio Adapters]
 
 
== Video ==
 
 
Coming from a W510, the W520 introduced me to the concepts of discrete and integrated graphics, as well as NVIDIA's Optimus technology.  Unfortunately because of NVIDIA's unwillingness to bring Optimus support to Linux, you have three choices.  You can use the integrated Intel HD graphics, NVIDIA's discrete graphics, or look into the bumblebee project [https://github.com/MrMEEE/bumblebee#readme here].  I went with the NVIDIA discrete graphics route with plans to try out the bumblebee project at a later time.  Make sure to specifically set your graphics option in the BIOS to discrete, otherwise Slackware/Linux will select integrated.
 
 
Instead of the open source nouveau driver, which is limited to 2D graphics I went with NVIDIA's binary, version 275.09.07.  Used xf86-video-nouveau-blacklist-noarch-1.txz in the extra/ directory on the Slackware install DVD to blacklist the loading of the nouveau driver, which causes conflicts with NVIDIA's binary.  With X.Org's X Server 1.9.5 in Slackware, xorg.conf is pretty bare these days as detection is done pretty smoothly at start.  Using NVIDIA's installer to create a default xorg.conf, the only things I edited were
 
 
{{xorg.conf}}
 
 
== Networking ==
 
 
The [[Intel Centrino Ultimate-N 6300]] Wi-Fi card and [[Intel Gigabit Ethernet (10/100/1000) PCI-Express]] Ethernet card both worked right out of the box.
 
 
By default the Wi-Fi indicator flashes whenever there is activity, which I found to be quite annoying and distracting.  You can change its behavior so that it will be on steady whenever the radio is powered on and off when the radio is off by adding "'''options iwlcore led_mode=1'''" to /etc/modprobe.d/iwlcore.conf.  Setting '''led_mode=0''', the default, will cause the indicator to flash whenever there is wireless activity.
 
 
== Misc notes ==
 
 
* You can verify that Turbo Boost is working properly by using Intel's powertop or i7z to show the actual CPU state, including Turbo Boost and advanced C-states.
 
 
{{W520}}
 

Latest revision as of 01:57, 22 July 2011