Re: Two questions at once, arn't I being curious?

2021-03-11 Thread Samuel Sieb
On 3/11/21 11:00 PM, Francisco Tissera wrote: To day I received a notification telling me that important OS updates were ready to install. Instead of installing them from the software center though, I went ahead and opened up terminal and ran sudo dnf upgrade --refresh because i like the --

Two questions at once, arn't I being curious?

2021-03-11 Thread Francisco Tissera
Hello everyone, To day I received a notification telling me that important OS updates were ready to install. Instead of installing them from the software center though, I went ahead and opened up terminal and ran sudo dnf upgrade --refresh because i like the --refresh command a lot. Well,

Re: Turning of webcam auto-focus

2021-03-11 Thread Ed Greshko
On 12/03/2021 08:18, Roger Heflin wrote: On Thu, Mar 11, 2021 at 6:03 PM Roger Heflin wrote: You might try uvcdynctl that is what I have been using as it directly talks to the webcam. It will show the controls that exist and let you query and set them. uvcdynctrl that is. FWIW, uvcdynctr

Re: Turning of webcam auto-focus

2021-03-11 Thread Roger Heflin
On Thu, Mar 11, 2021 at 6:03 PM Roger Heflin wrote: > > You might try uvcdynctl that is what I have been using as it directly > talks to the webcam. > > It will show the controls that exist and let you query and set them. > > uvcdynctrl that is. guvcview will give you an interactive tool to test

Re: Turning of webcam auto-focus

2021-03-11 Thread Roger Heflin
You might try uvcdynctl that is what I have been using as it directly talks to the webcam. It will show the controls that exist and let you query and set them. On Thu, Mar 11, 2021 at 4:14 PM Ed Greshko wrote: > > On 12/03/2021 05:24, Paul Smith wrote: > > ---

Re: Turning of webcam auto-focus

2021-03-11 Thread Ed Greshko
On 12/03/2021 05:24, Paul Smith wrote: --- # v4l2-ctl -l User Controls keep_format 0x0098f900 (bool) : default=0 value=0 sustain_framerate 0x0098f901 (bool) : default=0 value=0 timeout 0x0098f90

Re: Turning of webcam auto-focus

2021-03-11 Thread Paul Smith
On Thu, Mar 11, 2021 at 9:14 PM Ed Greshko wrote: > > > To turn off the auto-focus feature of my webcam, I used the following > > command: > > > > v4l2-ctl -c focus_auto=0 > > > > However, recently, the same command returns the following: > > > > # v4l2-ctl -c focus_auto=0 > > unknown control 'fo

Re: Turning of webcam auto-focus

2021-03-11 Thread Ed Greshko
On 12/03/2021 04:34, Paul Smith wrote: Dear All, To turn off the auto-focus feature of my webcam, I used the following command: v4l2-ctl -c focus_auto=0 However, recently, the same command returns the following: # v4l2-ctl -c focus_auto=0 unknown control 'focus_auto' # Any ideas? What does

Turning of webcam auto-focus

2021-03-11 Thread Paul Smith
Dear All, To turn off the auto-focus feature of my webcam, I used the following command: v4l2-ctl -c focus_auto=0 However, recently, the same command returns the following: # v4l2-ctl -c focus_auto=0 unknown control 'focus_auto' # Any ideas? Thanks in advance, Paul __

Re: Hooks for automount

2021-03-11 Thread Jonathan Billings
On Thu, Mar 11, 2021 at 01:13:08PM +, Patrick O'Callaghan wrote: > > Yes, I had noticed that. What isn't clear to me is how this would work > on system reboot. I need to be able to power down the drive not just > after it's unmounted, but when the system is rebooted and the drive > hasn't been

Re: Hooks for automount

2021-03-11 Thread Patrick O'Callaghan
On Thu, 2021-03-11 at 13:13 +, Patrick O'Callaghan wrote: > On Thu, 2021-03-11 at 07:47 -0500, Jonathan Billings wrote: > > On Mar 10, 2021, at 20:18, Ed Greshko wrote: > > > > > > The answer may be "none of the above". > > > > > > Diving into systemd documentation it seems that the sections

Re: Hooks for automount

2021-03-11 Thread Patrick O'Callaghan
On Thu, 2021-03-11 at 07:47 -0500, Jonathan Billings wrote: > On Mar 10, 2021, at 20:18, Ed Greshko wrote: > > > > The answer may be "none of the above". > > > > Diving into systemd documentation it seems that the sections included in > > the mount and automount unit files > > don't define thos

Re: Hooks for automount

2021-03-11 Thread Jonathan Billings
On Mar 10, 2021, at 20:18, Ed Greshko wrote: > > The answer may be "none of the above". > > Diving into systemd documentation it seems that the sections included in the > mount and automount unit files > don't define those lines. :-( There isn’t anything about exec lines in a .mount unit, wh

Re: Hooks for automount

2021-03-11 Thread Patrick O'Callaghan
On Thu, 2021-03-11 at 15:38 +0800, Ed Greshko wrote: > On 11/03/2021 09:17, Ed Greshko wrote: > > On 11/03/2021 01:40, Patrick O'Callaghan wrote: > > > I now have to work out where to put the ExecStart/Stop lines. > > > > The answer may be "none of the above". > > > > Diving into systemd document