Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-28 Thread PRP Company
OK, here is what worked on Lubuntu to blacklist the module of interest: In LXTERMINAL: sudo leafpad /opt/ltsp/i386/etc/modprobe.d/blacklist.conf Add this to the end of the file and save: blacklist i2c_piix4 Then in LXTERMINAL once again: sudo ltsp-update-image In my application, the

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-28 Thread PRP Company
Thanks for the freedom, Jim. --John Hupp On 7/27/2012 9:22 PM, James McQuillan wrote: On Fri, Jul 27, 2012 at 8:39 PM, PRP Company > wrote: For an LTSP network where all the clients show this client boot error, can I sudo gedit /opt/ltsp/i386/etc/

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-27 Thread James McQuillan
On Fri, Jul 27, 2012 at 8:39 PM, PRP Company wrote: > For an LTSP network where all the clients show this client boot error, > can I > sudo gedit /opt/ltsp/i386/etc/modprobe.d/blacklist.conf > > then add > blacklist i2c_piix4 > to the blacklist and save, > > then > sudo ltsp-build-cl

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-27 Thread PRP Company
For an LTSP network where all the clients show this client boot error, can I sudo gedit /opt/ltsp/i386/etc/modprobe.d/blacklist.conf then add blacklist i2c_piix4 to the blacklist and save, then sudo ltsp-build-client --arch i386 to rebuild my LTSP client image? Is that likely to fi

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-27 Thread PRP Company
Addendum: Even though I reference Lubuntu 12.04, I find that the behavior is exactly the same under Edubuntu 12.04. On 7/25/2012 2:56 PM, PRP Company wrote: A refined request: The research that I have done on this has not shown that this condition ever did any harm. So instead of asking how

Re: [Ltsp-discuss] Client boot error: piix4_smbus ... Host SMBus controller not enabled

2012-07-25 Thread PRP Company
A refined request: The research that I have done on this has not shown that this condition ever did any harm. So instead of asking how to enable the controller somehow, I would now ask: How can I modify the image being downloaded to the terminal so that the error does not appear? For instanc