-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bcm2835-v412 error on install, can't install package following it #24
Comments
Hi @flingwing, what OS version are you using? Also, can you confirm the hardware you are using (Raspberry pi W?) I will try to reproduce the issue. |
Hey @geraldoramos, thanks for the help. I'm using Jessie lite
on a pi zero `processor : 0 Hardware : BCM2835 |
Hi, Looks like you are not using the newest version. The current installation uses Can you let me know the results of I would recommend trying to git clone this repository and trying the install pigeon with the most updated version. If my assumption is wrong and you are using the newest installation routine, can you clarify where did you get the I was going to try a new install on the most recent Raspbian today but I then I realize the issue could be the older installation script. Let me know and I will try to reproduce the issue on a fresh install here if it doesn't work.... |
an apt-get on motion tells me I have the latest version the wget was from the documentation under the issues section. I ran it after I was experiencing issues after installation. curious also whereas my library has 4.9.59+ 4.9.59-v7+ |
Not sure if this was resolved (it's a bit old), but I had a similar issue last night when installing Pigeon using the install_pigeon.sh script. Turns out that if apt-get upgrade pulls down a new kernel image, you need to reboot before it will work. |
Hmm.. thats curious, I’ve rebooted but get the same issue. I’ll try again tonight.
Anyone know where the path is coded so I can manually change (if I’m interpreting the error correctly).
… On Dec 18, 2017, at 12:51 PM, Mike Conway ***@***.***> wrote:
Not sure if this was resolved (it's a bit old), but I had a similar issue last night when installing Pigeon using the install_pigeon.sh script. Turns out that if apt-get upgrade pulls down a new kernel image, you need to reboot before it will work.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I believe the path is actually an error from modprobe, which is why I realized it was an issue with Kernel versions. |
okay, a few restarts and apt-get updates did seem do some good. Motion is running and I can pull up the IP now, however, I ran into a "unable to open video device" and when I look for a /dev/video0 it is missing.
One other issue I seemed to have is my motion http control was set as the same port as my stream which obviously didn't fly. After tweaking that and I had the motion settings via website as well. |
okay turns out this is more complicated.... One thing I noticed I need to run motion as root for it to successfully work at all. But that wasn't it. On reboots the Pi doesn't have the required /dev/video0 device. this is where the Motion still won't loading correctly after a reboot. It looks like a second motion process is started (perhaps part of the motion package install) and ties the video device up giving a grey screen with, our without, our motion run in |
I had the same error. I just figured out that I wasn't writing the correct name. The package name is "bcm2835-v4l2", the character between the four and the number two is an "l", not a "1". I hope that helps! |
Awsome! Maybe 80% of who run into this issue can solve by this solution. |
In a recent redeploy of pigeon onto my pi I got the following error on install:
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.9.41+/modules.dep.bin' modprobe: FATAL: Module bcm2835-v4l2 not found in directory /lib/modules/4.9.41+ Installation completed and service started
The HTTP server refuses connection (I've verified the port is open). No images are being taken and stored on DB.
When I went to install the module
wget https://github.com/Motion-Project/motion/releases/download/release-4.0.1/pi_jessie_motion_4.0.1-1_armhf.deb dpkg -i pi_jessie_motion_4.0.1-1_armhf.deb
it also is unsuccessful, spits out a bunch of characters. One thing it does seem to try to do is connect to a unreachable domain:
The text was updated successfully, but these errors were encountered: