Ahri Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Monkey.gif)
Joined: 04 Apr 2004 Posts: 126 Location: Manchester/UK
|
Posted: Sat Jun 25, 2005 10:56 am Post subject: usb-pwc-re kernel module fails to insert [SOLVED] |
|
|
I have a Philips ToUcam II Pro and would like to get it working under Linux. I did a little bit of investigation and found that I need the usb-pwc-re kernel module.
But I have a problem;
Code: | # emerge usb-pwc-re
# modprobe pwc |
output:
Code: | FATAL: Error inserting pwc (/lib/modules/2.6.11-gentoo-r11/kernel/drivers/usb/media/pwc/pwc.ko): Unknown symbol in module, or unknown parameter (see dmesg) |
dmesg:
Code: | pwc: Unknown symbol video_devdata
pwc: Unknown symbol video_unregister_device
pwc: Unknown symbol video_device_alloc
pwc: Unknown symbol video_register_device
pwc: Unknown symbol video_usercopy
pwc: Unknown symbol video_device_release |
I don't know what this means.
Solved: I needed to add video4linux support (which I did as a module) (oops) |
|