News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

12.04 install, can't see or hear her

Started by paenian, January 03, 2014, 10:27:00 PM

Previous topic - Next topic

paenian

In the initial avwizard, the graphics overlay test worked, and so did the music once I'd selected the right card.  Afterwards, I see the buttons and such around the orbiter gen, but no audio and just a black box for video.

Checking the logs (and I may not be checking the right ones...), there are some oddities, but no errors - the xine player is cycling, and the 21_LaunchOrbiter.sh.log 'Could not find text object: 670'

I'm not planning to use the core as a display, so I'm just moving on with the install.  I'd really like to get a handle on how linuxmce operates (which logs to check, etc) so I'm spending more time debugging than I probably need to.

Any thoughts/ideas?

Thanks,
Paul

l3mce

I have been rewriting all of the detection/install stuff for audio/video. I broke it pretty terrifically but believe it is working now. I need to know what snapshot you used... and please give me the output of lspci -nnk | grep VGA -A4

I don't believe the latest changes are packaged yet... and I am going to assume this is nvidia... as that is what I broke the best.


cd ~/
sudo -i
wget http://svn.linuxmce.org/trac/export/28580/trunk/src/BootScripts/VideoDetectSetup
wget http://svn.linuxmce.org/trac/export/28580/trunk/src/BootScripts/nvidia-install.sh
chmod +x ./nvidia-install.sh
cp ./VideoDetectSetup /usr/pluto/bin
cp ./nvidia-install.sh /usr/pluto/bin
I never quit... I just ping out.

Marie.O

The latest snapshot always has all the updates that are in the SVN repo.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

l3mce

Quote from: posde on January 04, 2014, 06:38:27 PM
The latest snapshot always has all the updates that are in the SVN repo.

That was why I asked what snap he was on. What I meant was I did not know if the pluto-boot-scripts package had been requested too early to contain the latest changes, so this might not be fixed with just an upgrade. It looks at first blush as though it does...  so before wgetting, he might just try an apt-get update; apt-get upgrade.

Cheers.
I never quit... I just ping out.