Search found 7 matches
- Mon Oct 05, 2020 1:44 am
- Forum: Other programming languages
- Topic: Rsync and zenity progress bar
- Replies: 0
- Views: 231
Rsync and zenity progress bar
Hello Wonder if any one can point me in the right direction, now I am very new to bash and awk scripts but I got my script to copy any files found on a USB to a designated location by using rsync and a zenity progress bar to show the status of the transfer. Now the script works and that's great but ...
- Mon Sep 28, 2020 10:40 pm
- Forum: Troubleshooting
- Topic: [RESOLVED] udev not running script
- Replies: 6
- Views: 266
Re: udev not running script
YAY it worksepoch1970 wrote: ↑Thu Sep 24, 2020 11:04 am- If the mount is done by something else, you may want to use systemd directly, e.g. https://askubuntu.com/a/679600

Yea forget udev, systemd worked first time thank you for pointing me in the right direction
- Sun Sep 27, 2020 12:57 am
- Forum: Troubleshooting
- Topic: [RESOLVED] udev not running script
- Replies: 6
- Views: 266
Re: udev not running script
I will give it a go
- Thu Sep 24, 2020 10:44 am
- Forum: Troubleshooting
- Topic: [RESOLVED] udev not running script
- Replies: 6
- Views: 266
Re: udev not running script
Hello Simplify the udev rule by removing the bash executable, Add “#!/bin/bash” as the first line of your script, In the script, do not use sudo. It is interactive in general and udev scripts are executed by root in the first place. (and /etc is not the preferred location for user scripts.) I'v trie...
- Tue Sep 22, 2020 3:07 am
- Forum: Troubleshooting
- Topic: [RESOLVED] udev not running script
- Replies: 6
- Views: 266
[RESOLVED] udev not running script
Hello I have created a udev rule to run a script when a designated USB is inserted but I can not get it to work, I see nothing in the logs or the monitor but if I run the script manually to test it works but it wont automatically run when I insert the USB stick. can any one help me? Below is the rul...
- Sun Jul 19, 2020 9:21 pm
- Forum: Compute Module
- Topic: CM4 serial ports RS485 mode
- Replies: 9
- Views: 957
Re: CM4 serial ports RS485 mode
I know that CM4 is not yet available but wants to be prepared for his arrival ;) The processor of RPi4 has 4 serial ports. There are four new overlays for serial ports - uart2 to uart5. Do any of them support RS485 mode? What part of "confidential until announced" are you struggling with?...
- Wed Feb 08, 2017 9:31 pm
- Forum: Interfacing (DSI, CSI, I2C, etc.)
- Topic: Replace HDMI port with FFC
- Replies: 6
- Views: 3426
Replace HDMI port with FFC
Hello I needed to replace the HDMI port with some thing smaller so I ordered a cable that had a male connector then went to a FFC connector but even then the PCB on the male end was to long, so I though to desolder the HDMI port and FFC connector and then solder the FFC connector directly to the Pi ...