Author Topic: PC as Media Director (PXE)  (Read 24682 times)

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: PC as Media Director (PXE)
« Reply #30 on: September 18, 2012, 10:08:34 am »
Bronius

Ok... well packages are breaking. In terminal please:

sudo dpkg --configure -a
sudo apt-get install lmce-eib-eibd snmpd
sudo apt-get install pluto-nvidia-video-drivers
sudo apt-get -f install

Not sure why your packages are breaking, but it is unrelated to my work. Feel free to drop into chat if the above commands do not work and someone can walk you through fixing it... this is a native OS problem. Your entire install may be futzed.
« Last Edit: September 18, 2012, 10:13:53 am by l3mce »
I never quit... I just ping out.

brononius

  • Guru
  • ****
  • Posts: 454
  • Trying to keep it simple and centralized...
    • View Profile
    • OnIrIa - linuxMCE blog
Re: PC as Media Director (PXE)
« Reply #31 on: September 18, 2012, 10:14:02 am »
snmpd and eib package are giving the error since ages. Need to find the time to solve/check this. But everything is working as expected.
So i think this should/can be another discussion. Or can it be part of the UI issue of the MD? :-\


For the video driver, it's seems to be up to date?

sudo apt-get install pluto-nvidia-video-drivers
Code: [Select]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
pluto-nvidia-video-drivers is already the newest version.


Version: linuxMCE 1404, running virtual on ESXi

Orbiters: ASUS eeePAD, Nexus 5, Huwai, web
Automation: EIB technology, KNX IP ROUTER 750
Phones: Cisco 7912-7940-7960
Camera's: Foscam POE

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: PC as Media Director (PXE)
« Reply #32 on: September 18, 2012, 10:19:02 am »
Have a via board, where the avwizard did not run, see file requested.

Not sure if issue is similar



That looks very much like avwizard ran. Are you sure that this came from the MD which did not run? Can you tell me more about the board? I also run some VIAs, and have written stuff in to support them specifically... so I would be disappointed if yours did not function.
I never quit... I just ping out.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: PC as Media Director (PXE)
« Reply #33 on: September 18, 2012, 10:24:12 am »
snmpd and eib package are giving the error since ages. Need to find the time to solve/check this. But everything is working as expected.
So i think this should/can be another discussion. Or can it be part of the UI issue of the MD? :-\


For the video driver, it's seems to be up to date?

sudo apt-get install pluto-nvidia-video-drivers
Code: [Select]
Reading package lists... Done
Building dependency tree       
Reading state information... Done
pluto-nvidia-video-drivers is already the newest version.

Yes, it is breaking the video setup. The broken packages are causing an exit 1 which is an error exit, breaking the parent scripts trying to run avwiz. That is the problem.
I never quit... I just ping out.

brononius

  • Guru
  • ****
  • Posts: 454
  • Trying to keep it simple and centralized...
    • View Profile
    • OnIrIa - linuxMCE blog
Re: PC as Media Director (PXE)
« Reply #34 on: September 18, 2012, 02:44:40 pm »
Okay, The problems are solved/bypassed:

  • When i stop the service snmpd en do the upgrade, everything works fine. After the update, no more problems
  • I've removed the lmce-eib since i don't use it really.
    I've installed in the beginning manually the eib driver.
    And was later on trying the lmce-eib stuff, but apperantly both together aren't a good idea

And when i run now the star_avwizard...

sudo bash -x /usr/pluto/diskless/390/etc/init.d/a0start_avwizard 2>&1 | tee > /usr/pluto/diskless/390/var/log/pluto/avwiz_start.log
sudo more /usr/pluto/diskless/390/var/log/pluto/avwiz_start.log
Code: [Select]
+ . /usr/pluto/bin/Utils.sh
++ [[ -n '' ]]
++ HEADER_Utils=included
++ . /usr/pluto/bin/SQL_Ops.sh
+++ [[ -n '' ]]
+++ HEADER_SQL_Ops=included
+++ . /usr/pluto/bin/Config_Ops.sh
++++ [[ -n '' ]]
++++ HEADER_Config_Ops=included
++++ NoSpace='s/ //g'
++++ LogSectionDelimiter='========== NEW LOG SECTION =========='
++++ ConfForbiddenNameChars='=\'
++++ ConfForbiddenValueChars=
++++ . /usr/pluto/bin/LockUtils.sh
+++++ [[ -n '' ]]
+++++ HEADER_LockUtils=included
+++++ Dir=/usr/pluto/locks
+++++ mkdir -p /usr/pluto/locks
++++ ConfEval
++++ local Ret=0
++++ WaitLock pluto.conf Config_Ops-ConfEval nolog
++++ local Lock=pluto.conf
++++ local Device=Config_Ops-ConfEval
++++ local NoLog=nolog
++++ [[ -z nolog ]]
++++ Lock pluto.conf Config_Ops-ConfEval nolog
++++ local Lock=pluto.conf
++++ local Device=Config_Ops-ConfEval
++++ local NoLog=nolog
++++ [[ -z nolog ]]
++++ [[ -z pluto.conf ]]
++++ ln -s /proc/12676-Config_Ops-ConfEval /usr/pluto/locks/pluto.conf
++++ [[ -z nolog ]]
++++ return 0
++++ [[ -z nolog ]]
++++ return 0
++++ unset Display
++++ [[ ! -e /etc/pluto.conf ]]
++++ read line
++++ line='#Plutoconfigfile'
++++ [[ #Plutoconfigfile == \#* ]]
++++ continue
++++ read line
++++ line=MySqlHost=localhost
++++ [[ MySqlHost=localhost == \#* ]]
++++ [[ MySqlHost=localhost == \/\/* ]]
++++ [[ MySqlHost=localhost == \;* ]]
++++ eval 'export MySqlHost=localhost'
++++ read line
++++ line=MySqlUser=root
++++ [[ MySqlUser=root == \#* ]]
++++ [[ MySqlUser=root == \/\/* ]]
++++ [[ MySqlUser=root == \;* ]]
++++ eval 'export MySqlUser=root'
++++ read line
++++ line=MySqlPassword=
++++ [[ MySqlPassword= == \#* ]]
++++ [[ MySqlPassword= == \/\/* ]]
++++ [[ MySqlPassword= == \;* ]]
++++ eval 'export MySqlPassword='
++++ read line
++++ line=MySqlDBName=pluto_main
++++ [[ MySqlDBName=pluto_main == \#* ]]
++++ [[ MySqlDBName=pluto_main == \/\/* ]]
++++ [[ MySqlDBName=pluto_main == \;* ]]
++++ eval 'export MySqlDBName=pluto_main'
++++ read line
++++ line=DCERouter=localhost
++++ [[ DCERouter=localhost == \#* ]]
++++ [[ DCERouter=localhost == \/\/* ]]
++++ [[ DCERouter=localhost == \;* ]]
++++ eval 'export DCERouter=localhost'
++++ read line
++++ line=MySqlPort=3306
++++ [[ MySqlPort=3306 == \#* ]]
++++ [[ MySqlPort=3306 == \/\/* ]]
++++ [[ MySqlPort=3306 == \;* ]]
++++ eval 'export MySqlPort=3306'
++++ read line
++++ line=DCERouterPort=3450
++++ [[ DCERouterPort=3450 == \#* ]]
++++ [[ DCERouterPort=3450 == \/\/* ]]
++++ [[ DCERouterPort=3450 == \;* ]]
++++ eval 'export DCERouterPort=3450'
++++ read line
++++ line=PK_Device=1
++++ [[ PK_Device=1 == \#* ]]
++++ [[ PK_Device=1 == \/\/* ]]
++++ [[ PK_Device=1 == \;* ]]
++++ eval 'export PK_Device=1'
++++ read line
++++ line=Activation_Code=1111
++++ [[ Activation_Code=1111 == \#* ]]
++++ [[ Activation_Code=1111 == \/\/* ]]
++++ [[ Activation_Code=1111 == \;* ]]
++++ eval 'export Activation_Code=1111'
++++ read line
++++ line=PK_Installation=1029915
++++ [[ PK_Installation=1029915 == \#* ]]
++++ [[ PK_Installation=1029915 == \/\/* ]]
++++ [[ PK_Installation=1029915 == \;* ]]
++++ eval 'export PK_Installation=1029915'
++++ read line
++++ line=PK_Users=1
++++ [[ PK_Users=1 == \#* ]]
++++ [[ PK_Users=1 == \/\/* ]]
++++ [[ PK_Users=1 == \;* ]]
++++ eval 'export PK_Users=1'
++++ read line
++++ line=PK_Distro=18
++++ [[ PK_Distro=18 == \#* ]]
++++ [[ PK_Distro=18 == \/\/* ]]
++++ [[ PK_Distro=18 == \;* ]]
++++ eval 'export PK_Distro=18'
++++ read line
++++ line=Display=0
++++ [[ Display=0 == \#* ]]
++++ [[ Display=0 == \/\/* ]]
++++ [[ Display=0 == \;* ]]
++++ eval 'export Display=0'
++++ read line
++++ line=SharedDesktop=1
++++ [[ SharedDesktop=1 == \#* ]]
++++ [[ SharedDesktop=1 == \/\/* ]]
++++ [[ SharedDesktop=1 == \;* ]]
++++ eval 'export SharedDesktop=1'
++++ read line
++++ line=OfflineMode=false
++++ [[ OfflineMode=false == \#* ]]
++++ [[ OfflineMode=false == \/\/* ]]
++++ [[ OfflineMode=false == \;* ]]
++++ eval 'export OfflineMode=false'
++++ read line
++++ line='#<-mkr_b_videowizard_b->'
++++ [[ #<-mkr_b_videowizard_b-> == \#* ]]
++++ continue
++++ read line
++++ line=UseVideoWizard=1
++++ [[ UseVideoWizard=1 == \#* ]]
++++ [[ UseVideoWizard=1 == \/\/* ]]
++++ [[ UseVideoWizard=1 == \;* ]]
++++ eval 'export UseVideoWizard=1'
++++ read line
++++ line='#<-mkr_b_videowizard_e->'
++++ [[ #<-mkr_b_videowizard_e-> == \#* ]]
++++ continue
++++ read line
++++ line=LogLevels=1,5,7,8,10
++++ [[ LogLevels=1,5,7,8,10 == \#* ]]
++++ [[ LogLevels=1,5,7,8,10 == \/\/* ]]
++++ [[ LogLevels=1,5,7,8,10 == \;* ]]
++++ eval 'export LogLevels=1,5,7,8,10'
++++ read line
++++ line='#ImmediatelyFlushLog=1'
++++ [[ #ImmediatelyFlushLog=1 == \#* ]]
++++ continue
++++ read line
++++ line=AutostartCore=1
++++ [[ AutostartCore=1 == \#* ]]
++++ [[ AutostartCore=1 == \/\/* ]]
++++ [[ AutostartCore=1 == \;* ]]
++++ eval 'export AutostartCore=1'
++++ read line
++++ line=AutostartMedia=1
++++ [[ AutostartMedia=1 == \#* ]]
++++ [[ AutostartMedia=1 == \/\/* ]]
++++ [[ AutostartMedia=1 == \;* ]]
++++ eval 'export AutostartMedia=1'
++++ read line
++++ line=FirstBoot=false
++++ [[ FirstBoot=false == \#* ]]
++++ [[ FirstBoot=false == \/\/* ]]
++++ [[ FirstBoot=false == \;* ]]
++++ eval 'export FirstBoot=false'
++++ read line
++++ line=AVWizardOverride=0
++++ [[ AVWizardOverride=0 == \#* ]]
++++ [[ AVWizardOverride=0 == \/\/* ]]
++++ [[ AVWizardOverride=0 == \;* ]]
++++ eval 'export AVWizardOverride=0'
++++ read line
++++ line=TimeZoneSet=1
++++ [[ TimeZoneSet=1 == \#* ]]
++++ [[ TimeZoneSet=1 == \/\/* ]]
++++ [[ TimeZoneSet=1 == \;* ]]
++++ eval 'export TimeZoneSet=1'
++++ read line
++++ line=AVWizardDone=1
++++ [[ AVWizardDone=1 == \#* ]]
++++ [[ AVWizardDone=1 == \/\/* ]]
++++ [[ AVWizardDone=1 == \;* ]]
++++ eval 'export AVWizardDone=1'
++++ read line
++++ line=DesktopActivated=1
++++ [[ DesktopActivated=1 == \#* ]]
++++ [[ DesktopActivated=1 == \/\/* ]]
++++ [[ DesktopActivated=1 == \;* ]]
++++ eval 'export DesktopActivated=1'
++++ read line
++++ line=LastSearchTokenUpdate=1347790951
++++ [[ LastSearchTokenUpdate=1347790951 == \#* ]]
++++ [[ LastSearchTokenUpdate=1347790951 == \/\/* ]]
++++ [[ LastSearchTokenUpdate=1347790951 == \;* ]]
++++ eval 'export LastSearchTokenUpdate=1347790951'
++++ read line
++++ line=DisableFirewall=0
++++ [[ DisableFirewall=0 == \#* ]]
++++ [[ DisableFirewall=0 == \/\/* ]]
++++ [[ DisableFirewall=0 == \;* ]]
++++ eval 'export DisableFirewall=0'
++++ read line
++++ line=DisableIPv6Firewall=0
++++ [[ DisableIPv6Firewall=0 == \#* ]]
++++ [[ DisableIPv6Firewall=0 == \/\/* ]]
++++ [[ DisableIPv6Firewall=0 == \;* ]]
++++ eval 'export DisableIPv6Firewall=0'
++++ read line
++++ line=DVDKeysCache=/home/.dvdcss
++++ [[ DVDKeysCache=/home/.dvdcss == \#* ]]
++++ [[ DVDKeysCache=/home/.dvdcss == \/\/* ]]
++++ [[ DVDKeysCache=/home/.dvdcss == \;* ]]
++++ eval 'export DVDKeysCache=/home/.dvdcss'
++++ read line
++++ line=PlutoVersion=2.0.0.45.12091426484
++++ [[ PlutoVersion=2.0.0.45.12091426484 == \#* ]]
++++ [[ PlutoVersion=2.0.0.45.12091426484 == \/\/* ]]
++++ [[ PlutoVersion=2.0.0.45.12091426484 == \;* ]]
++++ eval 'export PlutoVersion=2.0.0.45.12091426484'
++++ read line
++++ line=Bookmark_Media=4,5
++++ [[ Bookmark_Media=4,5 == \#* ]]
++++ [[ Bookmark_Media=4,5 == \/\/* ]]
++++ [[ Bookmark_Media=4,5 == \;* ]]
++++ eval 'export Bookmark_Media=4,5'
++++ read line
++++ line=RA_CheckRemotePort=1
++++ [[ RA_CheckRemotePort=1 == \#* ]]
++++ [[ RA_CheckRemotePort=1 == \/\/* ]]
++++ [[ RA_CheckRemotePort=1 == \;* ]]
++++ eval 'export RA_CheckRemotePort=1'
++++ read line
++++ line=RA_CheckRemotePort=0
++++ [[ RA_CheckRemotePort=0 == \#* ]]
++++ [[ RA_CheckRemotePort=0 == \/\/* ]]
++++ [[ RA_CheckRemotePort=0 == \;* ]]
++++ eval 'export RA_CheckRemotePort=0'
++++ read line
++++ line=RAport=22
++++ [[ RAport=22 == \#* ]]
++++ [[ RAport=22 == \/\/* ]]
++++ [[ RAport=22 == \;* ]]
++++ eval 'export RAport=22'
++++ read line
++++ Unlock pluto.conf Config_Ops-ConfEval nolog
++++ local Lock=pluto.conf
++++ local Device=Config_Ops-ConfEval
++++ local NoLog=nolog
++++ [[ -z nolog ]]
++++ [[ -z pluto.conf ]]
++++ rm -f /usr/pluto/locks/pluto.conf
++++ [[ -z nolog ]]
++++ return 0
++++ [[ -z pluto_main ]]
++++ [[ -z 0 ]]
++++ return 0
++++ PLUTO_DB_CRED=
++++ [[ -n localhost ]]
++++ PLUTO_DB_CRED=' -h localhost'
++++ [[ -n 3306 ]]
++++ PLUTO_DB_CRED=' -h localhost -P 3306'
++++ [[ -n root ]]
++++ PLUTO_DB_CRED=' -h localhost -P 3306 -u root'
++++ [[ -n '' ]]
+++++ builtin echo -h localhost -P 3306 -u root
++++ PLUTO_DB_CRED='-h localhost -P 3306 -u root'
++++ export PLUTO_DB_CRED
++++ MYSQL_DB_CRED=
++++ [[ -n localhost ]]
++++ MYSQL_DB_CRED=' -hlocalhost'
++++ [[ -n 3306 ]]
++++ MYSQL_DB_CRED=' -hlocalhost -P3306'
++++ [[ -n root ]]
++++ MYSQL_DB_CRED=' -hlocalhost -P3306 -uroot'
++++ [[ -n '' ]]
+++++ builtin echo -hlocalhost -P3306 -uroot
++++ MYSQL_DB_CRED='-hlocalhost -P3306 -uroot'
++++ export MYSQL_DB_CRED
++++ LMCE_DIRS='pictures audio documents videos games/MAME games/a2600 games/a2600p games/a5200 games/a5200p games/a7800 games/a7800p games/coleco games/intv games/sg1000 games/sms games/smspal games/nes games/famicom games/snes games/s
nespal games/genesis games/megadriv games/vectrex games/tg16 games/pce games/sgx games/apple2cp pvr'
++++ export LMCE_DIRS
++++ VGcmd=
++++ [[ -n '' ]]
++++ [[ -f /tmp/pluto.gdb ]]
++++ [[ -n '' ]]
++++ ulimit -c unlimited
++++ ulimit -n 4096
++++ shopt -s nullglob
++++ export HOME=/root
++++ HOME=/root
+++ CSQL_DIR=/var/run/SQL_Ops
+++ CSQL_ID=
+++ UseDB pluto_main
+++ SQL_DB=pluto_main
+++ [[ -z pluto_main ]]
++ . /usr/pluto/bin/Config_Ops.sh
+++ [[ -n included ]]
+++ return 0
++ DEVICETEMPLATE_OnScreen_Orbiter=62
++ DEVICEDATA_Use_OpenGL_effects=172
++ DEVICEDATA_Use_alpha_blended_UI=169
++ DEVICEDATA_PK_UI=104
+ '[' '' == status ']'
+ CheckVideoDriver
++ grep -w VGA
++ lspci -nn
+ vga_pci='01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43 [GeForce 6610 XL] [10de:0145] (rev a2)'
+ FindVideoDriver
+ prop_driver=fbdev
++ echo '01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43 [GeForce 6610 XL] [10de:0145] (rev a2)'
++ wc -l
+ gpus=1
+ [[ 1 -gt 1 ]]
++ grep -Ewo '(\[1002|\[1106|\[10de|\[8086)'
++ echo '01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43 [GeForce 6610 XL] [10de:0145] (rev a2)'
+ chip_man='[10de'
+ case "$chip_man" in
+ prop_driver=nvidia
++ ping -c 2 google.com
+ online='PING google.com (173.194.65.101) 56(84) bytes of data.
64 bytes from ee-in-f101.1e100.net (173.194.65.101): icmp_seq=1 ttl=48 time=15.8 ms
64 bytes from ee-in-f101.1e100.net (173.194.65.101): icmp_seq=2 ttl=48 time=16.8 ms

--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 15.819/16.357/16.895/0.538 ms'
++ echo '01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43 [GeForce 6610 XL] [10de:0145] (rev a2)'
++ cut -d: -f3
+ card_detail=' NVIDIA Corporation NV43 [GeForce 6610 XL] [10de'
+ offline_mismatch=false
+ online_mismatch=false
+ [[ -f /etc/X11/xorg.conf ]]
++ grep -Eo '(nvidia|nouveau|radeon|fglrx|savage|openchrome|via|virge|intel|i740|i128|mach64|fbdev)'
++ grep Driver /etc/X11/xorg.conf
+ cur_driver=nvidia
+ [[ nvidia != \n\v\i\d\i\a ]]
+ [[ nvidia != \n\v\i\d\i\a ]]
+ [[ nvidia == \n\v\i\d\i\a ]]
+ [[ nvidia == \n\v\i\d\i\a ]]
+ [[ -n PING google.com (173.194.65.101) 56(84) bytes of data.
64 bytes from ee-in-f101.1e100.net (173.194.65.101): icmp_seq=1 ttl=48 time=15.8 ms
64 bytes from ee-in-f101.1e100.net (173.194.65.101): icmp_seq=2 ttl=48 time=16.8 ms

--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 15.819/16.357/16.895/0.538 ms ]]
+ StartService 'Checking nVidia driver' '. /usr/pluto/bin/nvidia-install.sh'
+ ServiceDescription='Checking nVidia driver'
+ ServiceCmd='. /usr/pluto/bin/nvidia-install.sh'
+ ServiceBkg=
++ echo . /usr/pluto/bin/nvidia-install.sh
++ cut -d ' ' -f1
+ [[ -x . ]]
+ '[' -x /bin/plymouth ']'
+ /bin/plymouth update '--status=Checking nVidia driver ... '
+ :
+ echo -n 'Checking nVidia driver ... '
Checking nVidia driver ... + [[ '' == \& ]]
+ . /usr/pluto/bin/nvidia-install.sh
+ err=0
+ [[ 0 == \0 ]]
+ echo ok
ok
+ return 0
++ getInstalledNvidiaDriver
+ current_nvidia=nvidia-glx-260
++ getPreferredNvidiaDriver
+++ getPCI_ID
++++ sed 's/.*://;s/\].*//'
++++ grep -w VGA
++++ lspci -nn
+++ vga_pci=0145
++++ sort -u
++++ wc -l
++++ echo 0145
+++ gpus=1
+++ [[ 1 -gt 1 ]]
+++ echo 0145
++ PCI_ID=0145
+++ lsb_release -c -s
++ DISTRO=lucid
++ case " $DRIVER_295_SUPPORTED " in
++ case " $DRIVER_260_SUPPORTED " in
++ echo nvidia-glx-260
++ return 1
+ preferred_nvidia=nvidia-glx-260
+ [[ nvidia-glx-260 != \n\v\i\d\i\a\-\g\l\x\-\2\6\0 ]]
+ [[ nvidia == \n\v\i\d\i\a ]]
+ StatusMessage 'Correct driver '\''nvidia'\'' already loaded'
+ echo -e '\E[33;40m\033[1m  Correct driver '\''nvidia'\'' already loaded \033[0m'
  Correct driver 'nvidia' already loaded
+ return 0
+ CheckAVWizard
+ [[ 0 == \1 ]]
+ [[ 1 != \1 ]]
+ killall WatchGyroRemote
+ beep -l 50 -f 1000 -n -l 50 -f 1200 -n -l 50 -f 1400 -n -l 50 -f 1600 -n -l 50 -f 1800 -n -l 50 -f 2000 -n -l 50 -f 2200

But when i go on the MD towards 'More' > 'Advanced Options' > 'Video Res & Audio Setup', it reboots directly...
Just a nice screen 'going to reboot', and he's gone...
Version: linuxMCE 1404, running virtual on ESXi

Orbiters: ASUS eeePAD, Nexus 5, Huwai, web
Automation: EIB technology, KNX IP ROUTER 750
Phones: Cisco 7912-7940-7960
Camera's: Foscam POE

klanmce

  • Veteran
  • ***
  • Posts: 133
    • View Profile
Re: PC as Media Director (PXE)
« Reply #35 on: September 18, 2012, 03:39:11 pm »
I need a thump on my head, I am totally off topic then, its not the avwizard, its the video and audio setup screen that did not come up.

Relaunching from the orbitor on the MD, provides not success.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: PC as Media Director (PXE)
« Reply #36 on: September 18, 2012, 04:10:50 pm »
To be clear the AVWizard is the Audio Video setup wizard. It is green and white.
http://wiki.linuxmce.org/index.php/AV_Wizard_Step_by_Step

In order to open the AVWizard, the system must reboot. What this button does, essentially, is set AVWizardOverride = 1 in /etc/pluto.conf and reboots the system.
/etc/init.d/a0start_avwizard  checks the video hardware, and the installed driver to make sure they are correct, and then checks the state of the /etc/pluto.conf file to see if EITHER AVWizardOverride = 1 OR AVWizardDone = 0. The latter parameter indicates that AVWizard has never run. If either of these conditions are set repspectively, this file launches AVWizard.

Other things that will launch avwizard are the script /usr/pluto/bin/RebootWithAVWizard, or a missing /etc/X11/xorg.conf file.
I never quit... I just ping out.

klanmce

  • Veteran
  • ***
  • Posts: 133
    • View Profile
Re: PC as Media Director (PXE)
« Reply #37 on: September 18, 2012, 07:17:38 pm »
Ok, understood

On checking last night, there was no xorg.conf in /etc/X11 (this is on the MD) and will re-verify when I reach home again.

Based on the link, then yes the avwizard did not run, as I did not get the section 1 of that page, that allows setting the connector, resolution and audio, the MD booted straight into Sarah.

Found it strange as it worked for my other two (2) MD's

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: PC as Media Director (PXE)
« Reply #38 on: September 18, 2012, 08:34:03 pm »
I need to see the output of lspci -nn | grep VGA

I would also like you to follow the steps above so I can see what is happening that is killing avwizard.
Code: [Select]
sudo -i
pkill X
lspci -nn | grep VGA
ls /etc/inittab
bash -x /etc/init.d/a0start_avwizard 2>&1 | tee > /var/log/pluto/avwiz_start.log
cat /var/log/pluto/avwiz_start.log

Please paste all that output here starting with the lspci. Thanks
I never quit... I just ping out.

klanmce

  • Veteran
  • ***
  • Posts: 133
    • View Profile
Re: PC as Media Director (PXE)
« Reply #39 on: September 19, 2012, 12:03:56 am »
root@moon62:~# pkill X
root@moon62:~# lspci -nn |grep VGA
01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] [1106:3371] (rev 01)
root@moon62:~#
root@moon62:~# ls /etc/inittab
ls: cannot access /etc/inittab: No such file or directory


brononius

  • Guru
  • ****
  • Posts: 454
  • Trying to keep it simple and centralized...
    • View Profile
    • OnIrIa - linuxMCE blog
Re: PC as Media Director (PXE)
« Reply #40 on: September 19, 2012, 07:58:44 am »
In my case:


Code: [Select]
root@moon390:~# sudo -i
root@moon390:~# pkill x
root@moon390:~# lspci -nn | grep VGA
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]
root@moon390:~# ls /etc/inittab
ls: cannot access /etc/inittab: No such file or directory
root@moon390:~# bash -x /etc/init.d/a0start_avwizard 2>&1 | tee > /var/log/pluto/avwiz_start.log
root@moon390:~# cat /var/log/pluto/avwiz_start.log


+ . /usr/pluto/bin/Utils.sh
++ [[ -n '' ]]
++ HEADER_Utils=included
++ . /usr/pluto/bin/SQL_Ops.sh
+++ [[ -n '' ]]
+++ HEADER_SQL_Ops=included
+++ . /usr/pluto/bin/Config_Ops.sh
++++ [[ -n '' ]]
++++ HEADER_Config_Ops=included
++++ NoSpace='s/ //g'
++++ LogSectionDelimiter='========== NEW LOG SECTION =========='
++++ ConfForbiddenNameChars='=\'
++++ ConfForbiddenValueChars=
++++ . /usr/pluto/bin/LockUtils.sh
+++++ [[ -n '' ]]
+++++ HEADER_LockUtils=included
+++++ Dir=/usr/pluto/locks
+++++ mkdir -p /usr/pluto/locks
++++ ConfEval
++++ local Ret=0
++++ WaitLock pluto.conf Config_Ops-ConfEval nolog
++++ local Lock=pluto.conf
++++ local Device=Config_Ops-ConfEval
++++ local NoLog=nolog
++++ [[ -z nolog ]]
++++ Lock pluto.conf Config_Ops-ConfEval nolog
++++ local Lock=pluto.conf
++++ local Device=Config_Ops-ConfEval
++++ local NoLog=nolog
++++ [[ -z nolog ]]
++++ [[ -z pluto.conf ]]
++++ ln -s /proc/2964-Config_Ops-ConfEval /usr/pluto/locks/pluto.conf
++++ [[ -z nolog ]]
++++ return 0
++++ [[ -z nolog ]]
++++ return 0
++++ unset Display
++++ [[ ! -e /etc/pluto.conf ]]
++++ read line
++++ line=OfflineMode=false
++++ [[ OfflineMode=false == \#* ]]
++++ [[ OfflineMode=false == \/\/* ]]
++++ [[ OfflineMode=false == \;* ]]
++++ eval 'export OfflineMode=false'
++++ read line
++++ line=PlutoVersion=2.0.0.45.12091426484
++++ [[ PlutoVersion=2.0.0.45.12091426484 == \#* ]]
++++ [[ PlutoVersion=2.0.0.45.12091426484 == \/\/* ]]
++++ [[ PlutoVersion=2.0.0.45.12091426484 == \;* ]]
++++ eval 'export PlutoVersion=2.0.0.45.12091426484'
++++ read line
++++ line=Vendor=
++++ [[ Vendor= == \#* ]]
++++ [[ Vendor= == \/\/* ]]
++++ [[ Vendor= == \;* ]]
++++ eval 'export Vendor='
++++ read line
++++ line=Display=0
++++ [[ Display=0 == \#* ]]
++++ [[ Display=0 == \/\/* ]]
++++ [[ Display=0 == \;* ]]
++++ eval 'export Display=0'
++++ read line
++++ line=DCERouter=dcerouter
++++ [[ DCERouter=dcerouter == \#* ]]
++++ [[ DCERouter=dcerouter == \/\/* ]]
++++ [[ DCERouter=dcerouter == \;* ]]
++++ eval 'export DCERouter=dcerouter'
++++ read line
++++ line=DCERouterPort=3450
++++ [[ DCERouterPort=3450 == \#* ]]
++++ [[ DCERouterPort=3450 == \/\/* ]]
++++ [[ DCERouterPort=3450 == \;* ]]
++++ eval 'export DCERouterPort=3450'
++++ read line
++++ line=MySqlHost=dcerouter
++++ [[ MySqlHost=dcerouter == \#* ]]
++++ [[ MySqlHost=dcerouter == \/\/* ]]
++++ [[ MySqlHost=dcerouter == \;* ]]
++++ eval 'export MySqlHost=dcerouter'
++++ read line
++++ line=MySqlUser=root
++++ [[ MySqlUser=root == \#* ]]
++++ [[ MySqlUser=root == \/\/* ]]
++++ [[ MySqlUser=root == \;* ]]
++++ eval 'export MySqlUser=root'
++++ read line
++++ line=MySqlPassword=
++++ [[ MySqlPassword= == \#* ]]
++++ [[ MySqlPassword= == \/\/* ]]
++++ [[ MySqlPassword= == \;* ]]
++++ eval 'export MySqlPassword='
++++ read line
++++ line=MySqlDBName=pluto_main
++++ [[ MySqlDBName=pluto_main == \#* ]]
++++ [[ MySqlDBName=pluto_main == \/\/* ]]
++++ [[ MySqlDBName=pluto_main == \;* ]]
++++ eval 'export MySqlDBName=pluto_main'
++++ read line
++++ line=PK_Device=390
++++ [[ PK_Device=390 == \#* ]]
++++ [[ PK_Device=390 == \/\/* ]]
++++ [[ PK_Device=390 == \;* ]]
++++ eval 'export PK_Device=390'
++++ read line
++++ line=PK_Distro=18
++++ [[ PK_Distro=18 == \#* ]]
++++ [[ PK_Distro=18 == \/\/* ]]
++++ [[ PK_Distro=18 == \;* ]]
++++ eval 'export PK_Distro=18'
++++ read line
++++ line=LogLevels=1,5,7,8
++++ [[ LogLevels=1,5,7,8 == \#* ]]
++++ [[ LogLevels=1,5,7,8 == \/\/* ]]
++++ [[ LogLevels=1,5,7,8 == \;* ]]
++++ eval 'export LogLevels=1,5,7,8'
++++ read line
++++ line=AutostartCore=0
++++ [[ AutostartCore=0 == \#* ]]
++++ [[ AutostartCore=0 == \/\/* ]]
++++ [[ AutostartCore=0 == \;* ]]
++++ eval 'export AutostartCore=0'
++++ read line
++++ line=AutostartMedia=1
++++ [[ AutostartMedia=1 == \#* ]]
++++ [[ AutostartMedia=1 == \/\/* ]]
++++ [[ AutostartMedia=1 == \;* ]]
++++ eval 'export AutostartMedia=1'
++++ read line
++++ line=AVWizardOverride=0
++++ [[ AVWizardOverride=0 == \#* ]]
++++ [[ AVWizardOverride=0 == \/\/* ]]
++++ [[ AVWizardOverride=0 == \;* ]]
++++ eval 'export AVWizardOverride=0'
++++ read line
++++ line=FirstBoot=false
++++ [[ FirstBoot=false == \#* ]]
++++ [[ FirstBoot=false == \/\/* ]]
++++ [[ FirstBoot=false == \;* ]]
++++ eval 'export FirstBoot=false'
++++ read line
++++ line=DesktopActivated=1
++++ [[ DesktopActivated=1 == \#* ]]
++++ [[ DesktopActivated=1 == \/\/* ]]
++++ [[ DesktopActivated=1 == \;* ]]
++++ eval 'export DesktopActivated=1'
++++ read line
++++ Unlock pluto.conf Config_Ops-ConfEval nolog
++++ local Lock=pluto.conf
++++ local Device=Config_Ops-ConfEval
++++ local NoLog=nolog
++++ [[ -z nolog ]]
++++ [[ -z pluto.conf ]]
++++ rm -f /usr/pluto/locks/pluto.conf
++++ [[ -z nolog ]]
++++ return 0
++++ [[ -z pluto_main ]]
++++ [[ -z 0 ]]
++++ return 0
++++ PLUTO_DB_CRED=
++++ [[ -n dcerouter ]]
++++ PLUTO_DB_CRED=' -h dcerouter'
++++ [[ -n '' ]]
++++ [[ -n root ]]
++++ PLUTO_DB_CRED=' -h dcerouter -u root'
++++ [[ -n '' ]]
+++++ builtin echo -h dcerouter -u root
++++ PLUTO_DB_CRED='-h dcerouter -u root'
++++ export PLUTO_DB_CRED
++++ MYSQL_DB_CRED=
++++ [[ -n dcerouter ]]
++++ MYSQL_DB_CRED=' -hdcerouter'
++++ [[ -n '' ]]
++++ [[ -n root ]]
++++ MYSQL_DB_CRED=' -hdcerouter -uroot'
++++ [[ -n '' ]]
+++++ builtin echo -hdcerouter -uroot
++++ MYSQL_DB_CRED='-hdcerouter -uroot'
++++ export MYSQL_DB_CRED
++++ LMCE_DIRS='pictures audio documents videos games/MAME games/a2600 games/a2600p games/a5200 games/a5200p games/a7800 games/a7800p games/coleco games/intv games/sg1000 games/sms games/smspal games/nes games/famicom games/snes games/snespal games/genesis games/megadriv games/vectrex games/tg16 games/pce games/sgx games/apple2cp pvr'
++++ export LMCE_DIRS
++++ VGcmd=
++++ [[ -n '' ]]
++++ [[ -f /tmp/pluto.gdb ]]
++++ [[ -n '' ]]
++++ ulimit -c unlimited
++++ ulimit -n 4096
++++ shopt -s nullglob
++++ export HOME=/root
++++ HOME=/root
+++ CSQL_DIR=/var/run/SQL_Ops
+++ CSQL_ID=
+++ UseDB pluto_main
+++ SQL_DB=pluto_main
+++ [[ -z pluto_main ]]
++ . /usr/pluto/bin/Config_Ops.sh
+++ [[ -n included ]]
+++ return 0
++ DEVICETEMPLATE_OnScreen_Orbiter=62
++ DEVICEDATA_Use_OpenGL_effects=172
++ DEVICEDATA_Use_alpha_blended_UI=169
++ DEVICEDATA_PK_UI=104
+ '[' '' == status ']'
+ CheckVideoDriver
++ lspci -nn
++ grep -w VGA
+ vga_pci='00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]'
+ FindVideoDriver
+ prop_driver=fbdev
++ echo '00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]'
++ wc -l
+ gpus=1
+ [[ 1 -gt 1 ]]
++ echo '00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]'
++ grep -Ewo '(\[1002|\[1106|\[10de|\[8086)'
+ chip_man='[1002'
+ case "$chip_man" in
+ prop_driver=fglrx
+ echo '00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]'
+ grep -Ei '((R.)([2-5])|(9|X|ES)(1|2?)([0-9])(5|0)0|Xpress)'
++ ping -c 2 google.com
+ online='PING google.com (173.194.65.102) 56(84) bytes of data.
64 bytes from ee-in-f102.1e100.net (173.194.65.102): icmp_seq=1 ttl=47 time=19.2 ms
64 bytes from ee-in-f102.1e100.net (173.194.65.102): icmp_seq=2 ttl=47 time=17.7 ms

--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 17.738/18.504/19.271/0.778 ms'
++ echo '00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]'
++ cut -d: -f3
+ card_detail=' Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002'
+ offline_mismatch=false
+ online_mismatch=false
+ [[ -f /etc/X11/xorg.conf ]]
+ [[ -z PING google.com (173.194.65.102) 56(84) bytes of data.
64 bytes from ee-in-f102.1e100.net (173.194.65.102): icmp_seq=1 ttl=47 time=19.2 ms
64 bytes from ee-in-f102.1e100.net (173.194.65.102): icmp_seq=2 ttl=47 time=17.7 ms

--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 17.738/18.504/19.271/0.778 ms ]]
+ StatusMessage '/etc/X11/xorg.conf is missing. Using video driver '\''fglrx'\'' for  Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002'
+ echo -e '\E[33;40m\033[1m  /etc/X11/xorg.conf is missing. Using video driver '\''fglrx'\'' for  Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002 \033[0m'
  /etc/X11/xorg.conf is missing. Using video driver 'fglrx' for  Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002
+ ConfSet AVWizardOverride 1
+ local Ret=0
+ WaitLock pluto.conf Config_Ops-ConfSet nolog
+ local Lock=pluto.conf
+ local Device=Config_Ops-ConfSet
+ local NoLog=nolog
+ [[ -z nolog ]]
+ Lock pluto.conf Config_Ops-ConfSet nolog
+ local Lock=pluto.conf
+ local Device=Config_Ops-ConfSet
+ local NoLog=nolog
+ [[ -z nolog ]]
+ [[ -z pluto.conf ]]
+ ln -s /proc/2964-Config_Ops-ConfSet /usr/pluto/locks/pluto.conf
+ [[ -z nolog ]]
+ return 0
+ [[ -z nolog ]]
+ return 0
+ local Variable=AVWizardOverride Value=1
+ local EscVariable=AVWizardOverride EscValue=1
+ ConfValidValue AVWizardOverride Variable '=\'
+ return 0
+ ConfValidValue 1 Value ''
+ return 0
+ local 'Line=AVWizardOverride = 1'
+ local 'EscLine=AVWizardOverride = 1'
+ grep '^AVWizardOverride.*=' /etc/pluto.conf
+ sed -i 's/^AVWizardOverride.*=.*$/AVWizardOverride = 1/g' /etc/pluto.conf
+ eval 'export AVWizardOverride="1"'
+ Unlock pluto.conf Config_Ops-ConfSet nolog
+ local Lock=pluto.conf
+ local Device=Config_Ops-ConfSet
+ local NoLog=nolog
+ [[ -z nolog ]]
+ [[ -z pluto.conf ]]
+ rm -f /usr/pluto/locks/pluto.conf
+ [[ -z nolog ]]
+ return 0
+ return 0
+ InstallVideoDriver
++ lsb_release -c -s
+ distro=lucid
+ case "$prop_driver" in
+ PackageIsInstalled fglrx
+ local Pkg=fglrx
+ local RootFs=/
+ [[ -z fglrx ]]
+ PackageStatus fglrx /
+ local Pkg=fglrx
+ grep -q '^Status: install ok installed'
+ local RootFs=/
+ [[ -z fglrx ]]
+ dpkg --root=/ -s fglrx
+ return 0
+ [[ [1002 == \[\8\0\8\6 ]]
+ export Best_Video_Driver=fglrx
+ Best_Video_Driver=fglrx
+ CheckAVWizard
+ [[ 1 == \1 ]]
+ [[ 1 == \1 ]]
+ /usr/pluto/bin/AVWizard_Run.sh
+ ConfSet AVWizardOverride 0
+ local Ret=0
+ WaitLock pluto.conf Config_Ops-ConfSet nolog
+ local Lock=pluto.conf
+ local Device=Config_Ops-ConfSet
+ local NoLog=nolog
+ [[ -z nolog ]]
+ Lock pluto.conf Config_Ops-ConfSet nolog
+ local Lock=pluto.conf
+ local Device=Config_Ops-ConfSet
+ local NoLog=nolog
+ [[ -z nolog ]]
+ [[ -z pluto.conf ]]
+ ln -s /proc/2964-Config_Ops-ConfSet /usr/pluto/locks/pluto.conf
+ [[ -z nolog ]]
+ return 0
+ [[ -z nolog ]]
+ return 0
+ local Variable=AVWizardOverride Value=0
+ local EscVariable=AVWizardOverride EscValue=0
+ ConfValidValue AVWizardOverride Variable '=\'
+ return 0
+ ConfValidValue 0 Value ''
+ return 0
+ local 'Line=AVWizardOverride = 0'
+ local 'EscLine=AVWizardOverride = 0'
+ grep '^AVWizardOverride.*=' /etc/pluto.conf
+ sed -i 's/^AVWizardOverride.*=.*$/AVWizardOverride = 0/g' /etc/pluto.conf
+ eval 'export AVWizardOverride="0"'
+ Unlock pluto.conf Config_Ops-ConfSet nolog
+ local Lock=pluto.conf
+ local Device=Config_Ops-ConfSet
+ local NoLog=nolog
+ [[ -z nolog ]]
+ [[ -z pluto.conf ]]
+ rm -f /usr/pluto/locks/pluto.conf
+ [[ -z nolog ]]
+ return 0
+ return 0
+ killall WatchGyroRemote
Version: linuxMCE 1404, running virtual on ESXi

Orbiters: ASUS eeePAD, Nexus 5, Huwai, web
Automation: EIB technology, KNX IP ROUTER 750
Phones: Cisco 7912-7940-7960
Camera's: Foscam POE

brononius

  • Guru
  • ****
  • Posts: 454
  • Trying to keep it simple and centralized...
    • View Profile
    • OnIrIa - linuxMCE blog
Re: PC as Media Director (PXE)
« Reply #41 on: September 23, 2012, 12:52:15 pm »
Hey,

Any idea what could be wrong?

Or is it better to install a small disk in the pc, and use it like that instead of PXE?
Really want to have a better look at the MD funcationallity...  ;)
Version: linuxMCE 1404, running virtual on ESXi

Orbiters: ASUS eeePAD, Nexus 5, Huwai, web
Automation: EIB technology, KNX IP ROUTER 750
Phones: Cisco 7912-7940-7960
Camera's: Foscam POE

phenigma

  • LinuxMCE God
  • ****
  • Posts: 1758
    • View Profile
Re: PC as Media Director (PXE)
« Reply #42 on: September 23, 2012, 09:42:50 pm »
Or is it better to install a small disk in the pc, and use it like that instead of PXE?

There is no supported way to boot an MD from a disk.  PXE booting is the only supported method of booting an MD.

J.

brononius

  • Guru
  • ****
  • Posts: 454
  • Trying to keep it simple and centralized...
    • View Profile
    • OnIrIa - linuxMCE blog
Re: PC as Media Director (PXE)
« Reply #43 on: October 24, 2012, 10:22:02 am »
I'm giving this another shot (removed the orbiter, MD...) and rerun the things.
When i now boot the MD, it gives me the Orbiter GUI. So far, so good.

But of course, on my MD, i want a nice Media Layout to start my movies and so. So I to launch the AVWizard, and the MD it restarts.
But the screen stays black after a while? After a hard reset of the MD, it comes back to the orbiter GUI.
Any idea what i need to do?

more /usr/pluto/diskless/369/var/log/pluto/AVWizard_Run_20121024_054638.log
Code: [Select]
++ /usr/pluto/bin/AVWizard_Run.sh
+ . /usr/pluto/bin/AVWizard-Common.sh
++ XorgConfLogging 'Starting /usr/pluto/bin/AVWizard_Run.sh '
++ local 'message=Starting /usr/pluto/bin/AVWizard_Run.sh '
++ local xorgLog=/var/log/pluto/xorg.conf.log
+++ cat /etc/X11/xorg.conf
+++ wc -l
cat: /etc/X11/xorg.conf: No such file or directory
++ local xorgLines=0
++ local myPid=1847
+++ date -R
++ echo '1847 Wed, 24 Oct 2012 05:46:38 +0200 Starting /usr/pluto/bin/AVWizard_Run.sh  [0]'
++ trap 'XorgConfLogging "Ending"' EXIT
++ . /usr/pluto/bin/Utils.sh
+++ [[ -n '' ]]
+++ HEADER_Utils=included
+++ . /usr/pluto/bin/SQL_Ops.sh
++++ [[ -n '' ]]
++++ HEADER_SQL_Ops=included
++++ . /usr/pluto/bin/Config_Ops.sh
+++++ [[ -n '' ]]
+++++ HEADER_Config_Ops=included
+++++ NoSpace='s/ //g'
+++++ LogSectionDelimiter='========== NEW LOG SECTION =========='
+++++ ConfForbiddenNameChars='=\'
+++++ ConfForbiddenValueChars=
+++++ . /usr/pluto/bin/LockUtils.sh
++++++ [[ -n '' ]]
++++++ HEADER_LockUtils=included
++++++ Dir=/usr/pluto/locks
++++++ mkdir -p /usr/pluto/locks
+++++ ConfEval
+++++ local Ret=0
+++++ WaitLock pluto.conf Config_Ops-ConfEval nolog
+++++ local Lock=pluto.conf
+++++ local Device=Config_Ops-ConfEval
+++++ local NoLog=nolog
+++++ [[ -z nolog ]]
+++++ Lock pluto.conf Config_Ops-ConfEval nolog
+++++ local Lock=pluto.conf
+++++ local Device=Config_Ops-ConfEval
+++++ local NoLog=nolog
+++++ [[ -z nolog ]]
+++++ [[ -z pluto.conf ]]
+++++ ln -s /proc/1847-Config_Ops-ConfEval /usr/pluto/locks/pluto.conf
+++++ [[ -z nolog ]]
+++++ return 0
+++++ [[ -z nolog ]]
+++++ return 0
+++++ unset Display
+++++ [[ ! -e /etc/pluto.conf ]]
+++++ read line
+++++ line=OfflineMode=false
+++++ [[ OfflineMode=false == \#* ]]
+++++ [[ OfflineMode=false == \/\/* ]]
+++++ [[ OfflineMode=false == \;* ]]
+++++ eval 'export OfflineMode=false'
+++++ read line
+++++ line=PlutoVersion=2.0.0.45.12102126585
+++++ [[ PlutoVersion=2.0.0.45.12102126585 == \#* ]]
+++++ [[ PlutoVersion=2.0.0.45.12102126585 == \/\/* ]]
+++++ [[ PlutoVersion=2.0.0.45.12102126585 == \;* ]]
+++++ eval 'export PlutoVersion=2.0.0.45.12102126585'
+++++ read line
+++++ line=Vendor=
+++++ [[ Vendor= == \#* ]]
+++++ [[ Vendor= == \/\/* ]]
+++++ [[ Vendor= == \;* ]]
+++++ eval 'export Vendor='
+++++ read line
+++++ line=Display=0
+++++ [[ Display=0 == \#* ]]
+++++ [[ Display=0 == \/\/* ]]
+++++ [[ Display=0 == \;* ]]
+++++ eval 'export Display=0'
+++++ read line
+++++ line=DCERouter=dcerouter
+++++ [[ DCERouter=dcerouter == \#* ]]
+++++ [[ DCERouter=dcerouter == \/\/* ]]
+++++ [[ DCERouter=dcerouter == \;* ]]
+++++ eval 'export DCERouter=dcerouter'
+++++ read line
+++++ line=DCERouterPort=3450
+++++ [[ DCERouterPort=3450 == \#* ]]
+++++ [[ DCERouterPort=3450 == \/\/* ]]
+++++ [[ DCERouterPort=3450 == \;* ]]
+++++ eval 'export DCERouterPort=3450'
+++++ read line
+++++ line=MySqlHost=dcerouter
+++++ [[ MySqlHost=dcerouter == \#* ]]
+++++ [[ MySqlHost=dcerouter == \/\/* ]]
+++++ [[ MySqlHost=dcerouter == \;* ]]
+++++ eval 'export MySqlHost=dcerouter'
+++++ read line
+++++ line=MySqlUser=root
+++++ [[ MySqlUser=root == \#* ]]
+++++ [[ MySqlUser=root == \/\/* ]]
+++++ [[ MySqlUser=root == \;* ]]
+++++ eval 'export MySqlUser=root'
+++++ read line
+++++ line=MySqlPassword=
+++++ [[ MySqlPassword= == \#* ]]
+++++ [[ MySqlPassword= == \/\/* ]]
+++++ [[ MySqlPassword= == \;* ]]
+++++ eval 'export MySqlPassword='
+++++ read line
+++++ line=MySqlDBName=pluto_main
+++++ [[ MySqlDBName=pluto_main == \#* ]]
+++++ [[ MySqlDBName=pluto_main == \/\/* ]]
+++++ [[ MySqlDBName=pluto_main == \;* ]]
+++++ eval 'export MySqlDBName=pluto_main'
+++++ read line
+++++ line=PK_Device=369
+++++ [[ PK_Device=369 == \#* ]]
+++++ [[ PK_Device=369 == \/\/* ]]
+++++ [[ PK_Device=369 == \;* ]]
+++++ eval 'export PK_Device=369'
+++++ read line
+++++ line=PK_Distro=18
+++++ [[ PK_Distro=18 == \#* ]]
+++++ [[ PK_Distro=18 == \/\/* ]]
+++++ [[ PK_Distro=18 == \;* ]]
+++++ eval 'export PK_Distro=18'
+++++ read line
+++++ line=LogLevels=1,5,7,8
+++++ [[ LogLevels=1,5,7,8 == \#* ]]
+++++ [[ LogLevels=1,5,7,8 == \/\/* ]]
+++++ [[ LogLevels=1,5,7,8 == \;* ]]
+++++ eval 'export LogLevels=1,5,7,8'
+++++ read line
+++++ line=AutostartCore=0
+++++ [[ AutostartCore=0 == \#* ]]
+++++ [[ AutostartCore=0 == \/\/* ]]
+++++ [[ AutostartCore=0 == \;* ]]
+++++ eval 'export AutostartCore=0'
+++++ read line
+++++ line=AutostartMedia=1
+++++ [[ AutostartMedia=1 == \#* ]]
+++++ [[ AutostartMedia=1 == \/\/* ]]
+++++ [[ AutostartMedia=1 == \;* ]]
+++++ eval 'export AutostartMedia=1'
+++++ read line
+++++ line=AVWizardOverride=1
+++++ [[ AVWizardOverride=1 == \#* ]]
+++++ [[ AVWizardOverride=1 == \/\/* ]]
+++++ [[ AVWizardOverride=1 == \;* ]]
+++++ eval 'export AVWizardOverride=1'
+++++ read line
+++++ line=FirstBoot=false
+++++ [[ FirstBoot=false == \#* ]]
+++++ [[ FirstBoot=false == \/\/* ]]
+++++ [[ FirstBoot=false == \;* ]]
+++++ eval 'export FirstBoot=false'
+++++ read line
+++++ line=DesktopActivated=1
+++++ [[ DesktopActivated=1 == \#* ]]
+++++ [[ DesktopActivated=1 == \/\/* ]]
+++++ [[ DesktopActivated=1 == \;* ]]
+++++ eval 'export DesktopActivated=1'
+++++ read line
+++++ Unlock pluto.conf Config_Ops-ConfEval nolog
+++++ local Lock=pluto.conf
+++++ local Device=Config_Ops-ConfEval
+++++ local NoLog=nolog
+++++ [[ -z nolog ]]
+++++ [[ -z pluto.conf ]]
+++++ rm -f /usr/pluto/locks/pluto.conf
+++++ [[ -z nolog ]]
+++++ return 0
+++++ [[ -z pluto_main ]]
+++++ [[ -z 0 ]]
+++++ return 0
+++++ PLUTO_DB_CRED=
+++++ [[ -n dcerouter ]]
+++++ PLUTO_DB_CRED=' -h dcerouter'
+++++ [[ -n '' ]]
+++++ [[ -n root ]]
+++++ PLUTO_DB_CRED=' -h dcerouter -u root'
+++++ [[ -n '' ]]
++++++ builtin echo -h dcerouter -u root
+++++ PLUTO_DB_CRED='-h dcerouter -u root'
+++++ export PLUTO_DB_CRED
+++++ MYSQL_DB_CRED=
+++++ [[ -n dcerouter ]]
+++++ MYSQL_DB_CRED=' -hdcerouter'
+++++ [[ -n '' ]]
+++++ [[ -n root ]]
+++++ MYSQL_DB_CRED=' -hdcerouter -uroot'
+++++ [[ -n '' ]]
++++++ builtin echo -hdcerouter -uroot
+++++ MYSQL_DB_CRED='-hdcerouter -uroot'
+++++ export MYSQL_DB_CRED
+++++ LMCE_DIRS='pictures audio documents videos games/MAME games/a2600 games/a2600p games/a5200 games/a5200p games/a7800 games/a7800p games/coleco games/int
v games/sg1000 games/sms games/smspal games/nes games/famicom games/snes games/snespal games/genesis games/megadriv games/vectrex games/tg16 games/pce games/
sgx games/apple2cp pvr'
+++++ export LMCE_DIRS
+++++ VGcmd=
+++++ [[ -n '' ]]
+++++ [[ -f /tmp/pluto.gdb ]]
+++++ [[ -n '' ]]
+++++ ulimit -c unlimited
+++++ ulimit -n 4096
+++++ shopt -s nullglob
+++++ export HOME=/root
+++++ HOME=/root
++++ CSQL_DIR=/var/run/SQL_Ops
++++ CSQL_ID=
++++ UseDB pluto_main
++++ SQL_DB=pluto_main
++++ [[ -z pluto_main ]]
+++ . /usr/pluto/bin/Config_Ops.sh
++++ [[ -n included ]]
++++ return 0
+++ DEVICETEMPLATE_OnScreen_Orbiter=62
+++ DEVICEDATA_Use_OpenGL_effects=172
+++ DEVICEDATA_Use_alpha_blended_UI=169
+++ DEVICEDATA_PK_UI=104
++ . /usr/pluto/bin/Config_Ops.sh
+++ [[ -n included ]]
+++ return 0
++ BaseDir=/usr/pluto/bin
++ Wiz=/usr/pluto/bin/AVWizard
++ AudioMixerSettingsAwk=/usr/pluto/bin/AudioMixerSettings.awk
++ AVWizard_Port=28949
++ Resolutions_VESA=('640x480' '800x600' '1024x768' '1280x1024' '1600x1200')
++ Resolutions_HDTV=('480p=720x480' '1024-HDready=1024x768' '720p=1280x720' '1080i=1920x1080i' '1080p=1920x1080' '1280x800')
++ Refresh_Rates=('50' '60' '65' '72' '75' '80' '85' '100' '120')
++ XF86Config=/etc/X11/xorg.conf.pluto.avwizard
++ XineConf=/etc/pluto/xine.conf.avwizard
+ . /usr/pluto/bin/Config_Ops.sh
++ [[ -n included ]]
++ return 0
+ . /usr/pluto/bin/Utils.sh
++ [[ -n included ]]
++ return 0
+ . /usr/pluto/bin/X-Common.sh
+ DEVICETEMPLATE_OnScreen_Orbiter=62
+ DEVICETEMPLATE_OrbiterPlugin=12
+ DEVICECATEGORY_Media_Director=8
+ DEVICEDATA_ScreenWidth=100
+ DEVICEDATA_ScreenHeight=101
+ DEVICEDATA_PK_Size=25
+ DEVICEDATA_Video_settings=89
+ DEVICEDATA_Connector=68
+ DEVICEDATA_Spacing=150
+ DEVICEDATA_Offset=167
+ DEVICEDATA_TV_Standard=229
+ DEVICEDATA_Sound_card=288
+ COMMANDPARAMETER_PK_Device=2
+ COMMANDPARAMETER_Force=21
+ COMMANDPARAMETER_Reset=24
+ UI_Normal_Horizontal=1
+ UI_V2_Normal_Horizontal=4
+ ConfFile=/etc/X11/xorg.conf
+ UseAlternativeLibs
+ export LD_LIBRARY_PATH=/opt/libsdl/lib:/opt/libxine/lib:/opt/libsdl1.2-1.2.7+1.2.8cvs20041007/lib:/opt/linphone-1.3.5/lib
+ LD_LIBRARY_PATH=/opt/libsdl/lib:/opt/libxine/lib:/opt/libsdl1.2-1.2.7+1.2.8cvs20041007/lib:/opt/linphone-1.3.5/lib
++ date +%Y%m%d_%H%M%S
+ log_file=/var/log/pluto/AVWizard_Run_20121024_054638.log
+ . /usr/pluto/bin/TeeMyOutput.sh --outfile /var/log/pluto/AVWizard_Run_20121024_054638.log --infile /dev/null --stdboth --
++ [[ -n yes ]]
++ return 0
+ trap 'StatsMessage "Exiting"' EXIT
+ Video_Driver_Detection
+ DriverInstalled=0
+ driverConfig=none
+ grep Driver /etc/X11/xorg.conf
+ grep -v '#'
+ grep -v vesa
+ grep -vq kbd
+ grep -v mouse
+ grep -v keyboard
grep: /etc/X11/xorg.conf: No such file or directory
+ [[ 0 -eq 0 ]]
+ [[ fglrx == \n\v\i\d\i\a ]]
+ [[ fglrx == \f\g\l\r\x ]]
+ driverConfig=aticonfig
+ driverLine=--initial
+ [[ aticonfig == \n\o\n\e ]]
+ [[ aticonfig != \n\o\n\e ]]
++ which aticonfig
+ driverConfigLocation=/usr/bin/aticonfig
+ [[ -x /usr/bin/aticonfig ]]
+ /usr/bin/aticonfig --initial
/usr/bin/aticonfig: No supported adapters detected
+ VerifyExitCode 'Running /usr/bin/aticonfig --initial failed!'
+ local EXITCODE=255
+ '[' 255 '!=' 0 ']'
+ echo 'An error (Exit code 255) occured during the last action'
An error (Exit code 255) occured during the last action
+ echo 'Running /usr/bin/aticonfig --initial failed!'
Running /usr/bin/aticonfig --initial failed!
+ exit 1
+ StatsMessage Exiting
++ date
+ printf 'Wed Oct 24 05:46:38 CEST 2012 - Exiting \n'
Wed Oct 24 05:46:38 CEST 2012 - Exiting
++ echo 1


/usr/bin/aticonfig: No supported adapters detected
+ VerifyExitCode 'Running /usr/bin/aticonfig --initial failed!'

Problems with the driver? :$



lspci -nn | grep VGA
Code: [Select]
00:01.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802]
« Last Edit: October 24, 2012, 10:31:27 am by brononius »
Version: linuxMCE 1404, running virtual on ESXi

Orbiters: ASUS eeePAD, Nexus 5, Huwai, web
Automation: EIB technology, KNX IP ROUTER 750
Phones: Cisco 7912-7940-7960
Camera's: Foscam POE

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: PC as Media Director (PXE)
« Reply #44 on: October 25, 2012, 06:51:26 am »
It appears as though fglrx is having issues. Dunno why. Should be fine on that machine.

apt-cache policy fglrx | grep installed

if it isn't
sudo apt-get install fglrx

if it is... well... we will cross that bridge when we get there.
I never quit... I just ping out.