ZOTAC GF9300-DE Mini ITX WiFi and sound w/ HDMI - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) +--- Thread: ZOTAC GF9300-DE Mini ITX WiFi and sound w/ HDMI (/showthread.php?tid=54672) |
ZOTAC GF9300-DE Mini ITX WiFi and sound w/ HDMI - pumkinut - 2009-07-15 For the love of $DIETY, this is driving me crazy. I bought the Zotac GF9300 mobo and installed the minimal Ubuntu install and XBMC along with Windows 7 on it. I got XBMC up and running just fine, but I was using the VGA connection along with the analog audio out for testing purposes. Fast forward a couple of days. I moved the connection to my television over to HDMI and the video worked, but I couldn't get any sound. After much searching and reading, I finally go sound over HDMI.....almost. It works for most of my videos, but doesn't work for flash at all. It works for my music files, both MP3 and FLAC, but if I change songs in the middle of a track, I lose sound until I change tracks a second time....annoying. I also have no sound within the GUI at all. I could live with the setup, as most of the time, I'll be watching video from teh network, but I do watch something in flash occasionally, so, for now, that won't work. I could also move back to VGA+Analog Audio, but I never wrote down what things were set to before making the change to HDMI, so it'd probably be easier to just reinstall. Is there anyone on the boards with the same motherboard that has audio over HDMI working fully i.e. with GUI sounds and all filetypes supported? If so, could you please share settings and any changes you had to make to get things working, like changes to asound.conf or something similar? I would greatly appreciate it, and most likely send a beer or two your way. - pumkinut - 2009-07-15 Okay, I just discovered something. I'm getting the missing audio outside of XBMC. I booted the machine and immediately went into a terminal session to look at some stuff. I then heard the audio indicator for the Wiimote connection alert popup. To further test, I started a flash video and went back to the terminal and heard the audio for it there, but got nothing in XBMC. So, it seems as if alsa is working correctly, there's just something in XBMC that's blocking the audio...weird. - pumkinut - 2009-07-16 Thought I'd supply some more information since it was late last night and I was getting a little frustrated. Build: xbmc pre-9.10 r21650 Audio Settings: Code: Output: Digital Code: xbmc@HTPC:~$ aplay -l Code: xbmc@HTPC:~$ aplay -L Code: # Linux has channel order - Maxim - 2009-07-16 I believe a similar situation is encountered by others with HDMI out on some motherboards. The issue regard the no sound in the GUI is not that there is no sound play, but that the sound playing isn't long enough to turn on the digital decoding on the receiver. Usually there is an indicator on the receiver when a signal is being received, and when no sound is playing there is no signal and the GUI sounds aren't long enough to trigger the receiver to begin decoding. About switching tracks of mp3s, that may have something to do with the nature of the alsa sound device and that only one instance can have access to the device at any given time. If you "crossfading" is enabled then that is likely culprit because the second song wouldn't be able to get access to the sound device, however, it would still play, then the next song would work fine. Try using a more simplified alsa config. The one you have there seems a bit over complicated, and you probably don't need many of the devices that are listed there. Backup that config and run asoundconf to set the default card. Then in XBMC, set it to use the digital output device (iec958, or hdmi). If you want to get crafty, you can set the "default" device to iec958, or hdmi in the alsa config files which will likely address your flash issue which I will assume is in a web browser. - pumkinut - 2009-07-16 First, thank you for the reply. Second, I do have crossfading enabled, so, as you stated, that's probably the cause. I'll disable it and test. It's a nice feature, but I can live without it. The alsa config is the one that was automatically generated. Thanks for the asoundconf command, I'll back up my existing config and give it a shot. The gui sounds were a problem. I don't have my HTPC connected to a receiver, it's straight to my television. As I stated the weird part was that the sounds were playing just not through the gui. When I went to another tty session quickly, I heard the audio prompt for a popup that I definitely was not hearing while the gui was on screen. Although it seems I may have fixed that problem by putting the following in a .asoudrc file in the xbmc home directory: Code: pcm.!default { I found the preceding bit from a post where the OP specifically stated it fixed the gui sound issue. The flash issue is still ongoing, and it's not in a browser. I have some saved .flv files that have no audio and when I start them, I get the "Failed to Initialize Audio Device" popup. I get the same thing if I try the Youtube video plugin. The video plays fine, but no audio. This part of the problem I can deal with, as I don't have many .flv files, and I installed the Youtube plugin on a whim. I'll definitely try generating a new asound.conf file. Now that I know how to create a new one, I'll back up what I have and try several options to see if they make a difference. - vikjon0 - 2009-07-16 I saved this information from another thread earlier. If you havnt tested it yet maybe it could be an idea Quote:the default device can be changed to plug:hdmi [from hdmi] to make ALSA useI think flash was mentioned as an example. - Haggy - 2009-07-16 vikjon0 Wrote:I think flash was mentioned as an example. Correct: using ALSA's plug interface unsupported samplerates get resampled - f.e. flash / the youtube plugin. - pumkinut - 2009-07-17 I'll give it a shot tonight and put "plug:hdmi" in for the default device to see if it makes a difference. Although I'll only try one thing at a time so I don't end up making things worse or fixing one thing while breaking another. - pumkinut - 2009-07-17 Everything seems to be working! I made the plug:hdmi change, and got audio in my flash files and on the Youtube video plugin. I'd like to say thanks to everyone who offered suggestions. I've very happy now. - wizowsky - 2009-11-15 pumkinut Wrote:Fast forward a couple of days. I moved the connection to my television over to HDMI and the video worked, but I couldn't get any sound. After much searching and reading, I finally go sound over HDMI.....almost. It works for most of my videos, but doesn't work for flash at all. It works for my music files, both MP3 and FLAC, but if I change songs in the middle of a track, I lose sound until I change tracks a second time....annoying. I also have no sound within the GUI at all. Off the topic, does the board play 1080p video? i'm planning to get one and i just wanna be sure if it can. thanks!! - pumkinut - 2009-11-15 It'll play certain codecs at 1080p just fine, i.e. VDPAU has to support GPU offloading for the decode, if you're using a lower powered CPU (I've got an e5200 dual core in mine). It will probably do a lot more at 1080p if you put a beefier processor in, but then you have heat as a concern depending upon your enclosure. It's not like the Atom boxes that have a fixed CPU onboard. This board is a standard socket, so the processor can be changed to suit your needs. |