Personal tools
You are here: Home PC Webカメラ QVR-1Driver
Document Actions

QVR-1Driver

by かわうぃん last modified 2006-01-29 07:00

Logicool Qcam OrbitをLinuxで認識させるためドライバインストール

Web Camera用のドライバーのドライバインストール
Logitech QuickCam Orbit用にドライバーをURLからインストールします。

http://www.saillard.org/linux/pwc/LatestSnapshotからpwc-current-20050408-143001.tar.bz2をダウンロードします。

コンパイルとインストールの手順
解凍   # tar xjf  pwc-current-20050408-143001.tar.bz2
           # cd pwc-current-20050408-143001
           # make
 

すでに旧バージョンがインストールされている場合は次のコマンドから削除
# find /lib/modules/`uname -r`/ -name "pwc*.ko*"
# rm <*.koファイルまでのフルパス>
 

インストール方法
# make install

または
# cp pwc.ko <元の*.koファイル>
# depmod -a
 

古いモジュールをアンロードしロードまたはReboot
# rmmod pwc
# rmmod pwcx (もし存在すれば)
# modprobe pwc


Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: