Re: [K12OSN] Limbo Beta

jam@McQuil.com)
Fri, 30 Aug 2002 15:53:56 -0400 (EDT)


On 30 Aug 2002, Derek Zollinger wrote:

> On Tue, 2002-08-27 at 15:36, Derek Zollinger wrote:
> > Hey Eric, man it feels good to be beta testing again.
> > 
> Couple more days, couple more problems...
> 
> 3)  Accessing Hardware on the Client:  Jim asked me to provide the PCI
> Vendor and the Device ID so that he could update the auto-detection
> table so that my cards could be detected in a future version of LTSP. 
> Unfortunately I am ignorant on how to accomplish that on the client.  I
> can find information about the server, but I am quite baffled as to how
> I would find that information on the client.  Is it in some sub
> directory that is being exported to the client for use, or do I have to
> telnet into the client while it is connected to find that information
> (which brings up other problems like accounts and passwords, etc...).
> 
> He also brought up the possibility of "lspci -n" but before that e-mail
> I had never heard of it before, and again, how do I get it to list
> client hardware?  (calling it /sbin/lspci -n would have helped)
> 

Try copying /sbin/lspci to /opt/ltsp/i386/sbin/lscpi

Then, set RUNLEVEL = 3 in lts.conf, and boot the workstation
to a bash prompt.

Run the lspci -n, and see if that works.

As for having to run '/sbin/lspci -n' that just indicates that you
don't have your path setup correctly.  Did you possibly do
an 'su' command without the '-' ?

Anytime you want to change to super user, you should do it
like this:

   su -

that will setup the environment properly, including the PATH,
so that it points to /sbin as well as some other directories.

If you can't get lspci working on the workstation, then
you could try doing this on the workstation:

   cut -b 1-14 /proc/bus/pci/devices

that will produce 2 columns of output.  Send me what it says,
and i'll try to pick out the info from there.

Jim McQuillan
jam@Ltsp.org



_______________________________________________
K12OSN mailing list
K12OSN@redhat.com
https://listman.redhat.com/mailman/listinfo/k12osn
For more info see