[Owfs-developers] owfs on centOS4.4

2006-09-21 Thread Vittore Zen
Hi, i'm trying to compile owfs on a centOS4.4 distro (a RHEL4 clone). FUSE was compiled sucessufully. .bootstrap and configure are ok. but make. ; \ then mv -f ".deps/ow_server.Tpo" ".deps/ow_server.Plo"; else rm -f ".deps/ow_server.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../sr

Re: [Owfs-developers] owfs on centOS4.4

2006-09-21 Thread Paul Alfille
Try now. I don't have your specific distribution install, but you caught the project in the middle of a new feature development. Stay tuned for announcement.Paul AlfilleOn 9/21/06, Vittore Zen <[EMAIL PROTECTED]> wrote: Hi, i'm trying to compile owfs on a centOS4.4 distro (a RHEL4 clone).FUSE was

Re: [Owfs-developers] i2c

2006-09-21 Thread Jan Kandziora
Am Donnerstag, 21. September 2006 20:20 schrieb Roberto Spadim: > have any PCI card? > Any i2c adapter the linux kernel has drivers for will work. To build an interface card, the Philips PCF8584 chip is your choice. You could hook up a PCF8584 chip to an EPP parallel port, too. Maybe there are

Re: [Owfs-developers] DS2408 LCD_M OR LCD_H

2006-09-21 Thread Paul Alfille
We never had anyone make specific requests for LCD functions, so only the most minimal was implemented. Can you define a set of primatives? Remember, it has to fit the "filesystem" metaphor. If the list above is what you want, perhaps we could consolidate: echo row > LCD_ROW, etc... Paul AlfilleO

Re: [Owfs-developers] i2c

2006-09-21 Thread Roberto Spadim
have any PCI card? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http

Re: [Owfs-developers] i2c

2006-09-21 Thread Jan Kandziora
Am Donnerstag, 21. September 2006 18:40 schrieb Jan Kandziora: > Am Donnerstag, 21. September 2006 15:19 schrieb Roberto Spadim: > > from where can i get i2c form smbus?? where can i find it in my > > computer?? thanks ;) > > It's somewhere on the mainboard. Usually, one will hook it up to the RAM

Re: [Owfs-developers] i2c

2006-09-21 Thread Jan Kandziora
Am Donnerstag, 21. September 2006 15:19 schrieb Roberto Spadim: > from where can i get i2c form smbus?? where can i find it in my computer?? > thanks ;) > It's somewhere on the mainboard. Usually, one will hook it up to the RAM sockets, where an i2c is put onto for the SPD EEPROM.

[Owfs-developers] owfs on centOS4.4

2006-09-21 Thread Vittore Zen
Hi, i'm trying to compile owfs on a centOS4.4 distro (a RHEL4 clone). FUSE was compiled sucessufully. .bootstrap and configure are ok. but make. ; \ then mv -f ".deps/ow_server.Tpo" ".deps/ow_server.Plo"; else rm -f ".deps/ow_server.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../

Re: [Owfs-developers] DS2408 LCD_M OR LCD_H

2006-09-21 Thread Roberto Spadim
for example: how can i just turn cursor off set cursor to line 3 set cursor blinking on turn off lcd turn on lcd set cursor to line 2 clear lcd move cursor right 2 caracters i can only clear and set text with owfs i can't execute functions like this: LCD_FIRST_ROW Move cursor to 1st r

Re: [Owfs-developers] i2c

2006-09-21 Thread Roberto Spadim
from where can i get i2c form smbus?? where can i find it in my computer?? thanks ;) - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions o

Re: [Owfs-developers] DS2408 LCD_M OR LCD_H

2006-09-21 Thread Jan Kandziora
Am Mittwoch, 20. September 2006 21:33 schrieb Roberto Spadim: > OK LCD_H is 4 bits and LCD_M isn't > > but we don't have CMD file (function), (i think that will work only for > LCD_H) > like /LCD_H/send_command > and when i make this: > > echo "LCD_CLEAR" > ./send_command > or something like > echo

Re: [Owfs-developers] i2c

2006-09-21 Thread Jan Kandziora
Am Donnerstag, 21. September 2006 05:10 schrieb Roberto Spadim: > hello guys have any i2c adapter to pc?? that work with linux > i'm using today 2480, but i want use DS2482-800 or DS2482-800 > can i use then?? > You can make a bit-banging adapter yourself. See /usr/src/linux/Documentation/