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

Diskless MD and installation of graphics drivers

Started by sveinh, August 21, 2007, 11:38:04 PM

Previous topic - Next topic

sveinh

Hi all

I've got a Zonbu computer (www.zonbu.com) which I want to use as a diskless MD. It boots off the network and everything looks great until it tries to run X and the AVwizard. The onboard graphics card driver (Via cx700) is not supported out of the box. I installed LinuxMCE 704 from the DVD.

I think I have found linux drivers to support my graphics chip but I'm unable to gain root priveleges to install.

I can log on to the diskless MD using linuxmce/linuxmce, but it seems like I'm getting logged on as sambahelper, and this user does not have sudo rights.

So, my questions: how do I gain sudo rights on the diskless MD? Anyone?

In advance, thanks!

-sveinh

totallymaxed

Quote from: sveinh on August 21, 2007, 11:38:04 PM
Hi all

I've got a Zonbu computer (www.zonbu.com) which I want to use as a diskless MD. It boots off the network and everything looks great until it tries to run X and the AVwizard. The onboard graphics card driver (Via cx700) is not supported out of the box. I installed LinuxMCE 704 from the DVD.

I think I have found linux drivers to support my graphics chip but I'm unable to gain root priveleges to install.

I can log on to the diskless MD using linuxmce/linuxmce, but it seems like I'm getting logged on as sambahelper, and this user does not have sudo rights.

So, my questions: how do I gain sudo rights on the diskless MD? Anyone?

In advance, thanks!

-sveinh

At your core do the following;

chroot /usr/pluto/diskless/NN passwd (****where NN is the moon device ID of the MD you want to change***)

The use the following line to ssh into the MD... where NN is the device ID entered above;

ssh root@moonNN

Now you should be logged in as root ont eh MD and you can do whatever you need to :-)
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]

darrenmason

On my machines at least, going to a different tty screen and logging on with root does not prompt for password. (ie: ctrl-alt-F1). Not very secure but that may serve your need.

totallymaxed

Quote from: darrenmason on August 22, 2007, 05:21:04 AM
On my machines at least, going to a different tty screen and logging on with root does not prompt for password. (ie: ctrl-alt-F1). Not very secure but that may serve your need.


If you do that from the Core though you will just get another console session on the Core. We need to ssh into one of the moons (ie MD's) as root to install some drivers etc.
Andy Herron,
CHT Ltd

For Dianemo/LinuxMCE consulting advice;
@herron on Twitter, totallymaxed+inquiries@gmail.com via email or PM me here.

Get Dianemo-Rpi2 ARM Licenses [url="http://forum.linuxmce.org/index.php?topic=14026.0"]http://forum.linuxmce.org/index.php?topic=14026.0[/url]

Get RaspSqueeze-CEC or Raspbmc-CEC for Dianemo/LinuxMCE: [url="http://wp.me/P4KgIc-5P"]http://wp.me/P4KgIc-5P[/url]

Facebook: [url="https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465"]https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465[/url]

[url="http://www.dianemo.co.uk"]http://www.dianemo.co.uk[/url]

sveinh


darrenmason

Quote from: totallymaxed on August 22, 2007, 08:10:35 AM

If you do that from the Core though you will just get another console session on the Core. We need to ssh into one of the moons (ie MD's) as root to install some drivers etc.

If I do an 'rlogin moonXX' from my core it has never prompted me for a passwd and puts me in as root.