cychiang / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
1 stars 0 forks source link

Installation fails #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apt-get install webcamstudio

What is the expected output? What do you see instead?

dmesg returns:

[163166.416517] webcamstudio: disagrees about version of symbol video_ioctl2
[163166.416530] webcamstudio: Unknown symbol video_ioctl2 (err -22)
[163166.416577] webcamstudio: disagrees about version of symbol 
video_unregister_device
[163166.416583] webcamstudio: Unknown symbol video_unregister_device (err -22)
[163166.416601] webcamstudio: disagrees about version of symbol 
video_device_alloc
[163166.416606] webcamstudio: Unknown symbol video_device_alloc (err -22)
[163166.416631] webcamstudio: disagrees about version of symbol 
__video_register_device
[163166.416637] webcamstudio: Unknown symbol __video_register_device (err -22)
[163166.416651] webcamstudio: disagrees about version of symbol 
video_device_release
[163166.416656] webcamstudio: Unknown symbol video_device_release (err -22)

What version of the product are you using? On what operating system?

latest version of package on Ubuntu Precise Pendoline LTS 12.04, kernel 3.2.0

Please provide any additional information below.

Original issue reported on code.google.com by mclausme...@googlemail.com on 19 May 2012 at 10:38

GoogleCodeExporter commented 9 years ago
lsmod output:

 * Starting WebcamStudio kernel module webcamstudio                             Building vloopback driver...
make -C /lib/modules/`uname -r`/build M=/tmp/webcamstudio-src modules
make[1]: Betrete Verzeichnis '/usr/src/linux-headers-3.2.0-24-generic-pae'
  CC [M]  /tmp/webcamstudio-src/webcamstudio.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/webcamstudio-src/webcamstudio.mod.o
  LD [M]  /tmp/webcamstudio-src/webcamstudio.ko
make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-3.2.0-24-generic-pae'
make -C /lib/modules/`uname -r`/build M=/tmp/webcamstudio-src modules_install
make[1]: Betrete Verzeichnis '/usr/src/linux-headers-3.2.0-24-generic-pae'
  INSTALL /tmp/webcamstudio-src/webcamstudio.ko
  DEPMOD  3.2.0-24-generic-pae
make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-3.2.0-24-generic-pae'
depmod -ae
WARNING: -e needs -E or -F

Original comment by mclausme...@googlemail.com on 19 May 2012 at 10:48

GoogleCodeExporter commented 9 years ago
This should be fixed in latest deb build on our PPA: 
https://launchpad.net/~webcamstudio/+archive/webcamstudio-dailybuilds

Please test and provide feedback :)

Original comment by peter.u....@gmail.com on 3 Apr 2013 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by peter.u....@gmail.com on 21 Apr 2013 at 9:31