No device found error

i got a very strange problem i m working on a video chat program
& after full testing it i installed it on a client who has a brand name pc ".fujitsu-siemens" with windows home edition sp2 but it always gives me no device detected
the error happened in this method :
public void setMainSource(){
           setProcessing(false);
           vidformat = new VideoFormat(VideoFormat.RGB);         
           Vector devices = CaptureDeviceManager.getDeviceList(vidformat);
           CaptureDeviceInfo di = null;
           if (devices.size() > 0) {
               System.err.println("num of : " + devices.size());
                    di = (CaptureDeviceInfo) devices.elementAt(i);
           else {
               JOptionPane.showMessageDialog(parent,
                  "Your camera is not connected", "No webcam found", JOptionPane.WARNING_MESSAGE);
            audioFormat = new AudioFormat("linear", 8000, 8, 1,AudioFormat.LITTLE_ENDIAN,AudioFormat.UNSIGNED);           
           Vector device = CaptureDeviceManager.getDeviceList(audioFormat);
           CaptureDeviceInfo audioDi = null;
           if(device.size() > 0)
               audioDi = (CaptureDeviceInfo) device.elementAt(0);
           else{
                              JOptionPane.showMessageDialog(parent,
                  "Your mic is not connected", "No mic found", JOptionPane.WARNING_MESSAGE);
           try {
               ml = di.getLocator();             
               setMainCamSource(Manager.createDataSource(ml));
             // setMainCamSource(Manager.createCloneableDataSource(getMainCamSource()));
             //setAudioSource(Manager.createCloneableDataSource(getAudioSource())); 
           } catch (Exception e) {
               JOptionPane.showMessageDialog(parent,
                  "num 0 :Exception locating media: " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
            try {           
               m2 = audioDi.getLocator();
               setAudioSource(Manager.createDataSource(m2));
              // setAudioSource(Manager.createCloneableDataSource(getAudioSource())); 
           } catch (Exception e) {
               JOptionPane.showMessageDialog(parent,
                  "num 00 :Exception locating media: " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
           try{
              DataSource[] dataSourceArr = new DataSource[2];
              dataSourceArr[0] = getMainCamSource();
              dataSourceArr[1] = getAudioSource();
              mergeDataSource = Manager.createMergingDataSource(dataSourceArr);
           }catch(Exception e){
                JOptionPane.showMessageDialog(parent,
                  "num 000 :Exception locating media: " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
       }after runing it gives me "no web cam " msg box & "no mic " msgBox
i tried in a lot of other computers with different platforms & it worked perfectly
plzzzzzzzzzzzz somebody help me....
Message was edited by:
Meto4

in the JMFregistry the camera & the sound device is already detected & i can even capture them using jmstudio but
though the jmstudio is fully working
Vector devices = CaptureDeviceManager.getDeviceList(null);,
Vector devices = CaptureDeviceManager.getDeviceList(vidformat);or
Vector devices = CaptureDeviceManager.getDeviceList(audioFormat);return empty vector

Similar Messages

  • Windows will not boot to my boot camp partition on a DIY fusion drive - gives "No bootable device found" error

    I have a MacBookPro 9,1 (mid-2012, non-retina) running OS X 10.8.2.  Here is what I have done to my system:
    Installed Windows 7 x64 Pro to a boot camp partition; installed all windows updates.
    Using WinClone, save an image of this boot camp partition.
    Removed optical drive and HDD.
    Installed HDD in place of optical drive.
    Installed SSD in place of HDD.
    Booted to recovery partition, installed OS X on a flash drive.
    Booted to flash drive, created fusion drive using [MacWorld's instructions](http://www.macworld.com/article/2014011/how-to-make-your-own-fusion-drive.html)
    Booted to recovery partition on flash drive.
    Restored system to fusion drive from a Time Machine backup. Unfortunately, it seems that because I never installed OS X on my fusion drive, I do not have a recovery partition. But that's an issue for another day.
    Using Boot Camp assistant, created a boot camp partition on my HDD.
    Using WinClone, restore my Windows installation from the previously created image.
    Now, Windows boots to a black screen telling me that it can't find a bootable device. I have tried a few things to resolve this, all without effect:
    I know that VMware Fusion has to prepare a boot camp partition in order to virtualize it, so I figured it might inadvertently fix things. Alas, while it *did* successfully boot my boot camp partition into a virtual machine, I still can't boot into Windows.
    I figured I'd just try to reinstall Windows. Surprisingly, my system booted to my Windows install disc, which was in my original optical drive (which I had put in a USB case). But, Windows refused to install, giving me a an error 0x8030024. It seems the solution to this issue is to disconnect all drives but the one on which you want to install Windows, which is something I would dearly like to avoid. It would be a pain, but more than that, I'm afraid it would bork my fusion drive, even if I'm careful to never boot to OS X with the SSD disconnected.
    A lot of places said that this error results from a borked MBR, and suggest using a tool like gptfdisk to rewrite it. I followed the instructions [here](https://discussions.apple.com/thread/4144252?start=0&tstart=0), but *that* didn't work either.
    I am now completely at a loss as to how to proceed, and Google isn't much help either.
    In conclusion, here is some information that you may find helpful:
        $ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *240.1 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:          Apple_CoreStorage                         239.7 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *750.2 GB   disk1
       1:                        EFI                         209.7 MB   disk1s1
       2:          Apple_CoreStorage                         648.4 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
       4:       Microsoft Basic Data BOOTCAMP                100.9 GB   disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Mayfly                 *884.0 GB   disk2
    $ diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group 63DC419F-1A09-4C5B-977A-F59F79502CA1
       =========================================================
       Name:         FusionDrive
       Size:         888087773184 B (888.1 GB)
       Free Space:   0 B (0 B)
       |
       +-< Physical Volume B1B14251-2DB3-491C-9E7A-5C2FD11881BA
       |   ----------------------------------------------------
       |   Index:    0
       |   Disk:     disk0s2
       |   Status:   Online
       |   Size:     239713435648 B (239.7 GB)
       |
       +-< Physical Volume D0BA2837-514D-4620-8E1D-26D18137CA94
       |   ----------------------------------------------------
       |   Index:    1
       |   Disk:     disk1s2
       |   Status:   Online
       |   Size:     648374337536 B (648.4 GB)
       |
       +-> Logical Volume Family 736A8900-FE9C-4342-A932-EDC35444774C
           Encryption Status:       Unlocked
           Encryption Type:         None
           Conversion Status:       NoConversion
           Conversion Direction:    -none-
           Has Encrypted Extents:   No
           Fully Secure:            No
           Passphrase Required:     No
           |
           +-> Logical Volume B4997853-59F8-4480-BB48-3481B2F2A123
               Disk:               disk2
               Status:             Online
               Size (Total):       884000030720 B (884.0 GB)
               Size (Converted):   -none-
               Revertible:         No
               LV Name:            Mayfly
               Volume Name:        Mayfly
               Content Hint:       Apple_HFS
    $  sudo gpt -r -vv show disk1
    Password:
    gpt show: disk1: mediasize=750156374016; sectorsize=512; blocks=1465149168
    gpt show: disk1: Suspicious MBR at sector 0
    gpt show: disk1: Pri GPT at sector 1
    gpt show: disk1: Sec GPT at sector 1465149167
          start        size  index  contents
              0           1         MBR
              1           1         Pri GPT header
              2          32         Pri GPT table
             34           6        
             40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640  1266356128      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
    1266765768     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
    1268035304         280        
    1268035584   197111808      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
    1465147392        1743        
    1465149135          32         Sec GPT table
    1465149167           1         Sec GPT header
    $ sudo fdisk /dev/disk1
    Disk: /dev/disk1     geometry: 91201/255/63 [1465149168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE    0   0   2 - 1023 254  63 [         1 - 1268035583]     *2: 07 1023 254  63 - 1023 254  63 [1268035584 -  197111808] HPFS/QNX/AUX
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused

    My setup is very similar to your's, Ryan, on a Mac Mini5,2 and the ordering is different and Winclone was not used.
    1. New Mini with internal 500GB with Mountain Lion(ML), put into an external FW enclosure, so the Mini can/could be booted using an external drive for contigency.
    2. Replaced internal stock HDD (500Gb/5400rpm) with SSD/HDD (256Gb SSD/1TB 5400rpm).
    3. Installed W7 x64 on 64GB partition on HDD, which was a single-partition drive to begin with.
    4. The remaining HDD partition and the entire SSD was put into a Fusion drive.
    5. Using Command-R, new ML installed on Fusion HD.
    Here is what I currently have...(Disk0 - SSD, Disk1- 1TB HDD, Disk2 - Fusion, Disk3 - External FW).
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *256.1 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:          Apple_CoreStorage                         255.7 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI                         209.7 MB   disk1s1
       2:          Apple_CoreStorage                         934.5 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
       4:       Microsoft Basic Data BOOTCAMP                64.9 GB    disk1s4
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion HD              *1.2 TB     disk2
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk3
       1:                        EFI                         209.7 MB   disk3s1
       2:                  Apple_HFS Rescue HD               371.8 GB   disk3s2
       3:                  Apple_HFS Leopard HD              31.9 GB    disk3s3
       4:                  Apple_HFS Snow Leopard HD         31.9 GB    disk3s4
       5:                  Apple_HFS Lion HD                 31.3 GB    disk3s5
       6:                 Apple_Boot Lion Recovery HD        650.0 MB   disk3s6
       7:                  Apple_HFS Mountain Lion HD        31.3 GB    disk3s7
       8:                 Apple_Boot Mountain Lion Recove... 650.0 MB   disk3s8
    diskutil cs list
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group A8C00490-0E14-401F-AB69-59F37724E8C4
        =========================================================
        Name:         Fusion
        Size:         1190201270272 B (1.2 TB)
        Free Space:   0 B (0 B)
        |
        +-< Physical Volume 4772013B-5520-4801-9BE5-BCAEF4AEDAB3
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     255716540416 B (255.7 GB)
        |
        +-< Physical Volume A679A101-3C78-4A59-B5EE-A4339210CFAD
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     934484729856 B (934.5 GB)
        |
        +-> Logical Volume Family 5EF5C7CA-0B9C-4169-82A1-41C84F206672
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume 1512657C-ED13-4B31-82C6-7AECBBCA7F98
                Disk:               disk2
                Status:             Online
                Size (Total):       1185508581376 B (1.2 TB)
                Size (Converted):   -none-
                Revertible:         No
                LV Name:            Fusion HD
                Volume Name:        Fusion HD
                Content Hint:       Apple_HFS
    sudo gpt -r -vv show disk1
    gpt show: disk1: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    gpt show: disk1: Suspicious MBR at sector 0
    gpt show: disk1: Pri GPT at sector 1
    gpt show: disk1: Sec GPT at sector 1953525167
           start        size  index  contents
               0           1         MBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1825165488      2  GPT part - 53746F72-6167-11AA-AA11-00306543ECAC
      1825575128     1269544      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1826844672   126679040      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1953523712        1423        
      1953525135          32         Sec GPT table
      1953525167           1         Sec GPT header

  • Error message in Audition 2.0 when trying to burn a CD: no devices found

    I am using Windows 7 and Adobe Audition 2.0.  on a new laptop (Asus).  When i try to burn a CD from the 'CD' workspace I get the error message 'no devices found'.  I have burned other CDs on this machine separately from Audition so i know the  Matsushita CD/DVD burner works.  How do I get Audition to recognize the burner device?  Thanks, Spintal

    The one time this happened to me, it turned out it was the fault of a Windows update and doing a system restore back to the first state prior to that update fixed it.
    From the number of times this crops up I suspect there are some other causes too--another thing I'd try is updated the drivers for the CD drive.
    Bob

  • HP Device Not Found Error when trying to print or scan wireless- HP Officejet Pro L7590

    Have had HP Officejet Pro L7590 All-In-One Printer for years.  Always worked fine and I had no issues printing via wireless connection.  Several months ago..  Possibly after a Windows 8 update.  From Windows 8 to Windows 8.1 I have not been able to use the printers wireless feature.  When I try to print or scan it shows the printer as offline.  Also get an error message that tells me "HP Imaging device is not found".  I can still print when connected to USB.  Cannot scan or use features of the HP software suite.  I have tried several times to correct.  Reloading the software and drivers several times, but no success.  I just tried again and was able to print the test page wireless, so got all excited and thought I fixed it.  Then tried to print something and got the same error message I have seen in the past.  I have talked to certain supports saying that it may be a firewall setting within Windows.  Any other suggestions?  Thanks

    Hi @rfjones002,
    Welcome to the HP Support Forums! I see you are not able to print or scan wirelessly to your HP Officejet L7590 and your computer running the Windows 8.1 Operating system. You get a 'Printer offline' or 'HP Imaging device not found' errors.
    I would like you to start with the steps listed below:
    Hold down the Windows Logo key () on the keyboard and the 'R' to open the run box, type %temp%
    Delete all files and folders from the temp folder. Choose skip if any pop ups appear saying any of the files could not be deleted
    Uninstall the software again - Uninstall the Printer Software Instructions
    When the uninstall has completed restart the computer
    Follow these steps to reset the registry settings and options for Windows Installer.
    Hold down the Windows Logo key on the keyboard and the 'R' to open the run box
    In the Open box, type
    msiexec /unregister
    and then click OK.
    Hold down the Windows Logo key on the keyboard and the 'R' to open the run box
    In the Open box, type
    msiexec /regserver
    and then click OK
    *Note: there is a space between the c and the /
    If you have any difficulty with this step, please use this link to perform it another way. Restarting Windows Installer
    Run Disk cleanup from Accessories\ System Tool < How to Delete files using Disk Cleanup
    Download and install the latest version of Adobe flash player http://www.adobe.com/support/flashplayerflashplaye​r/downloads.html
    Perform a clean boot > How to perform a clean boot in Windows
    Download the following SP40669 File Download - if this does not download and or install please proceed to the next step.
    Turn off the Real-Time Scanning and Firewalls; The image below is a McAfee example, if you have a different antivirus program and need help disabling Real-Time Scanning and Firewalls let me know.
    - Image source
    Now you can go ahead and download and install the software here >
    HP Officejet Pro Full Feature Software and Driver
    If you are unable to print a test page, please 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.
    Please let me know if this was successful! I will watch for your reply.
    Thank you,
    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!

  • OBIEE 10g iBots SA System error : No Devices found for User ###

    Hi All,
    I have implemented SA System in my RPD as I wanted to send emails to obi/non-obi users.
    But its giving error - No Devices found for User ....
    I found this error in S_NQ_ERR_MSG table.
    I have an entry in SA_User table, and when I login to OBI using same user, I can see my delivery profile automatically set as expected because of SA System Implementation.
    But its not working when I want to send mail to same user using iBots conditional request.
    Please advise what I am doing wrong here??
    Thanks in Advance !!..
    Well .. now the No devices issue is resolved if i select the checkbox for Interactive Dashboard and Active Delivery Profile in the Destination tab of iBot.
    But still No mail received :(
    Getting below data from S_NQ_ERR_MSG table.
    ERROR_MSG_TEXT
    1:6:Device16:/shared/_ibots/19:6045043489:6045043489:dashboard7:ibotapi6:9719.0:_:
    2:6:Device16:/shared/_ibots/19:6058035879:6058035879:dashboard7:ibotapi6:9719.0:_:
    Please help !!!
    Edited by: 995726 on Apr 11, 2013 7:04 AM

    Solved !!! :)
    Its was a small mistake..
    The SA System columns in Presentation and logical area should be exactly as expected.
    In my case, the correct column should be 'Time Zone' but I had it as 'Timezone'. :)
    Small mistakes are hard to find... neways.. hope this will help some another soul ;)
    Cheersss !!!

  • Boot Device Not Found Error Message

    I've had my laptop since May 2011.  HP Pavilion dv6
    Quad-Core AMD Phenom II 2.2 GHz
    DDR3 SDRAM 8 GB
    500 GB Serial ATA 7200 rpm hard drive.Originally Windows 7 64-bit upgraded to Windows 10 64-bit One morning I turned on my laptop and I received the following error.  The laptop lives on my desk, hasn't undergone any major changes, and I haven't moved or dropped it. I've run every diagnostic test from the F2 menu. The hard drive and memory both passed, the system tune up passed, and I've restored the BIOS to the default settings with no changes. If I hold the power button and restart the laptop usually on the 2nd or 3rd attempt the system will start normally with no issues and continue on as if nothing is wrong. This is a helpful work around but it doesn't solve the problem which is a bit of an annoyance and leaves me worried that eventually it might refuse to start at all. Thinking that a system restore might help I ran a recovery and brought it to an "out of the box" state. After that failed I decided to go ahead and upgrade from Windows 7 to Windows 10. I performed a clean install keeping none of my programs or personal files. Despite a successful Windows 10 install I still receive the same error every time I restart.  The short version:When I turn on my laptop I encounter a Boot Device Not Found Error Message.My hard drive passes diagnostic tests.My laptop will start eventually if I continue to power cycle it.

    @pkharel ,
    Hello and thank you for posting on the HP support forums.  So that I can better help you here with this hard drive issue .  Can you explain what diagnostic you ran on the hard drive.
    Did you run the diagnostics from the BIOS?
    HP Notebook PCs - System Diagnostics (F2)
    HP PC Hardware Diagnostics
    If you have attempted the diagnostics from the BIOS and are not finding the Hard drive.  See if you can find the hard drive in another computer.  If you can not find it using another computer replace the drive.  If you can and it is not located on your notebook then you have a possible issue with the motherboard.
    First thing I would do is try and restore your BIOS first.
    Restoring the BIOS
    After attempting this and you still can not find the Hard drive and you can see it in another system please contact HP phone support for repair options.
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    If the hard drive is not detected in another system then replace hard drive.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • No Bluetooth Device found after BIOS Update

    Product Name and No.: HP dv6516tx
    Operating System: Windows XP
    Error Message: No Bluetooth device found
    Changes Made: Updated BIOS to most recent version F. 5A
    System Information:
    OS Name Microsoft Windows XP Professional
    Version 5.1.2600 Service Pack 3 Build 2600
    OS Manufacturer Microsoft Corporation
    System Name UDAYMITTAL-PC
    System Manufacturer Hewlett-Packard
    System Model HP Pavilion dv6500 Notebook PC
    System Type X86-based PC
    Processor x86 Family 6 Model 15 Stepping 13 GenuineIntel ~1496 Mhz
    BIOS Version/Date Hewlett-Packard F.5A, 3/22/2010
    SMBIOS Version 2.4
    Windows Directory C:\WINDOWS
    System Directory C:\WINDOWS\system32
    Boot Device \Device\HarddiskVolume1
    Locale United States
    Hardware Abstraction Layer Version = "5.1.2600.5687 (xpsp_sp3_qfe.080930-1426)"
    User Name UDAYMITTAL-PC\Uday Mittal
    Time Zone India Standard Time
    Total Physical Memory 4,096.00 MB
    Available Physical Memory 2.23 GB
    Total Virtual Memory 2.00 GB
    Available Virtual Memory 1.96 GB
    Page File Space 4.83 GB
    Page File C:\pagefile.sys
    Problem Description:
    Yesterday I updated my laptop's BIOS to F 5A - latest available on HP Website. Since then I have lost the bluetooth functionality, which was wroking just fine prior to the update. Now the system doesn't find a bluetooth device.
    What I have already done:
    1. Switched back to previous versions of BIOS (available on HP Website coz I didn't note the BIOS version before I updated it). - That didn't work.
    2. Reseated the wireless card - Didn't work.
    3. Manually checked the connection of bluetooth module to the motherboard - Connection was fine but it still didn't work.
    4. Uninstalled the bluetooth driver and reinstalled it (HP integrated module WIDCOM) - still didn't work
    5. Installed HP Wireless Agent - Didn't work
    6. Installed HP Integrated module driver along with HP Wireless Agent - Didn't work
    7. Installed Ubuntu to check if its recognizing the device - Even its not recognizing the device which it used to do earlier.
    8. Sadly there's no BIOS setting in Setup which I can change to correct the bluetooth behaviour (Phoenix BIOS with limited interface).
    After all the research, I am posting this because I am unable to find a sloution to this problem on my own. I request the members to please help.
    Uday

    I got the bluetooth working. Had to dismantle the laptop and found that a small switch was loose.

  • AudioUnit/AudioUnit.h file not found error in ipad App?

    Hi Iam using AudioToolbox Frame work in ipad App and i have added all required frameworks. App is running successfully in Ipad Simulator. But in device, AudioUnit/AudioUnit.h file not found error has occurred. i didn't found any solution in net.
    Please any one tell the solution of this problem.
    Thanks.

    You would do better to ask this in the developer forum, not the user forum.

  • "No Disk Found" error during installation of Solaris 10[11/06] on HP 6710b

    Hallo Guys,
    I am trying to install Solaris 10 on my HP 6710b lap top but it fails with "No Disk Found" error.
    I used "Solaris 10 support tool" to check my system and it reports that my system is supported.
    You can find the report bellow. I am sure that my disk is OK and I am also using "CD-ROM" option in BIOS for installing solaris from my Solaris DVD.
    I have also updated the drivers using "CPQary3-1.71-solaris10-i386".
    Please help me.
    Thanks,
    Qumar
    Report of Sun Device Detection Tool
    The table below displays the devices detected in your system along with the corresponding driver status in Solaris 10 8/07 on x86/x64 platforms.
    All detected devices are supported by Solaris OS.
    Solaris Driver 32-bit
    Solaris Driver 64-bit
    Device Type
    Vendor Name
    Device Name
    Solaris Bundled Driver: pcic
    Solaris Bundled Driver: pcic
    Bridge
    Ricoh Co Ltd
    RL5c476 II
    Solaris Bundled Driver: hci1394
    Solaris Bundled Driver: hci1394
    Firewire
    Ricoh Co Ltd
    R5C832 IEEE 1394 Controller
    Third-Party Driver: bcme (Note-1)
    Third-Party Driver: bcme (Note-1)
    Network
    Broadcom Corporation
    NetLink BCM5787M Gigabit Ethernet PCI Express
    Solaris Bundled Driver: ahci
    Solaris Bundled Driver: ahci
    Storage
    Intel Corporation
    82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #1
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #2
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #3
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Contoller #4
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #5
    Solaris Bundled Driver: ehci
    Solaris Bundled Driver: ehci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB2 EHCI Controller #1
    Solaris Bundled Driver: ehci
    Solaris Bundled Driver: ehci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB2 EHCI Controller #2
    [W] Solaris Bundled Driver: audiohd
    [W] Solaris Bundled Driver: audiohd
    Multimedia
    Intel Corporation
    82801H (ICH8 Family) HD Audio Controller
    Solaris Bundled Driver: pci-ide
    Solaris Bundled Driver: pci-ide
    Storage
    Intel Corporation
    82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller
    [W] Solaris Bundled Driver: vgatext
    [W] Solaris Bundled Driver: vgatext
    Video
    Intel Corporation
    Mobile GM965/GL960 Integrated Graphics Controller
    Open Solaris Driver: wpi (Note-2)
    Open Solaris Driver: wpi (Note-2)
    Network
    Intel Corporation
    PRO/Wireless 3945ABG Network Connection
    [W]: (1) No Dedicated Xorg Driver supporting Graphic Interface
    (2) Driver support for indicated device not guaranteed
    Note-1: http://www.broadcom.com/support/ethernet_nic/.
    Note-2: http://opensolaris.org/os/community/laptop/wireless/wpi.

    Hallo Guys,
    I am trying to install Solaris 10 on my HP 6710b lap top but it fails with "No Disk Found" error.
    I used "Solaris 10 support tool" to check my system and it reports that my system is supported.
    You can find the report bellow. I am sure that my disk is OK and I am also using "CD-ROM" option in BIOS for installing solaris from my Solaris DVD.
    I have also updated the drivers using "CPQary3-1.71-solaris10-i386".
    Please help me.
    Thanks,
    Qumar
    Report of Sun Device Detection Tool
    The table below displays the devices detected in your system along with the corresponding driver status in Solaris 10 8/07 on x86/x64 platforms.
    All detected devices are supported by Solaris OS.
    Solaris Driver 32-bit
    Solaris Driver 64-bit
    Device Type
    Vendor Name
    Device Name
    Solaris Bundled Driver: pcic
    Solaris Bundled Driver: pcic
    Bridge
    Ricoh Co Ltd
    RL5c476 II
    Solaris Bundled Driver: hci1394
    Solaris Bundled Driver: hci1394
    Firewire
    Ricoh Co Ltd
    R5C832 IEEE 1394 Controller
    Third-Party Driver: bcme (Note-1)
    Third-Party Driver: bcme (Note-1)
    Network
    Broadcom Corporation
    NetLink BCM5787M Gigabit Ethernet PCI Express
    Solaris Bundled Driver: ahci
    Solaris Bundled Driver: ahci
    Storage
    Intel Corporation
    82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #1
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #2
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #3
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Contoller #4
    Solaris Bundled Driver: uhci
    Solaris Bundled Driver: uhci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB UHCI Controller #5
    Solaris Bundled Driver: ehci
    Solaris Bundled Driver: ehci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB2 EHCI Controller #1
    Solaris Bundled Driver: ehci
    Solaris Bundled Driver: ehci
    USB
    Intel Corporation
    82801H (ICH8 Family) USB2 EHCI Controller #2
    [W] Solaris Bundled Driver: audiohd
    [W] Solaris Bundled Driver: audiohd
    Multimedia
    Intel Corporation
    82801H (ICH8 Family) HD Audio Controller
    Solaris Bundled Driver: pci-ide
    Solaris Bundled Driver: pci-ide
    Storage
    Intel Corporation
    82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller
    [W] Solaris Bundled Driver: vgatext
    [W] Solaris Bundled Driver: vgatext
    Video
    Intel Corporation
    Mobile GM965/GL960 Integrated Graphics Controller
    Open Solaris Driver: wpi (Note-2)
    Open Solaris Driver: wpi (Note-2)
    Network
    Intel Corporation
    PRO/Wireless 3945ABG Network Connection
    [W]: (1) No Dedicated Xorg Driver supporting Graphic Interface
    (2) Driver support for indicated device not guaranteed
    Note-1: http://www.broadcom.com/support/ethernet_nic/.
    Note-2: http://opensolaris.org/os/community/laptop/wireless/wpi.

  • No volume control elements and/or devices found

    Hi, I recently installed Arch Linux and I followed the tutorials on how to configure it. At this moment I have Gnome installed and it is working fine, I only have one problem.
    Every time if I try to access volume control I get the following error:
    "No volume control elements and/or devices found"
    I'm relatively new to Linux so it might be me just being stupid(Maybe I just don't have the right packages installed) but I've searched the web and I didn't find anything that could help, I also searched this site but there are only a few things about sound problems. I think the problem is caused because Linux is not detecting my sound card (its an on board sound card) or maybe I have not given the command to detect it/activate it. In Google I've found that 'lsmod' and 'lspci' commands are for detecting drivers, so I executed those in my terminal and put them here, I hope this might help fixing my problem.
    Module Size Used by
    ipv6 252608 8
    nvidia 6828532 22
    jfs 172540 1
    ext2 57352 1
    snd_seq_oss 29184 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 46672 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6796 2 snd_seq_oss,snd_seq
    ppdev 7556 0
    eth1394 16772 0
    lp 9604 0
    snd_intel8x0 28828 0
    rtc 10416 0
    ppp_generic 23444 0
    snd_pcm_oss 39072 0
    snd_mixer_oss 14464 1 snd_pcm_oss
    sg 26652 0
    usbhid 34592 0
    hid 25088 1 usbhid
    slhc 6272 1 ppp_generic
    shpchp 29588 0
    pci_hotplug 27976 1 shpchp
    ff_memless 5256 1 usbhid
    parport_pc 35940 1
    tsdev 6336 0
    parport 31176 3 ppdev,lp,parport_pc
    i2c_sis96x 5124 0
    i2c_core 17792 2 nvidia,i2c_sis96x
    snd_intel8x0m 14476 0
    snd_ac97_codec 91940 2 snd_intel8x0,snd_intel8x0m
    ac97_bus 2432 1 snd_ac97_codec
    snd_pcm 68484 4 snd_intel8x0,snd_pcm_oss,snd_intel8x0m,snd_ac97_codec
    snd_timer 18820 2 snd_seq,snd_pcm
    snd 43492 10 snd_seq_oss,snd_seq,snd_seq_device,snd_intel8x0,snd_pcm_oss,snd_mixer_oss,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_timer
    pcspkr 2816 0
    evdev 8192 0
    ohci1394 31920 0
    ieee1394 84056 2 eth1394,ohci1394
    sis_agp 6404 1
    agpgart 26200 2 nvidia,sis_agp
    soundcore 6496 1 snd
    snd_page_alloc 7816 3 snd_intel8x0,snd_intel8x0m,snd_pcm
    8139too 22912 0
    mii 4992 1 8139too
    ext3 119688 1
    jbd 55336 1 ext3
    mbcache 7044 2 ext2,ext3
    ehci_hcd 30092 0
    sr_mod 14372 0
    cdrom 34464 1 sr_mod
    sd_mod 16768 5
    ohci_hcd 18948 0
    usbcore 115464 4 usbhid,ehci_hcd,ohci_hcd
    ata_generic 5380 0
    pata_sis 10508 4
    libata 94100 2 ata_generic,pata_sis
    00:00.0 Host bridge: Silicon Integrated Systems [SiS] 651 Host (rev 01)
    00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
    00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962 [MuTIOL Media IO] (rev 04)
    00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
    00:02.3 FireWire (IEEE 1394): Silicon Integrated Systems [SiS] FireWire Controller
    00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
    00:02.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
    00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
    00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
    00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
    00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
    00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
    00:09.0 RF controller: Advanced Micro Devices [AMD] Am 1771 MBW [Alchemy] (rev 04)
    00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
    01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
    Any help would be appreciated because this is  getting very frustrating >_>
    Last edited by NomenNescio (2007-04-28 10:50:10)

    ryurhrt wrote:
    NomenNescio wrote:
    Thanks for the help, didn't get the sound to work but yet because I kinda broke my linux(wont boot)>_>
    Gonna reinstall it, things usually go better the second time.
    make sure u have adding the user to audio group in order to access sound device.
    gpasswd -a user audio
    Yes, I think that was the problem. Anyways, I reinstalled Arch Linux and everything is working fine now.

  • After installing the current version of iTunes, I get an AppleSyncNotifier.exe - Entry Point Not Found error. It says "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll."

    After installing the current version of iTunes, I get an AppleSyncNotifier.exe - Entry Point Not Found error. It says "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll." Kindly advice a process to get rid of this error, without losing my files on the iTunes.

    Hi, I get the same error EVERY time iTunes updates.
    I have to do the fix that is suggested in this topic (cut and paste the sqlite3.dll)
    My Question:
    Since this happens every time iTunes updates...... Do I have to remove SQlite3.dll from the "apple application support" folder....... so that the sqlite3.dll is only located in the "mobile device support" folder?????
    It is getting really annoying to have to do the "cut and paste" fix every time iTunes updates.
    Thank You,
    Steve

  • V440 No Disks Found Error

    Hey all,
    I have 2 v440 with 2 disks in slot 0 & 1(in each node). I'm attempting to install S10u8, but I'm getting an error saying, "No Disks Found" during the initial install.
    On the 1st node I was able to install it on one system, but it only saw c1t1d0 and does not see c0t0d0. I've done devfsadm and no go. I have the latest patches installed as well as the latest OBP and firmware/patch installed.
    Also, the system does have the latest firmware-version for the v440 issues.
    prtconf -vp | grep 'firmware-version:'
    firmware-version: '1.03.11.01'
    The 2nd node is the one that is giving me the "No Disks Found" error.
    Has anyone experienced this before?

    Hello,
    On the 1st node I was able to install it on one system, but it only saw c1t1d0 and does not see c0t0d0.
    Is this a typo (c0 and c1, should read c0t0d0 and c0t1d0) ? If yes, reseat the disks (as Martin already suggested).
    Otherwise do you expect to see some of the internal disks on one controller and the remaining on the other ?
    After reviewing the "Matrix of Recognized Device Paths"-InfoDoc, the SCSI backplane is attached to one channel of the SCSI controller. The second channel is the external connector on the back.
    *Please post the output of probe-scsi-all or at least confirm that the disks are displayed at the ok-prompt.*
    Alterrnatively review the disk status via ALOM, this allows to get the information even on production systems without bringing them down.
    Michael
    Edited by: MAAL on 21.11.2009 11:03
    Removed irelevant contents. The OP hesitated to post the requested additional information.

  • Solaris10 Update 10 (08/11)  No Disks Found error vm3.0.1

    I have successfully installed Sol11 Exprress and Oracle Linux 6.1 in VM 3.0.1 using ISO method.
    My setup includes iSCSI devices and a HA config.
    However, everything I’ve tried with the newly released Solaris 10 R10 (08/11) it fails to finish installing with a No hard disks found error and the install aborts.
    I’ve tried Xen HVM and HVM PV Drives Domain types with same results.
    Has anybody been able to install this release of Solaris in OracleVM 3.0.1?
    Edited by: user10052240 on 22-Sep-2011 9:47 PM

    Still no luck, I get through the installation until it asks about CDROM media, then I get a pop up window with the "No Disks found" eror, after that the install exists to xterm window.
    Here's my vm.cfg in this instance I did not change xvd to hd as all my attempts to change this cause vm not to boot.
    -thanks for any advise.
    memory = 2048
    disk = ['file:/OVS/Repositories/0004fb0000030000914c5da5cda46bfc/ISOs/0004fb0000150000cb99f253bbdcfffc.iso,xvda:cdrom,r', 'phy:/dev/mapper/3600144f0e863c90000004e7d4b5f0002,xvdb,w!', 'file:/OVS/Repositories/0004fb0000030000914c5da5cda46bfc/VirtualDisks/0004fb000012000049d780014c3c21d4.img,xvdc,w!']
    vif = ['mac=00:21:f6:00:00:04,bridge=192.168.0.0']
    usbdevice = 'tablet'
    on_crash = 'restart'
    OVM_description = ''
    name = '0004fb000006000092cffa6918b35871'
    builder = 'hvm'
    on_poweroff = 'destroy'
    boot = 'dc'
    uuid = '0004fb00-0006-0000-92cf-fa6918b35871'
    vfb = ['type=vnc,vncunused=1,vnclisten=127.0.0.1']
    on_reboot = 'restart'
    vcpus = 2
    cpu_weight = 27500
    OVM_os_type = 'Oracle Solaris 10'
    cpu_cap = 0
    OVM_high_availability = True
    maxmem = 2048
    OVM_simple_name = 'sol10r10'
    guest_os_type = 'default'

  • When I tap the "download for Android" on my Android phone, I receive a "requested item could not be found" error message.

    I am attempting to install Firefox mobile on my Android phone. When I tap "download for Android" on my current browser, I receive a "requested item could not be found" error message.

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    On some supported devices, a bug prevents Firefox from appearing in the Market. This may be related to the recent Market update. You can go to Settings/Applications and uninstall the Market update, then find and install Firefox.
    Or, if you have a supported phone, you can download the app directly from here:
    http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/4.0b3/android-r7/multi/
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

  • When waking from sleep getting "Device Removal" error on Lacie external

    When waking from sleep getting "Device Removal" error on Lacie external drive. This drive is my Time Machine back-up and I don't want to lose it. I don't know if anyone else has seen this error. Let me know.

    Getting this same error since switching from Firewire to USB. I have a Maxtor drive in an Adaptec enclosure. It has it's own power supply and both USB and Firewire 400 connections. Just upgraded to a new Mini from old Powerbook, so no more Firewire 400!
    The big difference between USB and FW:
    With the old PB G4 and Firewire, when I put it to sleep, I could hear the external drive actually spin down. On wake up, It would spin up and mount properly. Now with the Mini and USB, when I sleep the Mini, the external drive NEVER SPINS DOWN. I did some research and found that many drives have built-in power management that basically powers them down after some idle time. So the Mini is going to sleep with mounted drives, at some point later the drive sleeps itself, then when the Mini wakes, the drive's not there.
    Obviously, Firewire is doing a better job of talking to my external than USB. I'm ordering a FW400-to-800 cable and will test this. I also think it has something to do with the chipset/firmware in the external enclosure, as many people are reporting their external USBs behave properly during sleep.

Maybe you are looking for