← Documents Documentation/ABI/obsolete/procfs-i8k GitHub 원문 ↗

Linux 6.18.37 · ABI / obsolete

Dell i8k procfs obsolete ABI

Dell laptop sensor 정보를 읽고 쓰던 /proc/i8k legacy interface와 hwmon sysfs로의 이전을 설명합니다.

Source pathDocumentation/ABI/obsolete/procfs-i8k
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Legacy procfs sensor interface

procfs-i8k:1-10

fan speed, temperature, serial number, hotkey 상태 등을 다루던 Dell laptop 전용 procfs ABI입니다. driver가 표준 hwmon sysfs를 사용하게 되면서 deprecated 상태가 되었습니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /proc/i8k
2 Date: November 2001
3 KernelVersion: 2.4.14
4 Contact: Pali Rohár <[email protected]>
5 Description: Legacy interface for getting/setting sensor information like
6 fan speed, temperature, serial number, hotkey status etc
7 on Dell Laptops.
8 Since the driver is now using the standard hwmon sysfs interface,
9 the procfs interface is deprecated.
10 Users: https://github.com/vitorafsr/i8kutils
11

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

/proc/i8k ABI

1-10
항목
What/proc/i8k
Date2001년 11월
KernelVersion2.4.14
ContactPali Rohár <[email protected]>
Usershttps://github.com/vitorafsr/i8kutils

Dell laptop에서 fan speed, temperature, serial number, hotkey 상태 같은 sensor 정보를 가져오거나 설정하기 위한 legacy interface다.

driver가 이제 표준 hwmon sysfs interface를 사용하므로 이 procfs interface는 deprecated 상태다.