insmod sg on Debian

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Kevin Brown
日付:  
題目: insmod sg on Debian
wrote:

> I need to use the module sg although when I do a insmod sg I get the
> following result.
>
> # insmod sg
> insmod: sg: no module by that name found


sounds like you don't have the module installed for whatever kernel you are
running. You could try doing a find /lib/modules/* -name sg.o -print and see
what shows up.