[Solved] Compiling kdelibs 4.5 not recognizes FAM

Hello all ;D
Why I compile kdelibs?
Becouse I need the debugging symbols, which are stripped from the package in the official repository (the packagers compile using the option "strip" in makepkg.conf. I add the option '!strip' to the default PKGBUILD).  I need them to get a full backtrace using gdb and after reporting bugs on bugs.kde.org.
What is FAM?
$ pacman -Si fam
Descripción : File Alteration Monitor
So, when I compile kdelibs 4.5 using the PKGBUILD, got by using abs (extra repo), I get this message:
The following optional packages could NOT be located on your system.
* FAM  <http://oss.sgi.com/projects/fam>
     File Alteration Monitor
     Provides file alteration notification facilities using a separate service.
First I installed FAM using pacman:
$ sudo pacman -S fam
But still I got the message.
Then I compiled the package FAM using the default PKGBUILD (abs) but adding the option '!strip'. Still I got the message.
Really I don't know why still get the message if the package (fam) is installed on my system:
$ pacman -Ss fam
extra/fam 2.7.0-14 [installed]
File Alteration Monitor
Perhaps the problem is in the PKGBUILD of kdelibs 4.5:
# $Id: PKGBUILD 60156 2009-12-01 10:21:15Z andrea $
# Maintainer: Andrea Scarpino <[email protected]
# Contributor: Pierre Schmitz <[email protected]>
pkgname=kdelibs
pkgver=4.5.0
pkgrel=1
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
depends=('shared-mime-info' 'hal' 'xz' 'enchant' 'jasper' 'openexr' 'giflib'
'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 'polkit-qt'
'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'libxcursor' 'libdbusmenu-qt'
'hicolor-icon-theme')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell' 'docbook-xsl')
replaces=('arts' 'kdelibs-experimental')
options=('!strip')
install='kdelibs.install'
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
'kde-applications-menu.patch' 'archlinux-menu.patch' 'abs-syntax-highlight.patch')
sha1sums=('b1f6523d608433d4ed81c3ae7343a893942d8768'
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
'63a850ab4196b9d06934f2b4a13acd9f7739bc67'
'd994f262356af5b9e4e9619646e471bd98c91efb')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
# avoid file conflict with gnome-menu
patch -p1 -i $srcdir/kde-applications-menu.patch
# add Archlinux menu entry
patch -p1 -i $srcdir/archlinux-menu.patch
# add syntax highlightning for PKGBUILD and .install files
patch -p1 -i $srcdir/abs-syntax-highlight.patch
cd ${srcdir}
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=debugfull \
-DCMAKE_SKIP_RPATH=ON \
-DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/etc \
-DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-DKDE_DEFAULT_HOME='.kde4' \
-DWITH_FAM=OFF \
-DKAUTH_BACKEND=PolkitQt-1
make
package() {
cd $srcdir/build
make DESTDIR=$pkgdir install
# cert bundle seems to be hardcoded
# link it to the one from ca-certificates
rm -f $pkgdir/usr/share/apps/kssl/ca-bundle.crt
ln -sf /etc/ssl/certs/ca-certificates.crt $pkgdir/usr/share/apps/kssl/ca-bundle.crt
Just I added the option !strip and changed the flag -DCMAKE_BUILD_TYPE from Release to debugfull
Or maybe this is a issue of the kdelibs source code
Does anyone has any idea?
I was to report this as bug on the archlinux bug tracking but first, I prefer ask
Thanks so much ;D and excuse my poor english I talk spanish
Last edited by zuargo (2010-08-25 03:16:39)

You want to remove "-DWITH_FAM=OFF"

Similar Messages

  • [SOLVED] kms for intel does not recognize hdmi/displayport

    Hi,
    I updated yesterday my laptop, which has a intel gpu coming with the Core-I5 chipset (not the HD one).
    With the new kernel 3.6.10, it does not detect any hdmi/displayport ouput anymore. VGA and LVDS are just fine and also the modes which are detected are correct.
    First difference is also, that when the external hdmi display is connected also during startup, usually the framebuffer is visible on both LVDS and HDMI but not anymore.
    The log output does not look too bad:
    $> dmesg | grep fb
    [    0.511013] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [    0.511015] vesafb: scrolling: redraw
    [    0.511016] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    0.511618] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011000000, using 4032k, total 4032k
    [    0.797827] fb0: VESA VGA frame buffer device
    [    3.094692] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [    3.878516] fbcon: inteldrmfb (fb0) is primary device
    [    4.049234] fb0: inteldrmfb frame buffer device
    $> xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
    LVDS1 connected (normal left inverted right x axis y axis)
       1280x800       60.0 +   50.0 
       1024x768       60.0 
       800x600        60.3     56.2 
       640x480        59.9 
    VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
       1920x1080      60.0*+
       1680x1050      60.0 
    Any help would be greatly appreciated, also please let me know if you need more info.
    SOLVED: This is now solved with kernel 3.6.11
    Thanks,
    Johannes
    Last edited by the_hippie (2013-01-07 19:11:20)

    Hi,
    I updated yesterday my laptop, which has a intel gpu coming with the Core-I5 chipset (not the HD one).
    With the new kernel 3.6.10, it does not detect any hdmi/displayport ouput anymore. VGA and LVDS are just fine and also the modes which are detected are correct.
    First difference is also, that when the external hdmi display is connected also during startup, usually the framebuffer is visible on both LVDS and HDMI but not anymore.
    The log output does not look too bad:
    $> dmesg | grep fb
    [    0.511013] vesafb: mode is 1280x800x32, linelength=5120, pages=0
    [    0.511015] vesafb: scrolling: redraw
    [    0.511016] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [    0.511618] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011000000, using 4032k, total 4032k
    [    0.797827] fb0: VESA VGA frame buffer device
    [    3.094692] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [    3.878516] fbcon: inteldrmfb (fb0) is primary device
    [    4.049234] fb0: inteldrmfb frame buffer device
    $> xrandr
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
    LVDS1 connected (normal left inverted right x axis y axis)
       1280x800       60.0 +   50.0 
       1024x768       60.0 
       800x600        60.3     56.2 
       640x480        59.9 
    VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
       1920x1080      60.0*+
       1680x1050      60.0 
    Any help would be greatly appreciated, also please let me know if you need more info.
    SOLVED: This is now solved with kernel 3.6.11
    Thanks,
    Johannes
    Last edited by the_hippie (2013-01-07 19:11:20)

  • HT1459 Serial number is faded and too small to read. Itunes will not recognize my IPod Classic. How can I delete the current iPod software and reinstall it to see if this would solve the problem?

    I recently upgraded my Itunes softeware, now itunes will not recognize my IPod Classic. If I delete the current IPod software and reinstall it, would this solve the problem, and if so, I'll need step by step instruction.

    Yep.
    Take a look here:
    http://www.snsforums.com/index.php?showtopic=235
    It appears that SANmp is indeed the most likely source of your problem.

  • One of the usb devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message.

    I connected my sons Ipod Touch to my pc and it worked fine. Now, when I try to connect my iPad the following message comes up: One of the usb devices attached to this computer has malfunctioned, and Windows does not recognize it. For assistance in solving this problem, click this message.
    I checked the cable. It surely is not the cable. If I connect the iPod again it works fine. If I use the same cable with my pc and ipad at work or my other son’s laptop, it is working perfectly. It is only on my laptop where the iPod was connected. Something tells me it got something to do with the drivers that went corrupt or something when I connected the iPod.
    I searched the internet and I see a lot of people gets this message. Still no solved answers yet. Is there a place where I can download the drivers again or any other suggestions?
    Windows 7 and iPad 2
    Kind regards,

    I was hoping it would be something like a USB device conflict, but now the shuffle is the only thing connected...
    This article was one of the ones you linked to above in your initial post
    http://support.apple.com/kb/TS1369
    Under Part 9. Verify that USB drivers are installed, did you try the steps in If only "Unknown Device" appears?  That appears to be your situation.
    Also, you said that the shuffle initially worked well enough to do a sync, then it had the same problem again.  If you can get it to work again initially, before doing anything else, try the following.  Select the shuffle in the iTunes sidebar, under DEVICES.  Over to the right, go to the Summary tab.  By default, the checkbox for Enable disk use should be unchecked.  If so, check it and Apply the change.  See if that makes any difference. 
    (If Enable disk use was already checked, try unchecking it and Apply the change.  Basically, set it the "other way" and see if there is any improvement.)
    NOTE:  When disk use is enabled, you have to eject the iPod in iTunes before disconnecting it physically.
    If the disk use change makes a difference, that may provide a clue about the actual cause.

  • Using iPod shuffle 4th generation for first time and receiving the error : one of the USB devices attached to this computer has malfunctioned, and windows does not recognize it. For assistance in solving this problem, click this message

    Using iPod shuffle 4th generation for first time and receiving the error : one of the USB devices attached to this computer has malfunctioned, and windows does not recognize it. For assistance in solving this problem, click this message.
    Using win 7 and latest iTunes [10.6.3]. Have already gone through below links and did not find any solution.
    http://support.apple.com/kb/HT2292
    http://support.apple.com/kb/TS1369
    http://support.apple.com/kb/HT1923
    http://en.kioskea.net/forum/affich-17997-ipod-not-detected

    I was hoping it would be something like a USB device conflict, but now the shuffle is the only thing connected...
    This article was one of the ones you linked to above in your initial post
    http://support.apple.com/kb/TS1369
    Under Part 9. Verify that USB drivers are installed, did you try the steps in If only "Unknown Device" appears?  That appears to be your situation.
    Also, you said that the shuffle initially worked well enough to do a sync, then it had the same problem again.  If you can get it to work again initially, before doing anything else, try the following.  Select the shuffle in the iTunes sidebar, under DEVICES.  Over to the right, go to the Summary tab.  By default, the checkbox for Enable disk use should be unchecked.  If so, check it and Apply the change.  See if that makes any difference. 
    (If Enable disk use was already checked, try unchecking it and Apply the change.  Basically, set it the "other way" and see if there is any improvement.)
    NOTE:  When disk use is enabled, you have to eject the iPod in iTunes before disconnecting it physically.
    If the disk use change makes a difference, that may provide a clue about the actual cause.

  • I am unable to sync my Ipod Nano (4th generation I believe) because my computer does not recognize my device.  Can anyone help me solve this problem?

    I am unable to sync my Ipod Nano (4th generation I believe) because my computer does not recognize my device.  Can anyone help me solve this problem?

    Reset the AMDS >  How to restart the Apple Mobile Device Service (AMDS) on Windows

  • HT3529 I'm having trouble with my iPhone 5 iMessage service. The device does not recognize the users who have iMessage when I try to contact them using this feature. Who have the same issue and what did you do in order to solve it?

    I'm having trouble with my iPhone 5 iMessage service. The device does not recognize the users who have iMessage when I try to contact them using this feature. Who have the same issue and what did you do in order to solve it?

    Read here:
    http://support.apple.com/kb/ts2755

  • ITunes does not recognize my iPhone 4-problem solved

    iTunes woudl not recognize my iPhone 4, and i finally figured it out why.  (I am W8)  Went to control panel, device manager, and expanded portable devices. I happened to have my iPhone plugged in to a USB port, and it showed up.  Clicked on the iPhone, clicked on the driver tab, and updated the driver.  Now it connects to iTunes.
    So apparently the driver in my iPhone 4 was the problem.  The TS1538 article above did not address this issue.  I still think it has something to do with the iTunes 11.1.1.11 update, because my phone and my wife's iPhone 4s worked before the update and didn't after the update.  My guess is this is the problem many are having right now.

    Hi karwilson,
    Thanks for using Apple Support Communities.  If iTunes doesn't recognize your iPhone, this article may help:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    If issues persist, a thorough removal and reinstall of iTunes would be the next thing to try:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Cheers,
    - Ari

  • AirPort Extreme 6th gen, not recognize my printer HP deskjet ink advantage 1515

    I have AirPort Extreme 6th gen, it can not recognize my printer HP deskjet ink advantage 1515.
    I already contact hp support and they reply my printer is support by AirPort Extreme. This is the link web statement http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00710847&tmp_task=useCatego ry&cc=us&dlc=en&lc=en&product=5385208#N59
    Also doing all instruction on the web, update firmware for AirPort Extreme and my ipad to latest firmware.
    But until now I can not share my printer through my AirPort Extreme 6th gen in my network.
    Anyone know how to solve this problem?

    Hi tonyioancy,
    Welcome to the HP Support Forums! I see you are running into a few problems with your HP Deskjet Ink Advantage 1515.
    I would like you to run the HP Print and Scan Doctor- It was designed by HP to provide users with the troubleshooting and problem solving features needed to resolve many common problems experienced with HP print and scan products connected to Windows-based computers.
    If you run the PSDR and are still experiencing the issues, please contact our technical support at 800-474-6836 as your printer may still be in warranty. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www.hp.com/cgi-bin/hpsupport/index.pl
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Solution center will not recognize J4680 in wifi

    My J4680 will print a document in wifi so I know my computer and printer are communicating.  I have reinstalled the software and I am still able to print.  However, when I open HP Solution center to check ink level or scan an item it will not recognize the wifi printer.  It will recognize it as if I have the USB connected.  This defeats the purpose of having wifi options if I cannot communicate with the printer except to print.  I cannot even run diagnositics like cleaning printer heads etc because HP Solution center will not communicate via wifi.  Solutions?

    That link is not working for me at the moment either @judomax , perhaps if you wait it out for a few hours or a day it will be back up and running. It is possible there are changes being made to the page. It would be nice it if said "under construction" or something of that sort, but in the meantime I guess we sit and wait.
    I will keep you posted if the link is no longer valid and the Print and Scan Doctor link changes. I will keep an eye on it.
    Thanks for letting me know.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Laptop not recognize cdrom

    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    My laptop hp pavilion dv6000 [dv6815ee], the cdrom is 'PIONEMR DVDRW'
    I don't know exactly when this problem start, its from long time might 1.5 years,
    i didn't try to solve the problem because i didn't have time in that time, i use
    the default operation system that laptop come with[vista (86,32)],and i was
    installed TrueCrypt,Ext2Fsd, also DAEMON TOOLS, MagicDisc I used them to create
    virtual drive. I think the problem come after i played with these programs like
    forced the virtual drive letter from disk management (from windows) to set
    different letter (i think these did conflict to the programs, to the system, may
    to the bios and may also between these programs daemon tools,MagicDisc,TrueCrypt,
    Ext2Fsd[i use it to show my other partion ext2, i set the ext2fsd to permently
    show the partions but sometimes not work well and cause hang in the system) ,also
    uninstall these virtual drive from device manage, .....
    first i was see my cdrom in computer with question mark i was not able to use it,
    i guess the problem in that time by these programs because i played with them
    settings.i created maximum virtual drive that  these programs can created then i
    saw the icon come normal without the question mark and i can use it normal,after
    restart the problem it back,i used this method [removed virtual drive and created]
    and i sucess use my cdrom,i tried solve the problem when i need it and have time,
    but after it use this method three or four time it not work.
    sometimes when i close the screen[the system go in sleep mode], after i open the
    screen the system recognize cdrom[the cdrom after open screen go read the cd if
    there].
    the strange thing also i cannot boot from cdrom, i tried to change the cdrom to
    check if the cdrom not work,same thing the system not recognize cdrom or show any
    message occurred as a result of put different cdrom. I put my cdrom in different
    laptop [same model] and it works fine.
    i read in internet diffrenet cases about cdrom not recognize and cheacked many
    thing like delete some keys from regestry and use programs like Mats_Run from
    microsoft and programs like 'VSO Inspector',Alcohol,Nero. also i tried uninstall
    Protections from the cdrom i installed different versions of SPTD
    'SCSI Pass Through Direct','daemon tools'. i uninstall cdrom drive from device
    manager and tried scan for new hardware, also uninstall ata/atapi controls,i reset
    the DMA status of all ATA drives, delete atapi.sys,nothing work well.
    I used recovery manager to restore the system to the factory default state to check if
    the problem from the system, nothing happen, so i tried this time recovery without
    put cdrom in the laptop after finish recovery i put the cdrom, its recognized, after
    some days i played sound cd after some 2 or 3 tracks suddenly the cdrom disappear,
    after that i repeated also recovery without the cdrom after that put cdrom but this
    time not recognize.
    I tried many thing to understand and solve the problem, i upgraded the bios before
    the problem occured, i taked backup, i restore it after the problem occure, i return
    upgraded to latest version. i modify settings in files[PHLASH.INI, PHLASH.AUT,
    PHLASH.NOR] from HideAll=1 to HideAll=0 to show the advance options in Winphlash after
    i tried options there but nothing solve the problem,
    i think may the problem its related with bios specially with DMI.
    [after i put different cdrom the bios in list of ordering boot i get exclamation mark
    before the cdrom when the cdrom option enable, in orginaly cdrom no icons get when
    enable or disable or also remove the cdrom and run the laptop without cdrom.]
    i also removed the battery ant RTC battery and waited some minutes nothing happend
    also the result of the log of test memory and harddisk not earsed. i tried do hard
    reset but i failed
    I used linux[by usb],but it's also cannot recognize the cdrom then i create dos to
    boot from usb it's also cannot recognize i tried many dos drive, some of them cannot
    recognize cdrom at all, others give me loop of errors and sometime hang. i tried many
    programs in dos, i found program which recongize the cdrom, it show me informations
    about cdrom like Model number,Serial number,Firmware revision,Peripheral device type,
    Protocol type for device,Command packet size. atacd203
    im sure the all cicuits of motherboard work fine but there some wrong.
    i have some records of my tried in atacd203
    1)-------------------------
    ATAPI/CD-ROM Drive Info 2.03, Copyright (c) 1996, 1997 Dmitry V. Stefankov
    All rights reserved. Disassembly or decompilation no prohibited.
    .....Testing primary drive on primary controller.....
    ************************* Identify Device Data *********************
    Model number....................... PIONEER DVDRW  DR-KD08HB                
    Serial number...................... DDL009213WL       
    Firmware revision.................. 1K09    
    Peripheral device type ............ CD-ROM
    Removable device................... yes
    Protocol type for device........... ATAPI
    Command packet size................ 12 bytes
    Command packet DRQ type ........... accelerated (fastest=50us)
    DMA supported...................... yes
    LBA supported...................... yes
    Disabling of IORDY supported....... yes
    IORDY supported.................... yes
    Overlap operation supported........ no
    PIO transfer cycle timing.......... mode 2 (240 ns, i.e. 8.33 MB/sec)
    SingleWord DMA transfer............ mode 2 (240 ns, i.e. 8.33 MB/sec)
    Support MultiWord DMA transfer..... mode 0 (480 ns, i.e. 4.17 MB/sec)
    Support MultiWord DMA transfer..... mode 1 (150 ns, i.e. 13.3 MB/sec)
    Support MultiWord DMA transfer..... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Active MultiWord DMA transfer...... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Enhanced PIO transfer modes........ mode 3 (180 ns, i.e. 11.1 MB/sec)
    Press 'ENTER' to continue or any other key to exit:Enhanced PIO transfer modes........ mode 4 (120 ns, i.e. 16.7 MB/sec)
    Min MultiWord DMA xfr cycle........ 120 ns
    Manuf/rec MultiWord DMA xfr cycle.. 120 ns
    Min PIO transfer w/o Flow Control.. 240 ns
    Min PIO xfr w/IORDY Flow Control... 120 ns
    ************************ Inquiry Device Mode Pages Data ************
    Medium type code = 0x71 (door open or no caddy inserted)
    .....Testing secondary drive on primary controller.....
    .....Testing primary drive on secondary controller.....
    .....Testing secondary drive on secondary controller.....
    ATAPICD: Done.
    2)-------------------------
    ATAPI/CD-ROM Drive Info 2.03, Copyright (c) 1996, 1997 Dmitry V. Stefankov
    All rights reserved. Disassembly or decompilation no prohibited.
    .....Testing primary drive on primary controller.....
    ************************* Identify Device Data *********************
    Model number....................... PIONEER DVDRW  DR-KD08HB                
    Serial number...................... DDL009213WL       
    Firmware revision.................. 1K09    
    Peripheral device type ............ CD-ROM
    Removable device................... yes
    Protocol type for device........... ATAPI
    Command packet size................ 12 bytes
    Command packet DRQ type ........... accelerated (fastest=50us)
    DMA supported...................... yes
    LBA supported...................... yes
    Disabling of IORDY supported....... yes
    IORDY supported.................... yes
    Overlap operation supported........ no
    PIO transfer cycle timing.......... mode 2 (240 ns, i.e. 8.33 MB/sec)
    SingleWord DMA transfer............ mode 2 (240 ns, i.e. 8.33 MB/sec)
    Support MultiWord DMA transfer..... mode 0 (480 ns, i.e. 4.17 MB/sec)
    Support MultiWord DMA transfer..... mode 1 (150 ns, i.e. 13.3 MB/sec)
    Support MultiWord DMA transfer..... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Active MultiWord DMA transfer...... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Enhanced PIO transfer modes........ mode 3 (180 ns, i.e. 11.1 MB/sec)
    Press 'ENTER' to continue or any other key to exit:Enhanced PIO transfer modes........ mode 4 (120 ns, i.e. 16.7 MB/sec)
    Min MultiWord DMA xfr cycle........ 120 ns
    Manuf/rec MultiWord DMA xfr cycle.. 120 ns
    Min PIO transfer w/o Flow Control.. 240 ns
    Min PIO xfr w/IORDY Flow Control... 120 ns
    ************************ Inquiry Device Mode Pages Data ************
    Medium type code = 0x14 (120 mm CD-ROM (CD-R) Hybrid disc (Photo CD), door closed or caddy inserted)
    .....Testing secondary drive on primary controller.....
    .....Testing primary drive on secondary controller.....
    .....Testing secondary drive on secondary controller.....
    ATAPICD: Done.
    3)
    ATAPI/CD-ROM Drive Info 2.03, Copyright (c) 1996, 1997 Dmitry V. Stefankov
    All rights reserved. Disassembly or decompilation no prohibited.
    .....Testing primary drive on primary controller.....
    ************************* Identify Device Data *********************
    Model number....................... PIONEMR DVDRW  DR-KD08HJ                
    Serial number...................... DLL809293_L(      
    Firmware revision.................. 1K09 (  
    Peripheral device type ............ CD-ROM
    Removable device................... yes
    Protocol type for device........... ATAPI
    Command packet size................ 12 bytes
    Command packet DRQ type ........... accelerated (fastest=50us)
    DMA supported...................... yes
    LBA supported...................... yes
    Disabling of IORDY supported....... yes
    IORDY supported.................... yes
    Overlap operation supported........ no
    PIO transfer cycle timing.......... mode 2 (240 ns, i.e. 8.33 MB/sec)
    SingleWord DMA transfer............ mode 2 (240 ns, i.e. 8.33 MB/sec)
    Support MultiWord DMA transfer..... mode 0 (480 ns, i.e. 4.17 MB/sec)
    Support MultiWord DMA transfer..... mode 1 (150 ns, i.e. 13.3 MB/sec)
    Support MultiWord DMA transfer..... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Active MultiWord DMA transfer...... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Enhanced PIO transfer modes........ mode 3 (180 ns, i.e. 11.1 MB/sec)
    Enhanced PIO transfer modes........ mode 4 (120 ns, i.e. 16.7 MB/sec)
    Min MultiWord DMA xfr cycle........ 120 ns
    Manuf/rec MultiWord DMA xfr cycle.. 120 ns
    Min PIO transfer w/o Flow Control.. 240 ns
    Min PIO xfr w/IORDY Flow Control... 120 ns
    ************************ Inquiry Device Mode Pages Data ************
    Medium type code = 0x14 (120 mm CD-ROM (CD-R) Hybrid disc (Photo CD), door closed or caddy inserted)
    .....Testing secondary drive on primary controller.....
    ************************* Identify Device Data *********************
    Model number....................... ےےےےےےےےےےےےےےےےےےےے
    Serial number...................... ےےےےےےےےےے
    Firmware revision.................. ےےےے
    Peripheral device type ............ unknown or no device
    Removable device................... no
    Protocol type for device........... reserved
    Command packet size................ 12 bytes
    Command packet DRQ type ........... microprocessor (slow=3ms)
    DMA supported...................... yes
    LBA supported...................... yes
    Disabling of IORDY supported....... yes
    IORDY supported.................... yes
    Overlap operation supported........ yes
    PIO transfer cycle timing.......... mode 255
    SingleWord DMA transfer............ mode 255
    Active SingleWord DMA transfer..... mode 0 (960 ns, i.e. 2.08 MB/sec)
    Active SingleWord DMA transfer..... mode 1 (480 ns, i.e. 4.17 MB/sec)
    Active SingleWord DMA transfer..... mode 2 (240 ns, i.e. 8.33 MB/sec)
    Active SingleWord DMA transfer..... mode 3
    Active SingleWord DMA transfer..... mode 4
    Active SingleWord DMA transfer..... mode 5
    Active SingleWord DMA transfer..... mode 6
    Active SingleWord DMA transfer..... mode 7
    Active MultiWord DMA transfer...... mode 0 (480 ns, i.e. 4.17 MB/sec)
    Active MultiWord DMA transfer...... mode 1 (150 ns, i.e. 13.3 MB/sec)
    Active MultiWord DMA transfer...... mode 2 (120 ns, i.e. 16.7 MB/sec)
    Active MultiWord DMA transfer...... mode 3
    Active MultiWord DMA transfer...... mode 4
    Active MultiWord DMA transfer...... mode 5
    Active MultiWord DMA transfer...... mode 6
    Active MultiWord DMA transfer...... mode 7
    Exp. time to release (cmd rcvd).... 65280 ns
    Exp. time to release (srvc cmd).... 65280 us
    Major version number (std)......... 32640
    Minor version number (std)......... 65280
    ************************ Inquiry Device Mode Pages Data ************
    Medium type code = 0x8 (80 mm CD-ROM Hybrid disc (Photo CD), door closed or caddy inserted)
    .....Testing primary drive on secondary controller.....
    .....Testing secondary drive on secondary controller.....
    ATAPICD: Done.
    these the records if i use atacd203 with debug option:
    1)-----------------------
    ATAPI/CD-ROM Drive Info 2.03, Copyright (c) 1996, 1997 Dmitry V. Stefankov
    All rights reserved. Disassembly or decompilation no prohibited.
    .....Testing primary drive on primary controller.....
    !!! Task file hardware found for base=0x1F0, drive=0
    ---Get ATAPI Identify Device data---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    -> ATAPI Identify Device command failed (no data from device).
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Soft Reset command<<<
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    ---Get ATAPI Identify Device data---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    Press 'ENTER' to continue or any other key to exit:-> ATAPI Identify Device command failed (no data from device).
    .....Testing secondary drive on primary controller.....
    !!! Task file hardware found for base=0x1F0, drive=1
    ---Get ATAPI Identify Device data---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    -> ATAPI Identify Device command failed (no data from device).
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Soft Reset command<<<
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    ---Get ATAPI Identify Device data---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    Press 'ENTER' to continue or any other key to exit:-> ATAPI Identify Device command failed (no data from device).
    .....Testing primary drive on secondary controller.....
    !!! Task file hardware not found for base=0x170, drive=0
    .....Testing secondary drive on secondary controller.....
    !!! Task file hardware not found for base=0x170, drive=1
    ATAPICD: Done.
    2)----------------
    ATAPI/CD-ROM Drive Info 2.03, Copyright (c) 1996, 1997 Dmitry V. Stefankov
    All rights reserved. Disassembly or decompilation no prohibited.
    .....Testing primary drive on primary controller.....
    !!! Task file hardware found for base=0x1F0, drive=0
    ---Get ATAPI Identify Device data---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    -> ATAPI Identify Device command failed (no data from device).
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Soft Reset command<<<
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    ---Get ATAPI Identify Device data---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x41 (BSY:0,DRDY:1,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    Press 'ENTER' to continue or any other key to exit:-> ATAPI Identify Device command failed (no data from device).
    .....Testing secondary drive on primary controller.....
    !!! Task file hardware found for base=0x1F0, drive=1
    ---Get ATAPI Identify Device data---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    -> ATAPI Identify Device command failed (no data from device).
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Soft Reset command<<<
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    ---Get ATAPI Identify Device data---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x1 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    Press 'ENTER' to continue or any other key to exit:-> ATAPI Identify Device command failed (no data from device).
    .....Testing primary drive on secondary controller.....
    !!! Task file hardware not found for base=0x170, drive=0
    .....Testing secondary drive on secondary controller.....
    !!! Task file hardware not found for base=0x170, drive=1
    ATAPICD: Done.
    3)-------------------------------
    ATAPI/CD-ROM Drive Info 2.03, Copyright (c) 1996, 1997 Dmitry V. Stefankov
    All rights reserved. Disassembly or decompilation no prohibited.
    .....Testing primary drive on primary controller.....
    !!! Task file hardware found for base=0x1F0, drive=0
    ---Get ATAPI Identify Device data---
    Status reg=0x51 (BSY:0,DRDY:1,DF:0,DSC:1,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x51 (BSY:0,DRDY:1,DF:0,DSC:1,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x51 (BSY:0,DRDY:1,DF:0,DSC:1,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    -> ATAPI Identify Device command failed (no data from device).
    Status reg=0x51 (BSY:0,DRDY:1,DF:0,DSC:1,DRQ:0,CORR:0,D1:0,CHK:1)
    >>>Send ATAPI Soft Reset command<<<
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    ---Get ATAPI Identify Device data---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x51 (BSY:0,DRDY:1,DF:0,DSC:1,DRQ:0,CORR:0,D1:0,CHK:1)
    --- Polling method in use ---
    Status reg=0x51 (BSY:0,DRDY:1,DF:0,DSC:1,DRQ:0,CORR:0,D1:0,CHK:1)
    Error  reg=0x4 (MCR:0,ABRT:1,EOM:0,ILI:0;sense key->successful command)
    Press 'ENTER' to continue or any other key to exit:-> ATAPI Identify Device command failed (no data from device).
    .....Testing secondary drive on primary controller.....
    !!! Task file hardware found for base=0x1F0, drive=1
    ---Get ATAPI Identify Device data---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    --- Polling method in use ---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    Error  reg=0x0 (MCR:0,ABRT:0,EOM:0,ILI:0;sense key->successful command)
    -> ATAPI Identify Device command failed (no data from device).
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    >>>Send ATAPI Soft Reset command<<<
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    ---Get ATAPI Identify Device data---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    >>>Send ATAPI Identify Device command<<<
    ---Wait while drive is busy ---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    --- Polling method in use ---
    Status reg=0x0 (BSY:0,DRDY:0,DF:0,DSC:0,DRQ:0,CORR:0,D1:0,CHK:0)
    Error  reg=0x0 (MCR:0,ABRT:0,EOM:0,ILI:0;sense key->successful command)
    Press 'ENTER' to continue or any other key to exit:-> ATAPI Identify Device command failed (no data from device).
    .....Testing primary drive on secondary controller.....
    !!! Task file hardware not found for base=0x170, drive=0
    .....Testing secondary drive on secondary controller.....
    !!! Task file hardware not found for base=0x170, drive=1
    ATAPICD: Done.
    i get some  hope to solve the problem after i saw the Announcements of ask Expert day
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

    I believe the problems is not with the hard drive or the CD/DVD ROM, but what is on the hard drive that is keeping the OS from recognizing the ROM.
     If I am reading the posts correctly I think you have tried enabling the CD/DVD -ROM in the BIOS. Is that correct ?
    Use Partition Wizard to delete and merge any partitions that were not shipped with the laptop. With Vista there should be recovery and the OS partition and nothing else. Other partitions containing additional OS's can cause Vista not to recognize the CD drive.
      http://www.partitionwizard.com/free-partition-manager.html
    Ounce you have cleaned up the hard drive, if the CD drive is still not recognized, try reinstalling the drivers for the CD/DVD ROM in the device manager.
     If that does not work, try performing another system restore with the recovery partition, maybe with the hard drive cleaned up with Partition Wizard it will reinstall Vista correctly to recognize the CD drive.
     Another thing to do is to create a system recovery loaded on a USB flash drive. Your specific model was not coming up with the info. you have given so here is the instructions for a dv6000 cto. They are the same.
     http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01890478&tmp_task=useCategory&lc=en&dlc=en&cc=u...
     Still another option is to remove the hard drive and connect it to another computer through USB and delete everything on the hard drive and create unallocated space. Reinstall it back into the laptop and with nothing on the hard drive the BIOS may recognize that you can boot from the CD/DVD ROM drive. With that you will be able to recover your system back to Vista and of course you will have to order some recovery disk's from HP.
     Any of the above procedures are experimental and I can not guarantee if they will work, they may make things worse.

  • Report Generation Toolkit does not recognize Office 2003

    Hi there
    The newly installed MS Office 2003 and LV 8.5.
    When installing Report Generation Toolkit is screams that it does not recognize Office 2003:
    "Microsoft Office version 2000 or higher was not detected on the system. You need to install Microsoft Office 2000 or higher before you install the NI Report Generation Toolkit for Microsoft Office 1.1.2."
    What to do?
    thanks
    Pawel

    Did you reboot your system after installing Office 2003?  Have you launched Word and/or Excel since installing Office 2003?  I think there might be some registry initialization that takes place on first launch of Word and Excel.  If you've launched Word/Excel and the RGT 1.1.2 installer still isn't detecting them, there may have been a problem with your Office 2003 install.  Try uninstalling Office 2003 and reinstalling it.  When you reinstall, double-check that Word and Excel are selected in the install.  Then launch them both a first time before trying to install RGT 1.1.2.  If it still doesn't detect Office 2003, perhaps there's another problem with your system.  Are you using any foreign language software?  What OS are you running?  Is it Office 2003 standard or professional?  Is there anything weird about your Office install, like is it installed over the network instead of from CDs? 
    I'm hoping the answer to one of these questions helps you solve the problem.  Keep me posted...
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    After I updated lion to 10.7.4, app store does not recognize my ID APPLE and it unable to connect me to app store in order to update/download apps? What have I to do? I have the same problem with mac mini e mac book air. Please help me!

    Your advice did not help me. I also installed 10.7.4 combo but the situation is the same.
    my internet connection is ok, mail is ok, but app store after 3 resets does not recognize my ID and it says "connection is not possible". Why? I have the same problem in both my mac mini late 2009 and mac book air 2010? Is it a problem of 10.7.4 update? I have to solve this problem and how can i return to 10.7.3 if my last backup was not with 10.7.3???thank you for your kind collaboration...

  • Windows does not recognize ipod nano, but it charges

    Hey. If I plug my ipod into my laptop and computer, it does not recognize my ipod. It pops up a message that says that a unrecognizable usb device has been plugged in. It has, however, worked in the past. The ipod charges, but I'm not able to use it as a flash drive or to upload music or anything like that. What can I do to fix this?

    Thanks for the link. It didn't solve the issue on my mother in law's desktop, but it did contain a link to another solution for desktops (and for laptops not helped by the link you provided).
    The link reads: "If you don't have a PC laptop or the steps above did not help, see this document for more information."
    Essentially, putting the iPod into disc mode caused it to be recognized by XP and all was well.
    Anyway, your help is much appreciated as it's particularly difficult for me to work in the Windows enviroment since I so rarely do it.

  • Windows will not recognize ipod nano anymore

    At the beginning it was working fine, but after I left it for a week it stopped working. When I plugged it to the computer, the computer would not recognize it.
    When I plugged in the ipod nano into Window XP, the following happens:
    - Window XP lags and take a long time to display the message "new hardware found"
    - my ipod displays the charging symbol
    - then ipod shows the screen "Do not disconnect" and it stalls on this screen
    - after awhile, Windows show a "safely remove hardware" icon on the bottom right of my screen, but it describes the recognized hardware as "Apple ipod USB Device at location 0"
    Note that:
    - my ipod is not charged at all after all this
    - itunes would not recognize my ipod
    - there's not hardware icon in "My Computer" and "Device Manager"
    - my computer can recognize my friend's ipod
    - I can neither restore or reset my ipod because it does not get passed the "Do not disconnect" screen
    So if anybody could provide any help, i'll be very very grateful. =P Please save me.

    Maybe for that one week that you left your iPod nano idle, your iPod software automatically updated and left you with some strange conflict.
    Anyhow, your symptons sound similar to some described in this article:
    http://screwdave.blogspot.com/2006/05/ipod-nano-updater-3-23-really-needs.html
    Not sure if the solution presented in the article will work for you, but let us know if it solved it.
    Your Knight in Shining Armor (<---hehe, had to add that in)

Maybe you are looking for