From nobody Sun Feb 25 10:07:59 2024 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TjKFJ0dddz5C87W; Sun, 25 Feb 2024 10:08:04 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward500a.mail.yandex.net (forward500a.mail.yandex.net [178.154.239.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TjKFH4xwtz4lcQ; Sun, 25 Feb 2024 10:08:03 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Authentication-Results: mx1.freebsd.org; none Received: from mail-nwsmtp-mxback-production-main-60.vla.yp-c.yandex.net (mail-nwsmtp-mxback-production-main-60.vla.yp-c.yandex.net [IPv6:2a02:6b8:c1d:659d:0:640:e939:0]) by forward500a.mail.yandex.net (Yandex) with ESMTPS id 7489060C55; Sun, 25 Feb 2024 13:08:00 +0300 (MSK) Received: from mail.yandex.ru (2a02:6b8:c18:4784:0:640:b1ab:0 [2a02:6b8:c18:4784:0:640:b1ab:0]) by mail-nwsmtp-mxback-production-main-60.vla.yp-c.yandex.net (mxback/Yandex) with HTTP id a7TBAR4O5iE0-JxQEsREp; Sun, 25 Feb 2024 13:08:00 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1708855680; bh=vbVVl86WCUSaSw03LbraZ1iLoEJe8WfEas3NDmIx/G0=; h=Message-Id:References:Date:Cc:Subject:In-Reply-To:To:From; b=r+xHQvQEF2oeOLVcMoVUxGXMNaphNk6Dvw04vjpvpjRlXGkitSbK60wsOTtrvXxxR H6ixkYId8gVB71+1+qR8ZVPJ3iuEUp4q8i4oSxA704uVmlUraFVdSiG6WYPFeF7Pgf vQp86lNK9dlLkNSwdkFzXZoVi55figg8bwqskUOg= Received: by vpfns56j3qv6ec2k.vla.yp-c.yandex.net with HTTP; Sun, 25 Feb 2024 13:07:59 +0300 From: S.N.Grigoriev To: void , FreeBSD Stable Cc: stable@freebsd.org In-Reply-To: <3c8667a2-770c-4c35-9b33-572f43d9f1ea@app.fastmail.com> References: <5813111708783942@wckjnuw7tehz7zgt.sas.yp-c.yandex.net> <3c8667a2-770c-4c35-9b33-572f43d9f1ea@app.fastmail.com> Subject: Re: USB CD drive does not work with 14-Stable List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sun, 25 Feb 2024 13:07:59 +0300 Message-Id: <4609701708855679@vpfns56j3qv6ec2k.vla.yp-c.yandex.net> Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:200350, ipnet:178.154.224.0/19, country:RU] X-Rspamd-Queue-Id: 4TjKFH4xwtz4lcQ > On Sat, 24 Feb 2024, at 14:12, S.N.Grigoriev wrote: > >> Hi, list, >> >> I've found out that my USB CD drive does not work with my 14-Stable (amd64). >> It works fine with Linux and Windows and in past worked fine with 12-Stable. >> >> The following is from /var/log/messages: >> >> kernel: usb_alloc_device: set address 2 failed (USB_ERR_TIMEOUT, >> ignored) >> kernel: usbd_setup_device_desc: getting device descriptor at addr 2 >> failed, USB_ERR_IOERROR >> kernel: usb_msc_auto_quirk: UQ_MSC_NO_GETMAXLUN set for USB mass >> storage device MediaTek Inc MT1956 (0x0e8d:0x1956) >> kernel: usb_alloc_device: Failure selecting configuration index >> 0:USB_ERR_STALLED, port 5, addr 2 (ignored) >> kernel: ugen3.2: at usbus3 > > Hi, can you post your kernel config please, and uname -aKU Hi, void, thank you for your response! My kernel config is: ########## include GENERIC ident GEN # No sound support nodevice sound nodevice snd_cmi nodevice snd_csa nodevice snd_emu10kx nodevice snd_es137x nodevice snd_hda nodevice snd_ich nodevice snd_via8233 ########### uname -aKU output: FreeBSD amico.pltel.ru 14.0-STABLE FreeBSD 14.0-STABLE #0 stable/14-n266870-e705ac7788b2: Sat Feb 24 15:47:37 MSK 2024 root@amico.pltel.ru:/usr/obj/usr/src/amd64.amd64/sys/GEN amd64 1400509 1400509 Regards, Serguey.