Posts

Showing posts from May, 2013

stepper.h bug ? setspeed = 0 ?

http://arduino.cc/en/reference/stepperstep http://arduino.cc/en/reference/steppersetspeed hi! this maybe bug. i want use potmeter adjust speed of steppermotor. so analog value (0-255) used parameter of setspeed method. if analog value on potmeter = 0 then setspeed = 0 and when mystepper.step invoked , arduino in endless loop.    mystepper.setspeed(outputvalue);   mystepper.step(1); // make 2 revolutions Arduino Forum > Development > Other Software Development > stepper.h bug ? setspeed = 0 ? arduino

What is the encoding format of XFA in PDF file?

hello,<br />  got xfa stream in pdf file , wrote file. when processed xfa file msxml sdk, got error.in xfa file,it said default encoding utf-8.<br />  how can right xfa file msxml sdk can load it?<br /><br />thanks!<br />yun.<br /><br />here code xfa:<br />avdoc avdoc = avappgetactivedoc();<br />pddoc pddoc = avdocgetpddoc(avdoc);<br />cosdoc csdoc = pddocgetcosdoc(pddoc);<br />cosobj obj,root,xfa,preamble;<br />root = cosdocgetroot(csdoc);<br />if (cosdictknownkeystring(root,"acroform"))<br />{<br />obj = cosdictgetkeystring(root,"acroform");<br />if (cosdictknownkeystring(obj,"xfa"))<br />{<br />xfa = cosdictgetkeystring(obj,"xfa");<br />asint32 len = cosarraylength(xfa);<br />cosobj item;<br />cfile file;<br />byte head[3];<br />file.open("c:\\11.xml",cfile::modecreate|cfile::modewrite);<br />

Writing data to file on SD card

Image
hi, firstly, apologies clunky coding attempt attach post still high on learning curve.  you'll recognise blink in sketch , see i've progressed that.  here code: code: [select] /*   blink   turns on led on 1 second, off 1 second, repeatedly.     example code in public domain.  */   #include <wire.h> #include "rtclib.h" #include <spi.h> #include <sd.h> #include <acceleromma7361.h> acceleromma7361 accelero; int x; int y; int z; // pin 13 has led connected on arduino boards. // give name: int led = 13; rtc_millis rtc; // set variables using sd utility library functions: sd2card card; sdvolume volume; sdfile root; file datafile; // setup routine runs once when press reset: void setup() {                  // initialize digital pin output.   pinmode(led, output); serial.begin(9600); accelero.begin(13, 12, 11, 10, a0, a1, a2);   accelero.setarefvoltage(3.3);                   //sets aref voltage 3.3v   accelero.setsensitivity(high);         

Thread: keyboard problem in 9.10 karmic

hi! have upgraded 9.04 9.10 , problem keyboard doing weird things: if open terminal window, can type characters 'alt gr' + key. instance, have spanish keyboard layout configuration if press 'alt gr' + 2 , @ symbol (@). till here, seems ok when open firefox, gedit or opera window, can't type de @ character have opened openoffice writer can type at. have no idea why happening. ideas? in advance. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] keyboard problem in 9.10 karmic Ubuntu

Interfacing of Colour Sensor using an IR sensor

dear all, i doing project on interfacing color sensor arduino , output should display once when ir sensor tripped. i have written whole code , working fine except small hitch cannot figure out , if else statement after satisfying condition of 1 output of time gives random outputs , last else statement keep on repeating till red,green or blue color found. i grateful if me thank arjun warty code: [select] /*#include <wire.h>  #include <liquidcrystal_i2c.h> #include <servo.h> liquidcrystal_i2c lcd(0x27, 2, 1, 0, 4, 5, 6, 7, 3, positive); */ why should have wade past commented out code real code? code: [select] void setup() { serial.begin(115200); pinmode(s0,output); pinmode(s1,output); pinmode(s2,output); pinmode(s3,output); pinmode(ir,input); pinmode(13,output); digitalwrite(13,low); attachinterrupt(0,irinterrupt,rising); /*lcd.begin(16,2); lcd.backlight(); lcd.setcursor(0,0); lcd.print("    arrangem    "); lcd.setcursor(0,1); lc

OpenWP Problems - Joomla! Forum - community, help and support

hopefully can me. i'm pulling hair out.  posted on j-prosolution website, thought should post here. i had problems permissions. if log admin http://yoursite.com/administrator/ empty dashboard (no menu options) , cannot without getting insufficient permission errors. if log admin http://www.yoursite.com/administrator/ can see dashboard (including menu options). can make administrative changes, can delete posts, etc. etc. etc. however, can't write post. every time try write post, box inputting post text, @ bottom, error saying don't have permission access inline-uploading.php on server. 404 error.  other similar errors when trying save or publish post. i'm not sure going on here.  cannot add new user. it whether go in via front-end or back-end.  i listed user in user tab , user#62 (the user on site). any or advice appreciated! solved - figured out.  problem mod_security.  it's better now! Board index Joomla! Older Version Support

Graphics / Drawing touch-tablet - Raspberry Pi Forums

does know software may work usb graphics tablet , wireless pen please (model: trust 400-v2) picked usb qraphics tablet brand new in box today, complete software , manuals - in charity shop £1 had it. (it missing usb mouse, rest unused) type looks plastic mouse-mat , has wireless pen takes aaa battery draw / design cad software. remember when these new , quite bit pricier purchase earlier. has manuals , software/drivers cd imaging suite package included, specifies windows 2000 or windows xp. usb device hoping there may open source debian / raspbian based software may read , allow it's use. model a: trust 400-v2 wireless tablet new linux style systems, know how enter >>> dmesg in command shell show list of processes / messages , can see usb devices there - tablet gets recognised. when connected graphics tablet lights , blinks. when touch pen surface , click (push down on nib) or press side buttons - blinks in recognition connected , recognised. need graphi

Démarrage à distance Raspberry Pi 2 - Raspberry Pi Forums

bonjour, je suis nouveau parmi la communauté raspberry, j'ai quelques questions pour comprendre le fonctionnement. j'ai acheté un kit raspberry pi 2 avec une carte sd, et noobs pré-installé dessus. j'ai vu que noobs était constitué de plusieurs distributions (raspbian, openelec, ...). je compte faire un démarrage de mon raspberry à distance sans clavier ni écran : insérer la carte sd avec noobs, ouvrir une connexion ssh et prendre le contrôle du raspberry à distance. mes questions sont les suivantes : * pour un premier démarrage à distance du raspberry, quelle est la distribution de noobs qui est installée, et exécutée par défaut ? comment modifier cela si besoin ? * pour commencer, pensez vous qu'il est mieux de passer par noobs, ou la méthode classique : formatage de la carte sd, copie de l'image de raspbian dessus et démarrage du raspberry à distance, ce qui va installer directement raspbian j'imagine. merci d'avance, matt installe avec un clav

restart wifi , error in script - Raspberry Pi Forums

i want reboot wireless network when stops responding. found script , when run get: line 3: [0: command not found idea i'm doing wrong? ping -c4 192.168.1.1 > /dev/null if [ $? != 0 ] then echo "no network connection, restarting wlan0" /sbin/ifdown 'wlan0' sleep 5 /sbin/ifup --force 'wlan0' fi try this code: select all #!/bin/bash router="192.168.1.1" ip_addr="192.168.1.5/24" /bin/ping -q -c1 $router > /dev/null if [ $? -eq 0 ] : # echo "network active" else echo "network down, fixing..." /bin/kill -9 `pidof wpa_supplicant` /sbin/ifup --force wlan0 /sbin/ifconfig "wlan0 $ip_addr" /sbin/ip route add default via $router dev wlan0 cat > /etc/resolv.conf <<resolver nameserver $router nameserver 8.8.8.8 search example.co.uk resolver fi raspberrypi

Thread: Blocked Updates?

i have been running 9.04 time now. noticed update manager shows 4 blocked updates. linux-headers-generic-2.6.28.15.20 (amd64) linux-restricted-modules-generic-generic-2.6.28.15.20 (amd64) linux-generic-2.6.28.15.20 (amd64) linux-image-generic-2.6.28.15.20 (amd64) sources are... code: deb http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty main restricted deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted deb http://us.archive.ubuntu.com/ubuntu/ jaunty universe deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty universe deb http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty-updates universe deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse deb h

Raspberry Pi Forums - Login

username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register raspberrypi

when programming with a boot loader what generates the reset?

i'm building watchdog large robot system. project based around 328p on custom board. chip powered independent 1s2p lithium ion battery , isolated entire system using digital isolators input , optocoplors output. to system i'm adding ftdi ft230x chip debugging , charging battery. understood in ft230x data sheet ftdi can request full usb power host , when enumeration completes can activate p-fet feed power rest of system not exceed 100ma max usb current before enumeration. normally use isp programmers program of our devices. because board contain ftdi chip want incorporate serial programming uno board. i'm not sure how avr dude generates reset command before programming. looking @ schematics of uno board there pull on reset line , capacitor connected serial chip used programming. the ftdi chip had 4 programmable pins. 1 used activate p-fet. 2 used indicator leds rx , tx status. is possible use final output generate reset , event reset tied to? t

Changing Field of View for a wider camera lens???????

as architect, need inside 3-dimensional models. acrobat 3d seems great looking @ objects not experiencing interiors since perspective narrow. can walk me through how change fov. saw posting involving changing fov through camera settings can't seem figure out. appreciated sorry answer stinking late. (can say, 'vacation'?). here's code want. //================================================= //get/set active camera mycamera = scene.cameras.getbyindex(0); //create handler, , set drive camera mykeyhandler = new keyeventhandler(); mykeyhandler.onevent = function(event) { switch(event.charactercode) { case 28: //left arrow mycamera.fov += 0.02; break; case 29: //right arrow mycamera.fov -= 0.02; break; } //redraw screen runtime.refresh(); } //register , process runtime.addeventhandler(mykeyhandler); //inform user console.println("use arrow keys change camera fov +/- 0.1 radians."); //========================================== More discussions in

[RISOLTO] Potenziometro su pin Digitale... è possibile?

ciao tutti. su arduino uno ho terminato le porte analogiche ed ho bisogno di installare un nuovo potenziometro, è in qualche modo possibile utilizzare un ingresso digitale? oppure, mi è possibile cablare l'lcd i2c che ora mi occupa le porte a4 ed a5 su delle uscite digitali in modo da liberarmi le uscite analogiche? ... o l'unica soluzione è passare ad arduino mega? grazie no, non è possibile usare un ingresso digitale come analogico ma solo l'opposto. alcuni lcd oltre all'ingresso i2c hanno anche quello seriale che potresti pilotare con un porta seriale virtuale, liberando a4 ed a5. se questo non è il tuo caso, la soluzione è quella di un convertitore ad, ad esempio mcp3002 con bus spi. Arduino Forum > International > Italiano > Hardware (Moderator: leo72) > [RISOLTO] Potenzi

Diferent voltage GND - Raspberry Pi Forums

hi, connect sensor has bipolar power supply requirements +12 , -12 v. take 24v power supply , split in half. +12 24v, gnd 12v , -12 0v. output analog , 3 v if use gnd 12v. problem rp2 gnd 0v. question how can connect grounds together? need because signal wich analog goes adc has common ground rp2. hi, kind of sensor? type of power supply used operational amplifier. 3 power lines, -v, 0 , +v. on situations, virtual 0v or ground used (as 1/2 vcc), if not need connect node other device/circuity. -12v, 0 , +12v power supply, or isolated dc-dc converter. conventional power supply can easy converted dual voltage. raspberrypi

[svn:fx-trunk] 5365: TextView bugs.

revision: 5365 author: cframpto@adobe.com date: 2009-03-17 15:10:53 -0700 (tue, 17 mar 2009) log message: ----------- textview bugs. fix setselection , make there no cursor if no focus or not active qe notes: doc notes: bugs: sdk-19979, sdk-18072 reviewers: gordon ticket links: ------------ http://bugs.adobe.com/jira/browse/sdk-19979 http://bugs.adobe.com/jira/browse/sdk-18072 modified paths: -------------- flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/textview.as More discussions in Commits adobe

[svn:fx-trunk] 5363: More skinning/styling bug fixes.

revision: 5363 author: gruehle@adobe.com date: 2009-03-17 14:48:26 -0700 (tue, 17 mar 2009) log message: ----------- more skinning/styling bug fixes. sdk-19698 - halo list gumbo skin inconsistent gumbo fxlist skin when setting basecolor style sdk-19602 - focuscolor not supported halo components sdk-19595 - various halo components not correct when in disabled state. qa/doc notes: following changes controlled compatibility-version flag: * focuscolor: old behavior: focus drawing done themecolor or errorcolor, depending on error state of component new behavior: focus drawing done focuscolor or errorcolor, depending on error state of component * disabled datechooser drawing: old behavior: border/bottom of header same color regardless of enable setting new behavior: when disabled, border/bottom of header dimmed 50% * combobase border: old behavior: created border object, obscured other parts of component new behavior: don't create border object ticket links: ------------ http

Calculate LED voltage drop

Image
hello all, i have simple question studying myself count not find way calculate it. to use led 9volt battery calculated needed resistor of 350 omhs, have 1k omhs resistor , when put them on circuit leds light poor (as expected). simulating everycircuit showed power dropped 1.89v after 1k resistor. how find 1.89v ? thanks !  that informations on datasheet of led. must find graph or table must given current voltage drop of led x. Arduino Forum > Using Arduino > General Electronics > Calculate LED voltage drop arduino

Como cambiar el color del texto?¿? - Joomla! Forum - community, help and support

este es el css de mi web, quería saber donde tengo que cambiar para que el color del texto de mi web sea azul, en todos los apartados, o como lo puedo hacer en html, da lo mismo... /* css document */ html { height : 100%; } body { line-height : 120%; color : #0066ff; font-family : verdana, arial, helvetica, sans-serif; background-image : url(../images/body_bg.gif); background-repeat : repeat; padding : 0; margin-top : 0; margin-bottom : 0; margin-left : 60px; margin-right : 60px; background-attachment : fixed; } .clr { clear : both; } .outline { background : #4f4f4f; width : 100%; } #top {     color: #131313; height: 114px; margin: 2px; float : right; width: 245px; } .top_scroll{ font-family: "courier new", courier, monospace; font-size: 11px; height : 114px; overflow : auto; z-index:3;     opacity:0.65;     filter:alpha(opacity=65);     background-color:#666666; color : #f2f2f2; width : 240px; padding : 0px; margin: 0px; } #top_inner { float : left; padding-lef

Thread: VMware-player vmnet0-problem

Image
hi everybody have got problem virtualmachine. system: ubuntu 9.0.4 + vmware-player 2.5.3 ( windows-xp ) installed vmware-player , ran vm. worked fine @ beginnung. installed software @ xp-vm. no problems far. third or fourth restart of vm, vmware-player couldn't manage network running. errortext following: "the network bridge on device vmnet0 temporarily down because bridged ethernet interface down." ps: network connection on ubuntu-system fine vm, fails... didn't find according problem in forum. maybe of has got idea? far greetings toby i asked question in main forum. http://ubuntuforums.org/showthread.p...ghlight=vmware downgrade player , can @ least run vm. still looking solution current player. Forum The Ubuntu Forum Community Ubuntu Specialised Support Virtualisation [ubuntu] VMware-player vmnet0-problem

RPi to run Motors - Raspberry Pi Forums

has tried control motors via pi? i'm running 3 brushed dc motors , stepper, each running @ 6v. suggestions shields or experience/tips might share? i'm kind of @ lost shield should grab. before people can you, need post specifications motors , stepper motor - ideally links data sheets. matttuck wrote: has tried control motors via pi? i'm running 3 brushed dc motors , stepper, each running @ 6v. suggestions shields or experience/tips might share? i'm kind of @ lost shield should grab. raspberrypi

Thread: udev rules for Sierra 598u

i have sprint sierra wireless 598u working on 8.10 using wvdial. issue card changes ttyusb# on @ bootup wvdial cant find it. have set out create udev rule device. registers 4 identical ttyusb# devices. want set things whatever gets registered has symbolic link /dev/ttys30 wvdial can merely pointed /dev/ttys30 time. in example below modem put @ ttyusb2 in particular boot up. want ttyusb2 linked /dev/ttys30. code: dmesg | grep tty [ 10.209587] usb 1-1: ftdi usb serial device converter attached ttyusb0 [ 10.290005] usb 2-1: pl2303 converter attached ttyusb1 [ 12.688059] usb 1-2: sierra usb modem converter attached ttyusb2 [ 12.688183] usb 1-2: sierra usb modem converter attached ttyusb3 [ 12.688288] usb 1-2: sierra usb modem converter attached ttyusb4 [ 12.688395] usb 1-2: sierra usb modem converter attached ttyusb5 my output udevinfo -a -p $(udevinfo -q path -n /dev/ttyusb2) > ttyusb2.info code: udevinfo starts device speci

How to get time to update - Raspberry Pi Forums

hi there, have tried sorts of things, @ 9.15 in morning, raspberry pi insists on staying @ 16:30. how can change this, have installed ntpdate, have updated timezone europe london, i've restarted ntp server numerous times , tried force restart ntp server, no change. it's important time update if 1000 seconds out, part of touring system going round world, , need able set timezone , have update correct time. how done frustrating. you supposed able force ignore >1000s difference code: select all sudo ntpd -gq work you? raspberrypi

Seeking Advice on Adobe Training Partners

i'm new using technical communications suite , considering taking classes framemaker 8 , robohelp 7. companies i'm considering are: lodestone digital , sterling ledet & assocaies. i'm hoping @ least few of may have knowledge of either and/or both of these companies , wouldn't mind sharing opinion. if there's better company please let me know (however i'm in virginia , prefer not travel far.) thanks , help. belynda belynda, you'd better , faster in framemaker , robohelp forums. forum here discuss how forums work. More discussions in Forum comments adobe

[Resolved] Remote Desktop can't find pi via Laptop Ethernet - Raspberry Pi Forums

hey everyone, in advance can provide. i'm trying seemingly simple task of using remote desktop on windows7 laptop connected pi via ethernet cable. problems on pc side of things believe have downloaded xrdb , installed it. far, have done following 1. installed xrdb on pi 2. obtained pi's ip address (169.254.156.28) 3. connected ethernet cable 4. "tried" configure lan on windows 7. (it appears configured correctly) 5. tried ping pc 169.254.156.28 - times out 6. presumably failure ping why remote desktop isn't working either... ideas why can't ping pi? image of network window attached [resolved] found hostname -i locate pi ip address, used after installing xrdp , using pi address windows remote desktop. thanks! in windows 7 setup ics , rpi automagically corect ip addressing http://windows.microsoft.com/en-gb/wind ... =windows-7 fyi xrdp ! raspberrypi

Arduino bootloader

i presume when reset taken low, arduino resets , starts running special bootstrap code which, amongst other things, uses pins d0 , d1 serial transmissions can upload new user code. that means in user code free use d0 , d1 please , , not affect bootloader in way, since after reset pressed pins return control of bootloader. but means must careful how wire pins because if example permanently pull them high via external resistor, or if connect them low resistance, affect serial communications on. am right in above? yes, yes , yes. Arduino Forum > Using Arduino > Programming Questions > Arduino bootloader arduino

Autonomous Ground Vehicle (AGV) @ Self-Driving Toy Car (SDTC)

hello, i'm doing project using toy car controlled gps , electronic compass. added bluetooth modul in project controlled android. here problem: 1) sdtc cant reach destination (latitude & longitude),the sdtc went wrong direction, not sure either hardware or programming problem. way, electronic compass , gps have been configured , calibrated. 2) when i'm trying give command via android bluetooth gps data , run motor, loop in programming stuck. way, other command work fine. here attach coding. in advance. p/s : i'm new programming , arduino, advice , guide. addition : my hardware :                           1) gps : fv-m8                           2) electronic compass : hmc6352                           3)microcontroller : atmega 2560                           4) bluetooth module : hc-05 (gomcu) Arduino Forum > Using Arduino > Project Guidance

Optical sensor... blasted EMI :(

Image
i have optical interrupter triggering interrupt on arduino part of miniature rolling road slotcars. interruptor triggered in turn small dc motor turning on via wheels of slotcar. code works great. in fact worked great until... i put more powerful cars onto , road speed jumped 10 fold other cars. not cars super performance i'm sorry emi coming these motors generating spurious signals. i've knocked circuit down single piece of wire, i've put scope on wire, i've wrapped wiring tin foil, i've put brass plate , lead plate between motor , wiring , still getting these pesky blips on signal. if move motor 6 inches away settles down. but can't move sensor further motor . stuck. hope there sort of electronic cleverness can setup. please. cheers alan have tried putting capacitors across terminals of motors on cars. Arduino Forum > Using Arduino >

PS Album 2.0 kompatibel mir PS Elements 3.0 ?

habe gut gepflegtes ps album. überlege kauf von ps elements 3.0. werden die daten von album 2.0 übernommen ? ja, das klappt in der regel problemlos. sicherheitshalber solltest du vor dem update den katalog noch mal über "datei > katalog > reparieren" behandeln - oder wie auch immer das in der deutschen version heißt. alexander. -- 1533 mhz, 1 gb, xp sp2, canon ixus 430 (aka s410), canoscan d1250u2f, pse v3.0, 3k images More discussions in Deutsche Foren adobe

Thread: link for opening files/folders as su

hi, know of web link /tutorial show me how open files/folders automatically admin/su? you can go alt-f2 type code: gksu nautilus that open file browser root , files open window open root. far opening automatically root, way can think of doing login root gdm very bad , no doubt cause more problems worth. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] link for opening files/folders as su Ubuntu

Thread: Will upgrading to 9.10 KK later fix mouse issues?

i have 9.04, , plan wait ubuntu 9.11, don't upgrading every 6 months. wanted upgrade lts versions, have problem. i'm not asking here how fix mouse issues, that's separate question forum, , 1 no 1 has been able answer anyway. have had chronic mouse issues build several months now, after installing 9.04 last year around now, after buying brand new logitech anywhere mouse. keeps registering clicks , holding button 1 when don't, , it's making daily computer use major chore. can tell me if has addressed these mouse issues in newest build, 9.10, coming out in few days, , if upgrading rid me of problem? know i'm not 1 having these issues, plagued them constantly. can comment? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Will upgrading to 9.10 KK later fix mouse issues? Ubuntu

Thread: Upgrade thoughts

my machine 5years , running jaunty without troubles. not use other music. use phone's data bundles internet , not see need upgrading. type of users karmic suited for? users me have bogged there system random software clean reinstall easier manually removing everything. users me able happy of new (though minor) added features , application integration. empathy gnome (indicator-applet). people want little more modern. sure, can upgrade firefox latest release on ubuntu 9.04 (which have) wouldn't nicer have integrated default environment, along latest kernel. performance boost in operating system welcome change , worth upgrade. it's have updated repositories. gnome-disk-utility, ubunutuone (by default), software centre, , humanity icon set nice. add-apt-ppa sounds good. read somewhere (forgot where) fonts can installed in 1 click. sounds it's worth upgrade me. funny thing is, won't using or @

audiodateien im dvd menu

hallo,ich würde gerne auf der dvd eine auflistung von audiotrack machen die man klicken und dann das lied anhören kann! geht das mit encore dvd ohne weiteres,oder muss ich immer ein menu machen indem der sound als hintergrund läuft? hoffe ihr könnt mir helfen! danke shure also man kann audio-dateien (mp3, etc.) als schnittfenster importieren und dann mit schaltflächen verknüpfen. kannst einfach einen text schreiben und dann mit rechter maustaste zu schaltfläche konvertieren. die audio-daten werden dann bei dvd-erstellung neu kodiert ins vob-format. More discussions in Deutsche Foren adobe

Thread: X-Fi Forte Audio Card (NO SOUND)

Image
hello there ! few month ago purchased x-fi forte audio card based on creative x-fi chip. today made clean install on 9.10 , glad see under audio hardware see soud devices including internal motherboard audio chip (asus p6t deluxe) , x-fi card. looks knows it's f-fi card , have many options can make ..like 7.1 output + mono input or 5.1+mono or ...a lot of different setups, problem not hear anything. don't know tried took mute off of corse ...please me out here. sure people not have same audo card me (x-fi forte 7.1) know there lot of people use creative cards including 1 have x-fi fatality chip in it. in ubuntu if see it works .....not in case. thank ! just checked internal audio works fine on motherboard (p6t deluxe). please if knows let me know going on. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [ubun

Home Automation System Code Release - 11,000 Lines

Image
hi all on 12th jan on @ http://forum.arduino.cc/index.php?topic=291796.0 announced intention release 11,000 lines of source code arduino based home automation system. source code released yesterday. in public folder (directory) of micro sd card on system's website @ http://www.2wg.co.nz find following recent files: overview.pdf - 34 page overview of system. ha150127.ino - main application sketch (over 8,000 lines) utility.h & utility.cpp - utility library of common functionality (over 3,000 lines) stringsp.xls - excel strings database/management tool i releasing application source code benefit of arduino community, via forum, have helped me solve few difficult problems , me point. hope release , application website disclose few arduino application development secrets ("how to" algorithms) , encourage others pursue arduino application development objectives. key features of home automation system may interest include: webserver functionality including dynamic

Uno_24 def, how alter for duemilanove?

Image
hi, i'm trying hard lcds work arduino yet being newb, have trouble in understanding code, well, example learn from i couldn't find google, should make driver compatible lcd, when driver has been made compatible uno 2.4 board duemilanove. i'd happy if please give me idea, start...i hardly understand code found in lib, understand pin conversion. should possibly change duemilanove please? code: [select] #ifndef _uno_24_shield_ #define _uno_24_shield_ // code provided smoke , wires // http://www.smokeandwires.co.nz // code has been taken adafruit tft library , modified //  use our tft shields / modules // original code / licensing please refer to // https://github.com/adafruit/tftlcd-library   // header file serves 2 purposes: // // 1) isolate non-portable mcu port- , pin-specific identifiers and //    operations library code remains agnostic //    (ports , pin numbers referenced through macros). // // 2) gcc doesn't respect "inline" keyword, a //    ham

Thread: 9.10 installed - osx won't boot

hello all, started ubuntu 9.10 live cd on mac book pro 13" late 2009. once booted used "install" - icon on desktop install ubuntu sdb (an 8gb sdhc card in sd-card slot). selected manual partion table , explicitly chose installation on newly created ext3 partion on sdb1 without swap. during installation used terminal check was installing on sdb1 (the sd card - not harddrive sda !!!). went fine. @ end said was installing grub @ hd(0,0) !!!! why ? can't boot osx nor sd card. booted install disk osx , tried repair disk, sees osx partion , says "all fine", still can't boot osx. pretty sure ubuntu's attempt install grub ****** secret little efi partion osx keeps @ the start of disk, knows how fix that? might boot flags messed up, don't know. when hold down alt-key can choose cd (either ubunutu live cd or osx install cd) hard drive won't appear. osx disk seems ok, looked @ terminal app from osx install