Linux ARM Softfloat JVM doesn't operate remainder operator correctly

I installed jdk-7u45-linux-arm-vfp-sflt.tar.gz (Linux ARM v6/v7 Soft Float ABI) on my pandaboard,
and found that remainder operator doesn't work correctly in case of floating-point operands.
For example, the result of
  Double res = Math.random() * 100 % 1
is,
[In Case Of SDK for x86, or Linux ARM Hardfloat SDK]
  0 < res < 1
[Case: Linux ARM Softfloat SDK]
  1 < res < 100
Is this a specification for Softfloat version or a bug?

Sorry for necro, but I was wondering if you were able to resolve this issue. I'm also running ubuntu with xfce on an ARM chromebook.
I assume you used Ubuntu Software Center to install the version you had working. I noticed the same things you found in in the INI and tried some tweaks myself, playing around with different downloads of eclipse, but I can never get the .exe to do anything either.

Similar Messages

  • Ipod Shuffle 2nd gen doesn't operate and computer does not respond.

    Hi,
    I'm having troubles with my 2nd gen iPod shuffle.
    I was listening to music at night but accidently left it on during night.
    Next day no light flashed when i turned my iPod on, so I put my iPod on the dock, hoping it would turn on again.
    I've had my iPod in the dock for a full day now but it still doesn't operate when I try to listen to music. Also, the computer doesn't recognize it. I've tried using another iPod, which worked, and also tried using another dock, with no result.
    Can anyone help me?
    I hope my English is understandable.
    Thanks.

    I just had that same problem. I also have my iPod touch but i also want to use this for many other reasons... SOMEBODY HELP!!!

  • Berkeley DB JDBC Build on Linux/ARM Errors?

    Trying to build a version of Berkeley DB 5.3.15 with dbsql and jdnc on a Linux/Arm device.
    From the build_unix directory issued the following configure command:
    ../dist/configure enable-sql  enable-jdbc
    then
    make
    The build fails while trying to compile sqlite_jni.c. The last lines of the build look as follows:
    native/sqlite_jni.c: In function 'Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2':
    native/sqlite_jni.c:1622: error: incompatible type for argument 2 of 'sqlite3_vmprintf'
    ../../lang/sql/generated/sqlite3.h:1986: note: expected 'va_list' but argument is of type 'char *'
    native/sqlite_jni.c: In function 'Java_SQLite_Database_vm_1compile_1args':
    native/sqlite_jni.c:3282: error: incompatible type for argument 2 of 'sqlite3_vmprintf'
    ../../lang/sql/generated/sqlite3.h:1986: note: expected 'va_list' but argument is of type 'char *'
    make[1]: *** [sqlite_jni.lo] Error 1
    make[1]: Leaving directory `/root/db-5.3.15/build_unix/jdbc'
    make: *** [jdbc] Error 2
    Also tried including --enable-java in the configure script with the same effect.
    Any suggestions?
    Thanks,
    -- Jim C

    I have done some porting work of Berkeley db4.6.21 on vxworks6.3, and I think my experiences may help:
    If you decide to use db-4.5.21, simply open the WorkBench2.5, create a "downloadable kernal module", and then import the db source tree, make sure not to import the files not needed. To see what files to be imported, you can open the db/dist/srcfiles and retrieve the lines with "vx" string, and import only the files listed in the retrieved list.
    Then, you can build the project. Note that there are some data type conficts between berkeley db source and the vxworks os, that is the u_int8_t and the like, you will have to remove the definitions in the headers belonging to vxworks.

  • Fix:  Portal Server on Linux (Start-up JVM Crash Error!)

    A Long problem with the Sun JVM for Linux is the implementation of the
    Hotspot Server. I just ran into this problem on Service Pack1 of Portal
    Server on Linux and I am sure more will. So I offer this advise.
    On Linux your Sun JVM will crash with the -server option on the Java
    COmmand-line.
    The Best place to remove this is in the set-environment.sh file where
    you have an option to change the Java VM Options. Remove the "-server"
    option from the Linux Case Variable.
    ==================================================================================
    Stack Dump Of JVM Crashing
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002C4
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.3.1_02-b02 mixed mode)
    # An error report file has been saved as hs_err_pid4244.log.
    # Please refer to the file for further information.
    Weblogic Stack Dump
    ==================================================================================
    <Feb 22, 2002 10:43:41 AM EST> <Notice> <Management> <Loading
    configuration file ./config/portalDomain/config.xml ...>
    Unexpected Signal : 11 occurred at PC=0x40359322
    Function
    name=build_loop_late__14PhaseIdealLoopP4NodeR9VectorSetR9Node_ListPC14PhaseIdealLoop
    Library=/usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    Current Java thread:
         at weblogic.management.internal.Helper.checkPermission(Helper.java:1510)
         at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:577)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:352)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:449)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:190)
         at $Proxy10.registerConfigMBean(Unknown Source)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.registerForAdminChanges(ConfigurationMBeanImpl.java:187)
         at
    weblogic.management.internal.ConfigurationMBeanImpl.preRegister(ConfigurationMBeanImpl.java:138)
         at
    com.sun.management.jmx.MBeanServerImpl.preRegisterInvoker(MBeanServerImpl.java:2245)
         at
    com.sun.management.jmx.MBeanServerImpl.registerMBean(MBeanServerImpl.java:864)
         at
    weblogic.management.internal.RemoteMBeanServerImpl.registerMBean(RemoteMBeanServerImpl.java:177)
         at weblogic.management.Admin.start(Admin.java:382)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:372)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
         at weblogic.Server.main(Server.java:35)
    Dynamic libraries:
    08048000-0804c000 r-xp 00000000 03:05 1999297
    /usr/local/jdk1.3.1_02/bin/i386/native_threads/java
    0804c000-0804d000 rw-p 00003000 03:05 1999297
    /usr/local/jdk1.3.1_02/bin/i386/native_threads/java
    40000000-40016000 r-xp 00000000 03:05 278541 /lib/ld-2.2.4.so
    40016000-40017000 rw-p 00015000 03:05 278541 /lib/ld-2.2.4.so
    40018000-40019000 r--p 00000000 03:05 2293840
    /usr/lib/locale/en_US/LC_IDENTIFICATION
    40019000-4001a000 r--p 00000000 03:05 1311271
    /usr/lib/locale/en_US/LC_MEASUREMENT
    4001a000-4001b000 r--p 00000000 03:05 2179084
    /usr/lib/locale/en_US/LC_TELEPHONE
    4001b000-4001c000 r--p 00000000 03:05 2179378
    /usr/lib/locale/en_US/LC_ADDRESS
    4001c000-4001d000 r--p 00000000 03:05 2179377
    /usr/lib/locale/en_US/LC_NAME
    4001d000-4001e000 r--p 00000000 03:05 819215
    /usr/lib/locale/en_US/LC_PAPER
    4001e000-4001f000 r--p 00000000 03:05 2228231
    /usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    4001f000-40020000 r--p 00000000 03:05 1310740
    /usr/lib/locale/en_US/LC_MONETARY
    40020000-40021000 r--p 00000000 03:05 2294287
    /usr/lib/locale/en_US/LC_TIME
    40021000-40022000 r--p 00000000 03:05 2588686
    /usr/lib/locale/en_US/LC_NUMERIC
    40022000-40023000 r-xp 00000000 03:05 377830
    /app/bea/wlserver6.1/lib/linux/i686/libterminalio.so
    40023000-40024000 rw-p 00000000 03:05 377830
    /app/bea/wlserver6.1/lib/linux/i686/libterminalio.so
    40024000-40033000 r-xp 00000000 03:05 278589 /lib/libpthread-0.9.so
    40033000-4003b000 rw-p 0000e000 03:05 278589 /lib/libpthread-0.9.so
    4003b000-40044000 r-xp 00000000 03:05 1458520
    /usr/local/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so
    40044000-40045000 rw-p 00008000 03:05 1458520
    /usr/local/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so
    40045000-403c4000 r-xp 00000000 03:05 1736988
    /usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    403c4000-40518000 rw-p 0037e000 03:05 1736988
    /usr/local/jdk1.3.1_02/jre/lib/i386/server/libjvm.so
    40530000-40533000 r-xp 00000000 03:05 278557 /lib/libdl-2.2.4.so
    40533000-40534000 rw-p 00002000 03:05 278557 /lib/libdl-2.2.4.so
    40534000-40668000 r-xp 00000000 03:05 278553 /lib/libc-2.2.4.so
    40668000-4066e000 rw-p 00133000 03:05 278553 /lib/libc-2.2.4.so
    40673000-40686000 r-xp 00000000 03:05 278562 /lib/libnsl-2.2.4.so
    40686000-40687000 rw-p 00012000 03:05 278562 /lib/libnsl-2.2.4.so
    40689000-406ab000 r-xp 00000000 03:05 278559 /lib/libm-2.2.4.so
    406ab000-406ac000 rw-p 00021000 03:05 278559
    /lib/libm-2.2.4.so406ac000-406e0000 r-xp 00000000 03:05 328177
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    406e0000-406ec000 rw-p 00033000 03:05 328177
    /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
    406ee000-406ff000 r-xp 00000000 03:05 672226
    /usr/local/jdk1.3.1_02/jre/lib/i386/libverify.so
    406ff000-40701000 rw-p 00010000 03:05 672226
    /usr/local/jdk1.3.1_02/jre/lib/i386/libverify.so
    40701000-40722000 r-xp 00000000 03:05 672227
    /usr/local/jdk1.3.1_02/jre/lib/i386/libjava.so
    40722000-40724000 rw-p 00020000 03:05 672227
    /usr/local/jdk1.3.1_02/jre/lib/i386/libjava.so
    40725000-40739000 r-xp 00000000 03:05 672228
    /usr/local/jdk1.3.1_02/jre/lib/i386/libzip.so
    40739000-4073c000 rw-p 00013000 03:05 672228
    /usr/local/jdk1.3.1_02/jre/lib/i386/libzip.so
    4073c000-4146d000 r--s 00000000 03:05 82306
    /usr/local/jdk1.3.1_02/jre/lib/rt.jar
    4149a000-4173f000 r--s 00000000 03:05 82307
    /usr/local/jdk1.3.1_02/jre/lib/i18n.jar
    4173f000-41755000 r--s 00000000 03:05 82294
    /usr/local/jdk1.3.1_02/jre/lib/sunrsasign.jar
    4f8bf000-4f8ea000 r--p 00000000 03:05 2588691
    /usr/lib/locale/en_US/LC_CTYPE
    4f8ea000-4f8f0000 r--p 00000000 03:05 1015824
    /usr/lib/locale/en_US/LC_COLLATE
    4f8f0000-4f8f9000 r--s 00000000 03:05 378091
    /app/bea/wlportal4.0/lib/campaign_system.jar
    4f8fc000-4f906000 r-xp 00000000 03:05 278578 /lib/libnss_files-2.2.4.so
    4f906000-4f907000 rw-p 00009000 03:05 278578 /lib/libnss_files-2.2.4.so
    4f907000-4f921000 r--s 00000000 03:05 378106
    /app/bea/wlportal4.0/lib/commerce_system.jar
    4f921000-4f933000 r--s 00000000 03:05 378145
    /app/bea/wlportal4.0/lib/patches.jar
    4f933000-4f9a1000 r--s 00000000 03:05 378144
    /app/bea/wlportal4.0/lib/p13n_system.jar
    4f9a1000-4f9d8000 r--s 00000000 03:05 378108
    /app/bea/wlportal4.0/lib/ext/HTTPClient.jar
    4f9d8000-4f9ec000 r--s 00000000 03:05 378110
    /app/bea/wlportal4.0/lib/ext/jdom.jar
    4f9ec000-4fa09000 r--s 00000000 03:05 378113
    /app/bea/wlportal4.0/lib/ext/wlcsparsers.jar
    4fa09000-4fa11000 r--s 00000000 03:05 378161
    /app/bea/wlportal4.0/lib/portal_system.jar
    4fa11000-51210000 r--s 00000000 03:05 377880
    /app/bea/wlserver6.1/lib/weblogic.jar
    5126f000-51346000 r--s 00000000 03:05 377884
    /app/bea/wlserver6.1/lib/xmlx.jar
    51346000-5134f000 r-xp 00000000 03:05 672231
    /usr/local/jdk1.3.1_02/jre/lib/i386/libnet.so
    5134f000-51350000 rw-p 00008000 03:05 672231
    /usr/local/jdk1.3.1_02/jre/lib/i386/libnet.so
    517c5000-519cb000 r--s 00000000 03:05 2048809
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/cloudscape.jar
    519cb000-51b98000 r--s 00000000 03:05 2048859
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/tools.jar
    51b98000-51bd8000 r--s 00000000 03:05 2048808
    /app/bea/wlserver6.1/samples/eval/cloudscape/lib/client.jar
    51d00000-5217f000 r--s 00000000 03:05 639310
    /usr/local/jdk1.3.1_02/lib/tools.jar

    Hello Brossier,
                           We can't fix that issue finally we reinstalled portal server.
    Better you raise ticket to SAP may be they ll fix.
    Best Regards,
    Navaneethan

  • Firefox4 cleared compnents.classes(cid) error, but Start page still does not load? just shows search bar that doesn't operate /load?

    Loaded Firefox 4, received error message components.classes(cid), now corrected through help pages. But Firefox Start Page only shows a Search bar, that doesn't operate, page does not carry any other information, presume it's not downloading correctly, any ideas??

    This issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    See:
    * [[Troubleshooting extensions and themes]]

  • Cmd-N to create new window doesn't operate on frontmost app!?

    Hi there
    It's second nature for me to cmd-tab to another app, then hit cmd-N to open a new window in the frontmost app.
    I notice however in 10.6 that cmd-N doesn't operate on the frontmost application, but rather on the app of a window that my mouse cursor is on.
    So if Terminal is the active application with a window open, then I cmd-tab to Safari so that it is frontmost, but my mouse cursor is still over the Terminal window, cmd-N opens a new Terminal window.
    Is this the expected behaviour? It feels very wrong.

    I just noticed that this is only happening with Terminal - so another app is frontmost but the mouse cursor is over a Terminal window, cmd-N operates on Terminal, NOT the frontmost app.

  • JRE for Linux ARM architecture plus browser plugin

    Hello,
    is there a port of JRE for Linux ARM architecture?
    I was only able to find Blackdown's JRE 1.3. Unfortunatelly this one does not contain a plugin for Mozilla browser.
    Thank you for help
    Kalle

    Hi There
    Are you using Mozilla Firefox to access the console or Internet explorer ?
    If its INternet explorer then please follow this :- +
    Installing TightVNC for Non-Linux Users
    After Oracle VM Manager is installed, install the TightVNC-Java applet for non-Linux users to access virtual machines. Download the latest version from: http://oss.oracle.com/oraclevm/manager/RPMS/.
    To set up the TightVNC-Java applet:
    Install it using the command:
    # rpm -ivh tightvnc-java-version.noarch.rpm
    version refers to the version of the TightVNC-Java applet. For example:
    # rpm -ivh tightvnc-java-1.3.9-3.noarch.rpm
    This should work out for you, try it in INternet explorer first, then you will know if it worked.
    Make sure u restart after installation of the RPM
    cheers
    let moi know how u get on

  • Hi I'm running Addressbook and cannot clear previous entry easily when searching my data base of around 5,000 contacts.    I prefer to view in All contacts on a double page spread with details on the right page.  Searching doesn't seem to work correctly i

    Hi I'm running Addressbook and cannot clear previous entry easily when searching my data base of around 5,000 contacts. 
    I prefer to view in All contacts on a double page spread with details on the right page.  Searching doesn't seem to work correctly in this view.
    It's always the second search that is problematic.
    I've tried typing over and all it seems to do is confine the search to the the entries that have come up for the previous search.
    I've tried to use the x to clear the previous entry and then type the next search, same problem.  The only way seems to be to move from "All Contacts" to "Groups".  Then the searched name appears and I can return to All Contacts to see full details.
    Surely three key press' are not the way it's supposed to work?
    FYI
    Processor  2.7 GHz Intel Core i7
    Memory  8 GB 1333 MHz DDR3
    Graphics  Intel HD Graphics 3000 512 MB
    Software  Mac OS X Lion 10.7.3 (11D50d)
    Address book Version 6.1 (1083)
    MacBook Pro, Mac OS X (10.7.1), 8Mb RAM 2.7Ghz i7

    AddressBook experts are here:
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion#/?tagSet=1386

  • FCP X doesn't display iMovie clips correctly in Event Library

    I have 10 years of clips that are setup by year/date in iMovie. Although I had imported most of the media in 2009, iMovie seems smart enough to read the actual file metadata and find the media recording date, which is prior to the import date. As a result, the clips are diplayed correctly in iMovie Event by Year/Month of actual recording.
    However, the Event Library in FCP X doesn't do that at all and lists the events by "Content Creation" date, which is simply reads from the system file date, and NOT the recording date that is embedded into the file.
    Bottom line is that Event Library is semi-useless as it doesn't all at display my clisp in the correct order, unlike iMovie that was doing it correctly.
    Any ideas?

    I went into Finder and discovered that FCP X created a directory structure where the files are in the correct Year/Month directory structure (as an exact mirror directory structure as the iMovie one), so it's even more weird that the Event Library doesn't display the events correctly???

  • HT1386 my iphone doesn't import phone numbers correctly

    my iphone doesn't import phone numbers correctly from my address book.  some are imported with the area code separated from the number, as it is in the address book (by a dash or parentheses).  these the phone will dial correctly.  others are imported with all the numbers bunched together, without separations between the number and area code, even though in the address book they are separated.  these the phone won't dial correctly, and I get a message from verizon saying it won't connect with the number as dialed.  how can I get the phone to import the numbers as they appear in the address book?

    Hi, bjholladay. 
    I would recommend the steps in the article below.  See the section labeled Verify that the Apple Mobile Device USB Driver is installed > For Windows XP or Vista, Windows 7, and Windows 8 > Update the Apple Mobile Device Driver.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Cheers,
    Jason H.

  • Numbers application on Ipad, the 'VALUE' function doesn't seem to work correctly on the string/text I want to convert to a value.

    Hi, I would appreciate if someone could assist with the following.  On the Numbers application on my Ipad, the 'VALUE' function doesn't seem to work correctly on the string/text which I want to convert to a value.  It gives me an error (in my example: 'VALUE requires a string specifying a number, but found "-14308.65" instead.'
    The exact same document (if converted from Numbers to excel), displays the converted string/text correctly in MS Excel as a value though.

    click on the cell then in the formula bar and use the arrow keys to move the cursor to see if there are any other characters in the cell that could confuse the function.  Also make sure the localization for your country is correct in System Prefs.
    Maybe copy the EXACT contents of the cell and post here.

  • Swalife websight doesn't operate correctly on one of our computers and works fine on the other

    We have two Dell laptops. For explanation of this problem, I will refer to them as #1 and #2. I have used Firefox on #1 for 3 years now. Our other computer, #2 has been using IE, but because of IE issues, we decided to switch it to FF also. It is necessary for us to use swalife.com website for work. When I log in to swa life on #1 it works fine as it always has. We downloaded FF 18.0 on #2 and the swalife site only has partial functionality. We can log in to the site on #2 and it recognizes the names and passwords, but will not open the default opening page. The default page has 4 tabs, news, need to know, swa pics, and profiles. The only tab out of the three that works correctly is the need to know tab. The other three have a window that opens that displays the following message:
    This Connection is Untrusted
    You have asked Firefox to connect
    securely to blog.swalife.com, but we can't confirm that your
    connection is secure.
    Normally, when you try to connect securely,
    sites will present trusted identification to prove that you are
    going to the right place. However, this site's identity can't be verified.
    What Should I Do?
    If you usually connect to
    this site without problems, this error could mean that someone is
    trying to impersonate the site, and you shouldn't continue.
    blog.swalife.com uses an invalid security certificate.
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)
    Yesterday I contacted Norton security. They took control of #2 and said that it wasn't a security problem and that they couldn't fix it. He suggested using Chrome, since swalife.com operated fine with chrome on #2. That is not the solution I wanted. We also contacted Tech Support at swalife and they had no idea what the problem could be. My question to you is...if swalife.com operates correctly on#1 with FF18.0, why can't #2 operate on FF18.0? Both computers are in the same room, using the same router, and are on the same Insight cable connection. I have checked and compared security settings on both computers and both appear to be identical. Please note, that in the Untrusted window it says that "You have asked FF to connect securely to blog.swalife.com but we can't confirm that your connection is secure." We are not asking to connect to blog.swalife. We never use it. The site sends us to this window directly from the log on page.
    Please Help
    Larry Krauss
    [email protected]
    614-448-8035

    The blog.swalife.com server doesn't send a required intermediate certificate.
    You can inspect the certificate chain via a site like this:
    *http://www.networking4all.com/en/support/tools/site+check/
    You can Copy and Paste the certificate text of the intermediate certificate (COMODO High-Assurance Secure Server CA) to a .cer text file and import the certificate in the Certificate Manager or use Firefox > New Tab > Open File.
    DO NOT set any trust bits, those are only required for root certificates and should never be set for intermediate certificates.

  • Air Linux Arm happiness

    I've been developing Air apps for a few years now, I even wrote a white paper for the Adobe LCCS team.  Now I'm working on porting our code to our partners 8" linux photo frame with an arm processor.  Currently all I have to work with is FlashLite4 (so no sqlite...).   I'd like to know how I go about getting a version of air that will run / compile onto this platform?
    I understand if the answer is apply for access, sign my life away, and beg for acceptance into some Adobe program   I just want to know how I can get there.
    Thanks!
    -Eric

    AIR for Linux Alpha is out:
    http://labs.adobe.com/wiki/index.php/AIR_for_Linux:Release_Notes
    -ted

  • Printer doesn't operate correctly w/firefox

    printer is very slow when using firefox, but not when using internet explorer.
    == This happened ==
    Every time Firefox opened
    == i installed new hpf4400 deskjet printer

    I have an HP Photosmart 7960.  When I want to print something from an email, it doesn't print it all.  If, for example, I print or attempt to print a schedule, it would miss who is on the schedule but have the time of this person that is scheduled.  It would print only parts of it.
    Also, I used to be able to transfer pictures from the card from a camera into a port from the printer and on to the computer.  Right now, the printer doesn't allow that.  A message in red comes on stating the printer does not recognize the computer.
    Sorry I wasn't very explicit before.
    Deanculvert

  • DVD RW AD 7581S doesn't operate

    I have a notebook pro 4510 with a DVD RW AD 7581.  It doesn't recognize any types of disk (Music, DVD, blank) and doesnt spin. tried desintal it in system and so on but also tried take away and reinstall driver. Still nothing. What can i do?

    Hello Peter2003,
    Your Probook is a Business model.  Your issue would be best answered on the HP Enterprise Business Community Forums
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

Maybe you are looking for

  • Stored Procedure/Function

    Hi All I am trying to create a stored procedure that will return a line from a table. The basic brief I have is that we have a bunch of tables that set up the user security and they link back to a our_systems table which holds info about all internal

  • Export and import only table structure

    Hi , I have two schema scott and scott2. scott schema is having table index and procedure and scott2 schema is fully empty. Now i want the table structure, indexes and procedure from scott schema to scott2 schema. No DATA needed. What is the query to

  • How to keep a R/3 session from R/3

    Hi, There is a R/3 transaction RF Monitor (TCode LRF1) that is used in WM to control all operations, users and TO's. When a user is connected to a normal GUI Session, user name appears in this transaction with the number of TO that is being procceced

  • 39L4300U TV will not play Youtube videos

    Just hooked up the so called Smart TV a couple of weeks ago. Not impressed. It has cost me $75 so far for tech service which bty, in not refundable inspit of what they tell you before you pay. If at the end of your 16 days and you still have a proble

  • Ifrogz case and screen protector

    I had an ifrogz case on my 3G and really liked it. Bought one for my 4 but, even with ifrogz own screen protector, when I put the case on after installing the protector, the edges of the protector lift up. Seems like the only way to fix this is to tr