
Ubuntu日本語フォーラム

ログインしていません。
いろいろお世話になっております。
最近量販店でLogicoolのQcam Cool(QVP30-SV)を購入しました。ところが、なかなか作動せずに困っております。
lsusbで見ると、以下のように認識しているのですが、spca5xx/gspcaの対応カメラ一覧にあるLogitech Coolの製品番号とは異なっているようです。
Bus 002 Device 003: ID 0bda:0111 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 002: ID 046d:08af Logitech, Inc.
Bus 001 Device 001: ID 0000:0000
ドライバは、uvcvideoとgspcaをインストールしました。
lsmod | grep uvcvideoで見ると、以下のようになっています。
uvcvideo 48644 0
compat_ioctl32 2304 1 uvcvideo
videodev 29312 2 uvcvideo,gspca
v4l2_common 18432 2 uvcvideo,videodev
v4l1_compat 15364 2 uvcvideo,videodev
usbcore 138632 7 uvcvideo,gspca,usb_storage,libusual,ehci_hcd,ohci_hcd
lsmod | grep gspcaで見ると、以下の感じです。
gspca 644816 0
videodev 29312 2 uvcvideo,gspca
usbcore 138632 7 uvcvideo,gspca,usb_storage,libusual,ehci_hcd,ohci_hcd
v4l-confで見ると、以下のようにエラーが出ます。
v4l-conf: using X11 display :0.0
dga: version 2.0
X Error of failed request: XF86DGANoDirectVideoMode
Major opcode of failed request: 136 (XFree86-DGA)
Minor opcode of failed request: 1 (XF86DGAGetVideoLL)
Serial number of failed request: 13
Current serial number in output stream: 13
dmesgで見てみると、以下のようになっているのですが、"/dev/video0"の記述がなく、おそらくドライバが認識していないのだろうと思われます。
[ 30.188830] Linux video capture interface: v2.00
[ 30.228129] usbcore: registered new interface driver gspca
[ 30.228135] /usr/src/modules/gspca/gspca_core.c: gspca driver 01.00.16 registered
[ 1563.076039] usbcore: registered new interface driver uvcvideo
[ 1563.076047] USB Video Class driver (v0.1.0)
/devのフォルダーを見てもvideo0が存在しません。
関係あるかどうかわかりませんが、ちなみにチップセットは、nVidiaのnForce MCP61です。
そもそもQcam Coolがlinuxで使えないのでしょうか?
直感的には、/dev/video0さえあれば、カメラが作動するような気がするのですが、そうする方法もわかりません。
どなたか、アドバイスを頂ければ幸いです。よろしくお願いします。
オフライン
僕は超初心者でお役には立てませんが、僕のQcam Connect(QVP-61series)はUbuntu 7.10で何の設定もせず認識されましたよ。
オフライン
akichikaさん、どうも有難うございます。
先のメールで書き忘れたことがあって、僕の場合、7.04を導入し、テレビ兼用の液晶モニターに接続し、nVidiaのビデオカードのドライバを導入するため、/etc/X11/xorg.confを2度書き換えています。
その後7.10にアップデートして、xorg.confのSection "Module"のところにLoad "v4l"とコメントしました。以下のコマンドを端末で実行すると、/dev/video0のリンクが作成されるのですが、ウェブカメラは認識されず、パソコンを再起動すると、このリンクが無くなっています。
# mknod /dev/video0 c 81 0
# ln -s /dev/video0 /dev/video
xorg.confは、一度修正すると自動アップデートされなくなるとのことなので、一度、私のxorg.confの設定を疑ってみたいと思います。
7.10で、nVidiaのビデオカードを使用し、Logicool Qcamが正常に動作している方がいらっしゃいましたら、xorg.confを拝見させて頂ければ幸いです。
ちなみに私のxorg.confは、以下の通りです。
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "v4l"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:0:13:0"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 47.7-60.0
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1360x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1360x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1360x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1360x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1360x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1360x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
くれぐれも宜しくお願いします。
オフライン
参照サイトの紹介しかできませんが
http://blog.livedoor.jp/vine_user/archives/50700984.html
なんかどうでしょう?Qcamの違う機種ですが 私はこのドライバでprinstonのwebカメラの認識成功しました
ただホームディレクトリの名前を間違えないようにするのと(多分大丈夫でしょうが)
make installはrootで
sudo make installとやらないとだめです 2つとも大丈夫でしょうが 私が引っかかった所だったもので
試してみては如何がかと ちなみにubuntu7.04です=)
オフライン
hideさん、どうもありがとうございます。
早速、quickcamドライバをインストールしてみましたが、残念ながら状況に変化はありませんでした。sudo ./quickcam.shでインストールした時に端末に表示された気になるステートメントは以下の通りです。
gcc version:
gcc version:
Make version: GNU Make 3.81
Linker version: GNU ld (GNU Binutils for Ubuntu) 2.18
Kernel compiler: gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
[!] Kernel compiler and gcc seem to be different versions.
Instead, they should be the same. If you have many compilers
installed, you can specify the correct one with command (in bash)
export CC=kgcc
before trying to install the driver. Replace kgcc with the command
required for compiling kernels (kgcc is often used in Red Hat systems).
(中略)
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
※このエラーはsudo make installの時も同様でした。
(中略)
ls: : No such file or directory
[!] You don't have read/write access to .
On many distributions, you should add yourself into the
"video" group by giving command
adduser root video
and then log in again to be able to access the video.
(中略)
s: : No such file or directory
ls: : No such file or directory
[!] major number is .
Usually it should be 81, so there are problems ahead.
(中略)
./qcset: can not open /dev/video0 (No such file or directory)
[!] qcset did not found the QuickCam camera
初心者なので、これらエラー、ウォーニングの意味がまったくわかりません。
ご存知の方、宜しくご教示頂ければ幸いです。
オフライン
xorg.confってどう見ればいいのでしょうか。。。すみません。何もわかっていないもので。ちなみに僕は最初からUbuntu 7.10をインストールして使っています。ビデオカードはnVidia GeFORCE7300GSです。まあ、僕の場合、QcamをUSBでつないだだけで使えるようになったので役に立たないと思いますが。
オフライン
内容見るだけなら 端末 sudo more /etc/X11/xorg.confとすれば出ます ルートなのでパスワードを入れますが
内容を編集したいなら
sudo gedit /etc/X11/xorg.confになるとおもいます
ここなんかいろいろ載ってますよ
http://xn--linux-op4dtfrgoh.com/cat9/
=)
最後の編集者: hide (2007-11-25 17:14:21)
オフライン
akichikaさん、hideさん、本当に有難うございます。
akichikaさんの/etc/X11/xorg.confをぜひ拝見したいと思います。
7.04ではnVidiaのドライバを入れるために、xorg.confを修正する必要があったのですが、7.10では、その必要もないようですね。
xorg.confの中身を見るだけなら、場所→ホーム・フォルダ→上へ→上へ→etcのフォルダをクリック→X11のフォルダをクリック→xorg.confをクリックすれば、自動的にgeditの画面になります。
くれぐれも宜しくお願いします。
オフライン
以下のとおりです。少しでも役に立てれば本望です。^^
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G71 [GeForce 7300 GS]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G71 [GeForce 7300 GS]"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
オフライン
akichikaさん、本当に何度も有難うございました。
xorg.confをakichikaさんのように変更したのですが、7.10自体は正常に作動するものの、ウェブカメラについての状況には変化がありませんでした。(しかし7.10のxorg.confは簡略な構造になりましたねぇ)
どうしたらいいものか、悩ましいですが、しばらくいろいろ考えてみようと思います。
もし、何かアドバイスがありましたら、宜しくお願いします。
本当に有難うございます。
オフライン
http://forum.ubuntulinux.jp/viewtopic.php?id=359
こちらはご覧になりました?ダメ元でuvcドライバとかEasyCam2のインストールも試してみられては?
=)
オフライン
hideさん、度々ありがとうございます。実はEasyCam、EasyCam2、uvcvideoすべて試したけど同じ結果だったんです。
EasyCamでは、以下のようなコメントが出てしまいました。
Forum address : http://forum.ubuntu-fr.org/viewtopic.php?id=16670
Email address : [email protected]
Please forward me the following text to one of following addresses :
ID 046d:08af Logitech, Inc.
さすがにフランス語は理解できないので、どうしようか迷っています。
とりあえず、メールを送ってみることにします。
オフライン
みなさん、いろいろありがとうございました。
とりあえず、以下の手順でQcam CoolがEkigaで作動しました。
gspcav1-20070508.tar.gzをダウンロード。
sudo apt-get install build-essential linux-headers-$(uname -r)
tar zxvf gspcav1-20070508.tar.gz
cd gspcav1-20070508/
gedit gspca_core.c →ここで2箇所の08acを08afに修正し、保存。
make
sudo make install
sudo modprobe gspca
この後にEkigaを稼働させると、Qcam Coolが作動してました。
sudo gedit /etc/modules →ここで、gspcaと記述し、保存。
これで再起動後もQcam CoolがEkigaで作動しました。
ただ、v4l-confと端末で打っても、内容は最初の私の投稿と変化ありません。
初心者ゆえ、何かおかしい箇所があるように思えます。何かアドバイスがあれば、教えてください。
くれぐれも宜しくお願いします。
オフライン
再び自己レスです。
新しいバージョンのgspcav1-20071224.tar.gzにあるgspca_core.cを見てみると、046d:08afのQcam Coolが新たに登録されており、ファイルの編集は不要になったようです。実際に以下の手順でQcam CoolがEkigaとSkypeで作動しました。
gspcav1-20071224.tar.gzをダウンロード
sudo apt-get install build-essential linux-headers-$(uname -r)
tar zxvf gspcav1-20071224.tar.gz
cd gspcav1-20071224/
make
sudo make install
sudo modprobe gspca
sudo gedit /etc/modules →ここで、gspcaと記述し、保存。
くれぐれも宜しくお願いします。
最後の編集者: sasaming (2008-01-06 17:21:15)
オフライン
ということは linuxではskypeはwebカメラが使えなかったのを どなたかのご好意で使えるものが出てきたって事ですね すばらしい 感謝します
sasaming による投稿:
再び自己レスです。
新しいバージョンのgspcav1-20071224.tar.gzにあるgspca_core.cを見てみると、046d:08afのQcam Coolが新たに登録されており、ファイルの編集は不要になったようです。実際に以下の手順でQcam CoolがEkigaとSkypeで作動しました。
オフライン
hideさん、お久しぶりです。実は昨年11月よりビデオ機能つきSkypeのベータ版が公開されています。12月1日の自己レスの後、すかさずFeisty向けのをインストールしてみたのですが、問題なく作動しています。詳しくは、以下のアドレスをご参照ください。
http://share.skype.com/sites/ja/2007/11/08/video_available_on_skype_for_linux.html
オフライン
動作報告です。OS=Ubuntu7.10, WEBカメラ=QcamCommunicate STX, PC=富士通FMV-6000NU/L と acer Aspire3100 どちらのPCでもUSBポートに挿しただけで動作しています。
Skype2.0はSynapticでインストールしました。ビデオ通話もできてます。ただ、音声はSkype1.4に比べると良くない気がします。
オフライン
みなさん、お久しぶりです。
実は、intrepidにアップグレードしたら、Skype2.0がQcamCoolをきちんと認識しなくなってしまいました。
http://forum.ubuntulinux.jp/viewtopic.php?id=2565&p=3
を参照してみたのですが、不思議なことに、ここで紹介されているCheeseではしっかり認識しているのです。
同じページに書いてある
http://ubuntuforums.org/archive/index.php/t-651375.html
も試してみたのですが、Skypeでは認識しません。
どなたか、アドバイスを頂ければ幸いです。
オフライン
もともとは何もせずに動作していたんですか?カーネルが合わないとかかもしれませんが、synapticでインストールしたり、どこかからダウンロードしたのであれば その作業をもう一度やり直すのもひとつの手かと=)
オフライン
hideさん、ありがとうございます。
hardyではskypeで問題なくカメラが作動していたのですが…。
何となくintrepidのカーネルが合わないような気がするんですが、Cheeseではカメラはしっかり作動してます。
synapticでインストールし直したけど、今のところダメです。
オフライン
カメラは動作するということは skype側の問題なんでしょうね。ちなみにskypeメニューでwebカメラのドライバ設定の所がチェックされてない ってわけじゃないですよね?
後は日本語ローカライズ版なら セットップヘルパでskypeを再インストールぐらいしか方法思い浮かびませんね・・・どなたかわかります?
オフライン
hideさん、度々ありがとうございます。
恥ずかしい質問で恐縮ですが、「skypeメニューでwebカメラのドライバ設定の所」って、どこにあるのですか?
超初心者の質問ですみません。
オフライン
「ドライバ設定」ってわけじゃないですが、skype起動画面左下のsマーク>オプション>ビデオデバイス
でwebカメラを認識できませんかね?
https://bugs.launchpad.net/ubuntu/+source/camorama/+bug/81838
8.10でcamoramaというドライバでskypeでwebカメラ使えてるようなので、skypeの問題でもないようです
最後の編集者: hide (2008-11-06 19:41:09)
オフライン
hideさん、いろいろご心配いただき有難うございます。
ご指摘の「ビデオデバイス」で、認識されないんです。
Ekigaでも認識してくれないんです。
認識してくれるのは、Cheeseだけ。
悩ましい限りです。
オフライン
度々自己レスです。
どうやらカーネル2.6.27とvideo for linuxの問題のようで、以下のURLに、対応しているtarファイルがあるようなのです。
http://lists-archives.org/video4linux/24677-libv4l-release-0-5-1-the-skype-release.html
しかし、どうやってインストールすればいいのか、わからないのが現状です。
オフライン