**** BEGIN LOGGING AT Wed Jun 12 16:55:15 2013 Jun 12 16:56:44 yay!!! Jun 12 16:57:28 hi nslu2-log Jun 12 17:00:12 http://logs.nslu2-linux.org/livelogs/beagle-gsoc.txt Jun 12 17:00:17 there you go :) Jun 12 17:01:58 jkridner|work, jkridner: http://logs.nslu2-linux.org/livelogs/beagle-gsoc.txt Jun 12 17:02:12 can you add that to the /topic? Jun 12 17:02:24 <_av500_> prism has reached #beagle-gsoc Jun 12 17:03:14 * ka6sox renames nslu2-log to prism-log Jun 12 17:03:26 hehehe Jun 12 17:04:02 * Russ gives nslu2-log a cookie Jun 12 17:04:30 what did I miss in here? :P I'll have to read the logs I guess Jun 12 17:05:22 if someone uses a few buzz words, will someone have to go through the log? :p Jun 12 17:05:48 ZubairLK, probably Jun 12 17:06:45 lol.. stuff like a ddos on a different scale comes to mind :p Jun 12 17:07:51 jkridner, jkridner|work: http://logs.nslu2-linux.org/livelogs/beagle.txt Jun 12 17:07:57 for beagle Jun 12 17:08:27 and there will be -prev's for each Jun 12 17:09:11 * ka6sox wonders if it will matter one bit to the trolls that they are being logged Jun 12 17:24:51 where are the backlogs for #beagle? Jun 12 17:25:48 there weren't any till today ...wasn't properly configured Jun 12 17:25:58 @ 0000UTC they will change Jun 12 17:26:34 jkridner|work, for beagle? http://logs.nslu2-linux.org/livelogs/beagle/ Jun 12 17:26:49 beagle-gsoc will start to exist this evening Jun 12 17:27:01 well hush my mouth....I'm worng Jun 12 17:28:02 ka6sox, does too many things to keep up :) Jun 12 17:28:20 ya, behind the times it seems Jun 12 17:50:35 scoutcamper: thanks Jun 12 17:51:20 no problem :) Jun 12 17:59:10 jkridner|work, freenode has asked us to put any logging of a channel in the /topic of the channel Jun 12 18:02:32 jkridner|work, did you see the update to the hardware requests? Jun 12 18:03:08 I did not. I'm aware of freenode's policy and already complied. Did you see the topic update? Jun 12 18:04:52 here, yes Jun 12 18:04:57 but not in #beagle Jun 12 18:05:37 (topic update) Jun 12 18:16:37 <_av500_> ka6sox: please log only non US nationals Jun 12 18:16:50 <_av500_> NSA style Jun 12 18:17:10 lol Jun 12 18:17:20 * scoutcamper writes plugin to log all users whois info :P Jun 12 19:44:58 at least it is your own government who spies on you Jun 12 19:49:12 it's ok..it's a government by the people to spy on the other people Jun 12 20:30:49 av500: did commit on the repo with the code until now. 2night i will try to finish everything until Ehernet2 encapsulation. https://github.com/ungureanuvladvictor/BBBabb Jun 12 20:42:51 <_av500_> ok Jun 12 20:43:42 _av500_: for the ipv4 packet that goes from host to BBB srcAddr=0.0.0.0 and dstAddr=255.255.255.255. multicasting it ? Jun 12 20:44:22 <_av500_> why multi? Jun 12 20:45:07 thinking the same way bootp requests are received Jun 12 20:45:19 <_av500_> vvu|Mobile: btw, the bootp ID should be the same as received Jun 12 20:45:23 <_av500_> BBB send 1 I think Jun 12 20:45:44 ok *bookmarked* Jun 12 20:46:43 <_av500_> vvu|Mobile: in fact you could take the packet as received Jun 12 20:46:48 <_av500_> update the values and send it back Jun 12 20:47:03 was thinking of this, but need to strip everything out from it Jun 12 20:47:16 <_av500_> why? Jun 12 20:47:28 at this point i will fabricate my bootp and next days i will update bootp and send it back Jun 12 20:47:37 <_av500_> ok Jun 12 20:47:45 i was referring at the packet being full rndis+ehternet... Jun 12 20:47:46 <_av500_> wirting your own is fine Jun 12 20:47:53 <_av500_> vvu|Mobile: ah Jun 12 20:48:08 <_av500_> well, for rndis its ok, nothing to change Jun 12 20:48:21 <_av500_> eth and udp you need to change IP and port addr Jun 12 20:48:31 yes Jun 12 20:48:31 <_av500_> but write your own, its fine Jun 12 20:49:20 i wrote my own udp implementation Jun 12 20:49:27 ipv4 using the linux/ip.h one Jun 12 20:49:31 the header struct from there Jun 12 20:51:06 my question is about the srcAddr and dstAddr fields in the ipv4 header. here at the bootp response i need to make it broadcast Jun 12 20:51:19 then for tftp will put exact ip values there Jun 12 20:51:21 right? Jun 12 20:53:48 <_av500_> ask me tomorrow Jun 12 20:54:20 ok i will make it generic now Jun 12 22:56:30 ka6sox: ping Jun 12 22:57:19 vvu|Mobile, pong Jun 12 22:57:32 are you familliar with Ethernet 2 frame structure ? Jun 12 22:58:44 what about the EthernetII frame? Jun 12 22:58:48 the structure that linux implements has only dest, src mac addresses and the protocol it is in it Jun 12 22:59:16 i think that i need to construct it with preamble, start frame byte and CRC for sending over usb, right? Jun 12 22:59:49 preamble seem unlikely Jun 12 22:59:54 donno about the others Jun 12 23:00:14 but the preamble start frame byte and crc aren`t done by the NIC ? Jun 12 23:00:55 depends on NIC Jun 12 23:01:06 but here in the usb transfer i have no NIC Jun 12 23:01:21 on the host part i`m making kinda a virtual NIC Jun 12 23:01:24 IIRC (It has been over a decade...), preamble is used for syncing the receiver Jun 12 23:01:35 so I am not sure if that is applicable in your case Jun 12 23:03:00 w8 forgot what _av500_ told me. those 14 bytes are the ethernet header. so no preamble CRC and stuff Jun 12 23:05:44 ds2: yep board sends only dst, src and type to me. Jun 12 23:51:14 vvu|Mobile, I saw ds2 jump in there so I let him handle it.... :) Jun 12 23:52:05 ka6sox: yep, solved my issue. now i need to read about rndis how things work there. Jun 12 23:55:08 excellent Jun 12 23:59:45 ds2: any idea if the BBB rndis can send more types of messages(rndis specific)? the only one i am receiving is REMOTE_NDIS_PACKET_MSG Jun 13 00:02:23 sorry, not offhand Jun 13 00:14:22 another question...does u-boot have usb support for am335x ? Jun 13 00:15:10 someone else would have to answer that one Jun 13 00:19:11 saw on their ML some patches tagged *am335x added usb support* Jun 13 00:19:41 vvu|Mobile, ask tartarus in #beagle (or look at the tree) Jun 13 00:22:52 vvu|Mobile, now you wait...he is 3hrs ahead of me and is probably not online right now Jun 13 00:23:30 ka6sox: yup no problem. https://github.com/ungureanuvladvictor/BBBabb if any mentor wants to look over **** ENDING LOGGING AT Thu Jun 13 02:59:59 2013