On Wed, 04 Jun 2003 16:47:00 -0500 Rick Sivernell <[EMAIL PROTECTED]> wrote:
> Brett > > This is al I could find about audio on my system > Did check man devfs and devfs.conf > > > [EMAIL PROTECTED] rick # grep audio /proc/pci > Multimedia audio controller: Ensoniq ES1371 > [AudioPCI-97] (rev 7). > [EMAIL PROTECTED] rick # > > my question is what device in dev with devfsd running is > tied to the sndcard. > [EMAIL PROTECTED] rick # ll /dev/sound > total 0 > drwxr-xr-x 1 root root 0 Dec 31 1969 . > drwxr-xr-x 1 root root 0 Dec 31 1969 > > [EMAIL PROTECTED] rick # more /etc/modules.devfs > # /etc/modules.devfs > # Richard Gooch <[EMAIL PROTECTED]> 24-MAR-2002 > # > # THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT EDIT!!! > # THIS FILE WILL BE OVERWRITTEN EACH TIME YOU INSTALL DEVFSD!!! > # Modify /etc/modules.conf instead. > # This file comes with devfsd-v1.3.25 which is available from: > # http://www.atnf.csiro.au/~rgooch/linux/ > # or directly from: > # ftp://ftp.atnf.csiro.au/pub/people/rgooch/linux/daemons/devfsd-v1.3.25.tar.gz > > ##################################################################### > ########### > # Sample configurations that you may want to place in > # /etc/modules.conf > # > #alias sound-slot-0 sb > #alias /dev/v4l bttv > #alias /dev/misc/watchdog pcwd > #alias gen-md raid0 > #alias /dev/joysticks joystick > #probeall scsi_hostadapter sym53c8xx > > ##################################################################### > ########### > # Generic section: do not change or copy > # > > # Soundcard > alias /dev/sound sound-slot-0 > alias /dev/audio /dev/sound > alias /dev/mixer /dev/sound > alias /dev/dsp /dev/sound > alias /dev/dspW /dev/sound > alias /dev/midi /dev/sound > I just have CONFIG_SOUND_ES1371=y in my kernel config. You should see something like this in /var/log/messages jun 4 18:08:03 richeypc3 kernel: es1371: found chip, vendor id 0x1274 device id 0x5880 revision 0x02 Jun 4 18:08:03 richeypc3 kernel: es1371: found es1371 rev 2 at io 0xe400 irq 10 Jun 4 18:08:03 richeypc3 kernel: es1371: features: joystick 0x0 Jun 4 18:08:03 richeypc3 kernel: ac97_codec: AC97 Audio codec, id: CRY20(Cirrus Logic CS4297A rev B) The only I modify in /etc/devfsd.conf is REGISTER sound/.* PERMISSIONS root.audio 666 REGISTER snd/.* PERMISSIONS root.audio 666 On the other hand, if you add your user to group audio (/etc/group), this may not be necessary. -> The number one gotcha is that linux likes mute sound by default (bummer <frown>), so you need to have a mixer program installed. LOL -- Collins Richey - Denver Area gentoo stable - ext3 -- [EMAIL PROTECTED] mailing list
