raspberry_pi
This is an old revision of the document!
Table of Contents
Raspberry Pi
2025 3 13
- autostart - https://forums.raspberrypi.com/viewtopic.php?t=294014 ← nothing here worked
1. Create the autostart directory: mkdir -p /home/pi/.config/autostart 2. Open a new text file in your preferred editor. 3. Add the following three lines: [Desktop Entry] Type=Application Exec=mousepad Replace mouespad with the command of your choice. 4. Save in /home/pi/.config/autostart with a name ending in .desktop e.g. mousepad.desktop 5. Logout and login or reboot.
- selenium command line runner - https://www.selenium.dev/selenium-ide/docs/en/introduction/command-line-runner
2025 3 7
- make vlc run as a service https://forums.raspberrypi.com/viewtopic.php?p=1197517&hilit=vlc+in+crontab+fails#p1197517
2025 3 2
- power glitch seems to have toasted the SD card.
- would not come up even after resetting the card.
- ran the 2024.10.31 below but password is wembley01.
- device is Raspberry Pi 3.
- installed 64 bit AARCH OS.
- had to recompile libshutup.c.
- still could not connect in living room until reset basement cat5, so OS was probably OK.
2024 10 31
- may toasted the existing 32 gig sd card
- installed os on Onn 128 gig card using imager_1.8.5.exe
- Pi is version 3
- python, mousepad, and realvnc already installed
- ssh, ran raspi-config and select interfaces, then I3 for vnc which starts the server
- installed Idle
- added */2 * * * * python p8.py to crontab to check wcpe every two minutes
- code is in synshare/software/rasp
2022 02 7
- used RP imager to install OS on 256 Samsung
- wembley01
- installed Samba
- modified smb.conf
workgroup = WORKGROUP wins support = yes
[PiShare] comment=Raspberry Pi Share path=/home/pi/Videos browseable=Yes writeable=Yes ; chnage this after videos are copied only guest=no create mask=0777 directory mask=0777 public=Yes
- did a chmod Videos 777
- vnc server was already installed. sudo apt-get install realvnc-vnc-server
- turn on ssh and vncserver in config using sudo raspi-config from terminal
- made /home/pi/Videos a share
- Can view videos remotely
2022 01 27
- installed Samba
- modified smb.conf
- made /home/pi/Videos a share
- Can view videos remotely
2020 05 13
- Pi 3 Model B+ with 1 gig memory
- Assembled the case using this video: canakit.com/pi-case
- Followed direction in manual to format the SD card and install NOOBS
- Booted up and installed Raspian
- did sudo apt-get xscreensaver
- did sudo apt-get gtk+2.0
- followed directions at silicondust.com/support/linux to download and make hdhomerun software
- ran hdhomerun_config_gui to scan channels. could view channel 4 HSN.
- what program to use to view all channels and select them?
raspap
- does not uninstall cleanly!
- installed using directions from website
- shows up in wifi as raspi-webgui
- lenovo can connect and browse web with admin/secret
- lenovo has address 10.3.141.220
- wlan address is 10.3.141.1
- hostapd.conf is in /etc/hostapd
- uninstaller is in /var/www/html/installers
- can still vnc to rasp eth0 of 10.0.0.63.
- can run gui by pointing browser to 10.0.0.63/system_info
- login with admin secret
- simpler solution would be to make bell modem give rasp a static eth0 address
- connect rasp to the bell modem with a cable.
- users look for wireless 'rasp' and connect to it
- warn them that there is NO internet access!
- then use file explorers to find rap]sp on the network.
- then raspAp not needed on rasp
raspberry_pi.1741915669.txt.gz · Last modified: 2025/03/14 01:27 by donald
