From owner-freebsd-questions@freebsd.org Wed May 10 18:02:50 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 46BF6D663DA for ; Wed, 10 May 2017 18:02:50 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-ua0-x22f.google.com (mail-ua0-x22f.google.com [IPv6:2607:f8b0:400c:c08::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E80221C91 for ; Wed, 10 May 2017 18:02:49 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: by mail-ua0-x22f.google.com with SMTP id g49so4145521uaa.1 for ; Wed, 10 May 2017 11:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OUOqAg3E8VGGva11fzkq/mD8+JNc1DvTpS7MgU+0ZwE=; b=iKW2LJdROJ15r+betOK2qu7de5u7YVaEYnkDudVZJKn9x3pDCK24Exdi1yyfgcUEsO NfumExrSDy5g2qMwl7XBHo1qAO8fYWzYPc+xA+Ylq4yozrH1EdcS6vSIiRzVLqXEdWD7 qfCZN0K0yLjdMJLMydtu794gv3LM24jWX6rC7tPA7dyeBYl6RwZwgTvnD57BmGLlPmkF vycwoVNwIjTPcBBJxQM7rm+AbzdhT1LXJo2kcIC+7u8TbJIX4cIe0UDQ+BnQ/W/+YChX YuHfB+yvzuIhL68Bkb20tNRphWXstAFL6JxwATCmPlOYfg0j8uv/JLLw2gdoBWCko2CQ smfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OUOqAg3E8VGGva11fzkq/mD8+JNc1DvTpS7MgU+0ZwE=; b=BWAnGnR7gFBhlIVp0jXVf8EKpuHuSWMAwvA/X1VVH0VTNDRhBXrnFCHp+1VItV2Bk6 LEPfpRUGhx47o6lWEXfiI1GsdPlviTCN42FC32w5tqAVFEQYitbqN5sB2/54vDOhVyRS KhsYBWu39tBr9yeUaECAx6nK5pDh16bn/6NObp9wHY/+f94zA5xNwKfca6izwJnfapcr axbtQQtaEkUTy1Qh7Xe3RFaEFMI5ZPcN7sU/jrjinynaZYpd0+OgKGKDzakX/HEooNeO B1NMqzhIqT5T61D5oI+7/wQYojqoN0AiJhiQM4pbvByxSwgSKR9oCq2T0uqKNvLMyIQl TqFg== X-Gm-Message-State: AODbwcCqX2CsXVjF6KwKLAOW7sqrmqi0l5dMhZL4/c51CLVYvGN0fm7z ACPFclhaMeCtJc80X13D0mlN+Fo6gw== X-Received: by 10.31.190.134 with SMTP id o128mr2789604vkf.71.1494439368721; Wed, 10 May 2017 11:02:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.67.133 with HTTP; Wed, 10 May 2017 11:02:48 -0700 (PDT) In-Reply-To: <28aad046-6ef7-fd47-9920-7d7078541de6@columbus.rr.com> References: <28aad046-6ef7-fd47-9920-7d7078541de6@columbus.rr.com> From: Antonio Olivares Date: Wed, 10 May 2017 13:02:48 -0500 Message-ID: Subject: Re: CD/DVD USB plugin To: Baho Utot Cc: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 18:02:50 -0000 On Wednesday, May 10, 2017, Baho Utot wrote: > Does FreeBSD support a USB CD drive? > > If so what would be the entry in /dev? > > FreeBSD desktop.example.com 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0 > r316958: Sat Apr 15 09:25:18 EDT 2017 root@desktop.example.com:/usr/obj/usr/src/sys/GENERIC > amd64 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" > Yes, usb devices are supported. To find the device, I would use dmesg after plugging in the device to the usb port. Hope this helps, Antonio