Differences between revisions 10 and 11
Revision 10 as of 2012-01-30 23:45:50
Size: 8531
Editor: ?EstebanMonge
Comment:
Revision 11 as of 2012-01-30 23:49:15
Size: 8493
Editor: ?EstebanMonge
Comment:
Deletions are marked like this. Additions are marked like this.
Line 46: Line 46:
= Important Note = ##= Important Note =
Line 108: Line 108:
== Modem ==
 (not covered yet)
##== Modem ==
## (not covered yet)
Line 158: Line 158:
== Attachments == ##== Attachments ==
Line 164: Line 164:
''Some configuration files and sample outputs.'' ##''Some configuration files and sample outputs.''
Line 167: Line 167:
== Useful Links == ##== Useful Links ==
Line 173: Line 173:
== Credits ==
----
##== Credits ==
##----
Line 176: Line 176:
## CategoryLaptopComputer | CategoryDesktopComputer | CategeoryEmbedeedComputer ## CategoryLaptopComputer

Translation(s): none

DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware.

The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware.

If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware.

Models covered
?ThinkPad X120e

Sub-models 0596-22U options :
- Video card: AMD Radeon HD 6250
- Screen size: 11.1"
- Wireless card: Realtek RTL8188CE 802.11b/g/n
- Disk: 250 GB
- RAM: 2GB
- HDMI Port

Overall Status

Core Components

[ATTACH]

Boot Standard Kernel:

{OK}

LAN network card:

X-(

Detect CD/DVD:

{OK}

Detect hard drives:

{OK}

Extra Features

CPU Frequency Scaling

[?]

Hibernation

[?]

Sleep / Suspend

[?]

Xorg

{i}

- OpenGL

{i}

- Resize-and-Rotate(randr)

[?]

- HDMI Port

[?]

Switch to External Screen

[?]

Mouse

- Built-in (Trackpoint)

[?]

- Built-in (Touchpad)

{OK}

Modem

[?]

Wireless/Wifi

X-(

Keyboard's Hotkeys

[?]

Legend :
{OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
{i} = Configuration Required; X-( = Only works with a non-free driver and or firmware

Configuration

Display

This "notebook" have a AMD Radeon HD 6250 video card, with one HDMI port. For use HDMI and "decent" OpenGL performance you must install privative drivers, to install add non-free repositories and install with:

apt-get install fglrx-driver

After create the X.org file with:

aticonfig --initial

But if you want only have a "decent" video with composite and normal effects in your desktop manager you can use the "libre drivers":

apt-get install xserver-xorg-video-radeon libdrm-radeon1

Audio

This "notebook" have a ATI SBx00 Azalia (Intel HDA) sound card, for make works you can follow the next steps.

Add the next lines to end of /etc/modprobe.d/alsa-base.conf

options snd-ice1724 index=0
options snd-hda-intel index=1
options snd-sb index=0
options snd-hda-intel model=ideapad

Restart ALSA:

alsa force-reload

Power Management

You can install pm-utils of laptop-model-tools for save energy.

WiFi

This "notebook" have a Realtek RTL8188CE 802.11b/g/n wireless card. For make works you must install privative drivers, enable non-free repositories and install:

apt-get install realtek-firmware

If possible that in the installation Debian Install ask for these firmwares, only download from ftp the packages and uncompress in the USB drive.


System Summary

lspci

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 14h Processor Root Complex [1022:1510]
00:01.0 VGA compatible controller [0300]: ATI Technologies Inc Device [1002:9803]
00:01.1 Audio device [0403]: ATI Technologies Inc Wrestler HDMI Audio [Radeon HD 6250/6310] [1002:1314]
00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] Family 14h Processor Root Port [1022:1514]
00:11.0 SATA controller [0106]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391]
00:12.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
00:12.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
00:13.0 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397]
00:13.2 USB controller [0c03]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396]
00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller [1002:4385] (rev 42)
00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
00:14.3 ISA bridge [0601]: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI Bridge [1002:4384] (rev 40)
00:15.0 PCI bridge [0604]: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0]
00:15.1 PCI bridge [0604]: ATI Technologies Inc SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1) [1002:43a1]
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 0 [1022:1700] (rev 43)
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 1 [1022:1701]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 2 [1022:1702]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 3 [1022:1703]
00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 4 [1022:1704]
00:18.5 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 6 [1022:1718]
00:18.6 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 5 [1022:1716]
00:18.7 Host bridge [0600]: Advanced Micro Devices [AMD] Family 12h/14h Processor Function 7 [1022:1719]
01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
04:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter [10ec:8176] (rev 01)

Resources