通常要看控制晶片,
查了下 Sphere(or Orbit) 的晶片....
還是 philips 晶片orz
這就要看你的kernel了....
2.6.11版(及之後的kernel)把pwc從kernel driver tree裡剔除了
所以如果kernel是這個版本之後的就無法使用,
我也曾經試過把source code( from original auther page:
http://www.smcc.demon.nl/webcam/)
抓下來, 修改 2.6.19的kernel compile option讓它obtain pwc, pwcx
並且把source code中和2.6.11之後的page remapping 問題修正
但compile出來的一樣無法使用, 目前研究中.....
總之, 如果是 kernel >2.6.11 + philips晶片的話
目前還是放棄吧, 改編2.4.x 的kernel+philips晶片是沒有問題的(而且通常會內涵)
如果driver有掛上去(通常在開機前插上usb,官方kernel 應該會自動偵測到並掛上; 手動的話可以到 /lib/modules/your-kernel-version/kernel/drivers/usb
類似的地方(每版的driver不太一樣)去找pwc.o 並 insmod它
成功之後, 可在/dev之下找到 videoX (X:0~255) 這個device
這是V4L(Video for Linux)系統的device
之後只要使用Camorama WebCam Viewer (
http://camorama.fixedgear.org/)
的程式即可在 XWindow下使用 webcam了