Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2001 07:02:16 -0400 (EDT)
From:      Sung Nae Cho <sucho2@quasar.phys.vt.edu>
To:        Calvin NG <calvinng@brel.com>
Cc:        Erik Sabowski <airyk@sabowski.dhs.org>, <freebsd-stable@FreeBSD.ORG>
Subject:   Re: Audio on Dell Inspiron 8000
Message-ID:  <Pine.LNX.4.33.0107200654280.4853-100000@quasar.phys.vt.edu>
In-Reply-To: <20010720185054.M71478@brel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Jul 2001, Calvin NG wrote:

> Greetings,
>
>   hi, I have the same Dell ISP8000, and the same audio card,
>   pci2: <unknown card> (vendor=0x125d, dev=0x1998) at 3.0 irq 5
>
>   IIRC, the maestro3 drivers can't load from the kernel.
>   don't know what is the reason, search the archive if you want
>   to know.
>
>   What I did is, load pcm module in loader.conf, and then load
>   the maestro2 modules in rc.local.
>
>   edit the file, and add in this line for NEWPCM driver.
>   --- /boot/loader.conf ---
>   snd_pcm_load="YES"
>   --- end ---
>
>   create this file if not there, and add in the following lines,
>   only the snd_maestro3 is a must, the rest optional.
>   --- /etc/rc.local ---
>   # -- load maestro3 driver
>   # somehow, the order seems to be very important.  And pcm must be
>   # in memory first.  So that leaves loading snd_pcm in /boot/loader.conf
>   # and loading this now.
>   /sbin/kldload snd_maestro3
>
>   # -- adjust the volume
>   # The default of 75:75 is pretty loud
>   /usr/sbin/mixer vol 45:45
>   /usr/sbin/mixer speaker 45:45
>   --- end ---
>
>   I assume you already have devices in /dev/  , if not just do a
>   "cd /dev && sh MAKEDEV all"
>
> Regards,
> /calvin
>
> lines with :> are quotes from Erik Sabowski's email
> :> I am trying to get audio to work on my dell inspiron 8000. i updated the
> :> sources today. the audio is an ESS maestro 3i. i tried adding 'device pcm'
> :> to the kernel, that didn;t work. then i tried adding 'device pcm0 at isa?
> :> port? irq 5 drq 1 flags 0x15' (as shown in the man audio page) and that
> :> didn;t work. when booting, i get the following message concerning the
> :> card:
> :>
> :> pcib2: <PCI to PCI bridge (vendor=8086 device=2448)> at device 30.0 on pci0
> :> pci2: <PCI bus> on pcib2
> :> pci2: <unknown card> (vendor=0x125d, dev=0x1998) at 3.0 irq 5
> :>
> :>
> :> thanks for any help
> :>
> :> #airyk
> :>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>



I'm loading my sound module from /boot/loader.conf and the module
automatically loads the pcm driver!  Loading pcm driver separately is not
necessary.  It gets loaded by the module.

Load the sound module and test it on GENERIC kernel!  If the module
doesn't get loaded and you were using your CUSTOM kernel, then you must be
preventing it from loading in your CUSTOM kernel config, i.e., you may
have compiled in wrong sound driver in your CUSTOM kernel that may be
preventing from module to get loaded.  If you are gonna use the sound module,
you shouldn't include any sound drivers in your kernel configuration file!
Test it on GENERIC kernel first as it doesn't have any sound drivers
compiled in.


Sung
Friday, July 20, 2001


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.33.0107200654280.4853-100000>