Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
On 12/4/23 17:41, Samuel Sieb wrote: On 12/4/23 14:38, Robert Moskowitz wrote: Got port busy at first, then remembered that I improperly terminated screen run from sudo.  So actually screen still was running and keeping the port busy.  Easiest fix was pulling the usb cable to the esp32 and

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Jose Maria Terry Jimenez via users
El 4/12/23 a las 22:38, Robert Moskowitz escribió: I have added me to group dialout: $ groups rgm rgm : rgm wheel dialout But I cannot access /dev/ttyUSB0 screen /dev/ttyUSB0 115200 Does not work but: sudo screen /dev/ttyUSB0 115200 does. Dr. Google seems to think I need a reboot for this

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
On 12/4/23 18:14, Samuel Sieb wrote: On 12/4/23 14:58, Robert Moskowitz wrote: the download worked.  Last message was Hard resetting via RTS pin... and nothing. I hope I have not bricked it.   Waiting for my colleague that works with these things (but on Win) to get back to me. You

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread T.C. Hollingsworth
On 12/4/23, Robert Moskowitz wrote: > I have added me to group dialout: > > $ groups rgm > rgm : rgm wheel dialout > > But I cannot access /dev/ttyUSB0 > > screen /dev/ttyUSB0 115200 > > Does not work but: > > sudo screen /dev/ttyUSB0 115200 > > does. > > Dr. Google seems to think I need a reboot

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Jeffrey Walton
On Mon, Dec 4, 2023 at 5:38 PM Robert Moskowitz wrote: > > Working! > > Got port busy at first, then remembered that I improperly terminated > screen run from sudo. So actually screen still was running and keeping > the port busy. Easiest fix was pulling the usb cable to the esp32 and >

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Samuel Sieb
On 12/4/23 14:58, Robert Moskowitz wrote: the download worked.  Last message was Hard resetting via RTS pin... and nothing. I hope I have not bricked it.   Waiting for my colleague that works with these things (but on Win) to get back to me. You basically can't brick an ESP. You can

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Samuel Sieb
On 12/4/23 14:49, Robert Moskowitz wrote: On 12/4/23 17:41, Samuel Sieb wrote: On 12/4/23 14:38, Robert Moskowitz wrote: Got port busy at first, then remembered that I improperly terminated screen run from sudo.  So actually screen still was running and keeping the port busy.  Easiest fix was

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
the download worked.  Last message was Hard resetting via RTS pin... and nothing. I hope I have not bricked it.   Waiting for my colleague that works with these things (but on Win) to get back to me. On 12/4/23 17:41, Samuel Sieb wrote: On 12/4/23 14:38, Robert Moskowitz wrote: Got port

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Samuel Sieb
On 12/4/23 14:38, Robert Moskowitz wrote: Got port busy at first, then remembered that I improperly terminated screen run from sudo.  So actually screen still was running and keeping the port busy.  Easiest fix was pulling the usb cable to the esp32 and reinserting. If you're using Arduino

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
Working! Got port busy at first, then remembered that I improperly terminated screen run from sudo.  So actually screen still was running and keeping the port busy.  Easiest fix was pulling the usb cable to the esp32 and reinserting. Code now downloading. thanks! On 12/4/23 17:28, Chris

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
I tried: exec sudo -E -u "$USER" "$SHELL" No longer no permissions but now Error opening serial port '/dev/ttyUSB0'. (Port busy) On 12/4/23 16:38, Robert Moskowitz wrote: I have added me to group dialout: $ groups rgm rgm : rgm wheel dialout But I cannot access /dev/ttyUSB0 screen

Re: F38 adding user to dialout group without reboot

2023-12-04 Thread Chris Adams
Once upon a time, Robert Moskowitz said: > I have added me to group dialout: > > $ groups rgm > rgm : rgm wheel dialout > > But I cannot access /dev/ttyUSB0 > > screen /dev/ttyUSB0 115200 > > Does not work but: > > sudo screen /dev/ttyUSB0 115200 > > does. > > Dr. Google seems to think I

F38 adding user to dialout group without reboot

2023-12-04 Thread Robert Moskowitz
I have added me to group dialout: $ groups rgm rgm : rgm wheel dialout But I cannot access /dev/ttyUSB0 screen /dev/ttyUSB0 115200 Does not work but: sudo screen /dev/ttyUSB0 115200 does. Dr. Google seems to think I need a reboot for this to work.  I have too many things running to want