Intel HD Audio project?

Kaya Saman SamanKaya at netscape.net
Tue Jun 1 21:53:05 UTC 2010


Mark wrote:
> -- On Tue, 6/1/10, Kaya Saman <SamanKaya at netscape.net> wrote:
>
>   
>> From: Kaya Saman <SamanKaya at netscape.net>
>> Subject: Intel HD Audio project?
>> To: multimedia at freebsd.org
>> Date: Tuesday, June 1, 2010, 3:03 PM
>> Hi guys,
>>
>> I've just bought a new Intel Mini-ITX system board with
>> multi channel hi-def audio....
>>
>> The system is being used as a barebones mini mainframe with
>> no GUI but none the less I have installed xmms2 on it as I
>> thought it could be a good radio station and also just for
>> fun listening too :-)
>>
>> Anyhow, each time I tried to start xmms2 I got a response
>> of OSS not found. I then built OSS from the ports collection
>> and rebooted and unfortunately I still get an error:
>>
>> $ xmms2d
>> INFO: ../src/xmms/log.c:49: Initialized logging system :)
>> 23:00:07  INFO: ../src/xmms/ipc.c:795: IPC listening
>> on 'tcp://192.168.1.120:9090'.
>> 23:00:07  INFO: ../src/xmms/main.c:517: Using output
>> plugin: oss
>> 23:00:07 ERROR: ../src/xmms/output.c:978: Could not
>> initialize output plugin
>> Starting XMMS2 phone home agent...
>>
>> pciconf -lv gives this response:
>>
>> none1 at pci0:0:27:0:    class=0x040300
>> card=0x50038086 chip=0x3a3e8086 rev=0x00 hdr=0x00
>>    vendor     = 'Intel
>> Corporation'
>>    device     = 'HD
>> Audio Controller'
>>    class      = multimedia
>>    subclass   = HDA
>>
>> I am guessing the none1 at the beginning means that there
>> is no driver in the system for it??
>>
>> I did manage to find this on Google: http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-September/004720.html
>> however it seems that the project is now closed as there is
>> no more source code downloadeable for the driver.
>>
>> Can anyone suggest anything to get my sound device
>> working?
>>
>> Many thanks.
>>
>>
>> Kaya
>>
>>     
> "kldload snd_driver" then check with "tail /var/log/messages" to see which driver caught your chipset.   
>   

Thanks Mark!

I got this:

Jun  2 00:23:53 Zeta-Ray kernel: ppc0: cannot reserve I/O port range
Jun  2 00:23:53 Zeta-Ray last message repeated 3 times
Jun  2 00:23:54 Zeta-Ray kernel: hdac0: <Intel 82801J High Definition 
Audio Controller> mem 0xd0520000-0xd0523fff irq 22 at device 27.0 on pci0
Jun  2 00:23:54 Zeta-Ray kernel: hdac0: HDA Driver Revision: 20090624_0136
Jun  2 00:23:54 Zeta-Ray kernel: hdac0: [ITHREAD]
Jun  2 00:23:54 Zeta-Ray kernel: hdac0: HDA Codec #2: IDT 92HD73E1
Jun  2 00:23:54 Zeta-Ray kernel: hdac0: HDA Codec #3: Intel G45 HDMI
Jun  2 00:23:54 Zeta-Ray kernel: pcm0: <HDA IDT 92HD73E1 PCM #0 Analog> 
at cad 2 nid 1 on hdac0
Jun  2 00:23:54 Zeta-Ray kernel: pcm1: <HDA IDT 92HD73E1 PCM #1 Analog> 
at cad 2 nid 1 on hdac0
Jun  2 00:23:54 Zeta-Ray kernel: pcm2: <HDA IDT 92HD73E1 PCM #2 Digital> 
at cad 2 nid 1 on hdac0
Jun  2 00:23:54 Zeta-Ray kernel: pcm3: <HDA Intel G45 HDMI PCM #0 
Digital> at cad 3 nid 1 on hdac0
Jun  2 00:23:54 Zeta-Ray kernel: ppc0: cannot reserve I/O port range

I've tested it just now using mpg123 and works fine.... I can also use 
the mixer too. :-)

Would I need to put

kldload snd_driver

into /boot/loader.conf in order to get it to probe at startup??

{sorry am still quite new to BSD!}

Regards,

Kaya


More information about the freebsd-multimedia mailing list