![]() |
|
Need help installing XBMCbuntu on Acer Revo R3700 please - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: Need help installing XBMCbuntu on Acer Revo R3700 please (/showthread.php?tid=128098) |
RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-08 18:49 And here is the aplay -l results and the Alsamixer if that's any help; RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Plaguester - 2012-04-08 19:17 Good. Unmute all the channels in alsamixer. Then use the following until you get one that works: Code: $ speaker-test -D plughw:0,3(2012-04-08 02:06)pumkinut Wrote:(2012-04-07 23:19)Plaguester Wrote: On a standalone Ubuntu system, this hasn't been needed since 9.04.Funny, I need an asound.conf file for my brand-spanking-new XBMCbuntu install on an Intel H67 chipset mini-ITX board using the Intel IGP and audio over HDMI. Without the asound.conf I either have to choose correct passthrough audio or menu sounds. With the asound.conf file, I get both. This thread concerns the NVidia ION chip (Acer Revo). I have no idea what the support level is for the Intel chipsets. I'd be interested to know if you had the same problem with a full Ubuntu install. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-08 19:51 (2012-04-08 19:17)Plaguester Wrote: Good. Unmute all the channels in alsamixer. Then use the following until you get one that works: Ouch! I get a load of fuzz from speaker-test -D plughw:0,8, nothing from the others though! RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-08 20:05 Still getting the audio failed error when I select HDA Nvidia hdmi 8 (ALSA ). To clarify, my Audio Output settings are; Audio output - HDMI Speaker config 2.0 Boost on downmix - yes DD (AC3) capable receiver - yes (also tried with no) DTS - no Device - HDA Nvidia - hdmi 8 (ALSA) Passthrough - as above. I have the onboard audio disabled in the BIOS (since which I've not had the effects noises either) RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-08 21:11 Got it! It's not DD but I'm not so fussed as it's only going through the telly. I've changed it to; Audio output - Analog Speaker config 2.0 Boost on downmix - yes Device - Defaults (ALSA) That'll do me for now. If I can get DD working it would be great for the future, but for now this is fine. Thanks so much for the help on this guys! Very much appreciated! ![]() Now then.... are my NVidia graphics drivers up to date...?! RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-08 21:37 Looks like this is my Nvidia driver.... are they up to date? matthew@Revo:~$ dpkg -l | grep nvidia ii nvidia-current 280.13-0ubuntu6 NVIDIA binary Xorg driver, kernel module and VDPAU library ii nvidia-settings 280.13-0ubuntu2 Tool of configuring the NVIDIA graphics driver matthew@Revo:~$ RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Plaguester - 2012-04-08 22:26 Your older TV may not properly handle the DD or DTS signal sent from the PC when the output type is HDMI. However, anyone using the TV speakers for output won't be able to tell any difference in quality (XBMC will be doing the decoding rather than the TV). If you were to hook it up to a receiver, you should be able to switch the output type without issues. Your NVidia drivers are up to date. RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-08 22:32 Ah, great, thanks for clarifying both of those!
RE: Need help installing XBMCbuntu on Acer Revo R3700 please - Finchy - 2012-04-09 18:39 Ah, another problem. It keeps dropping the LAN connection. When I'm in Windows it's fine so it's defaintely not the card or anything between the router and PC, but when I'm in Ubuntu it keeps going. I've gone into XBMCbuntu and when I'm in there it keeps flashing up with a message saying it's disconnected. Any ideas? RE: Need help installing XBMCbuntu on Acer Revo R3700 please - pumkinut - 2012-04-09 22:02 (2012-04-08 19:17)Plaguester Wrote: Good. Unmute all the channels in alsamixer. Then use the following until you get one that works:Then why did I need an asound.conf file for my integrated GF9300 on a mini-ITX board with Dharma on a minimal Maverick install? And what difference would a minimal vs XBMCBuntu vs full install give? It's mostly just software packages that XBMC does not need. Drivers and dependencies should be installed for each type of setup. A minimal or XBMCBuntu installation should have no problems with hardware that a full installation would solve, unless there is specific software in the GUI that would be needed. <thread derail over> Finchy, If you're going straight to your TV and not passing through to an Audio/Video Receiver, there's no need to check DD or DTS capable receiver options, because your TV is just going to output stereo regardless. Plus, as Plaguester said, the television most likely cannot decode DTS audio (most can't due to licensing issues) and may or may not decode AC3 (Dolby Digital Signals). This is the case with my LG LCD TV, I can feed it AC3 audio and it decodes, passesthrough, and/or downmixes to stereo just fine. DTS just causes static, because it does not have the codecs for DTS decoding. As for the LAN connection, I tried looking online for the specific PHY for the 3700. All I could find was that it was a Realtek chipset, as are a lot of LAN chipsets now. What you can do is the following. Drop to a terminal window and type in the following: Code: dmesg | grep eth0Code: mint@mint ~ $ dmesg | grep eth0You can also see if r8168 or r8169 is loaded by issuing the following command: Code: lsmod | grep r816* |