From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8410C43334 for ; Sat, 4 Jun 2022 05:32:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232447AbiFDFcI (ORCPT ); Sat, 4 Jun 2022 01:32:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230285AbiFDFcH (ORCPT ); Sat, 4 Jun 2022 01:32:07 -0400 Received: from mail.toniclab.ru (unknown [194.187.149.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EE8865B0 for ; Fri, 3 Jun 2022 22:32:00 -0700 (PDT) Received: from post.toniclab.ru (localhost [127.0.0.1]) by mail.toniclab.ru (Postfix) with ESMTPSA id BA232154F65; Sat, 4 Jun 2022 08:31:56 +0300 (MSK) MIME-Version: 1.0 Date: Sat, 04 Jun 2022 08:31:56 +0300 From: Yuri To: Greg KH Cc: linux-usb@vger.kernel.org Subject: Re: /dev/ttyUSB0 file disappears on Ubuntu 22.04 In-Reply-To: References: <4b9e024d14c40cba7c04d5879ae64866@toniclab.ru> <6391aa3d842029344835b4b085390a2e@toniclab.ru> User-Agent: Roundcube Webmail/1.4.9 Message-ID: X-Sender: info@toniclab.ru Organization: TonicLab Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org >> >> ls: cannot access '/dev/ttyUSB*': No such file or directory > > Is the device node actually there? > > What does /dev/serial/ contain? > After I have a ftdi device attached I have cd /dev/serial ; ls -LR .: by-id by-path ./by-id: ls: cannot access './by-id/usb-FTDI_USB_Serial_FT0KKBIF-if00-port0': No such file or directory usb-FTDI_USB_Serial_FT0KKBIF-if00-port0 ./by-path: ls: cannot access './by-path/pci-0000:00:1d.0-usb-0:1.5:1.0-port0': No such file or directory pci-0000:00:1d.0-usb-0:1.5:1.0-port0 So the folders and links are there but there's no /dev/ttyUSB0 file >> No problems on the same PC working under Ubuntu 18.04 and 16.04 >> whatsoever: >> >> ls -l /dev/ttyUSB* >> crw-rw---- 1 root dialout 188, 0 Jun 2 10:36 /dev/ttyUSB0 > > I think you are going to have to contact ubuntu for this issue and get > support from them as it's their kernel and overall system configuration > here, the kernel looks like it is working just fine. Thanks for advice. Already opened a bug report on launchpad.