-
Notifications
You must be signed in to change notification settings - Fork 902
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
No video output, no WiFi connection, no log files #3038
Comments
only thing in /data is what I created and put there. (I am accessing files by pulling the card out of the pi and sticking it into a laptop to view) /etc/network contains only directories, no files. |
Burn a new card (64GB is all you can use) using RaspberryPi Imager and when you get to the settings screen, choose edit and look at all 3 tabs to make sure everything is set up. With this method you dont need the ssh or suplicant stuff.
… On Jun 22, 2024, at 13:17, Ahndalu ***@***.***> wrote:
only thing in /data is what I created and put there. (I am accessing files by pulling the card out of the pi and sticking it into a laptop to view) /etc/network contains only directories, no files.
—
Reply to this email directly, view it on GitHub <#3038 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AK3P74F3MDA64FMIYU6DDS3ZIWWSBAVCNFSM6AAAAABJXSQYFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBUGEYTIMRUGQ>.
You are receiving this because you are subscribed to this thread.
|
DO NOT USE RPiImager! Use Win32DiskImager, Balena Etcher, or dd. RPiImager does NOT support 3 partition images like motionEyeOS, and does not work with mods made by using the presets created by RPiImager. |
Also, the max standard size for the Pi3s is 32GB unless you expand the partition and format it in another machine first. And motionEyeOS doesn't support that. |
Thank you for these tips. I will have to go buy either 32GB or 64GB cards. 64GB is too big? |
I don't have a 3a+ to test. Works on a 3B. |
Trying a 64GB. Do I need to put wpa_supplicant.conf in /etc /data/etc and /boot |
Sorry, typo. I mean: /etc and /data/etc and /boot or just in /boot partition? |
just /boot prior to first power on |
I used gnome-disk-utility 42.0 |
Try this image |
All the instructions are in the wiki
https://github.com/motioneye-project/motioneyeos/wiki/Installation
Installation
github.com
… On Jun 22, 2024, at 18:18, Ahndalu ***@***.***> wrote:
Trying a 64GB. Do I need to put wpa_supplicant.conf in /etc /data/etc and /boot
or just in /boot partition?
—
Reply to this email directly, view it on GitHub <#3038 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AK3P74BAHDET76U467TXKKTZIXZ3PAVCNFSM6AAAAABJXSQYFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBUGIYTEOJRGA>.
You are receiving this because you commented.
|
Sorry for being so long in continuing this thread. I got 32GB cards because I had When using the image prior the one in this post, I tried a number of things in the I do not know what to do next. Please advise? Thank you. Here is my wpa_supplicant.conf file (with real password and network replaced) country=US network={ |
And a second (new) attempt was made: I burned a new image on 32GB SD card using The script executed fine. It gave output messages that look correct, and told me I could eject the SD card. I put the SD card into the Pi and turned it on. The same symptoms occur: no HDMI video. Red LED lit. Green LED blinking. /var/log remains empty. I confirmed that 'yournet' and 'yourkey' values for my setup had no syntax errors as my laptop can connect to the Wi-Fi router using those credentials and I copied & pasted them rather than typing them. Does MotionEyeOS just not work with a Pi A 3+ ? |
Theoretically, the mEOS image for the 3B+ should work on the 3A. The only real difference should be the memory (1GB vs 512MB on the 3A), the lack of USB and Ethernet should not be an issue. I personally do not have a 3A+ for testing. I would (and do) recommend running RPiOS Buster or Bullseye Lite versions and installing motionEye 0.42 (requires python 2.7) from here or Bookworm and 0.43 (requires python 3.x) from here |
I have installed Raspberry Pi Lite, version 12 bookworm now. I have tried to install MotionEye. It produces errors when I launch it, post install. (it fails to find the setup.py even though all the paths seem to be correct) I am using MotionEye version .42.1 I have python version 3.11 Does this mean I need to upgrade to version .43? The note on the .43 page says "motionEye requires now Python 3.7 or later" - is python 3.11 ok? Given my setup, what is best/fastest thing to change? |
I upgraded to the pre-release .43. I had to upgrade the tornado version. Then I finally got MotionEye to start without errors. Thank you for your help. |
Preliminary Docs
Yes, I confirm that I have read the CONTRIBUTING guide before opening this issue.
Yes, I confirm that I have read the FAQ before opening this issue.
motionEyeOS Version
I am running motionEyeOS version: (motioneyeos-raspberrypi3-20200606.img.xz)).
Board Model
I am using the following board/model: (Raspberry PI 3A+).
Camera
I am using the following type of camera: (Raspberry Pi Camera Module NoIR 3 Wide, connects
to Pi by ribbon cable ).
My camera model is: (it has a 1.14 on it).
Network Connection
My motionEyeOS unit is connected to the network via: (attempting to connect to WiFi. It has
failed. It has never connected successfully. This model of Pi has no wired ethernet).
Peripherals
I am using the following peripherals that I consider relevant to this issue:
Log Files
I consider the following log files relevant to this issue:
I have created the image on SD card several times. I have created and place in the boot partition
the wpa_supplicant.conf file shown in screen shot. I created wpa_supplicant.conf and placed it
in /boot prior the first boot of the card on the pi. I placed copies of wpa_supplicant.conf into
/boot into /data/etc and into /etc (I wasn't sure I was supposed to do that or not). I have tried many variations of the wpa_supplicant.conf syntax. While the red LED goes on, on the Pi, and the green LED blinks a lot,
I get no video output to a monitor, and I get no connection to the WiFi network. I verified that I can connect
to the WiFi network using same credentials with a laptop. I am a newbie. I have tried a large number
of things to make it work, reading docs and trouble reports. The SD is 256GB. The board is stamped 2022.
There is nothing in the /var/log directory - no files at all, zero. Prior to installing MotionEye, I had the conventional Rapsberry Pi OS on the board and was able to view video with the camera.
Don't know what to do next.
The text was updated successfully, but these errors were encountered: