Build Your Own Arcade Controls Forum

Main => Raspberry Pi & Dev Board => Topic started by: johnrt on April 03, 2015, 06:36:38 pm

Title: Intel NUC - Sound output only through HDMI
Post by: johnrt on April 03, 2015, 06:36:38 pm
I have acquired an Intel NUC for my current project. But this NUC doesn't have a line output like regular computers. Sound is delivered via HDMI. I have tried this:
http://www.ebay.com/itm/251420938857 (http://www.ebay.com/itm/251420938857)
But that won't work with my 15" monitor with resolution 1024x768.

So do any of you have a tip or a good advice for me? Maybe a cheap USB soundcard like this: http://www.ebay.com/itm/281619178703 (http://www.ebay.com/itm/281619178703)
Title: Re: Intel NUC - Sound output only through HDMI
Post by: nitrogen_widget on April 03, 2015, 08:10:34 pm
So what doesn't work?
I had one of those and while it worked I could do almost any resolution.

I also just plugged my computer speakers into the audio jack.

Title: Re: Intel NUC - Sound output only through HDMI
Post by: johnrt on April 03, 2015, 08:18:38 pm
So what doesn't work?
I had one of those and while it worked I could do almost any resolution.

I also just plugged my computer speakers into the audio jack.
There simply is no picture. I have another one but without the audio output, and that one works. Well, there may be a defect one I have got though...
Title: Re: Intel NUC - Sound output only through HDMI
Post by: nitrogen_widget on April 04, 2015, 07:03:54 am
The nuc might not like the adaptor or its bad.
Have you tried it on something else with an HDMI out?

Also I would try an active convertor.
One that uses a a USB port or wallwort to power it.

I bought this one for an android stick and it work well.
http://www.amazon.com/gp/product/B00MW0KOMA/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1 (http://www.amazon.com/gp/product/B00MW0KOMA/ref=oh_aui_detailpage_o04_s00?ie=UTF8&psc=1)
Title: Re: Intel NUC - Sound output only through HDMI
Post by: StefanBurger on April 21, 2015, 03:49:37 pm
you must install amixer and make the following call right after booting and before call of mame:

sudo amixer -c 0 cset numid=3 1

here is some related reading:
https://jeffskinnerbox.wordpress.com/2012/11/15/getting-audio-out-working-on-the-raspberry-pi/ (https://jeffskinnerbox.wordpress.com/2012/11/15/getting-audio-out-working-on-the-raspberry-pi/)

Regards
Stefan
Title: Re: Intel NUC - Sound output only through HDMI
Post by: StefanBurger on April 21, 2015, 04:08:23 pm
uuuups!

my posting was under the assumption that we are talking about and raspi running with linux.

I re-read your post and of course you talking about an Intel NUC. From some pics on the internet it seemed that it has and 3.5mm audio connector.
Just for the case that this is right and the box is also under linux, my previous posting may still be valid.

Otherwise, just ignore!

Regards
Stefan