Posts

Showing posts from January, 2014

Forms work on my Mac but not on my PC? "Operation is not permitted"

i created form tells user "operation not permitted" when submit button pressed , doesn't allow user access of field type information in. it frustrating me need form work can upload clients website , paid. particularly frustrating when works on macbook pro wont work on pc or millions of pc out there. this how made pdf. , made using same process test, blank page pdf 1 text field , 1 submit button , nothing else. 1. mad form in illustrator 2. exported pdf 3. made form fields 4. made submit button 5. enabled usage rights adobe reader 6. saved file 7. uploaded file 8. works on mac , not on pc can please help. have spent numerous hours , searches on it, it's driving me crazy. anyone adobe care help? not. >5. enabled usage rights adobe reader did enable correct usage rights? perhaps enabled commenting. >8. works on mac , not on pc works in reader on mac? or using acrobat? opening in web browser, or reader directly? >can please post form somewhere More...

ExtendScript Toolkit 2.0.2 failed to install

when attempting run adobe reader 8 in windows vista 32-bit edition, run problem while checking updates. states: " installation incomplete. update cannot applied product. please reinstall product , try again. extendscript toolkit 2.0.2 failed install." however, i've tried repair , reinstall it, uninstalling , reinstalling no luck. sidenote: adobe documents can open "rough". please help. i have same issue, when running adobe updater, try upgrade , working extendscript toolkit 2.0 version 2.0.2. tried run toolkit in administrator mode, , run upgrade, still no joy. can adobe comment on failing upgrade procedure? regards More discussions in Acrobat Reader adobe

avrdude: verification error on new Arduino Uno board

i new arduino user , cannot upload sketches new arduino uno. have tried solutions listed on forum (except re-flashing boot loader) , none have worked . arduino listed under "port /dev/cu/usbmodem411 (arduino/genuino port)". when press reset button, led on port 13 flashes. have installed ide on 2 laptops , same error. cannot figure out why getting avrdude error because macbook air seems connecting arduino uno. here details of system: operating system: macos sierra version 10.12.2 running on macbook air board: arduino uno whether or not ever able upload board: initially, able change delay on blink program , arduino responded. wrote code spaceship interface (project 2 in book), not upload , received avrdude error. did not make changes computer in between modifying blink code , uploading spaceship interface code. here verbose output: code: [select] arduino: 1.8.0 (mac os x), board: "arduino/genuino uno" sketch uses 926 bytes (2%) of program storage space. maxi...

[débutant] Shield Ethernet V2 : SD.open impossible

bonsoir, je suis en plein apprentissage sur arduino. pour l'instant, tout se passait bien, mais je bute depuis ce matin sur l'écriture de fichier sur une carte sd. j'ai enfiché le shiel ethernet sur l'arduino et lancé les instructions suivantes : #include <spi.h> #include <sd.h> file monfichier; void setup() {     serial.begin(9600); //débute la communication avec le moniteur série     afficher("*************\ninitialisation...");     if (!sd.begin(4)){//teste la communication avec la carte(pin 4)         afficher("communication impossible");         return; //stoppe le programme     };     afficher("communication ok !");     afficher("ouverture du fichier");         if (!(monfichier = sd.open("alea.ard",file_write)))     {       afficher("erreur de fic...

Thread: Grub/Ubuntu Live USB destroys Partitions

hi! have serious problem. installed ubuntu 9.10 on usb pen drive. booted , works fine destroyed linux partition on hard drive. had windows/ubuntu dual boot filesystem of linux partition "unknown". thus, grub gives error 17. same happend on similar system after booting usb pen drive! parted shows partitions this: code: (parted) print model: ata st9120822as (scsi) disk /dev/sda: 120gb sector size (logical/physical): 512b/512b partition table: msdos number start end size type file system flags 1 32.3kb 53.7gb 53.7gb primary ntfs boot 2 53.7gb 120gb 66.3gb extended 5 53.7gb 117gb 63.6gb logical [edit: fs missing!!!] 6 117gb 120gb 2755mb logical linux-swap(v1) as can see, partition number 5 hasn't filesystem anymore. grub code used booting looked this: code: menuentry "ubuntu, linux 2.6.31-...

insallation error: 1305. "verify that the file (AcroRead.msi) exists and that you can access it"

i tried download reader 9 , failed. cleaned previous version , re tried. failed again. the findings of failures: when chose "run", explorer crushed download windows. therefore, chose "save", during installation process received following massage: "error 1305. error reading file c:\documents , settings\user\local settings\application data\adobe\reader 9.0\setup files\reader9\acroread.msi verify file exists , can access it". after visiting forum tried download older version, message similar (the acroread.msi missing). please advise. thanks in advance. not sure did. download , run windows installer cleanup utility, , remove failed reader installations, try again. More discussions in Acrobat Reader adobe

Switching using Optocoupler

i hoping duplicate function of simple push button switches reside on 3d printer  lcd control panel. after bit of googling thought might able use ild74 type optocouplers. @ moment 5v supply series resistor of 220 ohms getting 60 ohms across phototransistor output not switch yet. if take out series resistor drops 10 ohms current drain around 200ma on led no driving arduino. should use different method or doing wrong ? appreciated. up on thinking problem. 60r resistance ground more enough give logic low on input pin internal pull resistors enabled. Arduino Forum > Using Arduino > General Electronics > Switching using Optocoupler arduino

Thread: Support GNOME

hello friends if buy amazon.com me can support gnome adding amazon gnome search plugin browser.if search plugin buying stuff at amazon gnome foundation receives referral fee. does work amazon.co.uk well? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Support GNOME Ubuntu

FONTS PARA ARDUINO

buenas noches todos, soy nuevo en este tema de arduino y solo llevo golpe tras golpe, estoy intentado configurar una pantalla lcd y me faltan librerias de fonts. rogaría si alguién me puede ayudar donde encontrarlas. muchas gracias de antemano. disculpad mi novated tanto en foros como en arduino pantalla lcd, que pantalla lcd? lee las normas del foro trastu67, debes presentar tu problema debidamente!! no somos adivinos. Arduino Forum > International > Español (Moderators: surbyte, Hector_A) > FONTS PARA ARDUINO arduino

Error installing plugin for create.arduino.cc/edit

while attempting install browser plugin web editor (https://create.arduino.cc/editor) keep getting error in attached image. this failure results in certs never being generated or imported, , editor reporting following: "no plugin connection. uploading disabled until reconnect." some details environment: running windows 10, in networked environment folder redirection enabled.  hence \\<white space in image>\<white space in image>\appdata... i'm hoping non-admin users able install plugin, though far, have been able local admin. i did see one post that similar, unsatisfactory. any ideas appreciated! Arduino Forum > Using Arduino > Project Guidance > Error installing plugin for create.arduino.cc/edit arduino

servo IR control and display

hi i wonder if might bit please ... i'm controlling servo motor remote , trying display message (lcd 16) : works, - buton1 rotate clockwise , messsage "open" - buton2 rotate counterclockwise , message "close" but message can't reset when 1 loop done : mean : if clockwise rotation done reset message "ready". thanks help philippe quote but message can't reset when 1 loop done : mean : if clockwise rotation done reset message "ready". why can't it? read stickies @ top of forum - ones supposed read before blundering in there - , post code! Arduino Forum > Using Arduino > Programming Questions > servo IR control and display arduino

Adding Audio Consolidated Sceneline

seems each step forward in pe4 involves step or 2 backward. i imported audio (a wav file) newly-created audio track (audio 4), , presto-change-o! sceneline contracted single frame contains video whole movie (3 mins. long). previously, sceneline showed dozens of clips individually. if clicked play in either sceneline or timeline, movie still played normally. realizing soundtrack empty, figured maybe should have added audio there, , maybe adding did, in audio 4, caused disruption sceneline. (i couldn't imagine why should, still...) i deleted recently-added audio, clicked on audio 2 (the primary video track video 2, opacity clips in video 3), , clicked "delete empty tracks," got rid of newly-created audio 4. this did not restore sceneline previous state. in added audio file soundtrack. no change sceneline. the movie plays okay, including new audio track, sceneline compressed 1 frame, can't move clips or of other editing tasks fast , easy in sceneline. anybody got...

Thread: Can Unetbootin install on partitions

i made partition on netbook in windows saving ubuntu netbook remix. work if use unetbootin install it. does partition's drive letter show in unetbootin when hard disk selected? mine shows drive c:\. why not use install command live usb? can use manual partitioning. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades Can Unetbootin install on partitions Ubuntu

menu modulio spalvos keitimas - Joomla! Forum - community, help and support

Image
sveiki, meniu moduli nukeliau apacia [ziureti menu.jpg] dabar susiduriau su problema reikia, kad po raudonu bruksniu backgroundo spalva butu kita, jei keiciu css faile background spalva, tai "iremina" tik pavadinima, tad gaunasi kiekvienas menu punktas atskiram bloke. kaip isspresti problema? ar kurti menu punkta atskiram table ir kalti jo backgrounda spalva? ar yra kitas budas? aciu supratusiems ir patarusiems ar kurti menu punkta atskiram table ir kalti jo backgrounda spalva? na gal ne punktą. bet meniu modulį įkrauti į kažkokį konteinerį, kurio fono spalva būtų kita: code: select all <div style="background:orange;"><?php mosloadmodules ('menu_modulis', -2) ?></div> Board index Joomla! International Language Support International Zone Lithuanian Forum

How to delete Acrobat Reader .dll's?

i installed hard drive older machine had complete windows xp pro installation. got around deleting obsolete e:\windows subdirectory selecting individual subdirectories such "e:\windows\program files", , pressing [shift]+[del]. 3 files left e:\program files\common files\adobe\acrobat\activex\acroiehelper.dll, pdfshell.dll, , acropdf.dll. no way can delete them. getting message: access denied i tried changing every attribute no luck. i'd rather not re-format whole drive looks option. it? tia you try line command regsvr32 /u "complete pathname" for each one. may need reinstall reader after this. aandi inston More discussions in Acrobat Reader adobe

How to have the users submit articles/images/otherformats to us? - Joomla! Forum - community, help and support

hi, i need way can ask users submit content/story site , can publish after approval. additionaly, if can have users submit images/videos in someway, through form can fill in desired details. do need have form generator extension it? solve purpose? please me out. and thnx lot time. look @ ja submit: http://extensions.joomla.org/component/ ... itemid,35/ Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x

Acrobat Reader 9 problems - please help

hello there victoria, canada we small group of teachers produce monthly current events teaching units canadian schools. some of our our customers receive newsletter mail, , rest download pdf files our website. pdf files password protected , notify our subscribers email password is. we have never had never experienced major issues, until now. upgraded acrobat pro version 9 (from 8) , many, many subscribers have been contacting claiming cant open password protected files though using adobe reader 9. when create pdf file, settting use open reader 5 , above. many of our customers frustrated , we. can please ???? else experiencing problems , can solve this? thanks in advance time. eric w. > cant open password protected files have tried download , open these password protected files? can open them? what error message or customers when trying open these files? More discussions in Acrobat Reader adobe

SOLVED - another No such file or directory

hi, new yun experienced aruinoista. with 192.168.1.7/sd or other 'should work' url no such file or directory. i need help. here's yuns terminal logon screen:                                                                                       busybox v1.19.4 (2016-04-08 02:46:32 cest) built-in shell (ash)                       enter 'help' list of built-in commands.                                                                                               ...

how to add a new function to core - Joomla! Forum - community, help and support

Image
hi, i found function in joomla    listitemtask for understand can open item in list if this: listitemtask('cb1','orderdown') order list far good. i have searched can´t find this:  listitemtask located in script file? i need creat function "if joomla don´t have , think not" can open record example if this: open_item('1','from_db_x',order_xpto') open item in x form determine , work components have in joomla great question the  listitemtask creat other function ? , need change , joomla know must return show me item in form want? thanks lot i don't know mean, might able make mambot (or component?) extend class listitemtask function in want.  sorry can't more specific. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.0 Coding

TFT with 9bit SPI (no C/D), can it be used with Arduino?

i bought spi tft, in hope use esp8266 (wemos d1 mini). https://www.aliexpress.com/item/tianma-2-8-inch-37p-spi-tft-lcd-module-ili9341-drive-ic-240-320-tm028hdz25-rgb/32267693877.html i tried use adafruit_ili9341, (adafruit_ili9341-dev), got white screen. there no c/d connection, , found link: https://github.com/notro/fbtft/issues/342 which not arduino, suggests, devide uses 9bit spi (c/d 9th bit). is there way use arduino ide , library? welcome! utft has got drivers 8-bit spi , 9- bit spi.    utft has no concept of hardware spi bus. so slow 9-bits 8-bits. note device requires 2.8v logic.   i guess 3.3v logic due or wemos ok. i have driven ili9481 9-bit bidirectional.   i.e. cs, sda, sck pins. i use avr 3.3v logic.   bit-bash 1 bit,  hardware spi  8-bit write,  bit-bash 8-bit reads. life simpler 9-bit hardware spi arm. looking @ ali link,   a regular 2.2", 2.4", 2.8" spi module ...

The J!1.5 Code Snippets / CookBook Thread - Joomla! Forum - community, help and support

Image
hi there, i thought snippets thread many small code examples of specific problems come handy many developers out there starting joomla 1.5 development. so, don't let discuss here post snippets new or collected ones forums ! please discuss thread in thread, 1 should posting code. thanx in advance, alex using jhtml display calendar input , dates etc: when looked through joomla api reference implement calendar input field, wondering how 'cause in joomla source code found jthml:_(bla bla) on place.. api reference told me different usage of jhtml. however, after talking people j!101-skypechat got answer. here's snippet create calendar input field in template / form: code: select all <?php echo jhtml::_( 'calendar',$value,$name,$id); ?> using way, can use other methods of jhtml well. have @ api doc further information: http://api.joomla.org/svn/joomla-framework/html/jhtml.html#calendar thanx ian maclennan j101 chat bye, alex  Board index ...

DHT11 values fly off the rails when activating 8 relays

hello everyone. 1st post here. i have small project arduino uno r3, soft 1.6.13, 1 push button, 1 dht11 , strip of 8 relays. everything works fine. when press button, 8 relays kick in. when release, 8 relays go sleep. my problem dht. when relays disengaged, temperatures showing 20c , humidity @ 19%. when press button , engage relays, temperature increases instantly 24c , humidity 30%. the ultimate goal trigger more , more relay temperature rises... 1 relay per deg celsius. , see it, have 4 relay problem here... i've tested series of ifs , blowing on dht11, breath can temperature high enough trigger relays. thing when let cool slowly... temperature goes this: 30, 29, 28, 27 (1st relay shutting down), 26 (second relay), 22 (4 relays in snap turn off), 21, 20... never range 25, 24, 23... puzzles me. here code: code: [select] #include <dht.h> dht dht; #define dht11_pin 11 int relaypin1 = 2;                 // in1 connected digital ...

aide : boite ouverture a compte a reboure Jour heur minute seconde

bonjour je suis debutant et je chercher pas mal sur les forum mes la je suis bloqué je vous explique je veut cree une boite avec compte rebours avec serveur moteur  pour la maintenir fermé  juste au delais voulu j'ai trouver un code sur se site https://electronicavm.net/2011/06/22/temporizador-arduino-lcd/ qui me va bien je les modifier pour rajouté les jour mes je bloque au niveau de la compilation  j'ai un arduino uno un ecran lcd simple (qapass) deux ligne des bouton 5 jour heurs minutes seconde et validé voila le code code: [select] //temporizador arduino + lcd #include <liquidcrystal.h> liquidcrystal lcd(12, 11, 5, 4, 3, 2); //inicializamos la libreria con el numero de los pines utilizar int ouverture = 13; //ouvert int jours = 0; //variable mostrar por lcd de las jour int heurs = 0; //variable mostrar por lcd de las horas int minutes = 0; //variable mostrar por lcd de los minutos int secondes = 0; //variable mostrar por lcd de los segundos in...

Flicker removal for slideshows

i'm using premiere elements 7. discovered after burning slideshow photos flicker on tv screen, looks horrible. the faq says can try , reduce using flicker removal, when right-click on pictures, "field options" grayed out. know why is, and/or how make selectable option? , have every individual photograph? also, menu flickers (it's still photo)... there way address that? if matters, tv being used standard def. i'm shocked issue... assumed half-decent slideshow software should able correct sort of problem automatically. are right-clicking on still photos on timeline? More discussions in Premiere Elements adobe

Uploaded program won't run

i have uploaded program uses analog input , output. program won't run unless open serial monitor, problematic because i'd love run off of separate power supply away laptop. going on? hi, you have while (!serial) {} snippet somewhere, stops execution until serial monitor gets opened. remove , done! Arduino Forum > Using Arduino > Installation & Troubleshooting > Uploaded program won't run arduino

Due overclocking library

Image
hi    i've created overclocking  library arduino due ! you can find here: https://github.com/alexandrerouma/dueoverclock it can: set due's cpu frequency set due's cpu multiplier get due's cpu frequency get due's cpu multiplier get corrected value of millis() get corrected version of micros() delay corrected value delay entre the real delay (microseconds available) convert real delay overclocked delay convert overclocked delay real delay hope usefull ^^ and due run stable on 114mhz? whats max frequency? Arduino Forum > Development > Other Software Development > Due overclocking library arduino

Adding A New Main Menu Item Always Points To Home - Joomla! Forum - community, help and support

hi all, i've been rocking along time 2 joomla! sites.  problem popped translations module. issue cost me site on host server (siteground). seems consuming many resources. needed fix not loose site @ http://www.jjmacey.net . all indications jos_opensef_sef issue, , un-published translations module, , things went normal on host server. however, not on site. in main menu had item called linux videos . collection of [youtube] videos concerning linux. clicking linux videos in main menu showed page. however, seemed page looking translated. no longer have error message showed up, none of videos there. i've tried adding new main menu item called videos linux , , others. but, these new main menu items go home page instead of new static content item have created. any help? please... perhaps did not change .htaccess file way before installed opensef? Board index Joomla! Older Version Support Joomla! 1.0 Administration - ...

How can I "proxy edit:" a high-definition project?

this undocumented process, created amazing robert johnston, , solution if find editing hdv , avchd video natively puts stress on system's resources.   proxy editing temporarily substitutes sort of preview video native files, 1 of lower resolution can work more easily. then, when output project, editing , effects applied proxy video applied actual footage, creating high-definition output.<br /><br />here robert's solution:   i have custom project preset 1080i has editing mode of 360x270. render preview 360x270 "mpeg-2 i-frame only." can create own , see if helps editing.   to create own, first pick project preset clicking "setup" on startup screen displayed premiere elements 4. select 1080i 30 or 1080i 25 project preset hdv tree inside ntsc or pal nodes. click "new preset" button, click "save" button, give custom preset name , description of choice. click "save default." exit out of premiere elements.   now open custo...

disassembling an ip camera

Image
hi folks i have found different parts on ip camera disassembled because bought new one a couple of servo a camera a speaker a mic a wifi antenna a circle of i/r leds and board wifi , ethernet do think can use of arduino uno? i attach pictures sorry. these pics Arduino Forum > Topics > Device Hacking > disassembling an ip camera arduino

Adobe 8.1.1 freezes, cannot uninstall

when attempt view or download adobe document, computer freezes. first tried reinstall adobe 8.1.1 , got message version on computer not removed. tried uninstall adobe 8.1.1 using add/remove programs control panel , when clicked "remove" got following message: "the patch package not opened. verify patch package exists , can access it, or contact application vendor verify valid windows installer patch package." read other threads same error. More discussions in Acrobat Reader adobe

Card type : ATtiny85 not found

Image
hello everyone, want program attiny85 microcontroler. to this, have select "tools>board>attiny 85" can't find attiny85. there list : (2 attachs) if knows how do, helping me you have "core" atiny85 standard installation of ide not support attiny. i recommend core: https://github.com/spencekonde/attinycore there can find information how install core board manager. Arduino Forum > Using Arduino > Microcontrollers > Card type : ATtiny85 not found arduino

missing Adobe Reader files

i had same problems adobe reader. when i used norton systemworks program find , fix problems on computer, said license no good, , missing file "msvcp80.dll. well, used expensive expert put file computer. used program "beyond adobe reader". got adobe reader on computer , elimated license problem. however, when check errors now, said missing file "msvcr80.dll". beginning think lost cause! know solution next problem without going expensive expert again? > had same problems adobe reader. reading post sounds (to me) norton problem. please describe happening. More discussions in Acrobat Reader adobe

por que no mide bien la distacia el sensor SR04T?

estimados, estoy utilizando el sensor de proximidad sr04t y al momento de apuntar algun objeto la distancia de 200cm o mas el sensor muestra una distancia entre 160cm y 180cm, es como si no recibiera la señal del eco devuelta y muestra esas distancias falsas. el codigo que estoy utilizando aplico la señal de alto nivel que es 10us. por que mide tan poca distancia y de forma aleatoria?, en sus especificaciones dice que lo maximo es de 400cm (4 metros). saludos porque es un cacharoo ese sensor. no tiene precisión y porque es barato y made in china yo lo uso como interruptor,, pasas la mano por encima y obtienes un pin alto o bajo según elección. puede darse la circunstancia que también este mal calculada la formula que realiza el echo del mismo. mi desde luego nunca me dio fiabilidad las lecturas del mismo. Arduino Forum > International > Español ...

Thread: j2me remote control?

hi. can't find suitable tool use cell phone remote. there's https://sourceforge.net/projects/anyremote . doesn't have normal mode display/clyck screen (not mention awful scripting syntax , lack of obvious apis) there's vnc client, it's slow. on windows there great prog "puppetmaster", can't communicate native linux progs under wine. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [other] j2me remote control? Ubuntu

Bi Ped robot and panning servo question (blocking function?)

if you've seen of previous posts, have 2 robots have same objectives. 1 on tracks , other bi ped walking robot. i've had them both 3 years , continuously make them both more accurate, advanced , efficient. typically leapfrog past each other in efficiency , tasks untill other catch up. the bi ped robot in question has 6 servos movement , 1 servo panning. pan servo has camera colors , ir distance sensor avoid objects. robot accurate , supposed to. i'm looking make better. panning servo pans in between steps, not while robot walking. i'm trying make pan servo pan continuously while robot walking , scanning objects. i'm afraid walk() blocking function not allowing pan servo pan while robot walking. below current code appropriate loops. code: [select] int scanincrement = (rcs_max_pos - rcs_min_pos) / 150; uint32_t lastmove = 0; void scanforblocks() {   if (millis() - lastmove > 8)   {     lastmove = millis();     panloop.m_pos +=...

(NRF24L01) Send Analog and digital values from one Arduino to another

hi guys, how send analog signal (from potentiometer , joystick connected of 1 arduino) , digital signal (1 or 0 switches) arduino using nrf24l01?  please give me example code, have watched many videos how code transceiver im sooo confused :/ thanks have @ simple nrf24l01+ tutorial ...r Arduino Forum > Using Arduino > Project Guidance > (NRF24L01) Send Analog and digital values from one Arduino to another arduino

Thread: Ubuntu Extreme 8.0.4..PC User

Image
hi! all, have used install before on computer no problems tried use on new computer won't install or allow me use non install version (from disk)..new computer.. mb gigabyte. ga-x58_ud7..cpu i7 975..ram 12g.. please ..what happening? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Ubuntu Extreme 8.0.4..PC User Ubuntu

Thread: Installing Broadcom wireless driver disables Ethernet

Image
i have dell inspiron e1505, has dell wireless 1505 (broadcom) card. run card, installed broadcom sta wireless driver, seems activate wireless card ok. problem once installed driver onboard ethernet card deactivated (and yes, enabled in bios). had remove wireless driver ethernet back. have ideas? haven't found problem listed elsewhere. running ubuntu 9.04 no other problems. i had same issues on upgrade 9.04, broadcomm card not work. reinstalled fresh 9.10 , still not wireless work. fix go wired after installation , go synaptic , totally remove following packages: bcmwl-kernel-source bcmwl-modaliases reboot , make sure wired connection comes after reboot. go synaptice reinstall 2 packs, reboot , wireless should work now. worked me, if don't have wired sorry don't know how off usb or cd. luck! Forum The Ubuntu Forum Community Ubuntu Official F...

Thread: USB camera does not auto-open folder

Image
i'm having trouble getting usb camera auto open folder when plug in after upgraded 9.04 9.10. camera olympus optical c-740 checked configuration settings in gconf-editor , checked /apps/nautilus/preferences/media_automount , /apps/nautilus/preferences/media_automount_open. both checked. nautilus, going edit->preferences->media has "open folder" selected pictures, , "ask me do" others. per http://www.uluga.ubuntuforums.org/sh....php?t=1306577 tried installing gnome-mount , gnome-volume-manager both installed , date. tried following instructions @ https://help.ubuntu.com/community/mount/usb no avail. output of lsusb code: bus 002 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 002: id 045e:0084 microsoft corp. basic optical mouse bus 003 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 003: id 07b4:0105 olympus optical co., ltd camedia c-310z/c-700/c-750uz/c-7...