Debian GNU/Linux スレッド Ver.97[ワ有] (815レス)
Debian GNU/Linux スレッド Ver.97[ワ有] http://mao.5ch.net/test/read.cgi/linux/1624015965/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
レス栞
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
4: login:Penguin (ワッチョイ b6e3-Efo6) [sage] 2021/06/19(土) 11:01:02.58 ID:P0QbhZOk0 $ sudo apt update ヒット:1 http://deb.debian.org/debian buster InRelease 取得:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] ヒット:3 http://deb.debian.org/debian buster-backports InRelease ヒット:4 http://security.debian.org/debian-security buster/updates InRelease ヒット:5 https://dl.winehq.org/wine-builds/debian buster InRelease ヒット:6 http://dl.google.com/linux/chrome/deb stable InRelease ヒット:7 http://repo.radeon.com/rocm/apt/debian xenial InRelease 51.9 kB を 2秒 で取得しました (24.0 kB/s) パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 アップグレードできるパッケージが 10 個あります。表示するには 'apt list --upgradable' を実行してください。 $ >アップグレードできるパッケージが 10 個あります。表示するには 'apt list --upgradable' これは表示する必要もないと思う http://mao.5ch.net/test/read.cgi/linux/1624015965/4
121: login:Penguin (ワッチョイ 3a7e-5JPi) [sage] 2021/06/23(水) 14:41:55.58 ID:vaIr4z9b0 >>117 $ sudo cp -Rv ./rtl8192cu-fixes /usr/src/8192cu-1.11 http://mao.5ch.net/test/read.cgi/linux/1624015965/121
128: login:Penguin (ワッチョイ b6e3-Efo6) [sage] 2021/06/24(木) 00:11:20.58 ID:OSVu9ZSd0 これはハードウェアの問題くさい? 参考: https://unix.stackexchange.com/questions/360125/lsusb-error-cant-get-device-qualifier-descriptor-resource-temporarily-una $ lsusb -t /: Bus 09.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M /: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M /: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M /: Bus 06.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/5p, 12M |__ Port 4: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M /: Bus 05.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M |__ Port 1: Dev 4, If 0, Class=Vendor Specific Class, Driver=rtl8192cu, 480M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/5p, 480M http://mao.5ch.net/test/read.cgi/linux/1624015965/128
253: login:Penguin (ワッチョイ ffe3-jrG3) [sage] 2021/06/29(火) 18:26:54.58 ID:PnMDKyyv0 バージョンを見て要らないカーネル パッケージを sudo apt purge で削除するだけです。 最低限は linux-image-X.X.X...... のカーネル イメージを削除すれば事足りますが、同じバージョンのヘッダーやモジュールも不要になるはずなので大抵は一緒に削除してしまいますね。なお、新しいバージョンのカーネルだけを残して他を削除するお手軽コマンドは寡聞にして存じません。 $ dpkg -l 'linux-*' | grep '^ii' | awk '{print $2 "\t" $3}' | grep 'image\|headers\|modules' | sort -V -k2 linux-headers-amd64 4.19+105+deb10u12 linux-image-amd64 4.19+105+deb10u12 linux-headers-4.19.0-10-amd64 4.19.132-1 < linux-headers-4.19.0-10-common 4.19.132-1 < linux-headers-4.19.0-12-amd64 4.19.152-1 < linux-headers-4.19.0-12-common 4.19.152-1 < linux-headers-4.19.0-16-amd64 4.19.181-1 linux-headers-4.19.0-16-common 4.19.181-1 linux-image-4.19.0-16-amd64 4.19.181-1 linux-headers-4.19.0-17-amd64 4.19.194-1 linux-headers-4.19.0-17-common 4.19.194-1 linux-image-4.19.0-17-amd64 4.19.194-1 >バージョンを見て 4.19.0-17 と 同-16 を残します。 削除するターゲットは < をつけたやつと思います 参考元 https://qiita.com/ytkumasan/items/d6cc70f151f130d58e9b 古いカーネルの削除方法メモ sudo apt-get autoremove --purge linux-headers-4.19.0-{10,12} http://mao.5ch.net/test/read.cgi/linux/1624015965/253
380: login:Penguin (テテンテンテン MMeb-WFxL) [sage] 2021/07/23(金) 20:16:40.58 ID:O39tfFCuM 手持ちの古いHDD、ロード/アンロードサイクルだけ数値だけが 上がってて60万超え...他の数値は問題ない http://mao.5ch.net/test/read.cgi/linux/1624015965/380
561: login:Penguin (アウアウウー Saab-hJVi) [sage] 2022/05/03(火) 08:52:18.58 ID:pV4tbK67a しかしまあDebianは俺の様にstable使ってるだけだと メジャーバージョンアップの時位しか目立った話題を思い付かない 本来OSなんかそんなもんかも知れないが http://mao.5ch.net/test/read.cgi/linux/1624015965/561
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.027s