Posts

Showing posts from January, 2013

Thread: Australian e-tax via wine?

Image
hi all, wondering if anyone's been able australian e-tax working under wine on ubuntu? mine doesn't complete start-up, seems hang. last year's had problems too, able in 2006 , 2007. don't know if problem wine or e-tax, or whether there's config change can make? cheers, crackers look in wine app database. have there explanation. http://www.winehq.org cheers Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Australian e-tax via wine? Ubuntu

No Scroll Bar in Low Res Screens

i designed web site. looks fine on big screen, few people have sent cannot see whole thing. there no scroll bar on right side go down. when lower screen resolution 800x600, scroll bar. using old version of flash maybe? using flash 9 plugin. in publish settings, require @ least 8 , have dimensions set pixels under html. other suggestions? here web site: www.tobytucker.com thanks, toby in publish settings, change pixels percent, , keep @ 100 More discussions in Adobe Animate CC - General adobe

Component for ranking - Joomla! Forum - community, help and support

Image
after many hours of searching decided ask.. know of component let site-owner add companies or books or items , let users rank them?? if know of such solution, please let me know!! regards, brouja there built in content rating system joomla can turn on in admin under global configurations.  can enter each item need rate content item, , categorize them. hope helps, jen Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

Thread: Pre fresh Ubuntu install hardware concerns.

i tried ubuntu 2 years ago, wasn't quite ready take plunge because of driver issues (nvidia). being forced go xp vista because ordered components upgrade, , parts included 6gb of ram, xp won't support. i've hated vista i've decided give ubuntu shot. now, i'm ready try again, though can't seem find hardware support list. figured i'd give try here. processor: core i7 920 mobo: link evga e758-tr 3-way sli (x16/x16/x8) lga 1366 intel x58 atx intel motherboard need with. vid card: link evga 896-p3-1265-ar geforce gtx 260 core 216 896mb 448-bit gddr3 pci express 2.0 x16 raid card: link adaptec sata ii raid 1430sa need know if onboard stuff on mobo supported vid card , sata controller card. have 9 hard drives , plan on expanding further why need card working. insight appreciated. also, should install vista ubuntu or vice versa? hi darksideofoz. i'm not sure o...

Temperature Control

hi folks. i have question.  i need feedback system might have quite long feedback cycle.  in other words, resulting change in temperature might take time.  i need know how approach doesn't start fishtailing , fall out of working range.   it's bbq want regulate temperature in.  if gets cold, want speed of fan blows air burner section.  the temperature rises , system should remain.   the algo should designed find equilibrium.  the fan choosing 12v 120 ma fan.  initial readings suggest 500 ohms cover range quite nicely, might bit much.  the range i'm thinking 200 ohms, because of cfm rating on fan, , expectations.  it's narrow, , might increase cfm rating of such fan.   anyway, have ideas how set up?  i thinking of potentiometer, that's manual thing.  how can arduino this?   cheers pid.  the drawback tuning.  systems long lag times can tedious reasonably tune. ...

Library for X10?

hi, know there library x10 communication x10 controllers. there library arduino act controller? mean recieve x10 commands serial. i work on own home automation project custom made controller based on arduino mega. idea control home via pc -> serial -> arduino. need software on pc. why write one, when there hunderts of home automation softwares on market? have make firmware speak of know protocols. supported protocol x10. so, there similar done? thanks in advance Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Library for X10? arduino

Problems when displaying html in internet explorer

i trying 2 weeks make html code looks in ie (internet explorer), have been unsuccessful. code looks great on firefox, bad in ie. here code web page plase help!!!!!!!!!!!!!!!!1 password protected? let's start basics. page validate? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "maxhec-pr" <webforumsuser@macromedia.com> wrote in message news:f2ijsp$5um$1@forums.macromedia.com... >i trying 2 weeks make html code looks in ie (internet > explorer), have been unsuccessful. code looks great on firefox, > > bad in ie. here code > > http://cobweb.ecn.purdue.edu/~hsantosv/test.html > > plase h...

CFMX 8 on WebSphere 6.1

hi, will cfmx 8 work on websphere 6.1 ? i have new project scheduled launch few months after release of newest version of cf , know if can go ahead , develop on cfmx 7 - websphere 5 combination until new release. customer prefer 6.1... 5.x isn't option live thing. thanks, patrick according recent road trip presentation went given adobe person, cf8 supported on was. don't remember them explicitly giving version of supported. can't see being less 6. More discussions in ColdFusion Server Administration adobe

Is it possible to load an external swf at a specific frame?

hey! i've got flash file acts main menu program i'm developing. works fine main menu when click return main menu whole main menu file reloads. possible use loadmovienum( ) go specific frame within main swf file? if not, there way this? here's button code i'm using now: on (release) { unloadmovienum(0); //unloads current movie can reload main menu loadmovienum("demomainmenu.swf", 0); //reloads main menu } thank whatever can provide! :) mcommini wrote: > hey! i've got flash file acts main menu program i'm > developing. works fine main menu when click > return main menu whole main menu file reloads. possible > use loadmovienum( ) go specific frame within main swf file? if > not, there way this? first let me clarify 1 thing you. level 0 main level on flash player. loading things in level 0 remove current content , replace it new one. not idea because works purge, clears player , there on can't maintain functionality unless...

frontend edit content layout problems - Joomla! Forum - community, help and support

Image
i'm going crazy trying figure out.... i've got 2 column page layout site. when try edit content through front end width of edit form breaks out of div/table. i've got width of column set 535px....but refuses obey , insists on being larger. i've gone content.html.php try set width of form, including wrapping in table or div set 535px, no go. i thought might editor, selected "no wysiwyg" , still broke out of container. i've tried defining "form" , ".adminform" in stylesheet 535px, doesn't work either. what gives!!!!!!?????? hi averan, any chance of url see more closely mean? Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Float number output

in c syntax formating float number print 3 digits after decimal code: [select] printf("%.3f", variable); the arduino doesn't seem understand syntax.   please help the arduino prints through serial object, uses serial/uart of microchip. you can see output in serial monitor. code: [select] void setup(){  serial.begin(9600);  float x = 3.1415;  serial.println(x); } void loop(){/*no loop*/} Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Float number output arduino

forking?e

Image
hi, i'm more of software developer , i'm used using unix pids , forks etc... :-/ question is: there way make "forks" in arduino's code? :-? tremendously useful. keep work!   you mean fork process?  i guess work, if there operating system or supervisor monitor them. instead, you'll need implement own multitasking.  on every iteration through loop(), run each "process" few cycles. Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > forking?e arduino

Modulo not acting as expected

i'm working on wwvb decoder, , 1 of operations i'm doing adjusting utc local time adding both offset , dst, depending on whether active (part of wwvb signal).  i happen -7 offset utc, , i'm getting odd results when utc hour less 7.  i thought use modulo keep result between 0 , 12,  but returning negative values.  this not how mod behave on calculator have.  suggestions? i've pulled out mod operation simplify here: code: [select] //test modulo int hours; int hoursmod; int dst; void setup() {  serial.begin(9600);  hours = 1;  //set initial sample value  dst = -6;  //dst active } void loop() {  display_time();  hours +=1;  delay(1000); } void display_time() {  hoursmod = (hours + dst) % 12;  //add (dst + utc) offset, mod 12, keep result in 12 hour format    serial.print(hours);  serial.print(" ");  serial.println(hoursmod); results (utc hour, followed adjusted/mod hour): 1 -5 2 -4 3 -3 4 -2 5 -1 6 0 7 1 8 2 9 3 10 4 11 5 12 6 13 7 14 ...

Newbie Question about "messaging feature" - Joomla! Forum - community, help and support

ok have site set now... still trying work out bugs. i have tried site sending message using "contact jay" form. unfortunately when log admin don't see messages in inbox. i want users able submit questions website... please help!! somebody please treat me infant & tell me step step need make work! here site reference http://www.askjayclayton.com thank in advance. this goes email set belonging admin jay clayton. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Kernel Panic on Ethernet on - Raspberry Pi Forums

hello everybody, i've got problem pi. in fact each time boot on pi rj45 cable put on got message : code: select all kernel panic : not syncing fatal exception in interrupt tried change keyboard, mouse , rj45 , don't resolve problem. ty helping me there troubleshooting section on elinux website. have measured pi tp1 - tp2 voltage? it? have tried boot without keyboard , mouse? os trying boot? raspberrypi

Thread: Ubuntu not booting, VV Urgent

i should blame on myself. messed /boot/grub/menu.lst file, , there no ubuntu option on startup. has memtest. there anyway in can manually boot system, can't format because there important files on comp. i think try using supergrub cd system booted, , try fix menu.lst. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Ubuntu not booting, VV Urgent Ubuntu

buffer in serial comm

Image
hello i'm sending data arduino program on borland builder c++ , graphing it. there problems, , want send on buffer on arduino. there wrong code , i'm not being able find problem is. the code below... can see, create vector called buffer, indicated analog read, , once fulled (with 100 bytes), it's printed on screen. can same numbers, always. no matter potentiometer (which way i'm getting data of) numbers never change. [glow]void setup() {  serial.begin(9600); } void loop() {  int buf[100], i;      for (i=0; i<100; i++) {      buf =analogread(a0);  }          serial.print(buf );        delay(1000); }[/glow] thanks you're printing 1 value, , that's invalid! don't use a0, use 0 Arduino Forum > Forum 2005-2010 (read only) > Software ...

program with processing

hello do know how can make program in processing window "box" allowing me enter angle assess servo control via arduino? thank you. there plenty of examples come processing. 1 of them, in examples + basics + input should provide enough clues allow collect keyboard input. moving cursor around on screen might tricky, or might not. making form contains standard text entry field matter of careful drawing. sending data arduino require either send "button" or automatic processing when enter key pressed. Arduino Forum > Forum 2005-2010 (read only) > Software > Interfacing > program with processing arduino

Help making a eMail PHP form

hi! can point me in direction of tutorial showing me how make email form i.e listner makes selections hit send goes needs to, bit isn't hard have done befor. dont know how send email sender saying "your email recived" all best! it's not free, though it's cheap. check out forms go. www.bebosoft.com/products/formstogo/ md satrop wrote: > hi! > can point me in direction of tutorial showing me > how make email form i.e listner makes selections > hit send goes needs to, bit isn't hard have > done befor. dont know how send email > sender saying "your email recived" > > best! More discussions in Dreamweaver support forum adobe

Thread: ACPI error on startup slowing down bootup

i running ubuntu 9.04 on compaq laptop running sata drive , every time boot suspend, hibernate or complete shutdown/reset following message, pulled message kern.log: code: jun 29 18:55:03 mriswithe-laptop kernel: [ 7.740017] ata2.00: acpi cmd 00/00:00:00:00:00:b0 failed (emask=0x4 stat=0x00 err=0x01) jun 29 18:55:03 mriswithe-laptop kernel: [ 8.224015] ata2: sata link 1.5 gbps (sstatus 113 scontrol 300) jun 29 18:55:03 mriswithe-laptop kernel: [ 13.224007] ata2.00: qc timeout (cmd 0x0) jun 29 18:55:03 mriswithe-laptop kernel: [ 13.224016] ata2.00: acpi cmd 00/00:00:00:00:00:b0 failed (emask=0x4 stat=0x00 err=0x01) jun 29 18:55:03 mriswithe-laptop kernel: [ 13.224061] ata2.00: acpi: failed second time, disabled jun 29 18:55:03 mriswithe-laptop kernel: [ 13.224063] ata2.00: revalidation failed (errno=-5) jun 29 18:55:03 mriswithe-laptop kernel: [ 13.224104] ata2: limiting sata link speed 1.5 gbps jun 29 18:55:03 mriswithe-laptop kernel: ...

Tormenta de ideas PI! - Raspberry Pi Forums

hola todos: soy nuevo por aqui, en mi haber un poco de linux, cero de programacion y mucho que aprender. acabo de comprar mi pi como pasatiempo invernal. no se donde llegare ni como pero se me hace interesante esto de la pi. estoy pensando mucho en este aparatejo para tema de control de voltajes e intensidades. no os explico por ni para que de momento, solo quiero un poco de info al respecto. como podria hacer algo para primero para recoger estos datos en raspberry? hola yo también tengo pensado hacer algo para monitorizar voltajes e intensidades, pero mi idea es utilizar un micro (pic) con entradas analógicas y comunicarme spi por ejemplo, ya que el rpi no tiene entradas analógicas que es lo necesario para leer voltajes o intensidades aparte de los traductores (transformador de corriente, etc.) raspberrypi

Unit DOA? - Raspberry Pi Forums

hello, got newer 512 pi board, ordered ac adapter, debian sd card, , case newark. hooked , power lite; no activity lite or on screen. i'm using hdmi video out. there wrong board, or there kind of necessary tweak. please let me know before call newark. thanks, wilsont here's troubleshooting page on wiki you've described: http://elinux.org/r-pi_troubleshooting# ... on_display raspberrypi

Thread: Locking up randomly...

i random freezes, occuring around startup. also, when play sauerbraten, game randomly goes intoa full screen windowed mode lose control of game, yet can't "free" cursor use taskbar , exit. try opening again , setting non-fullscreen windowed mode, won't work because goes fullscreen windowed mode. , under normal circumstances can't free cursor resize window manually... sorry if tough understand... did have question, or bug report? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Locking up randomly... Ubuntu

vcgencmd on Gentoo - Raspberry Pi Forums

anyone vcgencmd function on gentoo? downloaded binaries github /opt directory when executed complain of file not found assuming has perhaps libraries or other dependencies being in path. wanted check if else has gotten working before make attempt. i wasn't getting before, am. put on 3.6.11 kernel. after seeing vcgencmd no longer worked, copied on got git repository. since then, i'm getting same error: code: select all rpi0 ~ # /opt/vc/bin/vcgencmd -su: /opt/vc/bin/vcgencmd: no such file or directory rpi0 ~ # ls -l /opt/vc/bin/vcgencmd -rwxr-xr-x 1 root root 15011 jan 18 23:17 /opt/vc/bin/vcgencmd somehow, raspberrypi-userland install portage avoids error , copy doesn't work. install doesn't yet have new stuff work 3.6.11 kernel. how come ls can find file if isn't there? reported error bug bad information? if not, wouldn't make filesystem bug? clues? help! jeff raspberrypi

Thread: wubi install

Image
hi have quick question , friend of mine looking try out ubuntu first time. going recommend wubi install first use, wubi install act full install if installed within windows folder. all yeah does, little slower on disk reading, should run fine try gives option @ startup choose os, ubuntu or windows. uses windows bootloader, safe remove ubuntu via add/remove programs in windows without affecting ability boot Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] wubi install Ubuntu

9-bit seriel

Image
hello, as asked in this topic need doing 9-bit serial arduino uno. can see in topic, cr0sh helped find code in atm328 datasheet doing 9-bit serial. questions didn't answered: 1. use serial.println( data ); ?: code: [select] void usart_transmit( unsigned int data ) { /* wait empty transmit buffer */ while ( !( ucsrna & (1<<udren))) ) ; /* copy 9th bit txb8 */ ucsrnb &= ~(1<<txb8); if ( data & 0x0100 ) ucsrnb |= (1<<txb8); /* put data buffer, sends data */ udrn = data; } 2. , serial.read(); ?: code: [select] unsigned int usart_receive( void ) { unsigned char status, resh, resl; /* wait data received */ while ( !(ucsrna & (1<<rxcn)) ) ; /* status , 9th bit, data */ /* buffer */ status = ucsrna; resh = ucsrnb; resl = udrn; /* if error, return -1 */ if ( status & (1<<fen)|(1<<dorn)|(1<<upen) ) return -1; /* filter 9th bit, return */ resh = (resh >> 1) & 0x01; return ((resh <...

Emulationstation Error - Raspberry Pi Forums

i tryed many things solve nothing helped, error stays: code: select all ./emulationstation: error while loading shared libraries: libfreeimage.so.3: cannot open shared object file: no such file or directory know whats wrong? or how fix that? i don't use emulationstation, i'm guessing need install libfreeimage3. terminal: code: select all sudo apt-get install libfreeimage3 raspberrypi

Dreamweaver clipping Background Image

hi, have following site, http://bsstrpa.ca/ , image @ top right clipped. have in css sheet #body { margin-right: 2px; background: url("graphics/picture.gif") no-repeat top right; text-align: left; height: inherit; } a template built on style sheet, htm page based on. thanks, michael kohler what question? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "labrador guy" <webforumsuser@macromedia.com> wrote in message news:f1tcev$1d4$1@forums.macromedia.com... > hi, have following site, http://bsstrpa.ca/ , image @ top > right clipped. have in css sheet > #body { > margin-right: 2px; > back...

Templates and tables

for reason, cannot update table in content area there editable region. not know have done. have created templates in past no problems, first time have created 1 in dw8. attached code. appreciated. thanks. what happens when try update table? -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "gwm224" <webforumsuser@macromedia.com> wrote in message news:f2knmd$ncc$1@forums.macromedia.com... > reason, cannot update table in content area there > editable region. not know have done. have created > templates in > past no problems, first time have created 1 > in > dw8. attached code. appreciated. > > tha...

Plugging into the Pi GPIO pins - Raspberry Pi Forums

hi, i'm creating little add on board plug gpio on pi. i'm looking able mount board on top of pi itself, i'm struggling find extender can plug pi solder board. have found https://www.modmypi.com/shop/26-pin-gpi ... r-extender doing quick check think not high enough. idea can similar 1 that's going give enough clearance, or maybe couple made? cheers luke couldn't stack 2 of them twice height? raspberrypi

Flyout Menu

thespotlightgroup.com this website i'm working on. first have logo, second fly menu. if place under (i have plain text), when page loads, show normal. split second later, clears off screen except logo , menu. any ideas? i'm not coding hand, dw8 doing of course. ;) doesn't mean doing right, *i'm* not doing wrong. ;) the page reference has no text there nothing disappear. please show actual page manifests problem describe. -- walt "sabbathacker" <webforumsuser@macromedia.com> wrote in message news:f2771e$5m$1@forums.macromedia.com... > http://www.thespotlightgroup.com > > website i'm working on. first have logo, second > fly > menu. if place under (i have plain text), when > page > loads, show normal. split second later, > clears > off screen except logo , menu. > > ideas? i'm not coding hand, dw8 doing of course. ;) > doesn't mean doing right, *i'm* not doing wrong. ;) > > thanks,...

Realloc returns null, why?

hi everyone, i seem have located orign of bug experiencing. i think realloc works kind of funky. situation follows: * allocate buffer of 2 bytes size (malloc) * reallocate (realloc) same buffer , ask expand size of 4 bytes * realloc method returns null this culprit: pulsebuffer = (unsigned int *)realloc(pulsebuffer , newsize ); but when code follows, memory allocation works ok:    unsigned int * prevpulsebuffer = pulsebuffer;    pulsebuffer = (unsigned int *) malloc(newsize);    for (int idx=0;idx<pulsebufferlength;idx++) pulsebuffer[idx] = prevpulsebuffer[idx];    free(prevpulsebuffer); what missing? thanks, sander sander, what happens when reduce problem following simple test case? void setup() {  serial.begin(9600);  void *p = malloc(2);  serial.println((int)p, hex);  p = realloc(p, 4);  serial.println((int)p, hex); } void loop() {} on system, both malloc , realloc succeed, printing address 195 each.  assuming experiment succeeds you, gues...

Linking database tables

hello, i'll first explain trying create. webmaster off-road club , trying make log in system members can log in , sign events. have created login system account creation system. now, want after user logs in , wants sign event, have specify how many other people attending them. have done using form , drop down menu. problem want information provided user when signed account along number of people attending user added event roster. have tried using invisible form elements submitted along number of other attendees. add information ends adding information first row of database table contains user information. information not correct since there more 1 user. trying link table table event roster information correct information goes specific user. hope not confusing. appreciated. using php. knew php , have been using wizards contained in dreamweaver. thanks kyle it sound need correct record user userinfo table, if users have login password use login name session variable filter record...

JMTek USB Soundcard - no sound - Raspberry Pi Forums

i bought cheap (5 pounds) usb soundcard amazon (pc-trading). did standard changes /etc/modprobe.d/alsa-base.conf select usb card instead of standard bcm2835 alsa. command: aplay -l **** list of playback hardware devices **** card 0: set [usb headphone set], device 0: usb audio [usb audio] subdevices: 1/1 subdevice #0: subdevice #0 card 1: alsa [bcm2835 alsa], device 0: bcm2835 alsa [bcm2835 alsa] subdevices: 8/8 subdevice #0: subdevice #0 subdevice #1: subdevice #1 looks healthy. command: lsusb gives bus 001 device 005: id 0c76:1607 jmtek, llc. audio controller @ booting, get: usbcore:registered new interface driver snd-usb-audio command: alsamixer lets me set volume on usb soundcard (in theory in case) never sound device. have tried playing mp3s using omxplayer or mpd/mpc internet radio , epseak text speech. has used usb jmtek, llc. soundcard on pi/raspbian distribution? ideas try next? thanks! ok, it's not looking hopeful cheap soundcard then... ...

Octal Buffer Help - Raspberry Pi Forums

i have an octal buffer/line driver think can used protect gpio pins, have no idea how. thought if tied 1~g ground, , put input 1a1, i'd same output @ 1y1, didn't happen. out there more wisdom have know how use 1 of these? thanks rick the thing haven't mentioned whether powering 5v. hope trying use output buffer, looks 5v output only. raspberrypi

html part of web page not appearing on PCs?

help! purchased dreamweaver cs3 after using dreamweaver 8 publish website. now, html portion of home page doesn't display on pcs. flash portion does, not nav bar, in html. nothing else has changed. work mac @ home, , website looks fine on browsers, @ work can't see nav bar pc. have clue? show page, please. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "doodah" <webforumsuser@macromedia.com> wrote in message news:f2ppr3$nkl$1@forums.macromedia.com... > help! purchased dreamweaver cs3 after using dreamweaver 8 > publish website. now, html portion of home page doesn't display > on > pcs. flash por...

Disappointed with Adobe

Image
it seems can salespeople in under hour on weekends or evenings phone, made wait long support (customer service or technical support) clean problems after sale bail on call because required hold long begin feel call has been forgotten, , never pick up. do pick up? haven't had whole day wait on saturday, don't know if or not. had luck this? secondly, in flash cs3 welcome screen under "get out of flash" mentions called "bridge home" in new cs3 version of adobe bridge. so, opened bridge cs3 see talking about, , not supposed be, according file. in fact, can't find anywhere. i tried call , installation help, number available me while @ work trying make money pay adobe products , upgrades. tried reinstall bridge, there's no option reinstall bridge installation disk, , i've read online installation nightmares people having getting flash installed, thought i'd better quit while ahead, meaning installed flash cs3 first time, , didn't want chanc...

Thread: Server will not boot DD copied over boot I think.

i on ubuntu server typing commands. wanted put floppy image on floppy. typed dd command wrong , when did not hear sound of floppy going press ctrl c. seemed good. got image on floppy. hours leter not doing out dhcp address'. rebooted did not boot. put monitor on it. said dos can not boot press key. hooked keyboard on , keeps going screen. booted live ubuntu dvd. typed fdisk -l , here get: code: root@ubuntu:~# fdisk -l disk /dev/sda: 1000.2 gb, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders units = cylinders of 16065 * 512 = 8225280 bytes disk identifier: 0xb824568a doesn't partition table selected wrong device. device boot start end blocks id system /dev/sda1 ? 266489 495373 1838516058 fe lanstep partition 1 not end on cylinder boundary. /dev/sda2 ? 101574 223172 976729911 c0 unknown partition 2 not end on cylinder boundary. /dev/sda3 ? ...

how to change the position of a menu?

hello, i'm new dreamweaver developer ask few questions. if have spry menu positioned default in left border of page, how can change it's position inside page?with css?how? i'd have put inside page logo image but, menu, unable put in right part of page; wondering how change position too. thank you, kind regards, luke14free you change position changing position of container. would need see page , code know how that. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "luke14free" <webforumsuser@macromedia.com> wrote in message news:f2pntm$lf1$1@forums.macromedia.com... > hello, > i'm new dreamweaver deve...

Draggable right margin in code view

in home site can show vertical draggable line can line tags - in dw code view? m@) not sure want, really, if view | rulers, can drag vertical or horizontal guides them. -- murray --- icq 71997575 adobe community expert (if *must* email me, don't laugh when so!) ================== http://www.dreamweavermx-templates.com - template triage! http://www.projectseven.com/go - dw faqs, tutorials & resources http://www.dwfaq.com - dw faqs, tutorials & resources http://www.macromedia.com/support/search/ - macromedia (mm) technotes ================== "game_on" <webforumsuser@macromedia.com> wrote in message news:f2mqdr$8op$1@forums.macromedia.com... > in home site can show vertical draggable line can line > tags - in dw code view? > > m@) More discussions in Dreamweaver support forum adobe

Thread: scsi emulation not kicking in while connecting lacie lacinema black

hi, bought lacie lacinema black max, 1 tb. it's usb external hdd, streamer, , tv tuner. when connecting ubuntu 8.10 pc (or 9.04 laptop) via usb no auto-mounting happens. get: code: lsusb bus 001 device 004: id 059f:1025 lacie, ltd bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 004 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 003: id 046d:c506 logitech, inc. mx-700 cordless mouse receiver bus 005 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 003 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 002 device 001: id 1d6b:0001 linux foundation 1.1 root hub code: dmesg |grep usb [ 4558.529036] usb 1-5: new high speed usb device using ehci_hcd , address 4 [ 4558.661666] usb 1-5: configuration #3 chosen 1 choice code: dmesg |grep scsi empty. no /dev/sd* created. , last not least: code: lsmod|grep usb usb_storage 83136 0 li...

MOSMedia Lite Crashes Joomla Upon UNINSTALL - Joomla! Forum - community, help and support

Image
i wanted know if has had problem.  tried uninstall mosmedia , worked fine.  however, when tried edit static content, crashses joomla , can't access content.  way me access content reinstall mosmedia lite. anyone else have problem? cheers! no... but  mosmedia notwork latest security update of joomla! :(" title="angry" />  gives error message , not display files.. need swf joomla .. 1 got idea? Board index Other Forums Open Source Products for Joomla!

Packages that are not in Debian - Raspberry Pi Forums

is there plan or procedure adding non-upstream packages raspbian? context: i'm planning on using pi pvr backend using tvheadend , dvbhdhomerun. such i've been working on building software , getting running on raspbian. eventually, i'd make work available others, , i'm wondering if there's way that. imagine barrier getting new package accepted upstream high. post link deb built here, that's relatively hard users discover , me manage. launchpad ppa's ubuntu seem nice middle ground, building require lot of resources. there way i'm missing? if available donate time towards package maintenance , can create packages source ("packaging suite") why don't talk asb , plugwash directly ? ghans raspberrypi

Understanding the system timer - Raspberry Pi Forums

i've been trying decipher documentation on system timer, , seems rather sparse. can't figure out enable system timer interrupt; there aren't bits marked being related system timer interrupts in irq enable registers or in system timer registers. i'm assuming system timer interrupt enabled (as long irqs enabled) , need set bits in system timer control register acknowledge timer. correct, or missing something? i pretty sure match flags interrupts not enabled time. assume tied interrupt controller without being enabled there enabling arm interrupts wont see them. easy poll interrupt controller find bits changing state, find ones match counter match flag. there enable it/them arm , arm can handle interrupt. curious, maybe own example of this. curious see if gpu using timer, if based on docs monitor match registers if changing gpu doing it. , using them. david raspberrypi

need help to convert pic code to arduino

hello there, pardon me lack of knowledge in programming, ths thing there code had obtained sparkfunforum, pic18xxx kind of microcontroller. even though in c, m not sure how convert arduino type of code.. please me out here thanx... http://www.leonheller.com/mirf%20v2/mirf%20v2.zip please help... thanks... it looks simple spi code.  the arduino has library that: http://arduino.cc/en/reference/spi in terms of porting code not easy.  embedded code in same language pain port because contains lot of hardware specific identifiers , hardware registers. it much easier learn arduino spi library need know port code.  (for reference sake, spent 3 months @ company (which won't name) porting c-code base worked in iar compiler work in gcc , p.i.t.a. , same hardware) sorry can't more help. Arduino Forum > Forum 2005-2010 (read only) > Software ...

How does one ignore a void value?

Image
hey there everybody, i've been working parallax rfid reader/writer got   it's super awesome, , can read data fine, want try write it. decided write function (hooray me!) can't work - error keep getting follows: rfid.cpp: in function 'void do_rfid_write(char*)': rfid:125: error: void value not ignored ought be rfid:128: error: void value not ignored ought be here's code write function, , can include rest of code if anyone's interested. how can test see if void, , ignore if so? quote void do_rfid_write( char indata[]){    for ( int = 0; < sizeof(indata)/sizeof( char ) && < maxaddress*4; i++){     sendwritecommand(i/4);  // because can store 4 chars (or bytes) per address      while (!myserial. available ()){     }     statuscode = myserial. print (indata ); // <- line 125, fails first      while (statuscode != err_ok){       sendwritecommand(i);       statuscode = myserial. print (indata ); // <- fails second     }      seria...

Cant find the logic about this failure

hello, im trying simple sketch can't understand logic behind failure: if execute: code: [select] const int nav = 8 ; string selecopt = "default"; long previousmillis = 0; void setup() { serial.begin(9600);   pinmode(nav, input);   pinmode(13, output); } void loop () {   if(digitalread(nav) == high) { string selecopt = "cmon" ; digitalwrite(13, high);  } if ( (millis() - previousmillis > 1000)) { previousmillis = millis(); serial.println(selecopt);  } } when press button, led goes light serial monitor wont show me "cmon" "default", no matter how many times hit digital input on pin 13. but if run code: code: [select] const int nav = 8 ; string selecopt = "default"; long previousmillis = 0; void setup() { serial.begin(9600);   pinmode(nav, input);   pinmode(13, output); } void loop () {   if(digitalread(nav) == high) {  digitalwrite(13, high);  } string sel...

append a float 2 a string?

i'm using one-wire temp sensor one-wire library(v2.0) , works fine. i'm trying show temp on serial 4-dig led display (sparkfun). problem need seperate decimal point float variable 1-wire library gives me. tried use string library's .append make string out of float, get: error: call of overloaded 'append(float)' ambiguous. i have send 4 bytes (1 each digit) display, actual values each digit or ascii char values numbers. display print blank dec.pt. or negative sign. any suggestions on how convert float char string? thanks, dj can show code caused compile error? do want display decimal point? this thread migt worth reading: http://www.arduino.cc/cgi-bin/yabb2/yabb.pl?num=1200716061 Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > append a float ...

Your Cart Module - Link aus Menu entfernen? - Joomla! Forum - community, help and support

hallo forum, wir habe in unserem joomla (1.0) das cart module installiert. passt auch alles soweit - nur möchten ich gerne den unteren teil (ihr warenkorb ist derzeit leer./bzw. der inhalt des warenkorb) dauerhaft aus dem menu entfernen. der link "warenkorb zeigen" soll weiterhin erhalten bleiben und auf die warenkorbseite verlinken. wo kann ich das den einstellen? gruß, epsylon2 hehe, wozu brauchst du denn dann noch das modul? leg doch einfach einen neuen menülink an: code: select all index.php?option=com_virtuemart&page=shop.cart dann passt's schon. ciao, sören Board index Joomla! International Language Support International Zone German Forum Sonstiges (Offtopic)

USB not connected code?

hi, trying have code seperate things when usb connected , disconnected. @ moment using however, when usb connected , sending serial data, keeps running disconnected code, runs connected code @ same time? is there way this? code: [select] int z = 0; float h; int h_int; int val = 0; int fdelay = 20; int r = 10; int g = 6; int b = 9; int rprev = 0; int gprev = 0; int bprev = 0; void setup(){  serial.begin(115200);  pinmode(12, output);  pinmode(6, output);  pinmode(9, output);  pinmode(10, output); } void h2rgb(float h, int& r, int& g, int& b) {  int var_i;  float s=1, v=1, var_1, var_2, var_3, var_h, var_r, var_g, var_b;  if ( s == 0 )                       //hsv values = 0 ÷ 1  {    r = v * 255;    g = v * 255;    b = v * 255;  }  else  {    var_h = h * 6;    if ( var_h == 6 ) var_h = 0;      //h must < 1    var_i = int( var_h ) ;       ...

apt-get update bzip2 method fail - Raspberry Pi Forums

i've posted problem here no success http://raspberrypi.stackexchange.com/qu ... -bzip2-apt code: select all pi@raspberrypi ~ $ sudo apt-get update trovato http://mirrordirector.raspbian.org wheezy inrelease trovato http://archive.raspberrypi.org wheezy inrelease trovato http://archive.raspberrypi.org wheezy/main armhf packages ign http://archive.raspberrypi.org wheezy/main translation-it_it ign http://archive.raspberrypi.org wheezy/main translation-it ign http://archive.raspberrypi.org wheezy/main translation-en scaricamento di:1 http://mirrordirector.raspbian.org wheezy/main armhf packages [7377 kb] 100% [1 packages 7377 kb/7377 kb 100%]failed exec method /usr/lib/apt/methods/bzip2 e: method bzip2 has died unexpectedly! e: il sottoprocesso bzip2 ha restituito un codice d'errore (100) e: il metodo /usr/lib/apt/methods/bzip2 non si è avviato correttamente souces.list code: select all deb http://mirrordirector.raspbian.org/raspbian wheezy main cont...