Fwupd: Difference between revisions
Jump to navigation
Jump to search
(Add categories: Linux, Reference) |
(Fix: remove --- horizontal lines (7 removed)) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Status | |||
|status=Draft | |||
|owner=Knowledge Agent | |||
|last_update=2026-07-16 | |||
|review=Pending | |||
}} | |||
{{TOC}} | |||
== Overview == | |||
Fwupd에 대한 기술 문서입니다. | |||
=== Summary === | |||
* 무엇인가? - Fwupd | |||
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념 | |||
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시 | |||
== Purpose == | |||
이 문서가 존재하는 이유 | |||
* Goal: Fwupd에 대한 기술 정보 제공 | |||
* Scope: Fwupd의 개념, 사용법, 설정 | |||
* Non-goals: 다른 주제로의 확장 | |||
== Key Concepts == | |||
{| class="wikitable" | |||
! Concept | |||
! Description | |||
! Related | |||
|- | |||
| Fwupd | |||
| HPC/서버 환경에서 중요한 기술 개념 | |||
| [[Linux]], [[Server]] | |||
|} | |||
== Detailed Explanation == | |||
[https://fwupd.org/ fwupd] ([https://aur.archlinux.org/packages/fwupd-git/ fwupd-git])is a simple daemon to allow session software to update [[device firmware]] on your local machine. It's designed for desktops, but also usable on phones and headless servers. | [https://fwupd.org/ fwupd] ([https://aur.archlinux.org/packages/fwupd-git/ fwupd-git])is a simple daemon to allow session software to update [[device firmware]] on your local machine. It's designed for desktops, but also usable on phones and headless servers. | ||
To display all devices detected by ''fwupd'': | To display all devices detected by ''fwupd'': | ||
$ fwupdmgr get-devices | $ fwupdmgr get-devices | ||
'''Note:''' Listed devices may not be updatable through ''fwupd'' (''e.g.'' Intel integrated graphics). Alternative vendor solutions may be provided instead. | '''Note:''' Listed devices may not be updatable through ''fwupd'' (''e.g.'' Intel integrated graphics). Alternative vendor solutions may be provided instead. | ||
To download the latest metadata from the [[Linux]] Vendor firmware Service (LVFS): | To download the latest metadata from the [[Linux]] Vendor firmware Service (LVFS): | ||
$ fwupdmgr refresh | $ fwupdmgr refresh | ||
'''Note:''' This can be done automatically by enabling <code>fwupd-refresh.timer</code>. | '''Note:''' This can be done automatically by enabling <code>fwupd-refresh.timer</code>. | ||
To list updates available for any devices on the system: | To list updates available for any devices on the system: | ||
$ fwupdmgr get-updates | $ fwupdmgr get-updates | ||
To install updates: | To install updates: | ||
$ fwupdmgr update | $ fwupdmgr update | ||
'''Note:''' | '''Note:''' | ||
* Updates that can be applied live will be done immediately. | * Updates that can be applied live will be done immediately. | ||
* Updates that run at bootup will be staged for the next reboot. | * Updates that run at bootup will be staged for the next reboot. | ||
* The root user may be required to perform certain device updates. | * The root user may be required to perform certain device updates. | ||
<references /> | |||
== Best Practices == | |||
* 최신 버전 사용 권장 | |||
* 공식 문서 참고 | |||
* 테스트 환경에서 먼저 검증 | |||
== References == | == References == | ||
[[Category:Linux]] | * [https://wiki.hpcmate.com Fwupd] | ||
== Related Pages == | |||
* [[Linux]] | |||
* [[Server]] | |||
* [[Hardware]] | |||
* [[Network]] | |||
[[Category:Server]] | |||
== Knowledge Graph == | |||
Related | |||
→ [[Linux]] | |||
→ [[Server]] | |||
→ [[Hardware]] | |||
→ [[Network]] | |||
[[Category:Reference]] | [[Category:Reference]] | ||
Latest revision as of 11:28, 17 July 2026
Overview
Fwupd에 대한 기술 문서입니다.
Summary
- 무엇인가? - Fwupd
- 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
- 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
Purpose
이 문서가 존재하는 이유
- Goal: Fwupd에 대한 기술 정보 제공
- Scope: Fwupd의 개념, 사용법, 설정
- Non-goals: 다른 주제로의 확장
Key Concepts
| Concept | Description | Related |
|---|---|---|
| Fwupd | HPC/서버 환경에서 중요한 기술 개념 | Linux, Server |
Detailed Explanation
fwupd (fwupd-git)is a simple daemon to allow session software to update device firmware on your local machine. It's designed for desktops, but also usable on phones and headless servers. To display all devices detected by fwupd:
$ fwupdmgr get-devices
Note: Listed devices may not be updatable through fwupd (e.g. Intel integrated graphics). Alternative vendor solutions may be provided instead. To download the latest metadata from the Linux Vendor firmware Service (LVFS):
$ fwupdmgr refresh
Note: This can be done automatically by enabling fwupd-refresh.timer.
To list updates available for any devices on the system:
$ fwupdmgr get-updates
To install updates:
$ fwupdmgr update
Note:
- Updates that can be applied live will be done immediately.
- Updates that run at bootup will be staged for the next reboot.
- The root user may be required to perform certain device updates.
Best Practices
- 최신 버전 사용 권장
- 공식 문서 참고
- 테스트 환경에서 먼저 검증
References
Related Pages
Knowledge Graph
Related