**** BEGIN LOGGING AT Fri Apr 24 02:59:57 2009 Apr 24 07:06:19 Sleep_Walker: hi Apr 24 07:06:39 hi Apr 24 07:07:41 Sleep_Walker: in case someone would be interested, thor is down and 'missing' from vpslink cp, their support is being silent for 2hrs now and I have no idea about what's happening Apr 24 07:08:11 so I have no ETA till server start now :( Apr 24 07:08:21 ok Apr 24 07:08:31 thanks for info Apr 24 07:08:54 did you success with kernel GIT repo? Apr 24 07:09:08 frigga is working as supposed and I've found a way to make git repo as you wanted Apr 24 07:09:26 now I'm trying to figure how to make cron work Apr 24 09:29:27 morning Apr 24 09:30:23 <|miska|> morning Apr 24 09:31:05 LifeFlash works nice! :) Apr 24 10:33:12 server is partially running Apr 24 10:37:04 heh Apr 24 10:37:06 yes Apr 24 10:37:20 lighthttpd is down, but SSH is partially down too :) Apr 24 10:38:52 udev is down Apr 24 10:39:17 I have one working instance of ssh, but I can't reach /dev/console now Apr 24 10:39:33 until that, I can't reboot and trace the exact udev boot problem :( Apr 24 11:06:25 bfu: hi! :D Apr 24 11:06:31 new nick? :) Apr 24 11:07:10 I didn't noticed you till now Apr 24 13:15:33 * ERROR: udev failed to start Apr 24 13:15:38 f*cking fun Apr 24 13:45:28 okay Apr 24 13:45:32 dowentime is over Apr 24 13:45:35 *downtime Apr 24 13:45:46 please report any found issues to my jabber Apr 24 13:58:11 ook Apr 24 14:06:28 farcaller: but you're not on jabber Apr 24 14:11:37 "in case the server doesn't work, leave me a message there" ... nice ;-) Apr 24 15:39:35 hello all~ Apr 24 15:39:49 hi guys, hope all is well. we have attempted to fire the patch and the response is the same for both patches (attachment.bin, attachment-0001.bin): Apr 24 15:39:51 ./attachment.bin: line 1: From: not found Apr 24 15:39:52 ./attachment.bin: line 2: syntax error: newline unexpected Apr 24 15:39:54 lines 1 and 2 state the following (attachment.bin): Apr 24 15:39:55 From 31724e385f974b334b3a77949ab8aca1cad97e6e Mon Sep 17 00:00:00 2001 Apr 24 15:39:57 From: Marek Vasut Apr 24 15:39:58 lines 1 and 2 state the following (attachment-0001.bin): Apr 24 15:40:00 From f87515bca27571370323292f07526820823b0553 Mon Sep 17 00:00:00 2001 Apr 24 15:40:01 From: Marek Vasut Apr 24 15:41:09 the permissions were changed on both attachments Apr 24 15:44:37 Sleep_Walker: I've been afk ;) Apr 24 15:45:07 farcaller: I see Apr 24 15:45:10 emfox: hi! Apr 24 15:45:49 notone70: sorry, if you have something from marex - ask marex Apr 24 15:45:56 I don't know what is that... Apr 24 16:06:05 Sleep_Walker: I've been too busy to mess with my phone lately, any new stuff for 680/centro? Apr 24 16:07:31 notone70: That would appear like it has some extra garbage in it just from looking at the lines you pasted Apr 24 16:07:40 notone70: You sure you saved just the patch and not the whole email? Apr 24 16:07:53 mekius: not yet, I'm preparing organization changes Apr 24 16:07:58 Sleep_Walker: k :) Apr 24 16:08:30 yes, i have the patch open in my editor Apr 24 16:08:33 I'm so busy right now, not sure I'll get back to my phone for a month or two heh Apr 24 16:08:49 notone70: pastebin the contents of the patch Apr 24 16:09:18 unless it's some type of format I've never seen before, I'm pretty sure the From: lines are not part of the patch :) Apr 24 16:09:31 will do Apr 24 16:14:03 thank you Apr 24 16:23:12 notone70: ? Apr 24 16:33:42 yes, mekius Apr 24 16:34:59 did you figure it out or are you going to pastebin it? Apr 24 16:35:39 clarify the pastebin Apr 24 16:37:11 to make sure that i'm on the right track Apr 24 16:38:32 http://en.wikipedia.org/wiki/Pastebin Apr 24 16:38:51 pastebin.com :) Apr 24 16:39:00 pastebin.cz :b Apr 24 16:39:02 I wanted you to paste the contents of the file there so I could look :) Apr 24 16:39:06 or pastebin.ca Apr 24 16:39:07 thanks Apr 24 16:39:47 --- Apr 24 16:39:49 drivers/net/wireless/libertas/if_cs.c | 12 +++++++++++- Apr 24 16:39:51 1 files changed, 11 insertions(+), 1 deletions(-) Apr 24 16:39:53 diff --git a/drivers/net/wireless/libertas/if_cs.c b/drivers/net/wireless/libertas/if_cs.c Apr 24 16:39:54 index 3f02e6a..6d00d82 100644 Apr 24 16:39:56 --- a/drivers/net/wireless/libertas/if_cs.c Apr 24 16:39:57 +++ b/drivers/net/wireless/libertas/if_cs.c Apr 24 16:39:59 @@ -273,7 +273,14 @@ static int if_cs_poll_while_fw_download(struct if_cs_card *card, uint addr, u8 r Apr 24 16:40:00 */ Apr 24 16:40:02 #define IF_CS_PRODUCT_ID 0x0000001C Apr 24 16:40:03 #define IF_CS_CF8385_B1_REV 0x12 Apr 24 16:40:04 woah woah! Apr 24 16:40:05 +#define IF_CS_CF8381_B3_REV 0x04 Apr 24 16:40:06 Apr 24 16:40:07 don't paste it here... Apr 24 16:40:08 +/* Apr 24 16:40:09 + * Used to detect other cards than CF8385 since their revisions of silicon Apr 24 16:40:11 + * doesn't match those from CF8385, eg. CF8381 B3 works with this driver. Apr 24 16:40:12 + */ Apr 24 16:40:14 +#define CF8381_MANFID 0x02db Apr 24 16:40:15 +#define CF8381_CARDID 0x6064 Apr 24 16:40:15 sigh... Apr 24 16:40:17 Apr 24 16:40:18 /********************************************************************/ Apr 24 16:40:20 /* I/O and interrupt handling */ Apr 24 16:40:21 @@ -859,7 +866,9 @@ static int if_cs_probe(struct pcmcia_device *p_dev) Apr 24 16:40:23 p_dev->io.BasePort1 + p_dev->io.NumPorts1 - 1); Apr 24 16:40:24 This is why we said PASTEBIN.COM Apr 24 16:40:25 Apr 24 16:40:27 /* Check if we have a current silicon */ Apr 24 16:40:29 - if (if_cs_read8(card, IF_CS_PRODUCT_ID) < IF_CS_CF8385_B1_REV) { Apr 24 16:40:31 + if (!(p_dev->manf_id == CF8381_MANFID && Apr 24 16:40:33 + p_dev->card_id == CF8381_CARDID) && Apr 24 16:40:34 Sleep_Walker: want to kick him? Apr 24 16:40:35 + (if_cs_read8(card, IF_CS_PRODUCT_ID) < IF_CS_CF8385_B1_REV)) { Apr 24 16:40:37 lbs_pr_err("old chips like 8385 rev B1 aren't supported\n"); Apr 24 16:40:39 ret = -ENODEV; Apr 24 16:40:41 goto out2; Apr 24 16:40:43 @@ -950,6 +959,7 @@ static void if_cs_detach(struct pcmcia_device *p_dev) Apr 24 16:40:45 /********************************************************************/ Apr 24 16:40:47 Apr 24 16:40:49 static struct pcmcia_device_id if_cs_ids[] = { Apr 24 16:40:51 + PCMCIA_DEVICE_MANF_CARD(CF8381_MANFID, CF8381_CARDID), Apr 24 16:40:53 PCMCIA_DEVICE_MANF_CARD(0x02df, 0x8103), Apr 24 16:40:55 PCMCIA_DEVICE_NULL, Apr 24 16:40:57 }; Apr 24 16:40:59 -- Apr 24 16:41:01 1.6.2 Apr 24 16:41:15 geez Apr 24 16:41:17 sigh... Apr 24 16:41:23 Was my english unclear? :P Apr 24 16:41:33 Apparently pastebin.com == this irc channel heh Apr 24 16:41:44 mekius: np Apr 24 16:41:49 mekius: it was clear Apr 24 16:41:55 ok :) Apr 24 16:42:02 mekius: maybe the wiki link would be helping Apr 24 16:42:04 It's my native language so I would hope so lol Apr 24 16:42:14 "It is very popular in IRC channels where pasting large amounts of text is considered bad etiquette." Apr 24 16:42:18 :b Apr 24 16:42:19 yeah lol Apr 24 16:43:02 hm, so that files are patches Apr 24 16:43:04 geez Apr 24 16:43:21 he's interpreting that as bash script Apr 24 16:44:29 post please also this to notone http://www.linuxhq.com/patch-howto.html Apr 24 16:44:44 gotta go home Apr 24 16:44:51 or better Apr 24 16:46:07 @later tell notone70 You're running patches as BASH script. Please, read also http://www.linuxhq.com/patch-howto.html . I also recommend at least first paragraph of that wiki page I sent you before... Gotta go Apr 24 16:46:14 geez Apr 24 16:46:18 Belldandy is gone Apr 24 16:53:02 my apologies Apr 24 16:53:30 i send Apr 24 16:53:38 You're running patches as BASH script. Please, read also http://www.linuxhq.com/patch-howto.html . I also recommend at least first paragraph of that wiki page I sent you before... Gotta go Apr 24 16:53:58 notone70: ^ Apr 24 16:54:14 i' on it Apr 24 16:54:22 had to slow down Apr 24 17:50:50 http://modev.pastebin.com/m5a7c396e Apr 24 17:51:42 i think i got it mekius. Apr 24 17:56:09 http://modev.pastebin.com/m233e15fd Apr 24 18:12:23 you patched it successfully? Apr 24 18:20:02 it says: Apr 24 18:20:03 patching file: Apr 24 18:20:05 patch: bad src file Apr 24 18:23:03 then returns me to the command prompt Apr 24 18:25:39 to answer the question, no Apr 24 18:35:28 you may have to adjust the -p setting depending on what directory you put the patch in Apr 24 18:36:00 where is the patch? Apr 24 18:38:46 lib directory Apr 24 18:39:54 you are patching a kernel right? Apr 24 18:40:20 right Apr 24 18:40:26 usr Apr 24 18:41:12 you put the kernel in /usr/lib? Apr 24 18:41:40 no Apr 24 18:41:41 You will have to talk to marex, I'm not exactly sure what you are patching heh Apr 24 18:42:24 i put the source in /usr/src first Apr 24 18:42:32 ok, then put the patch in /usr/src Apr 24 18:42:39 then run the patch command Apr 24 18:42:56 oh wait Apr 24 18:43:06 use -p1 when you run it instead of -p0 Apr 24 18:43:17 ok Apr 24 18:43:34 -p defines the number of directories to ignore when looking at the filenames in the patch Apr 24 18:49:00 both files ran an returned the following: Apr 24 18:49:02 patching file Apr 24 18:49:03 patch: bad src file Apr 24 18:49:05 # Apr 24 18:54:01 remove everything before diff --git a/drivers/net/wireless/libertas/if_cs.c b/drivers/net/wireless/libertas/if_cs.c Apr 24 18:55:05 ok Apr 24 19:16:01 ran it with same output. i do have two folders in /usr/src: /usr/src/b/drivers/net/wireless, /usr/src/drives/net/wireless Apr 24 19:29:41 why do you have a b folder? Apr 24 19:29:57 and which set of files do you want to apply the patch to? Apr 24 19:49:53 i think it was created when i ran the patch Apr 24 20:08:48 shouldn't have created it unless you told it to :) Apr 24 20:09:25 You should wait to talk to marex, I don't really know what you're patching or what he has told you to do heh Apr 24 20:10:39 will do Apr 24 20:10:44 thank you Apr 24 21:04:59 back Apr 24 21:14:15 hahahahaaaa ... Apr 24 21:14:25 PalmTC WiFi was a piece of cake :-)) Apr 24 21:14:49 actually wasnt, but let me enjoy my victory Apr 25 02:32:53 hello I am having fun learning arm assembly **** ENDING LOGGING AT Sat Apr 25 02:59:57 2009