PocketVJ-CP-v3 icon indicating copy to clipboard operation
PocketVJ-CP-v3 copied to clipboard

Can't connect to PocketVJ wifi and thus...can't do anything

Open zachicecreamcohn opened this issue 4 years ago • 3 comments
trafficstars

I was able to connect once, but clicked reboot (accidentally) and haven't been able to connect since. I've tried other devices and still can't connect. Sometimes, I'll be able to connect for a brief moment, but then it disconnects.

zachicecreamcohn avatar Aug 22 '21 16:08 zachicecreamcohn

Sounds like a faulty power supply which is not delivering enough current.

Try to direct connect via RJ45 as described here: https://video.pocketvj.com/AVideo/video/20/direct-rj45-to-your-pocketvj

Then in CP go to SYSTEM SETTINGS and click POWERSUPPLY to check.

Also see here https://github.com/magdesign/PocketVJ-CP-v3/issues/94#issuecomment-708983964 are you connecting with a macbook? then make sure to be on WIFI CH9 or CH11

magdesign avatar Aug 23 '21 08:08 magdesign

perfect! thank you

On Mon, Aug 23, 2021 at 3:37 AM magdesign @.***> wrote:

Sounds like a faulty power supply which is not delivering enough current.

Try to direct connect via RJ45 as described here: https://video.pocketvj.com/AVideo/video/20/direct-rj45-to-your-pocketvj

Then in CP go to SYSTEM SETTINGS and click POWERSUPPLY to check.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/magdesign/PocketVJ-CP-v3/issues/101#issuecomment-903560459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUOKCWOHQR3RRV5HCX2CXWDT6ICGBANCNFSM5CTDWYAQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

zachicecreamcohn avatar Aug 23 '21 14:08 zachicecreamcohn

If you are not able to connect via RJ45 you can try the analog method:

You need to have a screen connected and a cabled USB keyboard, then reboot...... ....... you should see the PVJ bootscreen..... hope yes, otherwise check to have a working screen...

when the PVJ is up, press on the usb keyboard:

ALT + F4

now, if you see a still a video playing, type blindly on the USB keyboard:

pi
ENTER
pocketusr
ENTER
omxkill
ENTER

Now you should see a terminal on your screen, in there type:

sudo nano /etc/network/interfaces
ENTER

you should see something similar to this:

address is your ip! should be something like 192.168.2.xxx

should_read_like_this

You can use the arrow keys to navigate and the keyboard to edit the entries. When finished hit:

CTRL+X
Y
ENTER

also make sure wlan is fully enabled, for this, still in terminal, type:

sudo cp /var/www/sync/raspi-blacklist.empty /etc/modprobe.d/raspi-blacklist.conf
ENTER

then reboot the device

magdesign avatar Oct 22 '21 14:10 magdesign