[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Debian way to make lmsensors working with kernel 2.6 ?



On Wed, 2003-08-06 at 17:56, ramzez@netcourrier.com wrote:
> I would like to make i2c working with kernel 2.6 to use lmsensors
> the problem is that I havent /proc/bus/i2c directory anymore
> I read sometimes that I need a /sys directory which is not present in Debian
> 
> Is there a solution to make it works ?
> 
> -------------------------------------------------------------
> NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
> Web/Wap : www.netcourrier.com
> Téléphone/Fax : 08 92 69 00 21 (0,34  TTC/min)
> Minitel: 3615 NETCOURRIER (0,15  TTC/min)
> 
> 
> --
> To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

For the sys directory, mkdir /sys and then
mount -t sysfs none /sys

you can also add the following line to /etc/fstab
none		/sys		sysfs	defaults		0	0

this should give you the sys directory tree



Reply to: