JuliusCode / MP4MUSEUM

MP4MUSEUM.org Media Player
GNU General Public License v3.0
32 stars 8 forks source link

Issues with setting up a wifi network #2

Closed scerelli closed 3 years ago

scerelli commented 3 years ago

Hi, I just tried to flash the image of your mp4museum in 2 raspberry 3a+ the master one it's firing up a video immediatly that is not the one i put on the usb stick, i suppose is your video and i can't connect it to the wifi because if i try to kill the video it restarts.

On the slave one i logged in using the user and password you provided, I tried to connect it to the wifi using the raspberry configurator but it doesn't connect.

I also tried to manually add ssid and network password in /etc/wpa_supplicant/wpa_supplicant.conf but it's a readonly file, i also tried to add read and write permission in /boot/cmdline.txt but it is also a readonly file.

do you have an idea and how to get around this? thanks

JuliusCode commented 3 years ago

hi, it is not meant to log in locally/via keyboard. mp4m-sync does not play back from usb, please read the instructions on the webpage. to setup wifi you can place wpa_supplicant on the /boot drive after writing the image. after login via ssh, re-mount the filesystem as rw before making changes, see "how to hack" on the homepage.

J.

scerelli commented 3 years ago

Thanks @JuliusCode