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

Upgrading from 10.04 to 16.04

Started by pw44, July 28, 2017, 09:04:58 PM

Previous topic - Next topic

ardirtbiker

I made a mistake... it is actually nvidia 304.135 (not 302)

When my MD was doing this, I was watching the dmesg log (on my core) at the file  /usr/pluto/diskless/35/var/log and saw that there were messages stating that no NVIDIA card was found supported by the driver (340 and 352)
in nvidia-install.sh there is this
case " $Driver_Current_Supported " in *" $PCI_Id "*)
                case $(lsb_release -cs) in
                        precise)
                                echo "nvidia-340"       ;;
                        trusty)
                                echo "nvidia-352"       ;;
                        xenial)
                                echo "nvidia-361"       ;;
                esac
                return 1

and there is
        case $(lsb_release -cs) in
                precise)
                        echo "nvidia-340"
                        return 1
                        ;;
                trusty)
                        echo "nvidia-352"
                        return 1
                        ;;
                xenial)
                        echo "nvidia-361"
                        return 1
                        ;;
        esac
 


I changed them all to "nvidia-304" in the nvidia-install.sh that was in  /usr/pluto/diskless/35/usr/pluto/bin/ directory (for my media director device 35...yours may be different if MD).   You should also be able to edit this file on the core /usr/pluto/bin/nvidia-install.sh


If I remember, it wasnt until i modified /etc/pluto.conf and changed either 'firstboot' or 'avwizarddone' values (or both) to get it to re-install the correct nvidia-304 driver.

pw44

yes, i did it also, trying 304 and 340. did not work.

is nvidia-install.sh really necessary if a nvidia driver is already installed and working (lightdm)?


ardirtbiker

One of the programmers would know that answer.  I know it gets called to run in certain conditions.

Sent from my SM-G900V using Tapatalk


pw44

well, i could not find the way to install it..... :-[

it simply does not start avwizard. it loops from mouse pointer to black screen with 0 on the toop left corner.

tried 304, 340, nothing works.

ardirtbiker

Did you edit nvidis-install.sh?  Or temporarily rename it?  It's set to run automatically and can reinstall over the other nvidia driver.  You can also switch to another terminal and observe log messages...that is how I determined that my card was not supported by the drivers Tgat nvidia-instsll.sh was installing.

Sent from my SM-G900V using Tapatalk


pw44

yes, i did edit nvidia-install.sh and did not work. Did also rename it, and created a nvidia-install.sh with "exit 0". did not work either.

purchased a nvidia 6800 and as soon i receive it will try again.

ardirtbiker

Strange indeed.  My core has older nvidia card that only works with 304 driver.  My MD in living room has a card that will only go as high as 340 driver.  Editing nvidia-install.sh has always worked for my situation..  trying other card may resolve your issue

Sent from my SM-G900V using Tapatalk


maverick0815

I have quite a similiar experience....fresh install of 14.04. i tried the last image as well as net install. Its booting...displays 0 in the top left, goes blank, reboots. All of this continuously. The graphicscard in this case is a cheap gt710.

ardirtbiker

Quote from: maverick0815 on September 01, 2017, 07:33:55 PM
I have quite a similiar experience....fresh install of 14.04. i tried the last image as well as net install. Its booting...displays 0 in the top left, goes blank, reboots. All of this continuously. The graphicscard in this case is a cheap gt710.
Along with modifying nvidia-install.sh, delete  /etc/X11/xorg.conf file AND in /etc/pluto.conf, change Firstboot = false to Firstboot = true...and then reboot

Sent from my SM-G900V using Tapatalk


phenigma

If we can get the PCI id's of the cards in question then lmce can automatically choose the correct driver.

`lspci -nn | grep VGA`

I think that gives what we need.

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

ardirtbiker

here you go Phenigma:

my CORE (that will only run driver up to version 304.135)
00:18:00.0 VGA compatible controller [0300]: NVIDIA Corporation G71 [GeForce 7950 GT] [10de:0295] (rev a1)

my MD (that will only run driver up to version 340.102):
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF116 [GeForce GTX 550 Ti] [10de:1244] (rev a1)

phenigma

Could I get you to create an Issue in GitLab at https://git.linuxmce.org/ so we can track this and not lose it?

Thanks!

J.
My setup: [url="http://wiki.linuxmce.org/index.php/User:Phenigma"]http://wiki.linuxmce.org/index.php/User:Phenigma[/url]

ardirtbiker


pw44

tried with nvidia 6800. same issue.