Samples number is not properly set with VI Express Write To Measurement File

Hello,
I have a strange problem with the VI Express Write To Measurement File.
When I generate the .lvm file the samples number for each channel is equal to 1
instead of 34 !
So when I use the VI Express / Input / Generate an arbitrary signal and I want to import
the generated signal... only one point (the first one) is imported...
I can manualy fix it by changing samples number in the lvm file using a text editor but that's a (very) dirty hack !
Here is an example of the generated LVM file
LabVIEW Measurement   
Writer_Version    0.92
Reader_Version    1
Separator    Tab
Multi_Headings    No
X_Columns    One
Time_Pref    Absolute
Operator    scls
Date    2008/04/12
Time    10:35:58,322057
***End_of_Header***   
Channels    2       
Samples    1    1   
Date    2008/04/12    2008/04/12   
Time    10:35:58,323057    10:35:58,323057   
X_Dimension    Time    Time   
X0    0.0000000000000000E+0    0.0000000000000000E+0   
Delta_X    1.000000    1.000000   
***End_of_Header***           
X_Value    Untitled    Untitled 1    Comment
0.000000    0.000000    20.000000
0.082000    10.000000    20.000000
0.182000    10.000000    25.000000
0.282000    20.000000    25.000000
0.382000    20.000000    30.000000
0.482000    30.000000    30.000000
0.582000    30.000000    35.000000
0.682000    40.000000    35.000000
0.782000    40.000000    40.000000
0.882000    50.000000    40.000000
0.982000    50.000000    45.000000
1.082000    60.000000    45.000000
1.182000    60.000000    50.000000
1.282000    70.000000    50.000000
1.382000    70.000000    55.000000
1.482000    80.000000    55.000000
1.582000    80.000000    60.000000
1.682000    90.000000    60.000000
1.782000    90.000000    65.000000
1.882000    100.000000    65.000000
1.982000    100.000000    70.000000
2.082000    110.000000    70.000000
2.182000    110.000000    75.000000
2.282000    120.000000    75.000000
2.382000    120.000000    80.000000
2.482000    130.000000    80.000000
2.582000    130.000000    85.000000
2.682000    140.000000    85.000000
2.782000    140.000000    90.000000
2.882000    150.000000    90.000000
2.982000    150.000000    95.000000
3.082000    160.000000    95.000000
3.182000    160.000000    100.000000
3.282000    170.000000    100.000000
PS : I also post my problem at
http://forums.lavag.org/Strange-behaviour-of-VI-Express-Write-LVM-t10570.html&gopid=44101#entry44101
Attachments:
generate_step_lvm.vi ‏119 KB

If I use the "one header per segment" option I get the following LVM file (see below)
But the problem is same !
I can't import this file in VI Express / Input / Generate Abitrary Signal (I only get one row... the first one)
I see three solutions :
- VI Express Write LVM has a bug ?
- I don't know how to use this VI Express correctly !
- VI Express / Input / Generate Abitrary Signal has a bug ?
LabVIEW Measurement    
Writer_Version    0.92
Reader_Version    1
Separator    Tab
Multi_Headings    Yes
X_Columns    One
Time_Pref    Absolute
Operator    scls
Date    2008/04/12
Time    16:38:37,578
***End_of_Header***    
Channels    2        
Samples    1    1    
Date    2008/04/12    2008/04/12    
Time    16:38:37,592999    16:38:37,592999    
X_Dimension    Time    Time    
X0    0.0000000000000000E+0    0.0000000000000000E+0    
Delta_X    1.000000    1.000000    
***End_of_Header***            
X_Value    Untitled    Untitled 1    Comment
0.000000    0.000000    20.000000
Channels    2        
Samples    1    1    
Date    2008/04/12    2008/04/12    
Time    16:38:37,717    16:38:37,717    
X_Dimension    Time    Time    
X0    1.3899993896484375E-1    1.3899993896484375E-1    
Delta_X    1.000000    1.000000    
***End_of_Header***            
X_Value    Untitled    Untitled 1    Comment
0.139000    10.000000    20.000000
Channels    2        
Samples    1    1    
Date    2008/04/12    2008/04/12    
Time    16:38:37,739999    16:38:37,739999    
X_Dimension    Time    Time    
X0    1.6199970245361328E-1    1.6199970245361328E-1    
Delta_X    1.000000    1.000000    
***End_of_Header***            
X_Value    Untitled    Untitled 1    Comment
0.162000    10.000000    25.000000
and so one ...

Similar Messages

  • Regarding iMessage, when i want to send text to a person in my contacts app, i've been getting a message saying the number has not been registered with iMessage.  How can one fix this problem?

    Regarding iMessage, when i want to send text to a person in my contacts app, i've been getting a message saying the number has not been registered with iMessage.  How can one fix this problem?  It works on the iPhone.

    It takes two to tango, maybe it's your recipient that has weak Internet/Cellular connections.

  • Hi am trying to save Data into a write to measurement file vi using a NI PXI 1042Q with a real time mode but it is not working but when i run it with uploading it into the PXI it save in to the file

    Hi am trying to save Data into a write to measurement file vi using a NI PXI 1042Q and DAQ NI PXI-6229 with a real time mode but it is not working but when i run it without uploading it into the PXI it save in to the file please find attached my vi
    Attachments:
    PWMs.vi ‏130 KB

     other problem is that the channel DAQmx only works at real time mode not on stand alone vi using Labview 8.2 and Real time 8.2

  • Problem with Write To Measurement File Express VI not writing to file if file was deleted after the first call (7.1)

    I'm using the Express Write to LabVIEW Measurement File in LV7.1.
    I have it set to "Save to one file"  and have tried both "Overwrite file" and "Using next available file name" for the "If a file already exists" conditions.
    The path/filename is passed into the function.
    It works fine the first time around.  If the file is deleted before the function is called again, an error occurs since LV is unable to find the file.
    I have had to stop and re-run my program in order to write to use the function again.
    Since I am able to delete the file I assume it was closed but it seems like LV expects it to be there, even though the function was supposed to create/open/close the file...  Is there any way to reset this without stopping/restarting the program?
    Since my application creates several files (only one using the Express VI) I am checking for the filenames and requiring that they be deleted (or a new filename be used) before acquiring data.  Everything has worked great, except for the Express VI.
    Thank you,
    David

    Ok, I've edited the VI you posted to reproduce my error (this time with 8.0). 
    I added a "master stop" and "start log" button.  To demonstrate my problem:
    1.  Run the VI
    2.  Click "START LOGGING" - c:\test.txt is created
    3.  Click "STOP" - c:\test.txt is closed
    4.  Delete the file c:\test.txt with Windows shell or explorer
    5.  Click "START LGGING" - a new c:\test.txt file should be created but instead an error is raised in the Write LabVIEW Measurement File function.
    Any ideas?
    Thanks,
    Dave
    Attachments:
    Write LV Meas File 2.vi ‏96 KB

  • Time with 'Write to measurement file'

    Hello,
    I am making an acquisition waveform. The integration time is 1s divided in 128 samples. When I execute the software, the datas are stored in a text file with 'Write to measurement file'. This text file is a continuous list of 128 numbers-packs in rows.
    I want to add the time column (date+hour+minutes+secondes+1/10sec+1/100sec) in front of each number acquired. (And not only in front of the first number of the 128 package)
    I have don t know how to add this.
    Can you help me?
    Thanks a lot.
    (See file attached)
    Attachments:
    test3.vi ‏148 KB

    Also, in the setup dialog for the Write Measurement File, there's an option to include an "X Column Value" that normally holds a timestamp.
    Enable one of these options and any included timestamp in your waveform will go into this column. If you don't have a waveform, you can build an extra column in your array of data points with the needed timestamp and it will work the same.
    Ed
    Message Edited by Ed Dickens on 02-20-2007 03:37 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    WLVMF Time Column.gif ‏9 KB

  • How to populate column titles for y values when using Write to Measurement File Express VI with a tab delimited text-based .lvm file?

    The .lvm file generated by the Write to Measurement File Express VI includes column heading titles for the y values, but they are a default value of "untitled".  See attached example of a sample file when opened in Excel, the values in question are highlighted.  Is there a way to specify the column titles when the file is written?
    This is a similar question to this posting, which received a work around response to use the Write to Spreadsheet File.vi, rather than a solution when using this VI.
    Message Edited by Hightop Raven on 05-02-2007 03:37 PM
    Attachments:
    column_titles.gif ‏13 KB

    Sorry for the late reply.  I was out of the office Friday.
    You can do it, but the code can get rather ugly.  Under the hood, the dynamic data type (the dark blue wire) is an array of waveforms.  In your case, the scalar values you convert to a dynamic data type are being converted to an array of waveforms, each waveform having one element.  You have two options.
    Explicitly convert your scalars to one-element waveforms (t0=0, dt=1) and add the title before conversion to a dynamic data type.
    Convert your dynamic data type to an array of waveforms and loop through them to add the column labels.  The conversion blocks are in the Signal Manipulation Express palette.
    I would recommend 2, since it is the easiest to add.  It is also the easiest to run only on the first iteration.  Just put a case selector around the loop, wire the selection to the While loop iterator, and set the case containing the label code to 0.  The default case simply passes through the dynamic data.
    My apologies for not including a screen shot.  I am in the process of upgrading my machine and can't run LabVIEW.  If you need one, let me know and I can post one tomorrow.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • Write to Measurement file wil not write data daily

    I have been using the Write To Measurement File express VI to record daily values. The express VI is no longer saving daily files or is checking for file size. WTF. Does anyone have a more bullet proof way of saving data daily with a single header for the day?
    Thanks,
    Matt

    MS UCD wrote:
    Ravens Fan,
    So to clarify, I meant local variable instead of shared variable.  Shared variables will come into play when I construct the real-time embedded program on the cfp-2120 controller. Thanks for the clarification. So are you on the clock for all this?
    Sometimes yes, sometimes no.  Since today is a holiday, I'm off the clock.
    Anyways, so if I need to have the user see the values on the front panel and also record the values later, how do you suggest one does such a thing other than writing an indicator and then making a local variable that is then recorded?
    The local variable has nothing to do with recording the values later.  It is just a way of accessing a control or indicator in more than one part of the program.  If you used shared variables (and I think you would need to have the DSC module to have this functionality), you could write to the shared variable and have it set up to log its values to the Citadel database.  It is a built-in method of logging that just requires configuration of the shared variable, no additional programming would be needed.  Otherwise you will need to add the code to write to a log file like you are doing now.
    The new/old mechanism for checking the date has brought the adequate functionality I was looking for- mainly new files for each day.
    With respect to the race condition you mentioned, could a sequence structure be used to write the local variable to the output array? In essence, I would calculate the scaled values and then write them to the data array. Another solution could be a control in the last case that then is used to initiate a case structure in which the shared variables for the data acquisition iteration are then recorded in the output array.
    A sequence structure (and a flat sequence is preferable to a stacked sequence for code readability and maintainability) would guaranteed that one section of code completes before another begins.  However, it is still preferable to use wires.  Wherever you are wiring to a local variable, just send the wire to the border of the while loop.  Feed the wire from that tunnel to the build array function and eliminate the local variable that you are reading there.  Your case structure in a while loop is really just functioning like a stacked sequence structure.  Every iteration of the while loop executes the next case in the case structure.  If you are sequencing through the data values in the same order that you are building them into an array outside of the loop, you could actually build the array element by element inside each case structure and use a shift register on that array to carry the data from one iteration of the while loop to the next.  Then once you while loop is done, the array has already been built.  If by chance you are acquiring the data in a different order then you want to build it into and array, then the array functions could get much more complicated inside the case structures.  But you could initialize the whole array before the case structure, and use replace array subset to replace each specific element as you acquire it.
    I am interested in the producer/consumer arrangement you speak of. Do you have an example you could send me that shows this operating?
    Go to File then New....   Look under frameworks, design patterns, and Producer/Consumer Design pattern (Data).  Also search the forum for producer/consumer and I'm sure you'll see plenty of examples.
    As for the Time Signal controls being located in the Labview abyss, what can I say? Every learning experience has a few bugs. ; - ) If the Time Signals are constants what effects on the time in the chart will this have?
    Since the time controls are way off, I assume that the program user will never actually go out into the space of the front panel to find them and change them during the execution of the code.  (I am also assuming that those controls never get changed programmatically by writing to a local variable or property node or they are not part of the connectory pane where this VI is called as a subVI in another one that passes in a time stamp on every call.)  If they never change, then they are effectively constant.  Changing them into constants would clean up the code and make it slightly more efficient, but would not appear to execute any differently.
    Thanks for helping this novice out!
    Regards,
    Matt

  • Help with saving time stamps to "write to measurement file" excel format.

    I am having problems saving the timestamps from my data to the write to measurement express vi for excel.  My incoming data is converted from dynamic data to a 1d array for processing, which I understand you lose the time stamp data. I added a new array for time stamps but this array then cannot be converted back to the dynamic data that is requested to go into the write to measurement file express vi.  I would prefer to leave the data in an array to be saved rather than converting it to a waveform so is there any way to add the time stamps from my 1d array back into the write to measurement file? 

    I set it up to build a waveform now but I am still having issues with it saving the correct timestamp.  The time just incriments for every second (as it did before converting the dynamic data to the waveform). I attached a screenshot.  
    Attachments:
    waveform.png ‏36 KB

  • Write to measurement file will not ask for file name once as selected.

    When using the Write to Measurement file Express VI.  I select "Ask user to choose file" and "Ask only once" with the intention that the data from each iteration simply be appended to the chosen file.
    I select "Run continuous" and the VI asks for me to choose a file repeatedly anyway instead of just appending the first file.  Selecting "Write to one file" properly appends data to the file specified in the box.
    Am I doing something wrong?

    DianeS wrote:
    Personally I can't figure out why that particular button even exists (I'm told it's occasionally useful for debugging).  
    I find it useful if I am creating a subVI that is supposed to be a part of another VI.  No while, loop just some inputs and outputs as a function.  If I want to test it out stand alone and try a variety of inputs, then Run Continuous and change the inputs, then I see immediate feedback on the outputs.  Once I'm satisfied its working right, then there is no need to clean up.  Just save it and drop it in the large VI as a subVI.
    Beyond that, I see no need for Run Continuous.

  • Write to measurement file - Create or replace with confirmation

    I'm using the "Write to measurement file.vi" and I want it to ask for confirmation if I try to save with a filename that already exists and then allow me to choose another file name or overwrite the old one. How can I do this?
    Solved!
    Go to Solution.

    smercurio_fc wrote:
    Ben wrote:
    smercurio_fc wrote:
    That Express VI does not have the capability you are seeking. ...
    Help us Obe Wan, you're our only hope.
    Ben
    Did I misunderstand the question again?
    No.
    Spoiler (Highlight to read)
    Your wording reminded me of the scene from Star Wars when Ben Kanobe di dthe force thing on the strorm troopers telling them "These are not the droid you seek."
    Your wording reminded me of the scene from Star Wars when Ben Kanobe di dthe force thing on the strorm troopers telling them "These are not the droid you seek."
    Its just Friday.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • EP 7.1 with CE 7.1 not properly set up?

    Hi,
    We've installed a CE 7.1 with EP 7.1.
    Now I want to create systems (connections to ERP, PI), SSO and JCo connections on the portal.
    Problem is that the KeyStoreManager menue/ link (Systemadministration/Systemconfiguration/KeyStoreManager) is missing.
    Furthermore the Content Administration/ Web Dynpro: page/ iview is not displayed, I get a runtime error instead. I wanted to create the JCo's there.
    The connection tests fail for all systems.
    I've done this work many times before on EP 6 and never had these problems.
    It looks like the portal itself has not been set up properly or many objects like iviews are missing.
    I've been looking for the iView Administration.keyStoreManager for instance and it seems not to exist within our portal.
    Or have all these things changed in EP 7.1 and I just have to learn from scratch?
    Thanks for your advice!
    Karsten

    Hi,
           You can access the keystorage using the below link:
    http://<hostname>:<port>/nwa/key-storage
    The webdynpro administration page should be accessible the regular way using the URL http://<hostname>:<port>/webdynpro/welcome
    If you are not able to display it, it could be an authorization issue. Make sure the j2ee_admin user has all the requried roles assigned.
    Thanks,
    Sai.

  • Autodetection not properly setting up wacom tablet

    I have a tablet PC, and recently upgraded to xserver 1.6.  X would freeze on startup roughly 50% of the time until (based on this thread) I removed xorg.conf (except for DontZap).  Now X doesn't freeze on start, but the tablet is only being partially detected.
    I can use it to move the cursor fine.  The eraser does not work.
    'xsetwacom list dev' does not detect any devices.  This means I can't get or set any properties, recalibrate, rotate, or any other goodies.
    output of 'xinput list' seems to indicate that it's being set up as some kind of generic plug-and-play device.
    "Virtual core pointer" id=0 [XPointer]
    Num_buttons is 32
    Num_axes is 2
    Mode is Relative
    Motion_buffer is 256
    Axis 0 :
    Min_value is -1
    Max_value is -1
    Resolution is 0
    Axis 1 :
    Min_value is -1
    Max_value is -1
    Resolution is 0
    "Virtual core keyboard" id=1 [XKeyboard]
    Num_keys is 248
    Min_keycode is 8
    Max_keycode is 255
    "TPPS/2 IBM TrackPoint" id=2 [XExtensionPointer]
    Num_buttons is 32
    Num_axes is 2
    Mode is Relative
    Motion_buffer is 256
    Axis 0 :
    Min_value is -1
    Max_value is -1
    Resolution is 1
    Axis 1 :
    Min_value is -1
    Max_value is -1
    Resolution is 1
    "ThinkPad Extra Buttons" id=3 [XExtensionKeyboard]
    Num_keys is 248
    Min_keycode is 8
    Max_keycode is 255
    "PnP Device (WACf008)" id=4 [XExtensionKeyboard]
    Num_keys is 248
    Min_keycode is 8
    Max_keycode is 255
    Num_buttons is 32
    Num_axes is 6
    Mode is Absolute
    Motion_buffer is 256
    Axis 0 :
    Min_value is 0
    Max_value is 24576
    Resolution is 2540
    Axis 1 :
    Min_value is 0
    Max_value is 18432
    Resolution is 2540
    Axis 2 :
    Min_value is 0
    Max_value is 255
    Resolution is 1
    Axis 3 :
    Min_value is -64
    Max_value is 63
    Resolution is 1
    Axis 4 :
    Min_value is -64
    Max_value is 63
    Resolution is 1
    Axis 5 :
    Min_value is 0
    Max_value is 1023
    Resolution is 1
    "AT Translated Set 2 keyboard" id=5 [XExtensionKeyboard]
    Num_keys is 248
    Min_keycode is 8
    Max_keycode is 255
    "Macintosh mouse button emulation" id=6 [XExtensionPointer]
    Num_buttons is 32
    Num_axes is 2
    Mode is Relative
    Motion_buffer is 256
    Axis 0 :
    Min_value is -1
    Max_value is -1
    Resolution is 1
    Axis 1 :
    Min_value is -1
    Max_value is -1
    Resolution is 1
    "Video Bus" id=7 [XExtensionKeyboard]
    Num_keys is 248
    Min_keycode is 8
    Max_keycode is 255
    Here's Xorg.0.log.  This used to have separate sections for Stylus/Eraser/Cursor all being set up.
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux malachite 2.6.29-ARCH #1 SMP PREEMPT Fri Apr 17 12:46:01 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 23 16:07:36 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) | |-->Monitor "<default monitor>"
    (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    (**) Option "DontZap" "no"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@0:2:0) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller rev 12, Mem @ 0xf8200000/1048576
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (==) Matched intel for the autoconfigured driver
    (==) Assigned the driver to the xf86ConfigLayout
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.6.3
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33,
    Mobile Intel® GM45 Express Chipset,
    Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
    (--) intel(0): Chipset: "965GM"
    (--) intel(0): Linear framebuffer at 0xE0000000
    (--) intel(0): IO registers at addr 0xF8100000
    (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB
    (==) intel(0): Using EXA for acceleration
    (II) intel(0): 2 display pipes available.
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA has no monitor section
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "LEN", prod id 16386
    (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Resizable framebuffer: not available (1 3)
    (II) intel(0): EDID vendor "LEN", prod id 16386
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1024x768
    (II) intel(0): detected 512 kB GTT.
    (II) intel(0): detected 7676 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000206 to 0x80000246
    (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS LBLC_EVENT_STATUS SVBLANK_INT_STATUS VBLANK_INT_STATUS
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 481024 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1924092 kB available
    (WW) intel(0): DRI2 requires UXA
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression disabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xf8100000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) EXA(0): Offscreen pixmap area of 12582912 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x0d400000 (pgoffset 54272)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x0e000000 (pgoffset 57344)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x00000fff: power context (4 kB)
    (II) intel(0): 0x0077f000: end of stolen memory
    (II) intel(0): 0x0077f000-0x0d3fffff: DRI memory manager (209412 kB)
    (II) intel(0): 0x0d400000-0x0dffffff: exa offscreen (12288 kB)
    (II) intel(0): 0x0e000000-0x0fffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): BO memory allocation layout:
    (II) intel(0): 0x0077f000: start of memory manager
    (II) intel(0): 0x0079f000-0x00b9efff: depth buffer (4096 kB) Y tiled
    (II) intel(0): 0x00b9f000-0x00f9efff: back buffer (4096 kB) X tiled
    (II) intel(0): 0x00f9f000-0x0139efff: front buffer (4096 kB) X tiled
    (II) intel(0): 0x0139f000-0x0139ffff: overlay registers (4 kB)
    (II) intel(0): 0x013a0000-0x013a9fff: HW cursors (40 kB)
    (II) intel(0): 0x0d400000: end of memory manager
    (WW) intel(0): ESR is 0x00000001
    (WW) intel(0): Existing errors found in hardware state.
    (II) intel(0): using SSC reference clock of 100 MHz
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): [drm] mapped front buffer at 0xe0f9f000, handle = 0xe0f9f000
    (II) intel(0): [drm] mapped back buffer at 0xe0b9f000, handle = 0xe0b9f000
    (II) intel(0): [drm] mapped depth buffer at 0xe079f000, handle = 0xe079f000
    (II) intel(0): [drm] mapped classic textures at 0xee000000, handle = 0xee000000
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: XF86DRI Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 245 x 184
    (II) config/hal: Adding input device TPPS/2 IBM TrackPoint
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) TPPS/2 IBM TrackPoint: always reports core events
    (**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event8"
    (II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    (II) TPPS/2 IBM TrackPoint: Found x and y relative axes
    (II) TPPS/2 IBM TrackPoint: Configuring as mouse
    (**) Option "Emulate3Buttons" "true"
    (II) TPPS/2 IBM TrackPoint: Forcing middle mouse button emulation on.
    (**) Option "EmulateWheel" "true"
    (**) Option "EmulateWheelButton" "2"
    (**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    (**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
    (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    (**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
    (**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
    (**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ThinkPad Extra Buttons
    (**) ThinkPad Extra Buttons: always reports core events
    (**) ThinkPad Extra Buttons: Device: "/dev/input/event7"
    (II) ThinkPad Extra Buttons: Found keys
    (II) ThinkPad Extra Buttons: Configuring as keyboard
    (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device PnP Device (WACf008)
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (**) PnP Device (WACf008): always reports core events
    (**) PnP Device (WACf008) device is /dev/tts/0
    (**) PnP Device (WACf008) is in absolute mode
    (**) PnP Device (WACf008): forcing TabletPC ISD V4 protocol
    (**) WACOM: suppress value is 2
    (**) /dev/tts/0: Tablet PC buttons are on
    (**) Option "BaudRate" "9600"
    (**) PnP Device (WACf008): serial speed 9600
    (II) XINPUT: Adding extended input device "PnP Device (WACf008)" (type: Wacom Stylus)
    (**) Option "Device" "/dev/tts/0"
    (**) Option "StopBits" "1"
    (**) Option "DataBits" "8"
    (**) Option "Parity" "None"
    (**) Option "Vmin" "1"
    (**) Option "Vtime" "10"
    (**) Option "FlowControl" "Xoff"
    usbDetect: can not ioctl version
    Wacom ISDV4 control data (0) error in % query
    (==) Wacom using pressure threshold of 15 for button 1
    (==) Wacom General ISDV4 tablet speed=9600 (38400) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540 tilt=disabled
    (==) Wacom device "PnP Device (WACf008)" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event5"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Last but not least, the output of lshal relevant to the wacom device, which seems to indicate that it knows something is there.  there are no event devices associated like there are with kbd/mouse/etc.
    udi = '/org/freedesktop/Hal/devices/pnp_WACf008'
    info.linux.driver = 'serial' (string)
    info.parent = '/org/freedesktop/Hal/devices/computer' (string)
    info.product = 'PnP Device (WACf008)' (string)
    info.subsystem = 'pnp' (string)
    info.udi = '/org/freedesktop/Hal/devices/pnp_WACf008' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'pnp' (string)
    linux.sysfs_path = '/sys/devices/pnp0/00:0a' (string)
    pnp.id = 'WACf008' (string)
    pnp.serial.irq = 5 (0x5) (int)
    pnp.serial.port = '0x200' (string)
    udi = '/org/freedesktop/Hal/devices/pnp_WACf008_serial_platform_0'
    access_control.file = '/dev/tts/0' (string)
    access_control.type = 'modem' (string)
    info.callouts.add = {'hal-acl-tool --add-device', 'hal-setup-wacom', 'hal-setup-wacom'} (string list)
    info.callouts.remove = {'hal-acl-tool --remove-device'} (string list)
    info.capabilities = {'serial', 'access_control', 'input', 'input'} (string list)
    info.category = 'serial' (string)
    info.parent = '/org/freedesktop/Hal/devices/pnp_WACf008' (string)
    info.product = 'PnP Device (WACf008)' (string)
    info.subsystem = 'tty' (string)
    info.udi = '/org/freedesktop/Hal/devices/pnp_WACf008_serial_platform_0' (string)
    input.device = '/dev/tts/0' (string)
    input.x11_driver = 'wacom' (string)
    input.x11_options.ForceDevice = 'ISDV4' (string)
    input.x11_options.Type = 'stylus' (string)
    linux.device_file = '/dev/tts/0' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'tty' (string)
    linux.sysfs_path = '/sys/devices/pnp0/00:0a/tty/ttyS0' (string)
    serial.device = '/dev/tts/0' (string)
    serial.originating_device = '/org/freedesktop/Hal/devices/pnp_WACf008' (string)
    serial.port = 0 (0x0) (int)
    serial.type = 'platform' (string)
    wacom.types = {'eraser', 'touch', 'eraser', 'touch'} (string list)
    grateful for any suggestions anyone has beyond this point.

    well, the answer is easy but I am annoyed to have wasted so much time figuring it out.
    it is this: the linuxwacom-dev package seems to have installed hal-setup-wacom to /usr/libexec/, and as a result hal cannot find it.
    just doing:
    cp /usr/libexec/hal-setup-wacom /usr/lib/hal
    gives me a working eraser (after restarting hal and then restarting X).
    EDIT: also, if "xinput --list --short" does not list devices with the standard names stylus/eraser, then to get xsetwacom running properly put this in a script and run it from /etc/rc.local: (script stolen from another forum)
    #! /bin/sh
    for udi in `hal-find-by-property --key input.x11_driver --string wacom`
    do
    type=`hal-get-property --udi $udi --key input.x11_options.Type`
    hal-set-property --udi $udi --key info.product --string $type
    done
    I tried to write this logic into the fdi policy, but somehow couldn't get it to work.
    Last edited by tlawson (2009-04-30 20:08:35)

  • ITunes 11.1 does not properly sync with an iPad mini version 7.0

    Hello everyone.
    I am having difficulties using the "Podcasts" app on an iPad mini.
    Having recently downloaded the newest version (11.1) of iTunes, I have realized that iTunes now believes that my iPad mini has 20.65 GB free, when it really only has 6.4 GB available (according to settings/general). The iPad mini is right because, there are many (over 100) podcasts which have not synced to iTunes. These podcasts can be accessed and listened to on the iPad mini.
    This may be a device fault, as many of my podcasts have been coming up with "Download error. Tap to retry". This keeps approximately 1 in 10 podcasts in the downloads queue, but can still be listened to in full. Additionally, for approx. 1 in 5 podcasts, the "date released" tag that occurs underneath the name of the episode are set at the default 31 Dec 2000. This problem I can deal with, but the original problem keeps me from sharing episodes I have downloaded with other devices.
    Additionally, my device occasionally requires several attempts to find the default wifi network. It recognises other wifi networks instantly, but the default one often doesn't display as an option to connect to for about 5-10 refreshes.
    The second and third problem/symptom still occurred using the previous operating system. The first problem/symptom did not (to my knowledge) occur previously.
    Does anyone have any input on this problem? I have tried google to search for the solution to this, but did not come up with anything.
    Thanks for any advice
    Luke

    Hello everyone.
    I am having difficulties using the "Podcasts" app on an iPad mini.
    Having recently downloaded the newest version (11.1) of iTunes, I have realized that iTunes now believes that my iPad mini has 20.65 GB free, when it really only has 6.4 GB available (according to settings/general). The iPad mini is right because, there are many (over 100) podcasts which have not synced to iTunes. These podcasts can be accessed and listened to on the iPad mini.
    This may be a device fault, as many of my podcasts have been coming up with "Download error. Tap to retry". This keeps approximately 1 in 10 podcasts in the downloads queue, but can still be listened to in full. Additionally, for approx. 1 in 5 podcasts, the "date released" tag that occurs underneath the name of the episode are set at the default 31 Dec 2000. This problem I can deal with, but the original problem keeps me from sharing episodes I have downloaded with other devices.
    Additionally, my device occasionally requires several attempts to find the default wifi network. It recognises other wifi networks instantly, but the default one often doesn't display as an option to connect to for about 5-10 refreshes.
    The second and third problem/symptom still occurred using the previous operating system. The first problem/symptom did not (to my knowledge) occur previously.
    Does anyone have any input on this problem? I have tried google to search for the solution to this, but did not come up with anything.
    Thanks for any advice
    Luke

  • Number group not maintained for WITH HOLDING TAX challan

    Dera frends can you help in solving the problem.
    I have configured WHT it is posting well in vendor a/c and posting in tax account too. but while executing remittence challan System giving message " number group not maintained for CO code xyz section IEQEWT! and business places 194c.
    where company code - XYZ
    official withholding tax code - 194c
    business place EWT1.

    Hi
    Pls follow the path
    IMG>Financial Accounting (New)>Withholding Tax>Extended Withholding Tax>Postings>Certificate Numbering for Withholding Tax
    Pls assign points if the information is useful to you
    Regards
    Sanil Bhandari

  • ORA-12505 - AIX - ProC/C++ - [AIX environment not properly set to NLS?]

    I DO need some help here!
    I have a C++ program accessing an Oracle 8.0.5 database ( which is set up for american_america.weiso8859p1 as the default language PLUS one more being: brazilian portuguese_brazil.weiso8859p1.
    When I log to the server which hosts the executable and try to run the application, I get the error ORA-12505 as soon as I try to connect to the database, but the error message can't be displayed, and instead, my exit routine displays: " Error while trying to retrieve text for error ORA-12505 "
    If, alternatively, I log to another server THEN issues a telnet to the the server which hosts the executable and try to run the application, I get the programm to run nicely.
    The settings of the environment variables ORA_NLS33 and NLS_LANGUAGE have been coded inside the C++ program (among first things in main) but it seems these settings have no effect in solving the problem.
    The server which hosts the application has an AIX 4.3.3.0 operating system.
    The server from which I issue the telnet command has an AIX 4.2.1.0 operating system.
    What are the things that must be set in AIX in order to correctly access the Oracle database? Where can I get this type of information?
    I do apreciate any clues to solve this problem of mine.
    Thanks!

    Sounds like this is a configuration problem:
    ORA-12505: TNS: listener could not resolve SID given in connect descriptor
    Cause: The SID in the CONNECT_DATA was not found in the listener's tables. This error will be returned if the database instance has not registered with the listener; the instance may need to be started.
    Action: Check to make sure that the SID specified is correct. The SIDs that are currently registered with the listener can be obtained by typing "LSNRCTL SERVICES <listener name>". These SIDs correspond to SID_NAMEs in TNSNAMES.ORA, or DB_NAMES in the initialization file.

Maybe you are looking for

  • Imported iTunes will not let me play or authorize my purchased music!

    Hi, I upgraded the hard drive in my trusty MacBook Pro, and then put my old HD in a usb enclosure and used Migration Assistant to transfer over my old stuff. The music I had from my CDs transferred over without issue. The problem is, the music I had

  • Parent/child accounts in bc

    Hey Forum Wondering if its possible to setup a parent/child relationship with customer accounts. For example, Let's say I have company A that is a dealer. That dealer may submit forms and such and I would like to associate three accounts under that d

  • Configuration for Message Exchange in integration process

    Hi, I'm a beginner in SAP XI (7.0) and trying to develop an integration process for a purchase order. There will be sent a message via Http to a receiver with Ftp. So for the integration process are two communication channels necessary which will be

  • 3rd party wifi adapter?

    Hi everyone.  I have an old macbook pro which is still a great machine except the wifi doesn't work.  I've had it serviced and it's just non functional, period.   It still works wonderfully well when wired into ethernet port.  I have purchased a macb

  • Music is not supported on this 2nd gen iPod

    Why is it that half my daughter's music is not supported on this 2nd gen iPod shuffle? These songs worked fine for years and now are gone. They work on iPad, iPhone (2nd and 3rd gen), and iPod classic 2nd gen. I tried reformating to ACC version- no H