Posts

Thread: An Error Occured.

ubunteros, keep getting following error message listed below when run "update manager". how can resolve issue? need do? also, removed opera seen below still looks still sought for? message too: apt authentication issue problem during package list update. package list update failed authentication failure. happens behind network proxy server. please try click on "run action now" button correct problem or update list manually running update manager , clicking on "check". need rid of these error messages , "lightbulb" keeps popping each time start pc? thank you!!!! w: gpg error: http://ppa.launchpad.net hardy release: following signatures couldn't verified because public key not available: no_pubkey 60d11217247d1cff w: error occurred during signature verification. repository not updated , previous index files used.gpg error: http://deb.opera.com stable release: following signatures couldn't verified ...

Ayuda conecto el arduino al pc y se queda pegado

Image
hola necesito la solucion este  problema que conecto un arduino mi pc , comienza buscar los drivers y el computador queda completamente pegado y no ahi como despegarlo ni desconectando  la placa si alguien sabe por que ocurre esto me pudiera ayudar. bueno gracias por su ayuda de ante mano hola, o tienes la arduino ko o el pc resfriado, no hay más.. para probar lo segundo es fácil, lo formateas, le metes los drivers y pruebas. si no funciona, no quiere decir que la arduino esté ko, sino que puede que los usbs no le estén enchufando la placa lo que le toca (es viejo el pc??) prueba la arduino en otro pc antes de hacer nada..si funciona, formatea y pruebas.. salu2 Arduino Forum > International > Español > Software (Moderators: surbyte, Hector_A) > Ayuda conecto el arduino al pc y se queda pegado...

Relative to document or site root?

what need set , what's difference? http://kb.adobe.com/selfservice/viewcontent.do?externalid=tn_13129&sliceid=2 http://kb.adobe.com/selfservice/viewcontent.do?externalid=tn_15546&sliceid=2 -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources ================== "deansplit" <webforumsuser@macromedia.com> wrote in message news:fraui3$fut$1@forums.macromedia.com... > need set , what's difference? More discussions in Dreamweaver support forum adobe

Rpi Wi-fi hostspot stopped working - Raspberry Pi Forums

hi, have been using rpi model b+ hostspot sometime without problems. stopped working - devices can still associate wireless interface (wlan0) , issued ip (using dhcp) traffic doesn't appear routed wlan0 rpi's internet connection (on eth0). ps have realtek 8192cu based wifi adapter stopped working round same time 3.18 kernel update, tried recompiling wifi adapter driver , hostpad. didn't help. advice? ps. here syslog output showing ip address being allocated rpi wlan0 wireless device. code: select all apr 13 00:57:47 rpi hostapd: wlan0: sta <device mac adress> ieee 802.11: disassociated apr 13 00:57:51 rpi hostapd: wlan0: sta <device mac adress> ieee 802.11: associated apr 13 00:57:51 rpi hostapd: wlan0: sta <device mac adress> radius: starting accounting session 552b1452-00000002 apr 13 00:57:51 rpi hostapd: wlan0: sta <device mac adress> wpa: pairwise key handshake completed (wpa) apr 13 00:57:51 rpi hostapd: wlan0: sta <device mac adress...

12v sensor output to arduino pin

Image
so, i'm playing around old security items , mega2560. have motion detector has 4 wires. can't find model in google, scary anyway, needs 12v dc input operate, hooked old wall ward power it. positive positive , negative negative. 2 outputs i'm using on sensor "com" , "alarm", standard. it's closed circuit outputs 12v dc @ 10ma. this confused. feel should wire "com" ground , "alarm" pin. again, doesn't seem right me. also, given pins can handle 5v, need use voltage divider down acceptable range? guess don't understand input voltage matters @ if can amperes @ acceptable level resistor. obviously i'm novice directional links or advice welcomed. i've done quite bit of reading similar projects nothing clicking. thanks! picture nice. the comm , nc pins spst relay. so, sould able put sensor, facing away , move hand , hear click of relay. connect meter continuity on outputs. if goes bet...

Con Joomla của em dở chứng, CHMOD 1 lố folder thành 0032. HELP! - Joomla! Forum - community, help and support

Image
hix, k hiểu nổi nữa. tự dưng hôm nay đang ngồi upload media lên cái zoom media gallery, thì cậu joomla dở chứng, nó chmod toàn bộ các file & folder thành 0032 (ngoại trừ các folder và file có từ khi mới install bản stable 1.011, còn lại các com, mod, template mới cài và các thứ mới upload lên đều biến hết thành 0032), đâm ra không làm j được nữa. mình thử kiểm tra vòng quanh host (vì host của mình cũng có nhiều thứ khác, có cả mấy cái joomla cms khác) nhưng tất cả đều ok. có pác nào biết giải quyết thế nào k? hix, hay là tại mình lỡ tay xóa cái dòng license của nó nên nó chơi mình  ? Board index Joomla! International Language Support International Zone Vietnamese Forum Hỗ trợ kỹ thuật

Print Specific Frames and Dynamic XML content

hello, trying print specific frames of flash movie dynamic text loaded xml file. code below prints current frame on , not print xml text. dataok commented out function have before loads xml content. xml content loaded dynamic text boxes. on appreciated. i still having difficulty loading xml data , framenum parameter not seem work. argghhhh.... function printtut(myevent:mouseevent):void{ var myprintjob:printjob = new printjob(); var mysprite:sprite = new sprite(); var printarea:rectangle = null; var options:printjoboptions = null; var framenum:int = 2; mysprite.addchild(stage); mysprite.rotation=90; mysprite.scaley=.80; mysprite.scalex=.80; myprintjob.start(); myprintjob.addpage(mysprite,printarea,options,framenum); myprintjob.send(); } print_btn.addeventlistener(mouseevent.click,printtut); More discussions in ActionScript 3 adobe