2/9 I'm Trying to add sound to FreeBSD 4.2- the handbook says that
I have to check /dev/sndstat after recompiling and rebooting for
FreeBSD Audio Driver (newpcm) Sep 21 2000 18:29:53
Installed devices:
pcm0: <Aureal Vortex 8830> at memory 0xfeb40000 irq 5 (4p/1r +channels duplex)
/dev/sndstat doesn't exist, but the pcm0 ID does show up in dmesg.
man pages for sndstat are nil, what do I do?
\_ cd /dev && ./MAKEDEV snd0
\_ Thanks, I just skipped ahead and did that. Now how do I mount a
CDROM drive full of mp3s?
\_ mkdir /mnt/cd && mount /dev/acd0c /mnt/cd
\ I got an incorrect superblock doing that.
mount_cd9660 /dev/acd0c /mnt/cd did work though. Thx
\_ mount -t cd9660 blahblahblah |