m-tsudo/pt3
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
==================================================
earthsoft PT3 driver
==================================================
ライセンス
GPLv3です。ライセンス内容はCOPYINGをご確認ください。
パラメータ
lnb LNBのデフォルト値を指定します
0: OFF (default)
1: 11V
2: 15V
lnb_force 常時lnbで設定した値を利用します
0: 無効(default)
1: 有効
※有効の場合、ioctrlでの制御もできません。
debug メッセージの表示を制御します
0: 出来るだけ表示しない (default)
1: pt1と同じ程度表示します
7: デバッグ用メッセージも表示します
※/sys/module/pt3_drv/parameters/debugからも変更できます
例: echo 7 > /sys/module/pt3_drv/parameters/debug
注意事項
システムの自動更新等でKernelのバージョンが変わった場合、そのままだとpt3ドライバ
を再度インストールする必要が生じます。
この手順を自動化する仕組みに「DKMS」があります。
この「DKMS」を簡単に利用できるように「dkms.install」ファイルも同梱しています。
DKMSを無効化したい場合は「dkms.uninstall」ファイルも同梱しています。
DKMSを有効化
DKMSを有効化するには、
$ sudo make install
を実行した後で、システムのシェル環境でdkms.installを実行します。
例
$ sudo ${SHELL} ./dkms.install
DKMSを無効化
DKMSを無効化するには、システムのシェル環境でdkms.uninstallを実行します。
例
$ sudo ${SHELL} ./dkms.uninstall
トラブルシュート
RaspberryPi等で"fail create dma."のエラーでドライバがロードできない場合、
ブートパラメータでcoherent_poolを32MB程度に変更してください。
About
PT3のLinuxドライバ
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published