우분투 12.04가 원활하게 실행되는이 노트북이 있다고 생각합니다. 물론 하드웨어의 모든 단일 기능을 검사하지는 않았지만 디스플레이, 무선, 사운드, USB 및 Bluetooth가 예상대로 작동하는 것으로 보입니다.
지난 며칠 동안 놀면서 발견 한 유용한 몇 가지 유용한 정보 :
Unity 3D 데스크탑 기능이 제대로 작동하려면 그래픽 카드 전용 드라이버를 설치 하지 마십시오 . 이렇게하면 Unity 3D가 작동을 멈추고 간단한 해결 방법을 찾을 수 없었습니다. 독점 드라이버를 비활성화 한 후 한 단계 더 나아가 오픈 소스 Raedon 드라이버를 새로 설치했습니다. 다음은 Radeon 오픈 소스 드라이버를 설치하는 방법은 무엇입니까? Unity 3D는 잘 작동합니다.
팬이 항상 고속으로 작동한다는 것을 알 수있을 것입니다. "i8kutils"패키지를 사용하여 팬 속도를 관리하는 방법을 설명하는 여러 웹 사이트를 찾았으며 솔루션이 제대로 작동하는 것으로 보입니다. 예를 들면 다음과 같습니다. http://ubuntuforums.org/showthread.php?t=842775 팬 설정을 적용하려면 모듈로드가 필요했습니다 : sudo modprobe i8k
.
내 구성 파일 (/etc/i8kmon.conf)은 다음과 같습니다.
# Run as daemon, override with --daemon option
set config(daemon) 1
# Automatic fan control, override with --auto option
set config(auto) 1
# Status check timeout (seconds), override with --timeout option
set config(timeout) 2
# Report status on stdout, override with --verbose option
set config(verbose) 1
# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
set config(0) {{0 0} -1 55 -1 55}
set config(1) {{0 1} 50 60 55 65}
set config(2) {{1 1} 55 80 60 85}
set config(3) {{2 2} 70 128 75 128}
# end of file
팬 설정이 정상인지 확인하기 위해 핵심 온도를 주시하고 있습니다. 이를 위해
sudo apt-get install lm-sensors
sudo sensors-detect
하드웨어 센서 표시기 설치
sudo add-apt-repository ppa:alexmurray/indicator-sensors
sudo apt-get update
sudo apt-get install indicator-sensors
하드웨어의 참조 및 비교를 위해 lspci의 출력은 다음과 같습니다.
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Device 682f
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)
08:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)