imreh_zoltan wrote: > Re: P4M890 problems with TV >> Here it is: >> http://wiki.openchrome.org/pipermail/openchrome-users/attachments/20071113/36e9ca03/openchrome-P4M890_memory_detection.bin >> >> rename it to .diff or .patch if you want. It seems that wiki forum >> doesn't handle attachments correctly. You can use mailing list >> archieves instead, or just subscribe to openchrome-users. >> >>> I would realy try out this patch, but I'm not finding here any attached >>> file. > > I've downloaded the patch file and tryed to execute it. Unfortunately tghe > following error is rising: > [EMAIL PROTECTED]:~$ cd openchrome/ > [EMAIL PROTECTED]:~/openchrome$ ./openchrome-P4M890_memory_detection.bin > ./openchrome-P4M890_memory_detection.bin: line 1: Index:: command not found > ./openchrome-P4M890_memory_detection.bin: line 2: > ===================================================================: command > not found > ./openchrome-P4M890_memory_detection.bin: line 3: syntax error near > unexpected token `(' > ./openchrome-P4M890_memory_detection.bin: line 3: `--- src/via_driver.c > (revision 425)' > [EMAIL PROTECTED]:~/openchrome$ > > Any suggestions how I can install this patch? > > Thax. > Zoltan > This is not a binary, this is a patch file. 'man patch' to learn more about patch.
cd openchrome patch -p0 < openchrome-P4M890_memory_detection.bin then the usual configure, make, make install X. _______________________________________________ openchrome-users mailing list [email protected] http://wiki.openchrome.org/mailman/listinfo/openchrome-users Main page: http://www.openchrome.org Wiki: http://wiki.openchrome.org User Forum: http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1
