Posts

Showing posts from July, 2012

Thread: ubuntu 9.10 tftp server

is possible tftp server comes ubuntu 9.10 (i think tftp-hpa) start -c option (or whatever option needed start server allow file creation)? if , how do this? if not there different server should install allow me use file creation mode? tried change "/etc/default/ tftpd-hpa" file read " code: #defaults tftpd-hpa run_daemon="no" options="-l -s -c /var/lib/tftpboot" (just added "-c" in options line) dosen't seem work. one thing might @ doing creating new entry in local section of startup sequence. if @ /etc/ directory see document called rc.local if edit file , add commands want run @ startup before exit 0 system execute them root. if need them run user, see if can execute sudo -u <user name> < command > since it's root, shouldn't need password. haven't tested it, it's worth shot. way can make sure it'll start a...

Arduino Genuino 101 Accelerometer and serial noise

i've connected motor driver arduino 101 built in 6 axes gyro/accelerometer.  code working fine, needs pumping out serial terminal before motors remain stable.  when code started , gyro/accel tipped without serial output motors unstable.  serial active terminal , heading(yaw), pitch , roll data pumping serial terminal @ 9600 baud 25 times second motors , speed control stable, absolutely no glitches @ all.  if serial terminal shut down motor driver becomes unstable.  if serial closed motors running become unstable.  if system started without serial output system unstable. seems me have serial termination issue , not motor driver issue. motors show me fault , not seem cause. what appears me happening sending serial data slows code down. slowdown appears make code more stable. so, possible make code stable without sending serial data slowing things down. how depends on code can not see. Arduino...

Help - Need Template Similar To The Sites Listed - Joomla! Forum - community, help and support

hi everyone, installed joomla , absolutely love it. wondering if me locate template? going running membership website , forum joomla. i want model & functionality of http://www.membergate.com/ or http://www.searchengineu.com/ does know can template same or similar layout of sites listed above? thank you! anyone? what need professional looking template has banner @ top main links running right under it, left side link menu running down left side, right side menu links running down right side, , content in middle part of page put articles, news, etc. thanks in advance! Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Upload to uno / clone err

Image
hi, have "little" problem uploading project arduino uno clone. when plug arduino usb, , led "on" , "l" on , others not responding. no shields connected any ideas please? code: [select] avrdude: version 6.3, compiled on dec 16 2016 @ 13:33:19          copyright (c) 2000-2005 brian dean, http://www.bdmicro.com/          copyright (c) 2007-2014 joerg wunsch          system wide configuration file "c:\users\aleš\appdata\local\arduino15\packages\arduino\tools\avrdude\6.3.0-arduino8/etc/avrdude.conf"          using port                    : com6          using programmer              : arduino          overriding baud rate          : 115200 avrdude: stk500_recv(): programmer not respondin...

increase the frequency over 300 hz

hey guys, my name raunak , have write program can change frequency. no matter how ever changes make frequency not going on 300hz. here program. string instring = "";    // string hold input const int ledpin = 9; const int ininder = 5; void setup() {   // open serial communications , wait port open:   serial.begin(9600);   pinmode(ledpin, output);   pinmode(ininder, input);   while (!serial) {     ; // wait serial port connect. needed native usb port only   } } void loop() {   if (serial.available() > 0) {     int inchar = serial.read();         if (isdigit(inchar)) {       instring += (char)inchar;     }       if (inchar == '\n') {       serial.println(instring.toint());     // int = analogread(ininder);     // serial.println(i);       int = 0;       while(i==0){  ...

How to use BT136 and BT139 Triac ?. 230volt ac load. Problem. Spkie

hello all, i need help. developing home automation. have tried use triac bt136 , bt139. while using triac got 100millisecond spikes when switch on nearest loads in home. the cfl bulb on , off when switch on nearest loads in home. (example: hardware , arduino live time switch on nearest loads uisng wall switch manually got small spike on cfl) cfl blink once. i have connected triac cfl bulb. triac operated arduino using moc3041. i tried many circuit possibilities cant i tried snubber rc. 0.1uf , 2w 100 ohm resistor. no improvement. please help. and can use moc3041 optocoupler directly switch on loads ?. i checked cfl bulb moc3041 once switched on , not off. any 1 give me idea solve problem. i have attached circuits withis post please find. got internet have tried fitting mains rated contact suppressor across switch / device causing problem ? have considered using ready made solid state relays, smaller 2, 3 or 4 amp modules can cheap building own, , lot safe...

Function is not working

hi here code sensor values defined pins , stores in .csv file when try print values in file through function not happening can 1 check out function code: [select] #include<liquidcrystal.h> #include<sd.h> #include<spi.h> #include <wire.h> #include "rtclib.h" #define red       6 #define green     7 #define blue      8 #define buttonpin1 16  //analog pin a2 reff #define ss        10 liquidcrystal lcd(14, 15, 5, 4, 3, 2);       // sets interfacing pins 14-a0(rs), 15-a1(e) sd2card card; sdvolume volume; sdfile root;  // set variables using sd utility library functions: file logfile; rtc_ds1307 rtc; void setup() {   pinmode(red, input); pinmode(green, input); pinmode(blue, input);   pinmode(buttonpin1, input_pullup);   int buttonstate1, buttonstate2;   serial.begin(9600);   wire.begin();   rtc.begin();   lcd.begin(16...

Power supply question.

are there tutorials guys can suggest me reading or watching connecting multiple components arduino, , multiple bread boards? want connect mq-131 gas sensor( mq-131 ), temperature & humidity sensor( dht22 ), , 16x2 lcd. i want able power of these enough, mq-131 requires 6v heat up, there tutorials perfect type of circuit? tips guys can give through here appreciated! Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Power supply question. arduino

Adobe won't print IRS forms

i had problem 8.1.2 freezing, not opening pdf's, not printing pdf's. did windows install clean sol'n. fixed except irs forms. did clean up, removed 8.1.2 , downloaded 6.0 thinking earlier version might better. still can read, print pdf's not irs forms. pain, not serious (for me) being unable download, read or print pdf's in general. any suggestions on how fix thing can these irs forms printed out? can see forms , save them (but can't copy them - tried workaround copying word) can't print them. says i'm missing java script. updated java - still same message. also, - @ best - stumble around computer, please "talk down" when making suggestion(s). :) one more thing .. should uninstall 6.0 , put 8.1.2? thanks More discussions in Acrobat Reader adobe

Problema baud-rate su SerialEvent example

ciao tutti, come da titolo vi scrivo per un problema riscontrato sulla lettura della seriale: sto usando un arduino promini 3,3v 8 mhz e sto testando risultati del semplice sketch di esempio  serialevent. al momento testo scrivendo io direttamente sul monitor seriale in un secondo momento devo far leggere dei dati da un'altro device sulla seriale. l'esempio parte con l'impostazione 9600 baud. tutto bene fino a  57600. a me servirebbero 115200 ma spesso non printa la lettura del dato e quando lo fa trovo solo 'garbage' . se faccio printare direttamente dallo sketch naturalmente tutto liscio. cosa potrebbe essere? l'esempio è questo: code: [select] string inputstring = "";         // string hold incoming data boolean stringcomplete = false;  // whether string complete void setup() {   // initialize serial:   serial.begin(115200);   // reserve 200 bytes inputstring:   serial.println(...

Thread: NFS 3 with Karmic 9.10 client does not mount - rpc.statd issue

i had weird experience related mounting gutsy nfs share @ boot time on karmic client. described in post: http://ubuntuforums.org/showthread.p...76#post8603076 work around (aka add nolock in /etc/fstab mount stanza). however, happens without nolock, must trust rpc.statd it's job. clearly, error message in karmic start proves not working expected: mountall: event failed mount.nfs: rpc.statd not running required remote locking. either use '-o nolock' keep locks local, or start statd. mountall: mount /home/jamb/nfs [819] terminated status 32 mountall: filesystem not mounted: /home/jamb/nfs comparing processes ps aux on how started on debian (on pc): debian lenny 32-bit: owner command daemon /sbin/portmap statd /sbin/rpc.statd with karmic ps aux : karmic 9.10 32-bit: ...

Focus Got by adobe reader

hi there, i using web browser , checkedlistbox control in vb.net(2005).web browser navigating pdf select different type of items in checkedlistbox. navigating working fine. problem , after preview or navigate pdf , focus adobe reader or ( control show pdf in browser). unable move on different items in checkedlistbox keys. because focus capture control display pdf in browser.any appreciated. waiting reply.. thanks dalbir singh i think need developer forum, not user forum acrobat sdk developer forum http://www.adobeforums.com/webx/.eed56a0/ or acrobat scripting forum http://www.adobeforums.com/webx?13@@.3bbedaa6 More discussions in Acrobat Reader adobe

Beginner advise on previously working code

Image
hello, all. involved 2 years ago arduino coding , managed draft running. basic i2c, temp , rtc. want expand code pwm led control strange code. there code: code: [select] ---#include <time.h> #include <wire.h> #include <ds1307rtc.h>  // basic ds1307 library returns time time_t #include <liquidcrystal_i2c.h> #include <onewire.h> int ds18s20_pin = 2; onewire ds(ds18s20_pin); liquidcrystal_i2c lcd(0x3f, 20, 4); void setup(void)  {   lcd.begin(20, 4);   lcd.backlight();   lcd.init();   serial.begin(9600);   setsyncprovider(rtc.get);   // function time rtc   if(timestatus()!= timeset)      serial.println("unable sync rtc");   else      serial.println("rtc has set system time");     } void loop(void) {    digitalclockdisplay();    delay(1000); } {   float temperature = gettemp();   serial.println(temperature); ...

Arduino Zero LED Blink Example

hi all, i'm trying follow simple blink example located here https://www.arduino.cc/en/tutorial/blink on arduino 0 board. after testing pwm pins volt meter don't seem giving off enough output power led. ideas? cheers, steve according arduino web site product page, 0 board's digital pins limited 7ma each.  pwm available on digital pins except 2 & 7. try using pin 13 has built-in led.  note on board schematic (see link schematic on product page), built-in led not driven directly zero's microcontroller chip, but  driven transistor switch (n-channel mosfet).   Arduino Forum > Using Arduino > LEDs and Multiplexing > Arduino Zero LED Blink Example arduino

Reader 8.1.2 freezes up my computer

i have dell inpsirion 1300 running windows xp home edition , starting 2 weeks ago, when upgraded reader whatever had 8.1.2, every time open pdf file computer locks completely. have hard boot shut off , restart laptop. had no problems old reader new problem me. pdf files open cannot navigate within file, minimize it, nor close file once opens--basically can nothing once file opens. anyone have ideas? i have similar issue. when view pdf, lose internet connection , must restart computer fix. More discussions in Acrobat Reader adobe

GSM Shield V2 Audio jack pin-outs & Audio Echo cancelation.

Image
there several issues have asked without responses; 1. in schematic "arduino gsm shield v2 schematic.pdf"; open gap in circuit labeled 'sj1'? 2. circuit shows jack 4 position plug, what electrical pin positions compared physical positions?  pin-out. i don't want assume anything. i found in forum on '.org' site, couldn't find response or picture referenced. "re: gsm shield 2 audio output , arduino sound output 1 speaker postby fabioc » 14 jan 2016, 11:18 hi wimg83, i looked [http://download.arduino.org/products/gsmshield/arduino-gsm-shield2-rev3.2-sch.pdf|shield schematic]. it seems 3-4 output audio signal , 2 gnd , 1 mic, following numeration of jack picture. i attach picture shows connections advise verify them. regards. fc" 3. have microphone working in sketch call placed cell.  if noise cell heard mic, sent quectel m10, echoed cell.  have worked quectel on trying cancel echo using at+qecho(and channel, level...) with...

9V battery question.

i using 6v power source gas sensor i'm using. i'm using on board 5v power lcd using. so, using 2 power sources. my question if wanted use 9v battery, able power both components without needing use usb cable? want make gas sensor more mobile , portable. don't know power sources, , whether or not getting enough power. thanks! if mean pp3 style of 9v battery answer no. cannot provide enough current. but pack of 6 x aa cells should sufficient. however , if gas sensor needs precisely 6v, or max of 6v not able power 9v battery without regulate voltage. best thing post link datasheet gas sensor. ...r Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > 9V battery question. arduino

Thread: Screen Resolution issues

hello again, 1 of friends converted ubuntu! while loving new environment , options, there 1 thing preventing him enjoying completely. desktop resolution issue. display in 800x600. here lspci: code: 00:02.0 vga compatible controller: intel corporation 82865g integrated graphics controller (rev 02 we updated system , everything, can't adjust stupid resolution. should do? can post output of following command? xrandr list supported resolutions , frequencies x has determined card can handle. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Screen Resolution issues Ubuntu

Reader document cannot be resized on Vista X64

adobe acrobat reader 8.1.2 has serious problem on vista x64. it impossible change view , have document view change. = resize window not work. window border changes, = document stubbornly remains same size. view menu not work fix problem. filename="sysinfo.txt" available physical memory: 1468776 kb available virtual memory: 1874516 kb bios version: alware - 42302e31 default browser: c:\program files (x86)\internet explorer\iexplore.exe version: 7.00.6000.16386 (vista_rtm.061101-2205) creation date: 2007/12/12 creation time: 4:23:45 pm default mail: windows mail %programfiles%\windows mail\msoe.dll version:=20 graphics card: nvidia geforce 8800 gtx version: 7.15.11.6369 check: ok installed acrobat:=20 installed acrobat: c:\program files (x86)\adobe\reader = 8.0\reader\acrord32.exe version: 8.1.0.2007051100 creation date: 2007/05/11 creation time: 3:06:38 locale: english (united states) monitor:=20 name: nvidia geforce 8800 gtx resolution: 1920 x 1200 x 60 bits ...

Thread: Can't see Windows PC in Network. Avahi error on starup.

ever since 9.10 have had no connectivity windows network. system runs fine, no windows connectivity error message @ startup: "network service discovery disabled. current network has .local domain, not recommended , incompatible avahi network service discovery. service has been disabled." have ubuntu pc on wired connection wired/wireless router dchp , on cable modem. have tried modifying smb.conf simple version. lets windows xp pc see ubuntu machine not other way around. ufw turned off. have uninstalled firestarter. windows pc firewall allows ip range. tried things in following post: http://ubuntuforums.org/showthread.p...t=avahi+.local helps can @ least mount windows network, see ubuntu machine set through samba not windows pc. still see error message @ startup. in previous versions, samba connected fine in default form windows network on router dchp. see entire network. not more. getting pesky avahi error message. ideas? can me un...

Add multiple Products to cart at same time - Joomla! Forum - community, help and support

which, if of ecommerce compnonents has feature or hack allow adding of multiple products shopping cart @ same time.  basically page several products listed, checkboxes next each product, , single add cart button. (or close that) thanks in advance! i don't know of out there. have friend working on mootoolls based tie in virtuemart. post here once go. i need this! annoying having continue , forth in , out of cart purchase multiple items,  in virtuemart example. wait here genius Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

WP-MathB

i have had trouble font wp-mathb when opening .pdf files. when opening files, message box stating cannot display or print font correctly. when agree message big black dots instead of equations. anybody knows solution problem? do have font installed on system. if not called pi font , acrobat cannot make proper substitution, if font not embedded in document. in case there nothing can contact creator of file remake file font embedded pdf. mike More discussions in Acrobat Reader adobe

Thread: Add-on Error code, GUFW, Firestarter, No-scripts, Private Browsing

Image
long time listener, first time caller...thanks having me. experience linux, ubuntu specifically, dates saturday morning -- 2 days ago. done research , can't find answers 4 of issues below. other 2 thrown in because wanted make of post. please bear me , in advance help. 1- read 1 not need keep gufw open provide firewall service since gufw's purpose provide gui make changes iptables. true firestarter? know through experimentation can use 1 or other , gufw it's simplicity, firestarter because shows me in simplest form current program/network activity. (i know i'm supposed keep track of it, can't make heads or tales of log file. see english words, still reads foreign language.) 2- safe keep firestarter, or other system applications, open? read since must use our password (i guess through sudo) open firestarter , like, having system application open leaves vulnerable attack. correct? can't tell read it, , can't i'm sure that's ...

Reader 9 - Mulitiple document in single window?

in previous adobe readers have open documents in single window frame , can switch document alt-w or window menu. not in reader 9. have compared preferences reader 8.1.3 not found item explains difference. can collect documents in single frame reader 9? this change in behavior conforms microsoft's gui windows. why adobe conforming , not before cannot say. perhaps gui changed recently. in case, if not new ui, please let microsoft know. aware, company thinks new office has wonderful gui. mike More discussions in Acrobat Reader adobe

Fuses Atmega 1284P

ciao, questa sera mentre stavo provando il micro atmega 1284p sono andato modificare fuses per mettere l'oscillatore esterno. sovrappensiero ho sbagliato comando e li ho azzerato fuse bit riguardanti il clock (ckout, cksel e sut1). ora non riesco più connettermi (avrdude mi da come risposta: avrdude.exe: set sck frequency 1500000 hz avrdude.exe: error: programm enable: target doesn't answer. 1 avrdude.exe: initialization failed, rc=-1              double check connections , try again, or use -f override              this check. ) come posso fare per recuperarlo? grazie mille bonaguro alessio ciao, probabilmente il micro è brickato. dai un'occhiata questo thread e anche qui Arduino Forum > International > Italiano > Generale (Moderator: leo72) ...

Adobe Reader 9 overwrites shared review xml file on comment server

operating system: windows xp acrobat pro version: 8.1.2 adobe reader version: 9.0 steps reproduce bug: 1. initiate shared review via email using acrobat pro version 8.1.2. 2. reviewer uses adobe reader 9.0 join review , publishes comments without saving local copy. 3. same reviewer accesses same pdf attachment email make additional comments , clicks check new comments button , accepts changes. results: reviewer's xml file on comment server gets overwritten new blank xml file, thereby deleting reviewer's previous comments. expected results: published comments in xml file should preserved , new comments should added xml file. this resulted in lost comments 1 of our reviewers because did not save local copy of pdf file after publishing first set of 30+ comments. when accessed file again invitation email , clicked check new comments, adobe reader 9 saw new overwritten comment file empty , therefore deleted of published comments. thank - investigating. More discussions ...

Thread: Audio device switch

Image
i have system graphic card hdmi output , i'm using tv watch movies , listen music though hdmi. unfortunately ubuntu doesn't switch sound output automatically upon hdmi device connection , had manually everytime. after research , experiments made little bash script switches output audio devices. script assumes pulseaudio used , tested karmic. pretty generic , has nothing hdmi device – iterates on sound devices , switches output next one. here how make work: # sudo gedit /usr/local/bin/audio-device-switch.sh copy , paste source code bellow in gedit editor save , close gedit # sudo chmod 755 /usr/local/bin/audio-device-switch.sh system -> preferences -> keyboard shortcuts press „add“ , enter „switch between audio devices“ name , audio-device-switch.sh command , press „apply“. select newly added shortcut row , click on „shortcut“ column. choose shortcut combination – e.g. win + f12. that's - can plug in plug in hdmi device , switch audio ou...

???_Missing audio on one channel in Prem.Elem. 4 & 7_???

hello everyone, i have problem concerning premiere elements 7 , can't find solution it. maybe 1 of had before , able me out. i have project several clips removed original audio , added soundtrack file play along. problem there audio on 1 channel when play scene in preview. balance set correctly, audio file right. if @ audio file in audio preview window both channels visible , play fine. if @ audio mixer , start scene preview both channels visible in peak meter still hear 1 channel. doesn't matter if audio mp3 or wave. looked @ audio preferences (audio output mapping): when change speaker setup, change right/left channel output devices missing channel changes other side. seems somehow connected these settings. it's same settings other projects work fine. it's gotta project-related problem. it's not in preview missing when export scene file. project, it's work rebuild it. tried project premiere elements 4, it's same. other projects work fine. i'm runni...

Non-profit initiative in New Zealand (our main funder) - Joomla! Forum - community, help and support

website url http://www.e-mg.biz template:ja_utahia_ii    joomlart dark template additional extensions (components, modules, plug ins): fireboard forum, community builder, pms pro custom development:logo, modules other features:pretty out of box three (at least) specific areas of site i'd feedback on (design, code, graphics, etc.): additional comments: had revamp, joomla rocks no 1 replied, can see why, didnt want because hard constructive. theres lot don't maybe me. briefly try stop using things sake of them, words dont exist web 2- ? , menu @ top blocky , not smooth, doesn't work. sounded cool , saying me stuff like, have been here 10 years ...blah blah blah... have real content, turned off rhetoric didnt want click images. you trying cool, website ? hosting web design ? just 2p's worth. Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived B...

super admin.. module toch op slot - Joomla! Forum - community, help and support

Image
hallo, ik zit met een probleem.. ik ben in joomla ingelogd als super administrator maar toch kan ik een module niet openen. de module voor het laatst geopend door een andere user. er een manier (misschien in de database) om deze module toch open te zetten? ik dacht zelf dat je als super administrator alles mocht  alvast bedankt.. staat er toevallig ook een slotje voor? indien dat het geval naar 'system > global checkin'  en dan nog een keer proberen. degene heeft de module als admin dan verkeerd afgesloten. en dus kan je neit bij. Board index Joomla! International Language Support International Zone Dutch Forum Joomla! 1.0 Modules 1.0.x

MQTT/IoT (general) questions...

i have played esp8266 modules before.. * captive portals (mostly used gui's control/interact connect project * reach out , dump data custom php script (hosted on own domain/server).. but have never used of these iot 'services' honest. i keep seeing 'buzz word' mqtt.. etc..etc.. yadda yadda.. but i'm having troubling grasping things it.. , hoping conversation clears things me. i understand mqtt publish/subscribe messaging protocol... but connected/polling type of connection?  using bandwidth, needing connected able 'get' response/pushed data..... correct? what difference between , having script on internet , request every often? * read mqtt protocol designed lightweight...  todays bandwidth/connections issue more?  (maybe multiples or professional grade stuff?) ** read has more offerings lwt (last , testament) messages?  seems bit more robust simple script gets polled every often. lastly..   is possible set-up/instal...

Pozdraviti se sa Joomlom? - Joomla! Forum - community, help and support

nije joomla ali je ludnica... pogledajte ... ah dobar link, lepo si me nasmejao. evo nasao sam ja nesto na slicnu foru. http://sr.uncyc.org/wiki/ Главна_страна http://uncyclopedia.org/wiki/montenegro Board index Joomla! International Language Support International Zone Serbian/Montenegrin Forum Ćaskanje

Stepper motor

hi all. to whom may concern have 2 stepper motors trying make heat elements bend with. (using wire) stepper motor 1 feeds , stepper motor 2 bends 180 degrees.  question how or language supposed use tell feed 546 pulses bend (pulse 1000) right , bend (direction) 1000 left? advice helpful..thanks an interesting question - invent own, or perhaps use g-code x feed , axis bending?  or use x , y, since grbl can handle out of box (it supports x,y,z run on arduino). i presume either want send instructions remotely, or pull them off sdcard? whatever notation choose, in terms of distance , angle, not motor steps, is too low-level.  motor driving code setup has know details of motors. Arduino Forum > Using Arduino > Motors, Mechanics, and Power (Moderator: fabioc84) > Stepper motor arduino

Arduino LCD game not displaying

i getting crazy on snake lcd game. use arduino mega , i'd use lcd screen , pmodkypd snake game. problem not display anything, no matter key press. here code: code: [select] #include <liquidcrystal.h> #include "keypad.h" byte mysnake[8][8] = { .... };  // keypad type definition const byte rows = 4; //four rows const byte cols = 4; //three columns char keys[rows][cols] =  {{'1','2','3','a'},   {'4','5','6','b'},   {'7','8','9','c'},   {'0','f','e','d'}}; byte rowpins[rows] = {   37, 36, 35, 34}; //connect row pinouts of keypad byte colpins[cols] = {   33,32, 31, 30}; // connect column pinouts of keypad keypad keypad = keypad( makekeymap(keys), rowpins, colpins, rows, cols ); boolean levelz[5][2][16] = { {{false,false,false,false,false,false,false,false,false,false,false,fals...

Set default filename for file save dialog on Save button click

hi, i using axacropdf (version 9.0) control view pdf files in windows forms (c#). pdf loads viewer in form. now, when click on save button in viewer, save dialog pops default filename having complete path info. if have loaded pdf file axacropdf viewer filename: "c:\documents , settings\kb_kravi\my documents\customerlist.pdf" then in save dialog, default filename be: "c_documents_and_settings_kb_kravi_my documents_customerlist.pdf" is there option set default filename in save dialog short name, instead of lengthy name? thanks, ravi. More discussions in Acrobat Reader adobe

Thread: grub-doc UNinstalls grub-pc?

Image
i'm confused here, but... the? why installing grub-doc remove both grub-pc, , grub-common? seems installing grub-doc, have uninstalled grub totally (yes, still there bootloader, have no way of updating now!) system. what's conflict between grub-doc , grub-pc, such grub-pc has removed? posted jf/ i'm confused here, but... the? why installing grub-doc remove both grub-pc, , grub-common? seems installing grub-doc, have uninstalled grub totally (yes, still there bootloader, have no way of updating now!) system. what's conflict between grub-doc , grub-pc, such grub-pc has removed? grub-doc documentation grub legacy. grub-pc , grub-common 2 packages of grub2. there bug reported this: https://bugs.launchpad.net/ubuntu/+s...b2/+bug/493968 uninstall grub-doc , re-install grub2. Fo...

What IC is this?

Image
i have seeed studio volt meter, 0-30v. i'm trying dim rest of circuit, can't find information on multiplexer? use in circuit. has no markings besides dot beside i'm assuming pin 1. has figured out they're using here? need desolder enable output pin (if has one) , connect board. thanks! you more usefully have posted this link . i guess mcu of sort. maybe chinese knock-off of avr or pic 16-pin mcu. three ways dim can think of: 1. updating firmware on mcu. protect ip, have locked chip program code can't copied, , may not possible update in-circuit. 2. might able detach display , introduce circuit between mcu , display dim using pwm. 3. give idea , build own dimmable voltmeter scratch! seriously. easer 1 or 2. attiny85 , max7219, example. Arduino Forum > Using Arduino > LEDs and Multiplexing > What IC is this?...