Hello, I recently built a new kernel to incorporate sound on my machine. Everything seemed to come off without a hitch, no problems whatsoever. I followed the handbook and added a line to my custom kernel.
device pcm I purposely left out options PNPBIOS just to make sure everything went all right to begin with After this I made sure to check everything to make sure all my system functionality remained intact....again, there appeared to be no problems. This evening I went to mount one of my cdrom drives and the machine kept giving me a problem saying cd9660: /dev/acd0c : Invalid Argument I checked /etc/fstab and the entry for both /cdrom and /cdrom1 remained the same as before, they are as follows: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 /dev/acd1c /cdrom1 cd9660 ro,noauto 0 0 however, when I took a look a dmesg I found the following: dmesg | egrep acd acd0: CDROM <LTN486S> at ata1-master PIO4 acd1: CD-RW <HL-DT-ST CD-RW GCE-8240B> at ata1-slave PIO4 To tell the truth, really have no idea how this happened. Does anyone have any ideas, and more importantly, how do I get the cdrom(s) back? I am running FreeBSD 4.7-PRERELEASE. Thanks for anyhelp anyone can give me. Weston To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message