More cycle problems

I've run into a problem, I need to hook up the 'S' of a select (For step count) to the Close Limit switch so that when it is closed the value resets to 0 but I get a cycle problem when I attempt this, I don't know of any other way to hook this up.
Any help?
Thanks
I've attached my code graphic below.
Ron
Attachments:
cycle_problem.GIF ‏40 KB

Yes, you simply need to feed it into the shift register so the change is maintained between calls. I have dropped some hits on your graphic, let me know if this is clear enough. (Add the S terminal as indicated in yellow, remove wires marked in red, and add wires marked in purple (they will be blue, of course)).
LabVIEW Champion . Do more with less code and in less time .
Attachments:
cycle_problemMOD.gif ‏14 KB

Similar Messages

  • Cycle problem

    ok i have cycle problem hope someone can help me
    the user will pick from the following
    Date: 12/10/2007
    Time: 09:00
    Frequency: monthly
    Cycles: 12
    so all i need to do now is insert into my table 12 records
    but the problem i have is how can i loop through each date
    ie
    the above form entry would be
    12/10/2007 / 09:00
    12/11/2007 / 09:00
    12/12/2007 / 09:00 etc 12 times
    but how can i reference a calendar to get the exact date for
    each entry and the same if my form Frequency was
    daily
    weekly
    fortnightly
    monthly
    yearly

    ok that works but only i need the orginal date in the loop ie
    if i select date 10/12/2007 and
    a frequency of ww
    and 2 cycles
    my output is 17/12/2007, 24/12/2007
    so i need the orginal to be outputted aswell?
    <cfset startday = '#form.SMS_Date#'>
    <CFLOOP INDEX="cnt" FROM="1" TO="#form.cycles#">
    <CFSET nextday = DateAdd("#form.Frequency#", 1,
    startday)>
    <CFSET startday = '#DateFormat(nextday,
    "dd/mm/yyyy")#'>

  • No More Resource problem

    Hi:
    I have a J2EE application using Connection Pool and JDBC.
    I am using Weblogic 6.1 and JDK 1.3.1.
    I am running into a 'No More Resource' problem. I did some debugging and think the cause is due to all my 80 database connections are used up so no new connection is available. But all the 80 connections shouldn't be used up because I did the statement.close() and rs.close() in the finally{} statement in all my DAO methods. But it seems like the connections are not released back to the free pool.
    I thought I read something that I might need to do a conn.close() too in order for the connections to be returned to the pool and marked as available. Don't the statement.close() do that? Thanks for any help!
    Stella

    Any resolution on this? We're getting the same problem - using weblogic 6.1 and jdk131. We should never reach the max # of connections specified in the pool but periodically we do. Scraped through all the code and confirmed that for every connection we call ResultSet.close; Statement.close; Connection.Close in the finally block of the try/catch statements. But we still periodically reach the max. It's sporadic so we can't reproduce. Also, after we get the error and we check the weblogic console, we see the # of active connections drop back down below the max capacity (we have shrinking turned on). Any ideas?
    thx.
    --S.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Yet more TagLibs problems

    As jato2 still doesn't know about some HTML4 tags like <label>
    ex:
    <label><input type="radio" ... />TheLabel</label>
    if you click on "TheLabel", it clicks on the radio button, like every
    other GUI
    I thought I would be able use the <label for=""> as a workaround
    <input type="radio" name="choice" id="choice1" /> <label
    for="choice1">TheLabel</label>
    BUT despite it generates several tags, <jato:radioButtons> sets the id
    attribute to the same value for every tag :< This not only defeats my
    workaround but also id main purpose to uniquely identity elements.
    We really need a generic mechanism to specify attributes when jato tags
    generate multiple HTML tags.
    I can still change the generated tags in endDisplay but it be neat if
    the 201 taglib was a little bit more XHTML compliant and savvy ;)
    Fr?d?ric
    ps: release this part of the source code and we'll do it !

    Give me until monday and I'll have what you "ask" for (WML/XHTML
    Basic/Mobile as well as ViewBean).
    Following Todd advices,
    for the former, I am having new tags to render the same components. I
    may need to write new components but I'm not sure yet.
    for the latter, 1 pagelet per "rendering" type with an inner
    ContainerView when the logic is different ; the pagelet tags being
    surrounded by a homemade tag that "activates" the pagelet based on the
    client type. A specialized tag seems better than <jato:content> as the
    logic is wired.
    Further step would be to make the tags client aware but I'm not sure
    yet it is the right thing to do. Are tags "allowed" to store data in
    the session (to avoid computing client type ever and ever) ?
    Fr?d?ric
    PS: James Baty will confirm I'm not cheap ;?)
    On mercredi, nov 13, 2002, at 21:11 Europe/Paris, Craig V. Conover
    wrote:
    Fr?d?ric
    Is there anyway that we could talk with you about your WML efforts with
    JATO?
    I would love to get a sample WML app to show the world. And then have a
    WML/HTML app to show multiple clients using the same ViewBeans.
    craig
    Fr?d?ric Miserey wrote:
    On mercredi, nov 13, 2002, at 13:34 Europe/Paris, Todd Fast wrote:
    Fr?d?ric--
    Thanks for the info; I will look into a way of doing something
    about
    this.
    However, please keep in mind that you can write your own complementary
    tags
    to render JATO components any way you like (or write JATO components
    that
    render themselves any way you like), and this is expected to be a
    normal, if
    infrequent, part of writing JATO 2.0 components.That's what I'm doing right now for the WML tags. But I was planning on
    using the standard tags for mainstream HTML ;)
    May you elaborate a little bit on complementary tags vs components ?
    (first part of the suggested thread.
    Until the 2.0 taglib is documented, you can use the 1.2.1 JATO
    source
    to
    guide this effort.? It's actually pretty easy, but you will need the
    source
    to guide you without docs to that effect.? You can download the JATO
    1.2.1
    source, free of charge, etc. here:
    ???? http://iplanet.com/downloads/developer/5102.html
    (If that doesn't work, just do a search for "JATO" on sun.com).? We
    can also
    start a tag-writing thread here if you like.
    I would love to get your perspective on any XHTML shortcomings of the
    current tag library.? Can you plase send your thoughts, list of
    issues, etc.
    to jatoteam@e...?you don't know what you've just asked ;)
    Todd
    ----- Original Message -----
    From: "Fr?d?ric Miserey" <frederic@n...>
    Sent: Tuesday, November 12, 2002 8:35 AM
    Subject: [SunONE-JATO] yet more TagLibs problems
    As jato2 still doesn't know about some HTML4 tags like <label>
    ex:
    <label><input type="radio" ... />TheLabel</label>
    if you click on "TheLabel", it clicks on the radio button, like
    every
    other GUI
    I thought I would be able use the <label for="">? as a workaround
    <input type="radio" name="choice" id="choice1" /> <label
    for="choice1">TheLabel</label>
    BUT despite it generates several tags, <jato:radioButtons> sets the id
    attribute to the same value for every tag :< This not only defeats my
    workaround but also id main purpose to uniquely identity elements.
    We really need a generic mechanism to specify attributes when jato tags
    generate multiple HTML tags.
    I can still change the generated tags in endDisplay but it be neat if
    the 201 taglib was a little bit more XHTML compliant and savvy ;)
    Fr?d?ric
    ps: release this part of the source code and we'll do it !
    [Non-text portions of this message have been removed]

  • Page life cycle problem

    We suspected af:tree had a bug but we observed during debugging that our problem is due to page life cycle and we are searching a way to solve it at the best :
    Our problem is the following :
    1) we have in the same page a af:tree linked to a java bean data control that present some content in a hierarchy form (link an index) and a second part that contains some ui that represent the selected af:tree node content (linked java bean content). The second part ui's are updateable
    2) when we first load the page the af:tree is correctly rendered and we are able to navigate into into it without any problem (expand/collapse). The ui's are empty because we didn't select anything
    3) when a node is selected in the af:tree the correspoding data are loaded in ui's. That is perfect.
    4) when a second (another) node is selected we discovered that
    4.a) the af:tree was positioned to the new node selected that mean that we changed the context in our java bean
    4.b) the changes previously done in ui's were executed (eved nothing was edited) in the java bean and that in the wrong context.
    This situation cause a mismatch in our java bean data
    What is the best way to solve this ?
    Is this described somewhere in the documentation how to solve such problem in a same page ?
    Is ppr the way ?
    Thanks in advance

    Hi Frank
    What I was missing is that when a node is selected, a code from node details is setted as a parameter in the page, the page (outcome null in af:tree) is refreshed that will cause the ui's method binding to be executed again but after the parameter is setted. The ui's are built from the result a method that will get the corresponding java bean based on the parameter.
    is this data queried by you or is it part of the tree node information or detail leafes?
    They code is part of the tree node. It is setted into a page parameter. The ui's data is getted from a method (see below method iterator, methodaction from the page definition).
    When you say data gets executed upon changing the tree row focus, what does this mean? Do you have a submit defined upon focus lost for the tree?
    ui's binding is executed. The setter's are executed.
    So what is the desired behavior you are looking for ?
    The setter have to be executed before the java bean context is updated, i mean before the binding to the method action is executed
    Actually i have, when i click on a node in a previously loaded page:
    1) click on node
    2) set the parameter from selected node
    3) refresh the page
    4) execute what we can name a java bean finder method (a java bean method that select a xml node in xml java bean using jxpath with a xpath expression that is executed from the method action in the page definition)
    5) execute the setter from the binding (but into the wrong java bean because the method action change the java bean context)
    In fact, 5) has to be executed before 4) is executed
    That is my problem
    af:tree code :
                  <af:tree value="#{bindings.ClassificationEntryListclassificationEntry.treeModel}"
                           var="node">
                    <f:facet name="nodeStamp">
                      <h:panelGroup>
                        <af:commandLink text="#{node}">
                          <f:param name="selectedEntry"
                                   value="#{node.classificationEntryCode}"/>
                        </af:commandLink>
                      </h:panelGroup>
                    </f:facet>
                  </af:tree>Page definition :
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
                    version="10.1.3.39.84" id="untitled1PageDef"
                    Package="view.pageDefs">
      <parameters/>
      <executables>
        <iterator id="ClassificationDocumentDataControl_rootIter" RangeSize="10"
                  Binds="root" DataControl="ClassificationDocumentDataControl"/>
        <accessorIterator id="classificationIterator" RangeSize="10"
                          Binds="classification"
                          DataControl="ClassificationDocumentDataControl"
                          BeanClass="classification.testcase.castor.Classification"
                          MasterBinding="ClassificationDocumentDataControl_rootIter"/>
        <accessorIterator id="classificationEntryListIterator" RangeSize="10"
                          Binds="classificationEntryList"
                          DataControl="ClassificationDocumentDataControl"
                          BeanClass="classification.testcase.castor.ClassificationEntryList"
                          MasterBinding="classificationIterator"/>
        <accessorIterator id="classificationEntryIterator" RangeSize="10"
                          Binds="classificationEntry"
                          DataControl="ClassificationDocumentDataControl"
                          BeanClass="classification.testcase.castor.ClassificationEntry"
                          MasterBinding="classificationEntryListIterator"
                          Refresh="ifNeeded"/>
        <variableIterator id="variables"/>
        <methodIterator id="findClassificationEntryByIdentificationIter"
                        Binds="findClassificationEntryByIdentification.result"
                        DataControl="ClassificationDocumentDataControl"
                        RangeSize="10"
                        BeanClass="classification.testcase.castor.ClassificationEntry"/>
      </executables>
      <bindings>
        <tree id="ClassificationEntryListclassificationEntry"
              IterBinding="classificationEntryIterator">
          <AttrNames>
            <Item Value="classificationEntryCode"/>
            <Item Value="classificationEntryCount"/>
            <Item Value="valid"/>
          </AttrNames>
          <nodeDefinition DefName="classification.testcase.castor.ClassificationEntry"
                          id="ClassificationEntryNode">
            <AttrNames>
              <Item Value="classificationEntryCode"/>
            </AttrNames>
            <Accessors>
              <Item Value="classificationEntry"/>
            </Accessors>
          </nodeDefinition>
        </tree>
        <methodAction id="findClassificationEntryByIdentification"
                      InstanceName="ClassificationDocumentDataControl.dataProvider"
                      DataControl="ClassificationDocumentDataControl"
                      MethodName="findClassificationEntryByIdentification"
                      RequiresUpdateModel="true" Action="999"
                      IsViewObjectMethod="false"
                      ReturnName="ClassificationDocumentDataControl.methodResults.ClassificationDocumentDataControl_dataProvider_findClassificationEntryByIdentification_result">
          <NamedData NDName="entryIdentification"
                     NDValue="#{param.selectedEntry}"
                     NDType="java.lang.String"/>
        </methodAction>
        <attributeValues id="classificationEntryCode"
                         IterBinding="findClassificationEntryByIdentificationIter">
          <AttrNames>
            <Item Value="classificationEntryCode"/>
          </AttrNames>
        </attributeValues>
      </bindings>
    </pageDefinition>Hope it is a little bit more clear

  • One more time - problems with fans

    I realize this is but one of hundreds or possibly thousands of cases of Mac users being plagued by fan noise problems, but to me it has been a long and extremely frustrating saga. I have been a Mac user since the very beginning, through different versions of Macs and iMacs, and this is the first time I ever refer to a Macintosh as a "piece of junk."
    I bought my iMac G5 in August 2005, a 20-inch ALS with 250 GB hard drive and 512 MB RAM. It worked perfectly until January this year, when all of sudden it shut down by itself. Freaked me out completely. Turned out to be power supply problem (EMC 2056) which Apple never informed me about.
    I brought it to a repair shop that fixed the intermittent shut-down problem. I also added 1GB memory. But then the fans started to go berserk. Before the power supply problem, I only heard the fans whenever I used a large program like Photoshop. For the most part, it was a very quiet machine. After the power supply was replaced, within minutes of turning the iMac on, I could hear the fans spinning faster and faster, stabilizing at around 4400 rpm and did not stop spinning until I put the iMac to sleep or turned it off, regardless of CPU usage or software being used.
    I checked the discussions at this forum (over 500 posts, no real answer) and did every "voodoo trick" suggested: I reset the SMU dozens of time, cleaned the inside of the iMac and around the fan area, did apple hardware test (everything was fine), monitored temperature and activity with XRG (average CPU at 160F, hard drive at 113F), cleaned out caches, tested for corrupt preferences, re-installed the original OS 10.4 (which only made the fans louder), upgraded it back to OS 10.4.9. I also removed the additional 1 GB memory, thinking it might be a bad piece. It didn't help.
    Finally, I requested fan replacement from Apple and got them. I installed them last Sunday and now the problem is even worse! Within SECONDS of turning it on, the CPU T- Dio soars to around 170F, even while the machine is still stone cold to the touch. The hard drive temperature now averages at 117F, CPU fan is never below 4000 rpm (4400 rpm 98% of the time), even at 5-8% CPU usage.
    The fans themselves are much quieter because they're brand new. But you can still hear the hums and whirs and it drives me nuts. More seriously, my iMac is now narcoleptic. If I use it too long (a few hours on a stretch) it will put itself to sleep, apparently because it thinks it is overheated. And when I use Photoshop or Illustrator, the awake time is even shorter. Depending on the outside temperature, at the most I can only use them for about an hour at a time. Two days ago we had heat wave, and even with the air conditioner running full blast in my study, the iMac kept falling asleep within minutes of using Illustrator.
    Right now I am using TextEdit and no other program is running. Uptime is 59 minutes, average CPU 9.6%. CPU T-Dio is at 168.8F, hard drive 117.5F, CPU fan at 4400 rpm. I am out of ideas and before I do something drastic to this machine, if anyone knows what's going on with my iMac (I know every case is different), please help!
    iMacG5 ECM 2056   Mac OS X (10.4.9)   20"/2.0GHz Power PC/1.5GB DDR SDRAM/250GB
    iMacG5 ECM 2056   Mac OS X (10.4.9)   20"/2.0GHz Power PC/1.5GB DDR SDRAM/250GB

    I do not have the solution... but the same problem with a nice iMac G5 purchased in July 2005.
    My Mac operated very silently untill 6 month ago;problem MAY ( I am not sure) have started when I upgraded to 10.4.10 ; even with few applications and low CPU usage (80% or more inactive), it seems that I have the following regrettable chain of events;
    ==> the CPU temperature is quite high ( 60°c to 72°c most of the time, ie 140-160 °F)
    ==> resulting in fan turning at high speed ( 2.000 for CPU and system, 2500 for HD), and changing speed all the time
    ==> resulting in a noisy computer
    I am SURE this was not the case 6 month ago, and I suspect it is linked to my upgrade to 10.4.10.
    I did all sorts of reinstall, authorization repair, SMU reset, fan clean-up with no sucess.
    iMac G5 (2005)   Mac OS X (10.4.10)   POwerbook G4 Titanium (2001)

  • Please Help! More Capturing Problems.

    I'm having some trouble capturing footage from onto Final Cut Express HD.
    Whenever I try to capture, the footage plays on my screen for about a second, freezes and I get this error message,
    "Capture encountered a problem reading the data on your source tape. This could be due to a problem with the tape. Capture has been aborted and you clip has been saved."
    I am left with a five second clip from my tape for my trouble. This has only started happening recently, I am using the same setup that I have done before when it was working. I can capture with no issues on imovie.
    I have called tech support and they sent me a link that shows how to reinstall final cut and delete all the user preference settings. I have tried different tapes, different sources for saving footage and I still have the exact same problem.
    Any more info you need please ask. Please help me, I'm pulling my hair out!
    Thanks!

    Well, I've captured before when the external drives have been connected, but I disconnected them and retried after resetting everything and I still get the same error.
    I've also tried resetting the settings on my XHA1 and deleting all the preferences for final cut express, all the receipts etc. And reinstalling and still I get the same error.
    I am shooting in HDV and have tried capturing with both 'HD down-conv' on and off, comp out is 1080i/576i (as it's always been). Set my FCE setting correctly? I've been through preferences and system settings, apart from selecting easy setup>DV-NTSC Firewire Basic and making sure there is space on capture scratch, anything else I need to look out for?

  • Urjent issue...Asst.Cycle problem...VVR

    Hi,
      We have one Z-report, which shows the details of one cost center month wise in same report, report shows :
      .........JAN..FEB..MAR
      PCE-1.:..12....5....50
      PCE-2.:..1.....2....10
      TOTAL.:..(13).(7).(60)
      SCE-A.:...13...7...54
      Assest:...13...7...54
      Above, is the report showing,,,upto   Feb, amounts are balancing , but from March not balancing,
      I cheked the asst.cycle ( which is created  in TCODE:KEUD- CO-PA Asst.cycle----
    cycle run in TCODE:KEU5)...
      since it is created no changes happened and this cost center along with SCE-A is not using in any of other cycle...
      what would be the reason  for not balancing ?
      Please give me the reply, with solution or possible solution
      thanks in advance for your response
      regards
      VVR

    Hi,
    it is same report you referred is same as we have. But, it is not balancing with total (mean, not becoming zero).
    Actually, total of SCE is more than the totals of PCE. If you add new  one total of PCE should be more but what is the reason total of SCE>PCE..
    Please give FAST reply...
    you chek i assigned points...
    regards
    raman.v.v

  • But wait, there's more... more wifi problems = glad to have my nexus 7

    i work in a wifi zone.  who doesn't.  i used to use my ipad 2 (64gig wifi+3g iOS 6.0.1) all the time here to get things from dropbox or take notes with evernote, or to surf answers to questions posed in meetings.  wonderful tool.  then i updated the OS to 6...
    and now i can't use it for more than a couple of minutes before wifi quits working.
    i get the same spining wheel of death in the settings>wifi that others have complained about.
    i've started carrying my nexus 7 around with the ipad and without failing even a single time the nexus has never had an issue connecting while the ipad sits and spins its wheel of death. 
    and all this can be had for $1,000 with tax.  yea.
    at home my wifi connectivity is much better with the ipad, but still it's worse than it was before the 'update'.  further, if the nexus can connect i expect the 4 times more expensive, from the great minds at apple, ipad to be able to connect also. 
    guess i was wrong. 
    i don't get angry when computers can't do complex things that are relatively new, but wifi isn't new, and i get immensly hacked off when a company breaks a basic functionality of a devise and offers nary a word on a fix. 
    face it folks.  this is just another IT gadget made by just another computer company. 

    iOS 6.1 was just released today. Maybe there's a wifi fix.
    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • More volume problems...

    Every so often and quite randomly, a song on my iPod will be at a lower volume than it should be. I'll be listening to an album ripped from a single source, and one of the songs will be quieter than the rest of the album. What's even more f u c ked up is that I'll be listening to the same album on iTunes and won't have that problem. Keep in mind that with iTunes I don't have the Sound Check option on, and I don't have any sort of manual volume adjustment turned on, either. In other words, this is just another case of my iPod just randomly f u c king up on my for no apparent reason.
    I have also tried deleting the songs from my iPod and re-loading them, but that hasn't worked.

    take a look at this link
    http://docs.info.apple.com/article.html?artnum=61655
    according to this link, sound check calculates the volume from the info stored on the song file. part of the miscalculations that the ipod is doing has to do with the info embedded to the audio file and this info was made at the time the audio file was encoded.

  • IDCS5 Win:More PanellTreeView problems...

    Hello Fellow Coders:
       The PanelTreeView widget is probably one of the most complex widgets in the SDK.   It has a lot of opportunities to trip up the unwary programmer.
       For example, I have a plugin that uses several simple PanelTreeViews (PTV) as listboxes.  When the dialog is created the PTV uses the HierarchyAdapater to create the node list. If the data changes during the life of the plugin, it is my responsibility to change the node list; the hierarchy adapter is not called.  However, if I dismiss the plugin, delete the data, and then call the plugin back, the PTV is not recreated; the HierarchyAdapter is not recalled to rebuild the node list.  The PTV uses the node list from the last instance of the plugin being called.
       This is of course, a problem.  It means that either I am going to have to empty the PTV before leaving the plugin, or I am going to have to include code to empty and then recreate the node list if the plugin is recalled.
       Is there a more elegant solution?
    R,
    John

    Dirk:
       I apologize for not being clearer on what my troubles are.  I have no problem initializing the PanelTreeView the first time through.  What happens is that if I call up the dialog, then dismiss the dialog, then leave the plugin then come back into the plugin and recall the dialog, the data from the previous run still populates the listbox, despite the fact that the data has changed.  I even call ChangeRoot() but it does little.  Putting a breakpoint in the HierarchyAdapter confirms that the list is not refreshed through it.
       I finally wrote code that simply deletes all records in the list box, adds the new records and then calls ChangeRoot().  That seems to work.  If there is no other more elegant way, then so be it.
       Thanks nevertheless for your input.  Take care.
    John

  • Load More Messages problem

    I was doing fine getting email on my powerbook and my iphone. Then I got a interesting problem. I deleted old emails, and surprise. I have a message I can't get too, and when I check mail, i get a "you'v got mail buzz" but i can't read the one message I missed.
    Anyone have this, how do I get out of this loop?
    I have gotten new messages, but I get a
    Load More Messages, 2 received but one unread.
    how can I reset my mail account on my iphone and get back to normal?
    Thanks

    No, that seems to be a bug. Happens on some of my accounts from time to time. Seems to happen on POP accounts moreso than IMAP accounts.

  • More New Problems

    Ok, so im having the same problem as everyone else.
    As soon as i connect my (20gb B&W) to my PC (winxp) windows immediately freezes.
    So i spend all day trying to remedy this problem and halfway thru i realise i cannot even play the music on my ipod anymore when its not connected to my pc.
    I follow these instructions:
    1. Quit iTunes and disconnect the iPod.
    2. If you have the iPodService running -- Right click task bar, select "Task Manager", click on Processes tab. If you find "iPodService.exe" in the list, select it and stop it.
    3. Register Atl.dll manually. In Windows, click Start, and then click Run.
    The Run dialog box appears. In the Open box, type "regsvr32 atl.dll". Hit return. Do you get a message? What does the message say?
    4. Then in Windows, click Start and then click Run. Type in "cmd", hit return. In the dialog that comes up, at the prompt type in "C:\Program Files\iPod\bin\iPodService.exe /service"
    5. Run iTunes and connect the iPod back up to it.
    That fixed my windows connectivity problem, i was able to open up itunes and even put more music onto my ipod.
    after i added more music, i was modifying some playlists and it froze up again, so i disconnect the ipod from my PC and try to see if any music will play. it doesnt.
    I try out a diff pair of headpones without any luck, and then the ipod itself freezes.
    is anyone else having any problems listening to music after the update?!
    this is a huge problem, and i cant believe apple let this update go out like this...

    Yup, dump Internet Explorer and forget it, except for those occasional situations where sites won't work with other browsers ( like BT's bill payment site !! )     Firefox is brilliant.

  • More KDE problems

    So yeah, I have managed to download KDE, and now I'm having trouble starting it...
    I feel dumb, forgive me for posting this much on the forums this evening. 
    I see in the KDE wiki page that there are 2 ways to start KDE.  So I first try KDM.  When I did pacman -S kdebase-workspace it seems like it had already been installed.  I guess when I downloaded KDE?  Then I see on this wiki page that an "example configuration for KDM" can be found at /usr/share/config/kdm/kdmrc.  So I try to vim that, and it's empty, oh joy.  I then try to ls /usr/share/config/kdm and I see there's a README file.  Oh wait, that's blank too -_-  Whatever, so then I try to enter this command as instructed: 
    kdesu kcmshell4 kdm   
    And the output is this:
    Fontconfig error: "/etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf", line 1: no element found
    [insert about 5 more lines of "fontconfig errors" for different fonts here, all saying "line 1: no element found]
    kdesu: cannot connect to X server
    So at this point I throw my hands in the air and give up on "KDM" and decide to try method #2, "xinitrc."  I copy xinitrc to ~ and comment out "exec startkde" as instructed.  I then type xinit in the command line, and the output shows a bunch of initializing built in stuff, and then it says
    [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
    /home/ben/.xinitrc: line 15: /usr/bin/startkde: Success
    xinit: connection to X server lost
    waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
    So then I try startx.  Same thing minus the bit about font path element. 
    What should I try... ?

    ewaller wrote:Does X work on your machine?  Has it worked in the past, or is this a brand new installation?  Could you post your /var/log/Xorg.0.log ??
    Erm... startx does not work if that's what you mean.  I'm pretty sure that was the command that worked yesterday, before I started all of this KDE stuff.  It was just a very crude looking "GUI" if you can even call it that, with three windows that I had to type exit in to get back to the command line.  Yesterday was also when I installed this onto the flash drive, so it's a pretty new installation...
    Here is the log:
    [ 1738.271]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 1738.277] X Protocol Version 11, Revision 0
    [ 1738.277] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 1738.278] Current Operating System: Linux archbox 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64
    [ 1738.278] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=cdf79b9a-bd86-4d96-bd57-648a68263a8b ro quiet
    [ 1738.280] Build Date: 01 July 2013 10:48:42AM
    [ 1738.280]
    [ 1738.281] Current version of pixman: 0.30.0
    [ 1738.282] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 1738.282] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1738.286] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 5 20:27:44 2013
    [ 1738.286] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1738.287] (==) No Layout section. Using the first Screen section.
    [ 1738.287] (==) No screen section available. Using defaults.
    [ 1738.287] (**) |-->Screen "Default Screen Section" (0)
    [ 1738.287] (**) | |-->Monitor "<default monitor>"
    [ 1738.287] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1738.287] (==) Automatically adding devices
    [ 1738.287] (==) Automatically enabling devices
    [ 1738.287] (==) Automatically adding GPU devices
    [ 1738.287] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1738.287] Entry deleted from font path.
    [ 1738.287] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1738.287] Entry deleted from font path.
    [ 1738.287] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1738.287] Entry deleted from font path.
    [ 1738.287] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1738.287] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1738.287] Entry deleted from font path.
    [ 1738.287] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1738.287] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 1738.287] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1738.287] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1738.287] (II) Loader magic: 0x7fdc20
    [ 1738.287] (II) Module ABI versions:
    [ 1738.287] X.Org ANSI C Emulation: 0.4
    [ 1738.287] X.Org Video Driver: 14.1
    [ 1738.287] X.Org XInput driver : 19.1
    [ 1738.287] X.Org Server Extension : 7.0
    [ 1738.287] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1738.288] (--) PCI:*(0:0:2:0) 8086:0166:1b0a:20c5 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64
    [ 1738.289] Initializing built-in extension Generic Event Extension
    [ 1738.289] Initializing built-in extension SHAPE
    [ 1738.290] Initializing built-in extension MIT-SHM
    [ 1738.291] Initializing built-in extension XInputExtension
    [ 1738.292] Initializing built-in extension XTEST
    [ 1738.292] Initializing built-in extension BIG-REQUESTS
    [ 1738.293] Initializing built-in extension SYNC
    [ 1738.294] Initializing built-in extension XKEYBOARD
    [ 1738.294] Initializing built-in extension XC-MISC
    [ 1738.295] Initializing built-in extension SECURITY
    [ 1738.296] Initializing built-in extension XINERAMA
    [ 1738.296] Initializing built-in extension XFIXES
    [ 1738.297] Initializing built-in extension RENDER
    [ 1738.298] Initializing built-in extension RANDR
    [ 1738.298] Initializing built-in extension COMPOSITE
    [ 1738.299] Initializing built-in extension DAMAGE
    [ 1738.300] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1738.300] Initializing built-in extension DOUBLE-BUFFER
    [ 1738.301] Initializing built-in extension RECORD
    [ 1738.301] Initializing built-in extension DPMS
    [ 1738.302] Initializing built-in extension X-Resource
    [ 1738.303] Initializing built-in extension XVideo
    [ 1738.303] Initializing built-in extension XVideo-MotionCompensation
    [ 1738.304] Initializing built-in extension XFree86-VidModeExtension
    [ 1738.304] Initializing built-in extension XFree86-DGA
    [ 1738.305] Initializing built-in extension XFree86-DRI
    [ 1738.305] Initializing built-in extension DRI2
    [ 1738.305] (II) LoadModule: "glx"
    [ 1738.305] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1738.305] (II) Module glx: vendor="X.Org Foundation"
    [ 1738.305] compiled for 1.14.2, module version = 1.0.0
    [ 1738.305] ABI class: X.Org Server Extension, version 7.0
    [ 1738.305] (==) AIGLX enabled
    [ 1738.306] Loading extension GLX
    [ 1738.306] (==) Matched intel as autoconfigured driver 0
    [ 1738.306] (==) Matched intel as autoconfigured driver 1
    [ 1738.306] (==) Matched vesa as autoconfigured driver 2
    [ 1738.306] (==) Matched modesetting as autoconfigured driver 3
    [ 1738.306] (==) Matched fbdev as autoconfigured driver 4
    [ 1738.306] (==) Assigned the driver to the xf86ConfigLayout
    [ 1738.306] (II) LoadModule: "intel"
    [ 1738.306] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1738.306] (II) Module intel: vendor="X.Org Foundation"
    [ 1738.306] compiled for 1.14.2, module version = 2.21.11
    [ 1738.306] Module class: X.Org Video Driver
    [ 1738.306] ABI class: X.Org Video Driver, version 14.1
    [ 1738.306] (II) LoadModule: "vesa"
    [ 1738.306] (WW) Warning, couldn't open module vesa
    [ 1738.306] (II) UnloadModule: "vesa"
    [ 1738.306] (II) Unloading vesa
    [ 1738.306] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 1738.306] (II) LoadModule: "modesetting"
    [ 1738.307] (WW) Warning, couldn't open module modesetting
    [ 1738.307] (II) UnloadModule: "modesetting"
    [ 1738.307] (II) Unloading modesetting
    [ 1738.307] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 1738.307] (II) LoadModule: "fbdev"
    [ 1738.307] (WW) Warning, couldn't open module fbdev
    [ 1738.307] (II) UnloadModule: "fbdev"
    [ 1738.307] (II) Unloading fbdev
    [ 1738.307] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 1738.307] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 1738.307] (++) using VT number 1
    [ 1738.307] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1738.307] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 1738.307] (==) intel(0): RGB weight 888
    [ 1738.307] (==) intel(0): Default visual is TrueColor
    [ 1738.308] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 1738.308] (**) intel(0): Relaxed fencing enabled
    [ 1738.308] (**) intel(0): Wait on SwapBuffers? enabled
    [ 1738.308] (**) intel(0): Triple buffering? enabled
    [ 1738.308] (**) intel(0): Framebuffer tiled
    [ 1738.308] (**) intel(0): Pixmaps tiled
    [ 1738.308] (**) intel(0): 3D buffers tiled
    [ 1738.308] (**) intel(0): SwapBuffers wait enabled
    [ 1738.308] (==) intel(0): video overlay key set to 0x101fe
    [ 1738.308] (II) intel(0): Output LVDS1 has no monitor section
    [ 1738.308] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 1738.333] (II) intel(0): Output VGA1 has no monitor section
    [ 1738.333] (II) intel(0): Output HDMI1 has no monitor section
    [ 1738.333] (II) intel(0): Output DP1 has no monitor section
    [ 1738.333] (II) intel(0): EDID for output LVDS1
    [ 1738.333] (II) intel(0): Manufacturer: IVO Model: 579 Serial#: 1
    [ 1738.333] (II) intel(0): Year: 2009 Week: 49
    [ 1738.333] (II) intel(0): EDID Version: 1.3
    [ 1738.333] (II) intel(0): Digital Display Input
    [ 1738.333] (II) intel(0): Max Image Size [cm]: horiz.: 31 vert.: 17
    [ 1738.333] (II) intel(0): Gamma: 2.20
    [ 1738.333] (II) intel(0): No DPMS capabilities specified
    [ 1738.333] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1738.333] (II) intel(0): First detailed timing is preferred mode
    [ 1738.333] (II) intel(0): redX: 0.587 redY: 0.349 greenX: 0.337 greenY: 0.564
    [ 1738.333] (II) intel(0): blueX: 0.152 blueY: 0.109 whiteX: 0.312 whiteY: 0.328
    [ 1738.333] (II) intel(0): Manufacturer's mask: 0
    [ 1738.333] (II) intel(0): Supported detailed timing:
    [ 1738.333] (II) intel(0): clock: 74.9 MHz Image Size: 309 x 174 mm
    [ 1738.333] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1548 h_border: 0
    [ 1738.333] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 783 v_blanking: 806 v_border: 0
    [ 1738.333] (II) intel(0): Unknown vendor-specific block 0
    [ 1738.333] (II) intel(0): InfoVision
    [ 1738.333] (II) intel(0): M140NWR1 R0
    [ 1738.333] (II) intel(0): EDID (in hex):
    [ 1738.333] (II) intel(0): 00ffffffffffff0026cf790501000000
    [ 1738.333] (II) intel(0): 31130103801f11780a56009659569027
    [ 1738.333] (II) intel(0): 1c505400000001010101010101010101
    [ 1738.333] (II) intel(0): 0101010101013e1d56b6500026303020
    [ 1738.333] (II) intel(0): 3c0035ae1000001900000f0000000000
    [ 1738.333] (II) intel(0): 00000000000000000001000000fe0049
    [ 1738.333] (II) intel(0): 6e666f566973696f6e0a2020000000fe
    [ 1738.333] (II) intel(0): 004d3134304e5752312052300a200021
    [ 1738.333] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 1738.333] (II) intel(0): Printing probed modes for output LVDS1
    [ 1738.333] (II) intel(0): Modeline "1366x768"x60.0 74.86 1366 1414 1446 1548 768 771 783 806 -hsync -vsync (48.4 kHz eP)
    [ 1738.334] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 1738.334] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 1738.334] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 1738.334] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 1738.359] (II) intel(0): EDID for output VGA1
    [ 1738.360] (II) intel(0): EDID for output HDMI1
    [ 1738.360] (II) intel(0): EDID for output DP1
    [ 1738.360] (II) intel(0): Output LVDS1 connected
    [ 1738.360] (II) intel(0): Output VGA1 disconnected
    [ 1738.360] (II) intel(0): Output HDMI1 disconnected
    [ 1738.360] (II) intel(0): Output DP1 disconnected
    [ 1738.360] (II) intel(0): Using exact sizes for initial modes
    [ 1738.360] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 1738.360] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1738.360] (II) intel(0): Kernel page flipping support detected, enabling
    [ 1738.360] (==) intel(0): DPI set to (96, 96)
    [ 1738.360] (II) Loading sub module "fb"
    [ 1738.360] (II) LoadModule: "fb"
    [ 1738.360] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1738.360] (II) Module fb: vendor="X.Org Foundation"
    [ 1738.360] compiled for 1.14.2, module version = 1.0.0
    [ 1738.360] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1738.360] (II) Loading sub module "dri2"
    [ 1738.360] (II) LoadModule: "dri2"
    [ 1738.360] (II) Module "dri2" already built-in
    [ 1738.360] (==) Depth 24 pixmap format is 32 bpp
    [ 1738.360] (II) intel(0): [DRI2] Setup complete
    [ 1738.360] (II) intel(0): [DRI2] DRI driver: i965
    [ 1738.360] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 1738.361] (II) UXA(0): Driver registered support for the following operations:
    [ 1738.361] (II) solid
    [ 1738.361] (II) copy
    [ 1738.361] (II) composite (RENDER acceleration)
    [ 1738.361] (II) put_image
    [ 1738.361] (II) get_image
    [ 1738.361] (==) intel(0): Backing store disabled
    [ 1738.361] (==) intel(0): Silken mouse enabled
    [ 1738.361] (II) intel(0): Initializing HW Cursor
    [ 1738.361] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1738.362] (==) intel(0): DPMS enabled
    [ 1738.362] (==) intel(0): Intel XvMC decoder enabled
    [ 1738.362] (II) intel(0): Set up textured video
    [ 1738.362] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 1738.362] (II) intel(0): direct rendering: DRI2 Enabled
    [ 1738.362] (==) intel(0): hotplug detection: "enabled"
    [ 1738.376] (--) RandR disabled
    [ 1738.390] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1738.390] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1738.390] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1738.390] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1738.390] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1738.390] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1738.390] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1738.390] (II) AIGLX: Loaded and initialized i965
    [ 1738.390] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1738.390] (II) intel(0): Setting screen physical size to 361 x 203
    [ 1738.393] [dix] Could not init font path element /usr/share/fonts/TTF/, removing from list!
    [ 1738.429] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 1738.429] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1738.429] (II) LoadModule: "evdev"
    [ 1738.430] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1738.430] (II) Module evdev: vendor="X.Org Foundation"
    [ 1738.430] compiled for 1.14.0, module version = 2.8.0
    [ 1738.430] Module class: X.Org XInput Driver
    [ 1738.430] ABI class: X.Org XInput driver, version 19.1
    [ 1738.430] (II) Using input driver 'evdev' for 'Power Button'
    [ 1738.430] (**) Power Button: always reports core events
    [ 1738.430] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 1738.430] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1738.430] (--) evdev: Power Button: Found keys
    [ 1738.430] (II) evdev: Power Button: Configuring as keyboard
    [ 1738.430] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 1738.430] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1738.431] (**) Option "xkb_rules" "evdev"
    [ 1738.431] (**) Option "xkb_model" "evdev"
    [ 1738.431] (**) Option "xkb_layout" "us"
    [ 1738.467] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 1738.467] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1738.467] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1738.467] (**) Video Bus: always reports core events
    [ 1738.467] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 1738.467] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1738.467] (--) evdev: Video Bus: Found keys
    [ 1738.467] (II) evdev: Video Bus: Configuring as keyboard
    [ 1738.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10/event10"
    [ 1738.467] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 1738.467] (**) Option "xkb_rules" "evdev"
    [ 1738.467] (**) Option "xkb_model" "evdev"
    [ 1738.467] (**) Option "xkb_layout" "us"
    [ 1738.468] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 1738.468] (II) No input driver specified, ignoring this device.
    [ 1738.468] (II) This device may have been added with another device file.
    [ 1738.469] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 1738.469] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1738.469] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 1738.469] (**) Sleep Button: always reports core events
    [ 1738.469] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 1738.469] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 1738.469] (--) evdev: Sleep Button: Found keys
    [ 1738.469] (II) evdev: Sleep Button: Configuring as keyboard
    [ 1738.469] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
    [ 1738.469] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 1738.469] (**) Option "xkb_rules" "evdev"
    [ 1738.469] (**) Option "xkb_model" "evdev"
    [ 1738.469] (**) Option "xkb_layout" "us"
    [ 1738.470] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1738.470] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event8)
    [ 1738.470] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 1738.470] (II) Using input driver 'evdev' for 'USB 2.0 Camera'
    [ 1738.471] (**) USB 2.0 Camera: always reports core events
    [ 1738.471] (**) evdev: USB 2.0 Camera: Device: "/dev/input/event8"
    [ 1738.471] (--) evdev: USB 2.0 Camera: Vendor 0xc45 Product 0x6457
    [ 1738.471] (--) evdev: USB 2.0 Camera: Found keys
    [ 1738.471] (II) evdev: USB 2.0 Camera: Configuring as keyboard
    [ 1738.471] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input8/event8"
    [ 1738.471] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD, id 9)
    [ 1738.471] (**) Option "xkb_rules" "evdev"
    [ 1738.471] (**) Option "xkb_model" "evdev"
    [ 1738.471] (**) Option "xkb_layout" "us"
    [ 1738.472] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    [ 1738.472] (II) No input driver specified, ignoring this device.
    [ 1738.472] (II) This device may have been added with another device file.
    [ 1738.472] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 1738.472] (II) No input driver specified, ignoring this device.
    [ 1738.472] (II) This device may have been added with another device file.
    [ 1738.473] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event7)
    [ 1738.473] (II) No input driver specified, ignoring this device.
    [ 1738.473] (II) This device may have been added with another device file.
    [ 1738.473] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1738.473] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1738.473] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1738.473] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1738.473] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1738.473] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1738.473] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1738.473] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1738.474] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1738.474] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 1738.474] (**) Option "xkb_rules" "evdev"
    [ 1738.474] (**) Option "xkb_model" "evdev"
    [ 1738.474] (**) Option "xkb_layout" "us"
    [ 1738.475] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 1738.475] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 1738.475] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 1738.475] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 1738.475] (II) LoadModule: "synaptics"
    [ 1738.475] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 1738.475] (II) Module synaptics: vendor="X.Org Foundation"
    [ 1738.475] compiled for 1.14.1, module version = 1.7.1
    [ 1738.475] Module class: X.Org XInput Driver
    [ 1738.475] ABI class: X.Org XInput driver, version 19.1
    [ 1738.475] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 1738.475] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 1738.475] (**) Option "Device" "/dev/input/event9"
    [ 1738.480] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5634 (res 51)
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4598 (res 76)
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 1738.480] (**) Option "TapButton1" "1"
    [ 1738.480] (**) Option "TapButton2" "2"
    [ 1738.480] (**) Option "TapButton3" "3"
    [ 1738.480] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 1738.480] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 1738.481] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input9/event9"
    [ 1738.481] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 1738.481] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 1738.481] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 1738.481] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 1738.481] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 1738.482] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 1738.482] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 1738.482] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 1738.482] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 1738.483] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 1738.483] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 1738.483] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 1738.483] (II) No input driver specified, ignoring this device.
    [ 1738.483] (II) This device may have been added with another device file.
    [ 1738.528] (II) UnloadModule: "synaptics"
    [ 1738.528] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 1738.528] (II) UnloadModule: "evdev"
    [ 1738.528] (II) evdev: USB 2.0 Camera: Close
    [ 1738.528] (II) UnloadModule: "evdev"
    [ 1738.528] (II) evdev: Sleep Button: Close
    [ 1738.528] (II) UnloadModule: "evdev"
    [ 1738.528] (II) evdev: Video Bus: Close
    [ 1738.528] (II) UnloadModule: "evdev"
    [ 1738.528] (II) evdev: Power Button: Close
    [ 1738.528] (II) UnloadModule: "evdev"
    [ 1739.340] (EE) Server terminated successfully (0). Closing log file.
    Moderator Edit:  Added code tags[ -- ewaller
    Last edited by ewaller (2013-07-06 00:49:24)

  • SPA-2102 automatic power cycle problem

    I have the SPA-2102 with one VOIP line.  Often it will power cycle automatically every 15 minutes or so.  All three lights go off for a second and then it comes back up and works for another 15 minutes.  I had my provider replace the first one as they thought it was a faulty unit but the new one is doing the same thing.  If this happens when I am on the phone the line goes dead and disconnects.
    Also I was getting close to 5Mbps then it suddenly seemed to cap out at 4Mbps once this problem arose.
    Suggestions?
    Thanks

    If you observed that every 15 minutes the SPA2102 is really turning off, is can be a sign of harware problem. I suggest contacting Cisco Tech support to further look into your concern. I believe this unit belongs to the business series devices that Cisco is now supporting. Try to go to this link for the other business series devices and the site where you can get hold of Cisco for support: 
    http://www.cisco.com/web/products/linksys/index.html

Maybe you are looking for