HP 110-243wb w/Windows8.1 - where do I find my web camera and are my speakers my microphone?

Dear Experts: I gave up my Dell that I got in 1998 and got this HP for Christmas. I want to try Skype and have downloaded the program. My question is this: Where do I find my webcam and microphone? Thank you for any help.
This question was solved.
View Solution.

Hello @Coloradolady1,
I understand that you are trying to Skype on your new HP 110-243w Desktop PC. According to the HP 110-243w Desktop PC Product Specifications page your computer does not have a Webcam and Mic built in so you would have had to purchase them separately. What webcam and mic did you purchase? If you could post the model numbers for them or how they are connected I can attempt to help you.
Please re-post with the requested information. Thank you for posting on the HP Forums. Have a great day!
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.
Dunidar
I work on behalf of HP
Find out a bit more about me by checking out my profile!
"Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

Similar Messages

  • Where can i find more web cam effects like youcam but for mac?

    where can i find more web cam effects like youcam but for mac? i want effects to improve my web cam imige

    Hi Hans,
    I know the above address you offered but those are
    not downloadble.So do what I do .... CTRL-S (save page)
    As an Oracle trainer, I consider the OBEs to be very important. I doubt that Oracle will get rid of them.
    However, it takes time to make them. I suspect that they are created when a new feature needs to be demonstrated and the product management has the resources available.
    I just wish they would make the original set from Oracle8i available. They provided some very important basics which have long since hit the archive pile.
    I'm sure that some of the ACEs would be happy to upgrade them to Oracle10g/11g level. I know I would be willing to contribute to that effort.

  • Where can I find the current time and date of Time Capsule?

    I have a home network consisint of 2 x Time Capsules and 1 x Airport Express.  All is working fine.  I would like to set up access control for one machine connecting to the network and I can see I can do this under Access Control on the Airport Utility.  My question is where can I find the current time and date setting for these devices? 
    I can set them to use the time.apple.com server to set the time automatically, but I can't find where to see the current time and date of the device.  The only place I can see reference to the time and date is on the logs and statistics under the Advanced tab of the AirPort Untility.

    I don't think you can change the time and date on the TC itself, it just connects to a time server (and you set your own time zone).

  • Where can I find workspaces for Photoshop and/or Illustrator for download?

    Where can I find workspaces for Photoshop and/or Illustrator for download?

    Moving this discussion to the Photoshop General Discussion forum.

  • I bought CS5 Design Premium (Student and Teacher Edition) 3 years ago. Now I want to upgrade it but where can I find prices for Students and Teachers for upgrades?

    I bought CS5 Design Premium (Student and Teacher Edition) 3 years ago. Now I want to upgrade it but where can I find prices for Students and Teachers for upgrades?

    There are no upgrades for Student and Teacher Editions. You can continue to use the version you are using, or you can buy CS6 with no special upgrade price, or subscribe to Creative Cloud. However, I believe if you still qualify, you're offered a discount on Creative Cloud.
    Adobe Creative Cloud for students and teachers | Adobe

  • Where can I find my proxy address and the printer code on the HP officejet 8500A Plus

    where can I find my proxy address and the printer code on the HP officejet 8500A Plus

    Hi TanaS,
    I understand that you're trying to setup ePrint.  Most users when setting up ePrint do not require entering a proxy address. 
    Are you having trouble setting up ePrint?
    Are you getting an error message when you try to setup ePrint?

  • Where do I find agree to terms and conditions? Once I agree will I be able to see all the music I brought over from my computer to my iPad?

    Where do I find agree to terms and conditions for iTunes? Once I agree will I be able to see and listen to the music I transferred from my computer to my iPad?

    Settings>iCloud>Storage and Backup. If iCloud backup is turned on, you should see the last backup date under "Backup Now".

  • Where does the logging in RDBMSRealm go  --and-- are some JavaDocs missing?

    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

    Thanks Terry,
    Sorry, I should have mentioned that I am using WL6.0.
    Does anyone know what I need to do to get the RDBMS Realm log to start on
    WL6.0.
    About the missing JavaDocs: Also, if I am doing development using these
    classes I still do not
    understand why they are not on the 6.0 refernce site!
    About the missing JavaDocs,
    I see java docs for a lot of classes, but what document do I use that
    helps me to understand the entire framework? The Programming
    Weblogic Security does give this information.
    Example question: how do I get a reference to the realm to create
    users? Should I even be doing this?
    Thanks for your help.
    Bill.
    "THorner" <[email protected]> wrote in message
    news:B4D7B3CBF165D311844100C04F4E3E1B031246@DANCERACE01...
    If you are using WLS5.1 you much set the property
    weblogic.security.realm.debug=true
    then this information will be sent to stdout. This is set to false by
    default, as there is a lot of information, and it is a big performance
    hit.
    I think weblogic likes to avoid some of its APIs being public, which is
    annoying at times, but probably reasonable
    terry
    -----Original Message-----
    From: Bill Ralenkotter [mailto:[email protected]]
    Posted At: Thu 03 May 2001 16:00
    Posted To: weblogic.developer.interest.security
    Conversation: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    Subject: Where does the logging in RDBMSRealm go and are some
    JavaDocs missing?
    I see that a LogOutputStream is created in the example
    class RDBMSRealm, but where do all of the log
    statements go. The LogOutputStream is created as:
    log = new LogOutputStream("RDBMSRealm");
    but I do not see and file called RDBMSRealm and/or
    I do not see the log statements on stdout.
    BTW, I do have logging set to the most detailed
    level (Info) from the console if this matters.
    Also, are there some JavaDocs missing from
    Weblogic's Reference website at
    http://edocs.bea.com/wls/docs60/javadocs/index.html
    LogOutputStream is an example. I do not see the
    class when I select the package
    weblogic.logging.
    Where is it?
    Much Thanks
    Bill Ralenkotter.

  • Where can I find the Tables script that are used in the Documentation

    Hello All,
    Where can I find the Tables script that are used in the Documentation, Like Sales, Customers, employee, department.......
    Appreciate any Help
    Thanks & Regards
    Madhu K

    10g
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/scripts.htm#sthref77
    9i
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96539/scripts.htm#4216

  • TS3991 where can I find my web page I created on web me?

    where can I find my web page I created on web me?

    I'm not sure what web me is.  Are you referring to iWeb, Apple's former web page editor/manager?
    If you mean the web page that was on MobileMe, it's been deleted.  Last month, MobileMe was shut down and iCloud took over.  Unfortunately, iCloud does not provide a web page service, nor a photo gallery.
    However, if you used iWeb to create the site, then you should still have the files on your mac.  These can be uploaded to another web provider, which you would have to subscribe to.  There are hundreds if not thousands of providers around the globe. 

  • Where do i find my efax number and pin

    where do i find my efax number and pin

    Is this a free efax account that came with the printer? What model of printer do you have? Once you registered on the front panel of the printer, eFax should have sent you an email to the personal email address you provided on that registration screen. On certain printer models the fax  number will appear on the display screen after you bring up the eFax menu on the printer. If you need to recover that information you can go to eFax's web site at this link here and  use the "Forgot Number" and "Forgot PIN" links to have them resend that information to you. Click on the Forgot Number first b/c that will have you provide the email address you registered with and then eFax will email you the fax number.   The Forgot PIN link will require that fax number be entered to recover the PIN. 
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • Where do I find my web service information sheet for hp deskjet 3510?

    Where do I find my web service information sheet for hp deskjet 3510?

    Hi,
    Please use the following instructions:
    Option one: If you see an ePrint buttonOn the printer control panel, press the ePrint ( ) button to open the Web Services menu.
    If Web Services is enabled , touch Print Info . An information sheet prints that has your claim code.
    If Web Services is not enabled , touch OK to accept the terms of service, and then touch OK to accept the update. An information sheet prints that has your claim code.
    Option two: If you see a Setup iconOn the printer control panel, touch Setup ( ), and then touch Web Services Settings .
    If Web Services is enabled , touch Print Info . An information sheet prints that has your claim code.
    If Web Services is not enabled , touch Continue , touch Yes to accept the terms of service, touch Yes to accept the update, and then touch Print Info . An information sheet prints that has your claim code.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Where do I find my upgrade date and how do I find out when I bought the phone??

    I need to know where I can find my upgrade date and is there any way to find out when I started my services with Verizon?someone help plezzzzz! thanx

    Log on to your account, and click on the picture of your phone. It will show you when you can upgrade and when your contract ends. You can go back two years (or one year, if you opted for a one year contract) to figure your start date for that contract.
    If this was not your first contract, and you've been with Verizon for several years, you may need to call customer service to find out your original start date.

  • Where would I find my iMovie 6 and can I use it on the new MBPro?

    Hey.
    I have probably had a new Mac with every version of OS there is (yes, I have a Classic even) and remember distinctly running into issues with the iMovie 08 degradation which made me switch back to my trusty iMovie 6.0.3 for a time, while I grappled with learning FCE.
    I have every possible disk for every machine I had, even still in their original folders, but can I work out where iMovie 6 is?!
    You see- I have graduated to FCPro and got this new Mac with OSX 10.6.4 and am merrily making projects with that. But... I have also got this legacy of pre-FCE/FCPro days and I'd like to be able to open them and save them over into FCPro so I can rework them.
    I understand that some of the projects will open in FCPro because they don't contain transitions/titles whatever and I understand that those which cannot be opened probably need me to go in and pull a few files in order that they can be opened.
    So- I need iMovie 6 just to open them (and chuck some files so I can open the projects in FCPro as with the others).
    Because iMovie 09 (8.0.6) will only open the media as an import (I think- I can see no option to open an existing project AS it is) I need to get back to an earlier version.
    *Question- where do I find iMovie 6 in all my disk sets?*
    I even have iWorks 08 (whatever I got that for, I do not know- never used it) but cannot work out where I managed to install my iMovie 6 from. I know that it was a free download at the time because I know that folk couldn't get on with iMovie 08 but I don't have that option now anyway- it being gone from the site.

    Hi MacB - your copy would have come pre-installed with a new computer at about the Panther OS time. You may then have up-dated it to imovie 6.0.3. When you next changed computers, you would have got the new version (08 or 09), but not of course imovie 6. Thus it will not be on any disk you currently have.
    If you really need imovie 6 then I can help you - email me (see profile).

  • Where I can find MacOs 10.7 and 10.8 features, specs and other related web pages?

    What I want is to find MacOs 10.7 and 10.8 related information on pages of the apple site with detailed description of new features and specificaitons.
    I am able to see such pages about Mavericks http://www.apple.com/osx/whats-new/ or http://www.apple.com/osx/whats-new/features.html or http://www.apple.com/osx/specs/ or other pages. But I want to get the same info about the previous versions. I tried to search and haven't found anything. It looks like for some reason apple don't want to people know about previous products and products people use.
    Maybe anybody knows where it is possible to get the information?

    http://www.google.com/search?client=safari&rls=en&q=lion+specs&ie=UTF-8&oe=UTF-8

Maybe you are looking for

  • Lenovo 3000 N200 0769 Vista 32bit video driver (NVidia) full screen video problem

    Hi, would appreciate an update from Lenovo about this. The NVidia VGA driver just displays a blank screen when playing video in full screen mode when hardware acceleration is turned on (the default setting). Obviously it's a pain to turn off the hard

  • Install windows xp and windows 7 on mac pro

    I have Mac pro. I already installed windows xp on it but now i need to install windows 7 as well. So i need to have 3 os on my mac pro Mac os 10.6.2, Windows xp, and Windows 7. I m trying bootcamp (v3.0) to create one more partition for windows 7 but

  • Blinking menu bar, icons on desktop and Finder windows.

    This happened after I restarted the computer for installing software updates. The only thing that didn't blink was the dock. When I open an application, it blinks as well, but a little slower, so that gives me time to click around. Even shutting down

  • JDBC-ODBC connectivity from JSP page

    hi i am trying to connect a jsp page with database using jdbc-odbc driver. i have created a dsn with the name 'test' that connects to a database 'test' in SQL server. the following lines has been added to the web.xml file placed in the \WEB-INF folde

  • Concatenation in SQL query

    i have a doubt with the concatenation in a SQL query; When i give something like:- select 'drop table '|| tname from tab -- 1st statement it works but when i give this as below:- select 'drop table '|| tname from tab ';', --2nd statement it gives a m