Good evening, gentlemens!
Something I did wrong. Please tell me that.
I need to run audio controller on the motherboard.
Motherboard: Foxconn 661M03-G-6EL
Audio chip, according to the website: Realtek ALC655
OS version:
In the handle kernel /sys/i386/conf/FREEGW I made ​​a lines:
After compiling and installing a new kernel, in boot messages appear in the device pcm0:
Unfortunately, in the /dev does not appear file 'dsp0'. True, appear 'mixer0'.
What am I doing wrong? How do I get my legal '/dev/dsp0'?
Ogogon.
Something I did wrong. Please tell me that.
I need to run audio controller on the motherboard.
Motherboard: Foxconn 661M03-G-6EL
Audio chip, according to the website: Realtek ALC655
Code:
root# lspci
...
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
...
root#
Code:
FreeBSD freegw.ogogon.org.ru 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Nov 13 13:46:35 MSK 2011
[email]ogogon@freegw.ogogon.org.ru[/email]:/usr/src/sys/i386/compile/FREEGW i386
In the handle kernel /sys/i386/conf/FREEGW I made ​​a lines:
Code:
device sound
device snd_ich
Code:
pcm0: <SiS 7012> port 0xe000-0xe0ff,0xe400-0xe47f irq 18 at device 2.7 on pci0
pcm0: [ITHREAD]
pcm0: <Avance Logic ALC655 AC97 Codec>
Code:
crw-rw-rw- 1 root wheel 0, 42 16 Ð½Ð¾Ñ 19:35 mixer0
Ogogon.