I have 2 dvd drives, one read only one read write.
I've followed the instructions in the hand book to install the atapicam driver and recompiled my kernel. When I attempt to mount the dvd, in this case a movie to test playback as well, it gives me a different error depending on which drive it's in.
dmesg:
/boot/loader.conf
(i know it's pretty simple but I'm really new to bsd configuration)
Any help getting my dvd drives to read and write dvds would be wonderful. Thanks again and i can post any other system information needed.
I've followed the instructions in the hand book to install the atapicam driver and recompiled my kernel. When I attempt to mount the dvd, in this case a movie to test playback as well, it gives me a different error depending on which drive it's in.
Code:
mike# mount /dev/acd1 /mnt
mount: /dev/acd1 : Input/output error
mike# mount /dev/acd0 /mnt
mount: /dev/acd0 : Input/output error
dmesg:
Code:
opyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.2-RELEASE #2: Wed Jun 17 20:40:20 CDT 2009
root@mike.home:/usr/obj/usr/src/sys/DarkTower2
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 Processor 3700+ (2420.25-MHz 686-class CPU)
Origin = "AuthenticAMD" Id = 0x20f71 Stepping = 1
Features=0x78bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2>
Features2=0x1<SSE3>
AMD Features=0xe2500800<SYSCALL,NX,MMX+,FFXSR,LM,3DNow!+,3DNow!>
AMD Features2=0x1<LAHF>
real memory = 1073676288 (1023 MB)
avail memory = 1033089024 (985 MB)
ACPI APIC Table: <Nvidia AWRDACPI>
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <Nvidia AWRDACPI> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 3fef0000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <memory> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
ohci0: <OHCI (generic) USB controller> mem 0xd8004000-0xd8004fff irq 21 at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 10 ports with 10 removable, self powered
ehci0: <NVIDIA nForce4 USB 2.0 controller> mem 0xfeb00000-0xfeb000ff irq 22 at device 2.1 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb1: EHCI version 1.0
usb1: companion controller, 4 ports each: usb0
usb1: <NVIDIA nForce4 USB 2.0 controller> on ehci0
usb1: USB revision 2.0
uhub1: <nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
uhub1: 10 ports with 10 removable, self powered
umass0: <SanDisk Corporation U3 Cruzer Micro, class 0/0, rev 2.00/0.10, addr 2> on uhub1
pcm0: <nVidia nForce4> port 0xdc00-0xdcff,0xe000-0xe0ff mem 0xd8003000-0xd8003fff irq 23 at device 4.0 on pci0
pcm0: [ITHREAD]
pcm0: <Avance Logic ALC850 AC97 Codec>
atapci0: <nVidia nForce CK804 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0
ata0: <ATA channel 0> on atapci0
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci0
ata1: [ITHREAD]
/home/mike/dmesg.boot.out: unmodified: line 1
/boot/loader.conf
Code:
vidia_load="YES"
linux_load="YES"
snd_ich_load="YES"
hw.ata.atapi_dma="1"
hw.ata.ata_dma="1"
Any help getting my dvd drives to read and write dvds would be wonderful. Thanks again and i can post any other system information needed.