LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux Mint (https://www.linuxquestions.org/questions/linux-mint-84/)
-   -   Fox Alien com errors (https://www.linuxquestions.org/questions/linux-mint-84/fox-alien-com-errors-4175722486/)

wingrider 02-27-2023 07:16 PM

Fox Alien com errors
 
hello all,
hoping to glean some insight.
I have a 3018 CNC router that I've been trying to hook up to my laptop running Linus Mint with bCNC installed.

After doing an lsusb and finding the port the router's connected to, inputting the port into bCNC, I get a message saying "permission denied". a little more research and then I tried udevadm and got the following:

PHP Code:

 udevadm monitor --udev
monitor will 
print the received events for:
UDEV the event which udev sends out after rule processing

UDEV  
[4068.729870add      /devices/pci0000:00/0000:00:14.0/usb1/1-(usb)
UDEV  [4068.758168add      /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0 (usb)
UDEV  [4068.827245add      /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
UDEV  [4068.855524add      /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0/tty/ttyUSB0 (tty)
UDEV  [4068.860153bind     /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
UDEV  [4068.862828bind     /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0 (usb)
UDEV  [4068.875017bind     /devices/pci0000:00/0000:00:14.0/usb1/1-(usb)
UDEV  [4069.619503add      /devices/virtual/input/input26 (input)
UDEV  [4069.725947add      /devices/virtual/input/input26/event20 (input)
UDEV  [4069.747865remove   /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0/tty/ttyUSB0 (tty)
UDEV  [4069.753105unbind   /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
UDEV  [4069.756537remove   /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/ttyUSB0 (usb-serial)
UDEV  [4069.759344unbind   /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0 (usb)
UDEV  [7629.904391change   /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT0 (power_supply

Correct me if I'm wrong, but "remove" and "unbind" is bad! :D any suggestions?

michaelk 03-01-2023 05:12 AM

Welcome to LinuxQuestions.

Try adding your user to the dialout group

sudo usermod -G dialout username

You will need to logout and login again for the setting to take affect.


All times are GMT -5. The time now is 06:42 PM.