i am totally new with freeBSD 6.1 I installed it yesterday. Everything goes ok, but problem with sound card, It's a builtin Intl HDA on gigabyte 915G-DU motherboard. I added the line sound_load="YES" snd_driver_load="YES" snd_cmi_load="YES" to /boot/loader.conf but sound is not working. Moreover how to access administrativ app from GUI. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060901/c31958db/attachment.pgp
> I installed it yesterday. Everything goes ok, but problem > with sound card, It's a builtin Intl HDA on gigabyte 915G-DU > motherboard. I added the line > > sound_load="YES" > snd_driver_load="YES" > snd_cmi_load="YES" > > to /boot/loader.conf but sound is not working.Things to check: - Does loading the driver module using kldload work: # kldload snd_driver.ko - What are the last few lines from `dmesg` after this step. - Do you have a /dev/sndstat? If so what does # cat /dev/sndstat reveal? -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy
On Fri, 2006-09-01 at 21:02 +0530, Joseph Koshy wrote:> > I installed it yesterday. Everything goes ok, but problem > > with sound card, It's a builtin Intl HDA on gigabyte 915G-DU > > motherboard. I added the line > > > > sound_load="YES" > > snd_driver_load="YES" > > snd_cmi_load="YES" > > > > to /boot/loader.conf but sound is not working. > > Things to check: > > - Does loading the driver module using kldload work: > > # kldload snd_driver.ko >already loaded> - What are the last few lines from `dmesg` after this > step. >no changes> - Do you have a /dev/sndstat? If so what does >> # cat /dev/sndstat >[ibrahim@shanazsoft ~]$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: [ibrahim@shanazsoft ~]$> reveal? >in my debian, it's my card work ok with snd_hda_intl mod :( -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060901/bb2b2d08/attachment.pgp
On Friday 01 September 2006 11:26 am, S. M. Ibrahim (Lavlu) wrote:> i am totally new with freeBSD 6.1 > I installed it yesterday. Everything goes ok, but problem with > sound card, It's a builtin Intl HDA on gigabyte 915G-DU > motherboard. I added the line > > sound_load="YES" > snd_driver_load="YES" > snd_cmi_load="YES" > > to /boot/loader.conf but sound is not working.Intel HDA is not supported yet but there are experimental drivers floating around the net. You should be able to find them from freebsd-multimedia@ ML archive. Good luck, Jung-uk Kim
On Fri, 01 Sep 2006 21:26:05 +0600 "S. M. Ibrahim (Lavlu)" <smibrahim@gmail.com> wrote:> i am totally new with freeBSD 6.1 > I installed it yesterday. Everything goes ok, but problem with sound > card, It's a builtin Intl HDA on gigabyte 915G-DU motherboard. > I added the line > > sound_load="YES" > snd_driver_load="YES" > snd_cmi_load="YES" > > to /boot/loader.conf but sound is not working. > > Moreover how to access administrativ app from GUI. >Intel HDA isn't supported, yet. A proper driver is in the making. In the meantime, you can try free driver from http://www.opensound.com/ . Stay tune. -- Ariff Abdullah FreeBSD -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060902/827dbe8b/attachment.pgp