Page 1 of 1

matrixtv ubunt1404 Debug release

PostPosted: Sat Sep 06, 2014 12:18 pm
by seymour
Matrixtv Ubuntu1404 version has been released:
http://sourceforge.net/projects/matrixt ... p/download
u-boot : 2013.04
kernel: 3.10.17
But there are a lot of problems, aslo did not add some function :( .
Such as:
1. Sound problem:
System startup
"Starting Restore Sound card state [fail]"
Cick in the system "sound settings"
"Fatal Erroe: Unable to connect to pulseAudio: OK"
2. Unable to switch users
3. Media player: Can't play the video
"Gstreamer backend error"
use gplay paly video is ok. (maybe is the issue of library version, maybe lack of library file)
Maybe have a lot of other problem.
Since many functional problems without adding, no more time to see these problems. I hope everybody can help. :D

Note: Please download the latest version of, because when uploading unexpectedly interrupted。

Re: matrixtv ubunt1404 Debug release

PostPosted: Mon Sep 08, 2014 12:31 am
by nwies
Hello,

Thanks for the image.

For the V1.3 PCB users, you need to rename "Profiles/MX6Q Linux Update/OS Firmware/u-boot-mx6q-sabresd-old.bin" to "Profiles/MX6Q Linux Update/OS Firmware/u-boot-mx6q-sabresd.bin".

The boot sequence is a little long , around 2 minutes before having the logging screen.

Could you give us the root password also ? in order to try some update, ...


Again, a big thanks from an happy user.

nwies

Re: matrixtv ubunt1404 Debug release

PostPosted: Tue Sep 09, 2014 9:14 am
by seymour
Hi:
I'm sorry! :D
username: root
passwd: aaa
Ordinary users need to create their own.
If you do not have network, your computer will take a long time.

Re: matrixtv ubunt1404 Debug release

PostPosted: Tue Sep 09, 2014 9:17 am
by seymour
V13 no release, had batter use V21.

Re: matrixtv ubunt1404 Debug release

PostPosted: Sun Nov 02, 2014 2:53 pm
by Imrisko
Hi Guys

I was in the process of installing XBMC on a fresh matrixtv ubunt1404 Debug install, and it says I have broken dependencies :

Code:
linaro@linaro-ubuntu-desktop:~$ sudo apt-get install xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created or been moved out of Incoming.
The following packages have unmet dependencies:
xbmc : Depends: xbmc-bin (>= 2:13.2~git20140817.2155-final-0precise) but it is not installable
Depends: xbmc-bin (< 2:13.2~git20140817.2155-final-0precise.1~) but it is not installable
Depends: libshairplay0 but it is not installable
Depends: libcec2 (>= 2.1.1) but it is not installable
Recommends: libvdpau1 but it is not going to be installed
Recommends: libva-intel-vaapi-driver but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I did a :
Code:
linaro@linaro-ubuntu-desktop:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

How do I go through that ?

Re: matrixtv ubunt1404 Debug release

PostPosted: Mon Nov 03, 2014 6:30 am
by franky384
1 - open terminal
2 - install nano editor = sudo apt-get install nano
3 - edit sources.list = sudo nano /etc/apt/sources.list
4 - Add this lines=

deb http://ports.ubuntu.com/ubuntu-ports trusty main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports trusty main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports trusty-updates main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports trusty-updates main restricted universe multiverse
deb http://ports.ubuntu.com/ubuntu-ports trusty-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports trusty-security main restricted universe multiverse

5- save sources.list

6- sudo apt-get update
7- sudo apt-get install xbmc

should work

Re: matrixtv ubunt1404 Debug release

PostPosted: Wed Nov 05, 2014 1:14 am
by Imrisko
to franky384
when i start the xmbc then teres a black screen but i did it the way you said to do so. Can you help me please !

Re: matrixtv ubunt1404 Debug release

PostPosted: Wed Nov 05, 2014 3:18 am
by franky384
Try
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
perhaps it helps to upgrade the whole system.
Anyway ,there is no hardware graphics accelleration in this ubuntu-build. This could be the problem.