August 17, 20223 yr 2022-08-17T18:59:08.557603Z qemu-system-x86_64: -chardev tty,id=charserial1,path=/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2132783-if00: warning: The alias 'tty' is deprecated, use 'serial' instead I am getting above error message. I have added the conbee device as usb device using the GUI. (I have also tried to add it manually to the xml due to having big problems for my host to get passthrough) And that part of the xml looks like this: <serial type='dev'> <source path='/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2132783-if00'/> <target type='usb-serial' port='4'> <model name='usb-serial'/> </target> <alias name='serial1'/> <address type='usb' bus='0' port='4'/> </serial>
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.