差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:commands:hardware [2020/08/04 08:55] – ともやん | linux:commands:hardware [2024/04/13 03:59] (現在) – [Ethernet / Wifi カード情報ぼ表示 [lspci | grep -i net]] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== ハードウェア関連 ====== | ====== ハードウェア関連 ====== | ||
| ===== カーネルモジュールのロード [modprobe] ===== | ===== カーネルモジュールのロード [modprobe] ===== | ||
| - | 今さらフロッピードライブを使う場合。 | + | 今さらフロッピードライブを使う場合。\\ |
| + | floppy カーネルモジュールをロードする。\\ | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| < | < | ||
| 行 37: | 行 10: | ||
| </ | </ | ||
| + | デバイスの確認。\\ | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| < | < | ||
| 行 42: | 行 16: | ||
| </ | </ | ||
| </ | </ | ||
| - | <WRAP prewrap 100% #result> | + | <WRAP prewrap 100% #result_long> |
| < | < | ||
| lrwxrwxrwx 1 root root | lrwxrwxrwx 1 root root | ||
| 行 63: | 行 37: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | floppy をマウントする。\\ | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| < | < | ||
| 行 280: | 行 256: | ||
| </ | </ | ||
| - | ==== VGA カード情報ぼ表示 [lspci | grep -i vga] ==== | + | ==== VGA カード情報の表示 [lspci | grep -i vga] ==== |
| < | < | ||
| $ lspci | grep -i vga | $ lspci | grep -i vga | ||
| 行 287: | 行 263: | ||
| </ | </ | ||
| - | ==== Ethernet / Wifi カード情報ぼ表示 [lspci | grep -i net] ==== | + | ==== Ethernet / Wifi カード情報の表示 [lspci | grep -i net] ==== |
| < | < | ||
| $ lspci | grep -i net | $ lspci | grep -i net | ||