From owner-freebsd-questions Fri Sep 28 16:38:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pimout2-int.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by hub.freebsd.org (Postfix) with ESMTP id CFC3937B410 for ; Fri, 28 Sep 2001 16:38:27 -0700 (PDT) Received: from [192.168.1.25] (adsl-66-124-158-42.dsl.sntc01.pacbell.net [66.124.158.42]) by pimout2-int.prodigy.net (8.11.0/8.11.0) with ESMTP id f8SNcQx225026 for ; Fri, 28 Sep 2001 19:38:26 -0400 Date: Fri, 28 Sep 2001 16:44:54 -0700 (PDT) From: Kirk Bollinger X-X-Sender: To: Subject: USB Cdrom burner Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have not been able to get my usb cdrom burner working. I have not been able to mount a cd yet. I'm not sure what device to use to access it. here is a dmesg output: uhci0: port 0xa400-0xa41f irq 5 at device 31.2 on pci0 uhci0: (New UHCI DeviceId=0x24428086) usb0: on uhci0 usb0: USB revision 1.0 uhub0: (0x24428086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pci0: (vendor=0x8086, dev=0x2443) at 31.3 irq 10 uhci1: port 0xa000-0xa01f irq 9 at device 31.4 on pci0 uhci1: (New UHCI DeviceId=0x24448086) usb1: on uhci1 usb1: USB revision 1.0 uhub1: (0x24448086) UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ugen0: Hewlett Packard HP USB CD-Writer Plus, rev 1.00/0.01, addr 2 so I try: bsd# mount /dev/ugen0.2 /root/temp/ mount: /dev/ugen0.2: Block device required bsd# ls /dev/ugen* /dev/ugen0 /dev/ugen0.11 /dev/ugen0.14 /dev/ugen0.3 /dev/ugen0.6 /dev/ugen0.9 /dev/ugen0.1 /dev/ugen0.12 /dev/ugen0.15 /dev/ugen0.4 /dev/ugen0.7 /dev/ugen0.10 /dev/ugen0.13 /dev/ugen0.2 /dev/ugen0.5 /dev/ugen0.8 bsd# any ideas? suggestions? I'm sure this is pretty simple. thanks! -kirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message