Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
表題の通り,
ctrl_timeout
をモジュールパラメーターに追加する修正です.背景
Linux Kernel 6.xで以下のようなエラーをよく目にするようになりました.
ここで
-110
はETIMEDOUT
です.tcpdump
+usbmon
でusbでのやり取りを取得したところ,既定値の3000ms後に応答をちゃんと受信している場合があることが確認できました.遅延の原因はまだ不明ですが,それまでの対処療法としてctrl_timeout
をモジュールパラメーターに追加しました.以下を追加後,再起動.
ROCK64 + PX-W3U4上で動作しているmirakcによる4チャンネルのタイムシフト録画を行い4日経ちましたが,上記エラーは発生していません.
タイムアウト値は環境に依存するものと推測しますが,調整することによりエラーを回避できることが分かりました.
補足
usb_bulk_msg
の詳細は https://manpages.debian.org/jessie-backports/linux-manual-4.8/usb_bulk_msg.9mirakcの
onair-program-trackers
使用時に発生しているように見えることから,同一チューナーにて別チャンネルのストリームに短い時間間隔で切り替えると発生するのかもしれません.これは推測であり,詳細はまだ不明です.