Recent content by skelleton

  1. S

    Issue with USB Passthrough to LXC container

    Hello oguz, Sorry for the late reply. This was low on my priority list, as the actual problem is resolved now. To be safe in the future i also changed the other container to cgroup 2 and had no adverse effects. But to be complete I am posting the answers below in case it helps with things in...
  2. S

    Issue with USB Passthrough to LXC container

    Thank that worked. It seems odd then that i have another container with a USB device passed through where this config still works: lxc.cgroup.devices.allow: c 166:* rwm lxc.mount.entry: /dev/ttyACM0 dev/ttyACM0 none bind,optional,create=file,mode=0666
  3. S

    Issue with USB Passthrough to LXC container

    Hello, I have a LXC container that i use only sporadically. It has a USB card reader passthrough configured like this: arch: amd64 cores: 2 features: nesting=1 hostname: homecard01 memory: 2048 net0: name=eth0,bridge=vmbr100,firewall=1,hwaddr=xxxxxxxxx,ip=dhcp,type=veth ostype: debian rootfs...