Re: Sound device reported but no devices created



On Sun, July 30, 2006 4:28 am, Peter Jeremy wrote:
On Sun, 2006-Jul-30 17:52:27 +1000, Ian Smith wrote:

Peter, I don't know if this is likely helpful or not, but my Compaq
is a 1500c with an ESS ES1869, reporting (on 5.4-RELEASE):

sbc0: <ESS ES1869 (Compaq OEM)> at port
0x330-0x331,0x388-0x38b,0x220-0x22f irq 5 drq 5,1 on isa0
pcm0: <ESS 18xx DSP> on sbc0

I too have in kernel:

device sound device snd_sbc #
ES1869 (Compaq OEM)

but after much headscratching it only finally worked after adding:

snd_ess_load="YES" # this fixed it .. bridge driver for ESS

That worked, thank you. The man pages are not the clearest here.
snd_ess(4) implies that all three drivers are needed but snd_sbc(4)
has no reference to it - which is what confused me.

The easiest (and most reliable I've found) method to determine which
sound driver(s) is needed for a particular sound card is:

# kldload snd_driver
# cat /dev/sndstat
<read the text to see what driver(s) it loaded>
# echo 'snd_<driver>_load="YES"' >> /boot/loader.conf

snd_driver will load every single sound driver available in FreeBSD,
all at once, and the kernel will attempt to detect every sound chipset
supported by those drivers.

The contents of /dev/sndstat will show which chipset was found, and
which specific driver is is being used (snd_ess in your case).

Putting just that one driver into loader.conf will pull in all the
needed dependecies (like sound, snd_sbc, etc).

----
Freddie Cash
fcash@xxxxxxxx

_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Sony Vaio GRT Series.
    ... > My main source of difficulty is getting the PCMCIA to work properly. ... > it used the orinoco_cs driver but not according to the PROXIM site. ... > I fixed the usb and sound issues by going to a newer kernel. ...
    (comp.os.linux.networking)
  • Re: Sony Vaio GRT Series.
    ... > My main source of difficulty is getting the PCMCIA to work properly. ... > it used the orinoco_cs driver but not according to the PROXIM site. ... > I fixed the usb and sound issues by going to a newer kernel. ...
    (comp.os.linux)
  • Re: desktop and multimedia as an afterthought?
    ... Run the vanilla kernel. ... OpenOffice while doing the record session, Ardour will skip parts of the ... Sound card? ... Any driver that's involved is the IDE or SCSI driver (because the ...
    (Linux-Kernel)
  • Re: [alsa-devel] [regression] 2.6.25-rc4 snd-es18xx broken on Alpha
    ... It has an ES1887 sound chip. ... The most important result is that it is not only the snd-es18xx driver that fails but I also installed a CM8738 based sound card and use of the snd-cmipci driver exhibits exactly the same symptoms as the snd-es18xx driver. ... On the PWS600au I have compiled the kernel for the miata system and selected the EV56 cpu option. ... When I attempt to the play the file the second time all hell breaks lose, sometimes with a variety of pops and whistles out the sound card, and the system crashes or just completely freezes. ...
    (Linux-Kernel)
  • Re: Any luck with a Medion 96015 and SuSE 10.3?
    ... This one uses intel-hda driver and it should be recognized automatically ... by YaST sound module, if not you can select it manually from the list. ... using kernel 2.6. ... Besides Winbond and word Go in the name of graphic card, ...
    (alt.os.linux.suse)