<br><br><div><span class="gmail_quote">On 6/29/06, <b class="gmail_sendername">Mike</b> <<a href="mailto:stuff@dustsmoke.com">stuff@dustsmoke.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Skip Patterson wrote:<br>> Hey Mike, I tried without the init but same results as before, nothing<br>> goes out on the 3rd Send AT. I wasn't sure if that would work as I<br>> don't have distinctive ring on my phone (the S41=1) but it didn't seem
<br>> to matter.<br>><br>> I believe the groups are okay as I do seem to be able to access what I<br>> need, I'm even trying to run cidbcast as root just to see if that<br>> works. As far as udev, I've never messed with that so I honestly
<br>> don't know but I'm not rebooting and the permissions are okay still.<br>> I agree its something to do with it not sending the init string, I've<br>> looked through the code but I don't see any reason for it. Is the
<br>> latest cidbcast the one dated 9/13/03 still? I looked in svn and it<br>> seemed to be dated the same.<br>><br>> thanks again,<br>> Ben<br><br>Well, in svn they aren't using svn keywords for the date so it's not
<br>really correct. Its newer than than 2003, about 8 months old right now.<br><br><a href="http://svn.mythtv.org/trac/browser/trunk/mythtv/contrib/mythnotify/cidbcast/cidbcast.c">http://svn.mythtv.org/trac/browser/trunk/mythtv/contrib/mythnotify/cidbcast/cidbcast.c
</a><br><br>Yeah, I don't know why its not attempting to send the init string for<br>you. cidbcast seems to be pretty flakey for me too. Since I upgraded my<br>motherboard and built a new kernel, I can't even get it to parse the
<br>response buffer correctly anymore. I know it works since minicom works<br>just fine under my user plus I've used it for quite some time in the<br>past. But I just can't seem to get it to work with my limited knowledge
<br>of C. You may try svn just to see if that works for you. It doesn't for<br>me but I can atleast initialize the modem.<br><br>svn co <a href="http://svn.mythtv.org/svn/trunk/mythtv/contrib/mythnotify">http://svn.mythtv.org/svn/trunk/mythtv/contrib/mythnotify
</a><br><br><br>-Mike<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>I grabbed the latest version from SVN but same results although when I went to make it I got this:<br><br>gcc -g -Wall -O -DDEBUG -c cidbcast.c
-o cidbcast.o<br>cidbcast.c: In function âmainâ:<br>cidbcast.c:699: warning: pointer targets in passing argument 2 of âipaddr_to_intâ differ in signedness<br>cidbcast.c:729: warning: pointer targets in passing argument 2 of âipaddr_to_intâ differ in signedness
<br>gcc -o cidbcast cidbcast.o -lm<br><br>I did look at the source and when ipaddr_to_int is declared at line 100 it is setup as unsigned:<br><br>int ipaddr_to_int(const char *stringIP, unsigned int *ip)<br><br><br>I don't know c though so I'm not sure what that means, it does still compile but I still get the 3 Send AT with no init. I assume its not really actively maintained anymore or that it normally just works. Minicom works for me as well, weird. Thanks for the help again!
<br>Ben<br>