On Wed, 2003-08-06 at 17:56, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]