Difference between revisions of "Installation instructions for the ThinkPad R51e"
m |
|||
| Line 13: | Line 13: | ||
* Under Windows: Multimedia Center for Think Offerings > RecordNow Data > Copy > Burn Image | * Under Windows: Multimedia Center for Think Offerings > RecordNow Data > Copy > Burn Image | ||
| − | * find the IP address of the | + | * find the IP address of the installation repository and directory on server |
* Boot from CD, select HTTP install, enter server IP and directory eg, /pub/opensuse/distribution/10.2/repo/oss | * Boot from CD, select HTTP install, enter server IP and directory eg, /pub/opensuse/distribution/10.2/repo/oss | ||
| + | |||
| + | ---- | ||
[[Fglrx|fglrx]] ATI RADEON XPRESS 200M Series with Xorg 7.x | [[Fglrx|fglrx]] ATI RADEON XPRESS 200M Series with Xorg 7.x | ||
| + | |||
| + | * Get [http://ati.amd.com/support/drivers/linux/linux-firegl.html ati-driver-installer-8.33.6-x86.x86_64.run] | ||
| + | |||
| + | * {{cmdroot|./ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg SuSE/SUSE102-IA32}} | ||
| + | |||
| + | * {{cmdroot|rpm -Uvh fglrx_7_1_0_SUSE102-8.33.6-1.i386.rpm}} | ||
| + | {{cmdresult|[...] 1:fglrx_7_1_0_SUSE102 ########################################### [100%]}} | ||
| + | {{cmdresult|/usr/src/kernel-modules/fglrx /}} | ||
| + | {{cmdresult|make: Entering directory `/usr/src/linux-2.6.18.2-34-obj/i386/default'}} | ||
| + | {{cmdresult|[...] INSTALL /usr/src/kernel-modules/fglrx/fglrx.ko}} | ||
| + | {{cmdresult| DEPMOD 2.6.18.2-34-default}} | ||
| + | {{cmdresult|Please read "/usr/share/doc/packages/fglrx/README.SuSE" for}} | ||
| + | {{cmdresult|configuration details when using SaX2.}} | ||
| + | |||
| + | * {{cmdroot|sax2 -r -m 0=fglrx}} | ||
| + | |||
| + | * if | ||
| + | {{cmduser|fglrxinfo}} | ||
| + | |||
| + | {{cmdresult|display: :0.0 screen: 0}} | ||
| + | {{cmdresult|OpenGL vendor string: Mesa project: www.mesa3d.org }} | ||
| + | {{cmdresult|OpenGL renderer string: Mesa GLX Indirect }} | ||
| + | {{cmdresult|OpenGL version string: 1.2 (1.5 Mesa 6.4.1)}} | ||
| + | |||
| + | then as per [[Problems_with_fglrx]], | ||
| + | |||
| + | {{cmdroot|mkdir -p /usr/X11R6/lib/modules/dri}} | ||
| + | {{cmdroot|ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri}} | ||
| + | |||
| + | ---- | ||
[[Madwifi|madwifi]] for Atheros 11a/b/g Wireless LAN Mini PCI | [[Madwifi|madwifi]] for Atheros 11a/b/g Wireless LAN Mini PCI | ||
Revision as of 02:30, 19 January 2007
I have an IBM ThinkPad R51E, and I have installed Debian Sarge on it.
Just run the cd-rom of installation, boot it and press FN + F7.
Henceforth, you are on your own !!!
Running SuSE 10.2 (net upgrade from a 10.1 DVD install) on a R51e, machine model 1843.
- Get openSUSE-10.2-GM-i386-mini.iso
- Under Windows: Multimedia Center for Think Offerings > RecordNow Data > Copy > Burn Image
- find the IP address of the installation repository and directory on server
- Boot from CD, select HTTP install, enter server IP and directory eg, /pub/opensuse/distribution/10.2/repo/oss
fglrx ATI RADEON XPRESS 200M Series with Xorg 7.x
# ./ati-driver-installer-8.33.6-x86.x86_64.run --buildpkg SuSE/SUSE102-IA32
# rpm -Uvh fglrx_7_1_0_SUSE102-8.33.6-1.i386.rpm
[...] 1:fglrx_7_1_0_SUSE102 ########################################### [100%]/usr/src/kernel-modules/fglrx /make: Entering directory `/usr/src/linux-2.6.18.2-34-obj/i386/default'[...] INSTALL /usr/src/kernel-modules/fglrx/fglrx.koDEPMOD 2.6.18.2-34-defaultPlease read "/usr/share/doc/packages/fglrx/README.SuSE" forconfiguration details when using SaX2.
# {{{1}}}
- if
$ fglrxinfo
display: :0.0 screen: 0OpenGL vendor string: Mesa project: www.mesa3d.orgOpenGL renderer string: Mesa GLX IndirectOpenGL version string: 1.2 (1.5 Mesa 6.4.1)
then as per Problems_with_fglrx,
# mkdir -p /usr/X11R6/lib/modules/dri# ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri
madwifi for Atheros 11a/b/g Wireless LAN Mini PCI