mlanypitts / webcamstudio

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

modprobe: ERROR: could not insert 'webcamstudio': Bad address #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile latest module
2. modprobe webcamstudio
3. receive error

What is the expected output?
the module is added

What do you see instead?
the error in the subject line

The Operating system you are using (Linux, Windows etc)?
Linux. 3.11.3-201.fc19.i686.PAE

What version of WebcamStudio are you using?
0.60 I think. Doesn't matter the module is the problem

What version of Java are you using?
n/a

What is your Webcamera vendor, model and version?
n/a

For *nix users please enter the output from "sudo lsusb"?
n/a

Original issue reported on code.google.com by ehrich.w...@gmail.com on 9 Oct 2013 at 11:28

GoogleCodeExporter commented 8 years ago
I should note that this started right around when kernel 3.11 came into play. 
Not exactly at that point but 3.10 worked fine. I'm guessing it's a change in 
the kernel but I haven't had time to check out the changes to see where the 
problem is. 

Original comment by ehrich.w...@gmail.com on 10 Oct 2013 at 7:06

GoogleCodeExporter commented 8 years ago
Exactly the same problem (both with webcamstudio-dkms and v4l2loopback-dkms - 
not sure if I should have both installed but problem was present before I 
installed v4l2loopback)

~$ sudo modprobe v4l2loopback
ERROR: could not insert 'v4l2loopback': Bad address
~$ sudo modprobe webcamstudio
ERROR: could not insert 'webcamstudio': Bad address
~$ webcamstudio
None of the kernel modules webcamstudio/v4l2loopback are loaded...
Welcome to WebcamStudio ...

System info:
~$ uname -a
Linux ... 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 13.10
Release:    13.10
Codename:   saucy

Original comment by lauwersj...@gmail.com on 22 Oct 2013 at 5:22

GoogleCodeExporter commented 8 years ago
I try to build 32bits Ubuntu 13.10 deb packages and this is the results:

https://docs.google.com/file/d/0BxkZ_wh6t7jbemljTjVWeEN0a2c/edit?usp=sharing

Please, don't try this in production machines.

1) Uninstall all previusly WS installed version from synaptic
2) make sure module webcamstudio is not loaded, if it is loaded (but not 
functional) reboot the system and go back to step 1.
3) Download the attached package, you will find two debs:
     a) webcamstudio-dkms_0.64_all.deb
     b) webcamstudio_0.64_i386.deb
4) Install a) with dpkg or Software-Center
5) Install b) with dpkg or Software-Center
6) Restart the system.
7) Check WS installation.

https://docs.google.com/file/d/0BxkZ_wh6t7jbemljTjVWeEN0a2c/edit?usp=sharing

You can also try to compile this webcamstudio-module-108:

https://docs.google.com/file/d/0BxkZ_wh6t7jbTkplU3NrR3J0N2c/edit?usp=sharing

Let me know.
Karl.

Original comment by soylent...@gmail.com on 23 Oct 2013 at 4:40

GoogleCodeExporter commented 8 years ago
Ubuntu 13.10 Saucy PPA created with correct WCStudio video module.

Original comment by soylent...@gmail.com on 26 Oct 2013 at 10:06

GoogleCodeExporter commented 8 years ago
This isn't closed for me. I don't see any changes in the behavior and the svn 
doesn't show any changes to vloopback module

Original comment by ehrich.w...@gmail.com on 27 Oct 2013 at 4:00

GoogleCodeExporter commented 8 years ago
webcamstudio-module108 contains the Linux 3.11 fix of v4l2loopback module fork.
The latest saucy repo have that.
This issue is closed.

Original comment by soylent...@gmail.com on 27 Oct 2013 at 5:02

GoogleCodeExporter commented 8 years ago
V4l2loopback doesn't seem to be fixed.  I still get the same error of "bad 
address".

Original comment by eta...@gmail.com on 9 Dec 2013 at 6:10

GoogleCodeExporter commented 8 years ago
The V4l2loopback install problem was fixed about 6 days ago on the latest 
source on github.  Nevermind.  Not in the Saucy repositories yet...

Original comment by eta...@gmail.com on 9 Dec 2013 at 6:38

GoogleCodeExporter commented 8 years ago
Thanks for the info etarts,
 i was working on webcamstudio guide ... not so much time ...
I will look in the v4l2loopback and will update the webcamstudio module. (i 
hope)
karl.

Original comment by soylent...@gmail.com on 9 Dec 2013 at 7:58

GoogleCodeExporter commented 8 years ago
I see that webcamstudio-module-108 has already the correct "depmod -a" in 
makefile.
Thanks.
karl. 

Original comment by soylent...@gmail.com on 9 Dec 2013 at 8:12