Doubt in Win CVS

hi All,
I need to manage my project files in Eclipse by using Win CVS
the issue is when i try to create a new repository location , i don't understand what to enter in 'Host' and 'Repository Path ' columns
Host is the CVS server machine name
Repository Path is the folder where CVS server keeps files
Can i specify Repository path as
c:\eclipse\workspace\MySampleProject
DO i need to downlaod and install CVS server onmy machine , if yes , can anyone pls tell the site , i searched but didn't finf any good one
Thnx & Regards

Hi
Message
A message is the smallest unit of information that is inserted into and retrieved from a queue.
Queue
A queue is repository for messages. Queues are stored in queue tables
Enqueue
To place a message in queue
Dequeue
To comsume a message
Agent
An agent is a end user or the application uses a queue
Thanks
Venkat

Similar Messages

  • Flex 2.5.31 bug: As Regards Wine CVS Users: No Clear Downgra

    Flex 2.5.31 bug: As Regards Wine CVS Users: No Clear Downgrade Path: Please Advise
    Wine CVS (at least dx9-wine tree) fails with flex error (lex.yy.c error, etc):
    Please see: http://www.kerneltraffic.org/wine/wn20030509_169.html#4
    Key bit: 'Flex 2.5.31 bug. Downgrade to 2.5.3a, "make clean" in the tools directory and you are back.'
    Search for flex with pacman yields 2.5.33-1 (current), search in AUR for flex finds nothing relevant.
    Other less savory (and less repeatable) fixes aside, what is the proper "ArchLinux" way to resolve this issue?  To trace upstream a bit further, what is the proper "ArchLinux" way to install a particular Wine fork?

    JGC wrote:Last time I got this bug with wine, I just did a 2nd run of make and it compiled fine
    I had tried that, no dice.
    make[2]: Entering directory `/root/.WineCVS/sources/dx9wine/wine/tools/wrc'
    gcc -c -I. -I. -I../../include -I../../include -DINCLUDEDIR=""/usr/local/include/wine"" -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c
    lex.yy.c:9174: error: syntax error before numeric constant
    lex.yy.c: In function 'yy_scan_string':
    lex.yy.c:9175: error: number of arguments doesn't match prototype
    lex.yy.c:367: error: prototype declaration
    lex.yy.c:9177: warning: passing argument 1 of 'strlen' makes pointer from integer without a cast
    lex.yy.c:9177: warning: passing argument 1 of 'yy_scan_bytes' makes pointer from integer without a cast
    make[2]: *** [lex.yy.o] Error 1
    Found a reference here -- http://www.winehq.com/hypermail/wine-de … /0612.html -- to similar/same problem, will check a bit more.  I can't sort out if this a bug in flex, problem with the Makefiles, or...something else.

  • Upgraded Qosmio X500-10T to Win 8.1: Sound drivers for 5.1 over HDMI

    Hello *brilliant* Toshiba community,
    I have recently upgraded my Qosmio X500-10T from 64-bit Windows 7 to 64-bit Windows 8.1.
    I have left Windows to download driver updates.
    My setup: Qosmio (HDMI) => Yamaha AV receiver (HDMI) => Samsun LCD TV.
    _The Problem:_ Playing a video file (in MPC-HC) with 5.1 sound only outputs 2 channel PCM.
    Would it be better to install the Win 7 drivers from Toshiba even though they are older and for a different OS, or install windows 8.1 drivers from another Qosmio, or leave the Win 8.1 drivers found by Microsoft?
    This driver issue is made more problematic as I don't actually know what the technical hardware components are in the machine so its not as though I can find a win 8 driver for them.
    As always any help or suggestions are greatly appreciated.
    Buzz

    Hi
    From my knowledge the Win 7 drivers are totally different from Win 8.1 drivers and I doubt that Win 7 driver would work properly on Windows 8.1 system. However, you can test such Win 7 drivers too. But of course I would recommend you to use the Win 8.1 drivers released for other notebook series.
    As Im not mistaken the Qosmio X500 needs 2 sound drivers: Conexant (chip CX20583-10Z) sound driver as well as the nVidia sound driver (for HDMI)

  • Help needed in setting up CVS / wincvs

    Please help me in configuring CVS / wincvs. Iam tryinf to install CVS and WINCVS both on my win2000 machine.
    I have done until here:
    1) downloaded cvs.tar.gz file and opened up the file at:
    C:\CVS\MyCvs\cvs-1.12.1
    2) downloaded "wincvs", opened the file at:
    C:\CVS\My-Win-Cvs\WinCvs120
    and then installed it here:
    C:\Program Files\GNU\WinCvs 1.2
    3) Created a folders called master for "repository" purpose and in here:
    C:\src\master
    4) Created a folder called for each of the projects for the purpose as "work" area.
    C:\CVS-Projects\Project1
    I will create Project2, Project3..... as i keep adding Projects. But for the time being ...i have only ONE project as Project1.
    5) Then opened up the WINCVS browser window and went to Admin > Preferences:
    a) Tab General looks something like:
    Enter the CVS Root::pserver:dhirubhai@localhost:c:/src/master
    Authentication:"passwd" file on the CVS server
    Use Versioncvs 1.10 (standard)
    b) 5th ...WinCvs tab is:
    HomeC:\CVS-Projects
    and the rest of the other tabs are set to default.
    Please Help as when i do:
    Admin > login .....i get this:
    cvs -q login
    (Logging in to dhirubhai@localhost)
    cvs [login aborted]: connect to localhost:2401 failed: Connection refused
    *****CVS exited normally with code 1*****
    Iam very confused. Please help !!!!!
    -dhir

    I think you must install this to have a cvs srver on
    your machine:
    http://www.cvsnt.org/wiki/
    from where did you get this "cvs.tar.gz" file and what
    is in it?I have downloaded the cvsNT version. started the service.
    This is the URL that iam following:
    http://w1.858.telia.com/~u85831169/InstallCVSNT.html
    But iam getting problem at step # 9. Adding CVS users
    This is what i did ....after opening up the command prompt.....
    NJRARWKS0AB5 = my computer name.
    Please read inline:
    C:\>set cvsroot=:ntserver:NJRARWKS0AB5:/TEST
    C:\>cvs passwd -a <my-user-id-to-login-to-my-machine>
    cvs [passwd aborted]: the :ntserver: access method is not installed on this syst
    em
    why am i getting error when iam setting the password ????
    -dhir

  • Fingerprint scanner issue with Win 7 and Satellite Pro A300

    SORRY MODEL IS A300.
    Upgraded/overlayed Vista to Windows 7 Professional and have found fingerprint scanner not working.
    Unable to remove program and wont accept fresh install of fingerprint scanner or even new fingerprint to be scanned. (Old Vista program working in background somehwere?)
    Is the fingerprint scanner which was installed under Vista now not compatible with WIndows 7.
    There seems to be no upgrades or downloads for Fingerprint Drivers for Windows 7 as yet.
    Message was edited by: lasdec1

    Hi mate
    To be honest I doubt that Win 7 drivers would be published for this oldie.
    I mean the Satellite Pro A30 is a older series and even Vista drivers were not published for this model row
    I searched on the Toshiba European driver page but I found only the W2k, Win XP drivers for this unit
    So if you want to use Win 7 on this notebook, then you need to collect the drivers at your own hand and this would be the same with the fingerprint reader. Maybe the driver designed and released for other series would work.
    It looks like Toshiba is in progress of driver release for different series you could take a look to the different series and could try the drivers.

  • Wine config

    I've got a dual boot system with windows XP (fat32) on one partition and arch linux on the other.  I downloaded wine (with pacman) but don't see any way to point it to my windows partition.. it keeps creating a /home/viniosity/.wine/ directory.  Anyone have any pointers as to how to get wine looking at the right windows install?

    Here is the PKGBUILD
    #Cam's orignal, modified by CyberTron and Searinox and Cerebral. Maintained by CyberTron
    pkgname=dx9wine-cvs
    pkgver=20050613
    pkgrel=3
    pkgdesc="WINE-cvs with DirectX9 patch unstable"
    url="http://www.winehq.org"
    depends=('x-server')
    patchname=d3d9patch
    patchver=2005-06-13
    source=(http://dl.sourceforge.net/sourceforge/directxwine/$patchname.$patchver.diff.bz2)
    md5sums=('36e1253f232d28e95a57cfaf813777f8')
    conflicts=('wine')
    provides=('wine')
    build() {
    cd $startdir/src
    #Login to cvs, password is: cvs
    export CVSROOT=:pserver:[email protected]:/home/wine
    echo -e 'cvsn' > cvs login
    cvs -z 0 checkout -D 2005-06-14 wine
    #patch with latest direct x
    patch -Np1 -i $startdir/src/$patchname.$patchver.diff
    # continue with standard build
    cd $startdir/src/wine
    ./configure --prefix=/usr --sysconfdir=/etc --enable-opengl --with-x
    make depend || return 1
    make || return 1
    make prefix=$startdir/pkg/usr install
    rm -f $startdir/pkg/etc/expand
    mkdir -p $startdir/pkg/etc/wine
    mkdir -p $startdir/pkg/etc/profile.d
    cp -r $startdir/src/wine/documentation/samples $startdir/pkg/etc/wine
    I am running it from the /home/viniosity/PKG/winedx directory as a normal user using the makepkg command.  I tried as root but got the same error.  I also tried removing the entire line that started with echo -e but it still failed.  The error I got when I removed it was:
    ==> Starting build()...
    cvs checkout: warning: failed to open /home/viniosity/.cvspass for reading: No such file or directory
    cvs checkout: authorization failed: server rhlx01.fht-esslingen.de rejected access to /home/wine for user cvs
    cvs checkout: used empty password; try "cvs login" with a real password
    can't find file to patch at input line 4
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    |diff -X ignore -Nru clean/wine/dlls/d3d8/basetexture.c patch/wine/dlls/d3d8/basetexture.c
    |--- clean/wine/dlls/d3d8/basetexture.c 2005-06-03 19:08:48.000000000 +0100
    |+++ patch/wine/dlls/d3d8/basetexture.c 2005-06-14 13:41:56.000000000 +0100
    The only two files I have in the /home/viniosity/PKG/winedx directory are the PKGBUILD (above) and the file dx9wine-cvs.tar.gz.
    I will download the binary but would rather get this figured out if at all possible first.
    Thanks!

  • Re: Need Windows 7 driver for Statelite L310 Laptop

    Hey, All,
    I've juz format my Toshiba Statelite L310 Lapotop to Windows 7, but my bluetooth & other device cant be function anymore...
    Anyone know where can get the Wins 7 driver?
    Thx a lot

    Hi
    I doubt the Win XP drivers will work for Win 7 OS.
    I made some experience with Vista drivers on Win 7 and many Vista drivers worked using Win 7 but didnt notice that any Win XP drivers would work using Win 7.
    Greets

  • Question about wineCVS

    I just install wine-cvs from AUR...
    How can I use it to install a game??
    Thankx

    kingboxer wrote:Is wine-cvs similar to WineX???
    No. WineX used to be what is now Cedega; the Wine branch specifically designed for video games. It's a commercial off-shute of the main Wine distribution. While Cedega is a pay product, in the past you can get a CVS version for free. If you look around on the web, you can probably find instructions on how to get it. Who knows, maybe someone built a copy for Arch already.
    Edit-->> I checked and there are Cedega packages in AUR. How cool is this community?

  • Doubts and problems with CVS Cedega

    Well, first, I want to make a question:
    - If I use wine for playing Warcraft III, for example, I must use the -opengl option, and the image quality is reduced. If I use CVS Cedega (I guess it has DirectX compatibility), Can I have a more quality and performanced game using the DirectX? I have tried to run it in wine without -opengl option. The image quality is better, but my FPS go down from 22 to 5 xDDD
    Second is about the Wine installer:
    I have followed the wiki: Method 1: http://wiki.archlinux.org/index.php/Cvscedega (I don't want to pay for cedega xD, and the Method 2 gives me lots of errors...)
    After getting the script I had a ./configure error that I have solved doing:
    cd /root/.WineCVS/sources/cvscedega/winex
    autoconf
    but when it arrives to compile it gives me errors so, as the wiki says, I have erased all the top comments. But it still gives me compilations errors:
    make[2]: se ingresa al directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools/widl'
    make[2]: No se hace nada para `all'.
    make[2]: se sale del directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools/widl'
    lex.yy.c:7630: error: expected ';', ',' or ')' before numeric constant
    make[2]: *** [lex.yy.o] Error 1
    make[2]: *** Se espera a que terminen otras tareas....
    lex.ppl.c:15188: aviso: se definió 'yyunput' pero no se usa
    make[2]: se sale del directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools/wrc'
    make[1]: *** [wrc] Error 2
    make[1]: se sale del directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools'
    make: *** [tools] Error 2
    Error in Make
    Try fixing the error based on the output above, and
    run the script again, without paramaters (Eg: WineCVS.sh)
    note: se sale del directorio == Leaving directory
    What is the solution to that problem and how getting installed CVS Cedega?
    Greetings
    Last edited by Davigetto (2007-07-15 00:31:01)

    Well, first, I want to make a question:
    - If I use wine for playing Warcraft III, for example, I must use the -opengl option, and the image quality is reduced. If I use CVS Cedega (I guess it has DirectX compatibility), Can I have a more quality and performanced game using the DirectX? I have tried to run it in wine without -opengl option. The image quality is better, but my FPS go down from 22 to 5 xDDD
    Second is about the Wine installer:
    I have followed the wiki: Method 1: http://wiki.archlinux.org/index.php/Cvscedega (I don't want to pay for cedega xD, and the Method 2 gives me lots of errors...)
    After getting the script I had a ./configure error that I have solved doing:
    cd /root/.WineCVS/sources/cvscedega/winex
    autoconf
    but when it arrives to compile it gives me errors so, as the wiki says, I have erased all the top comments. But it still gives me compilations errors:
    make[2]: se ingresa al directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools/widl'
    make[2]: No se hace nada para `all'.
    make[2]: se sale del directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools/widl'
    lex.yy.c:7630: error: expected ';', ',' or ')' before numeric constant
    make[2]: *** [lex.yy.o] Error 1
    make[2]: *** Se espera a que terminen otras tareas....
    lex.ppl.c:15188: aviso: se definió 'yyunput' pero no se usa
    make[2]: se sale del directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools/wrc'
    make[1]: *** [wrc] Error 2
    make[1]: se sale del directorio `/home/davigetto/.WineCVS/sources/cvscedega/winex/tools'
    make: *** [tools] Error 2
    Error in Make
    Try fixing the error based on the output above, and
    run the script again, without paramaters (Eg: WineCVS.sh)
    note: se sale del directorio == Leaving directory
    What is the solution to that problem and how getting installed CVS Cedega?
    Greetings
    Last edited by Davigetto (2007-07-15 00:31:01)

  • Doubt about with update Win Phone 8 - Lumia 820

    Good afternoon,
    I bought my lumia 820 1 month ago. The OS is 8.0.10211.204, firmware 1232.5957.1308.0001 and my IMEI is 35xxxxxxxxxxxxx.
    My device does not identify the new firmware update "... 1314 .." launched a few weeks.
    I know that my phone company here in Brazil (VIVO) is the responsible to provide this update, but I wanna know how I can update my celphone without depending my phone company.
    Moderator's Note: IMEI was removed. Please don't publish the unique serial numbers of your device on a public web forum.

    Good article.

  • Win 7 PC freeze and block network access for other PC on same switch during windows update from WSUS

    Hello,
    It's been a problem for me for a long time now, but the last time (today) I found 3 PC on 2 different switches that block all the network on this 2 switches during the update. 
    I have a Domain with 80 PC with Win 7 (32&64bit) that takes the updates from the WSUS server that is configured on a Win2k8 r2. The system works well from 2 years from now but sometimes cause this errors that make me look like a dummy in front of angry
    employees. If one of the PC get freeze , it will cause lost of connection on all the PC on same switch, and i have to find the blocked PC, remove from network, restart switch and hope that they will came back on.
    Does anyone experienced this problem? Any help will be appreciated 
    Thank you!
    List of updates for today below

    Hi
    Thanks for your response, yes I understand that the result is a Broadcast Storm and yes I have the cheapest switch on market :/.
    The interest fact is that on one PC, I changed everything and keep only the old HDD and on last updates yesterday it was one of the blocked one too. So this make
    me doubt that is something wrong in software on that PC. I don't have any third-part programs except browsers and all have Genuine Win7 
    The only investigation remained is what happens during the update process? 
    Is WSUS involved in something?
    And another thing is the fact that some of the PC are cloned, but I have carefully changed the SID
    Thank you for your support

  • Illustrator CC 64 bit crashes after a few seconds of being open (Win 8.1 64bit)

    After following all related issues of others online, nothing has worked to solved this mystery.
    Ai CC 64bit crashes after a few seconds of being open. I am running Win 8.1 64bit. All other Adobe CC apps work. I have installed and re-installed countless times, no help.
    I am 100% convinced that Illustrator CC is 100% incompatible with Windows 8.1. Even the Microsoft compatibility page has 100% votes for incompatible yet it states it is compatible.
    Adobe, if you care about paying customers, please fix this. I am coming from OS X and everything was flawless.

    DustinWilliam,
    When something is wrong and you uninstall and reinstall, you should always run the Cleaner Tool inbetween to remove what may be lingering, although I doubt whether it will help in this case.
    http://www.adobe.com/support/contact/cscleanertool.html
    Other than that, I believe this is one for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up
    or for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html
    You may also hope for one of our staff friends here.
    If nothing brings anything, please report back, and I will ask someone to find the right someone to sort it.

  • Win 8.1 Pro Key Problem or not ?

    Okay so i just brought a new  computer
    with win 8.1 pro 
    Installed windows when it asked for the key i tried to type the numbers that where on the blue folder thingy i had win8 cd in
    an it wouldent let me use the number 0  so i couldent do any thing.......
    so i said skip to the key thingy an after a while when the computer was done installing an i finaly was in windows
    i had a look an  now it suddenly says its activated ? how can it activate it self with a key i havent given it ?
    Also the key in the end says AAOEM what does that mean ?

    Hi Zaris24,
    Have you compared the product ID in the machine with the key you owned ?
    To check the product ID:
    Right click the start screen and choose "System".
    “the key in the end says AAOEM”
    It shows us that the product key is a OEM key. OEM activation does not  require  the user`s actions and the key should only be used to activate this specific machine.
    Here is a link for reference(Pay attention to this part” Original Equipment Manufacturer”):
    Learn About Product Activation
    http://technet.microsoft.com/en-us/library/ff793423.aspx
    Hardware vendors perform OEM activation by associating the operating system to the firmware (basic input/output system, or BIOS) of the computer. This process occurs before the computer is sent to the customer so that no additional actions are required
    by the user.
    If you have any doubts in the genuine of this machine, please run this tool to have a diagnostic:
    Microsoft
    Genuine Advantage Diagnostic Tool
    Best regards

  • Win 8.1 taking ownership and making a maze of my system

      Hi,  I am running a surface Pro 3 with win 8.1 I have had to factory reset it once, but now it has these  problems.
    The System has taken ownership of my folders and sub-folders and has been creating a maze of folders. It is replacing files with a desktop.ini fle  and an otherwise empty folder. I am getting access denied pop-ups and false errorrepports.
    question- Now that I have taken ownership of one of thee user  folders, before I do anything else I need to know the answers to the following.
    What do I do about two unknown accounts? they only have traverse, read, and execute as permission. What do I do about inheriting? Should the system have permission to take ownership? And lastly, if I took control specifically with my main account and am
    an Admin, then Admins should be left as can take ownership? (otherwise, If I understand it correctly, it would trump the allow to take ownership permission for me as an admin?) 
    I know I could read up on it in your tutorials, but I  am a senior citizen. and have no patience left, nor the time to plow through all those tech pages and try to figure out what it all means. That is for the next generations. I am fortunate to understand
    as much as I do, and trouble shoot with success. 
    Thank you in advance for your help to whoever has the answers.
    Respectfully,
    sandy

    Hi,
    What kind of folders are you referring to? Different folders can have different owner for different purposes, some system files are access denied by default even you're admin, it is designed for security. It's normal, for example, the "User"
    folder you have mentioned above, the "System" account should be the owner of the folder and you don't need to change it, please see my snapshot below:
    Regarding to the unknown account, my guess is that it’s probably a user account from second OS or
    previous OS that has been removed or recently deleted because of the “format” action. Or if you doubt this, I recommend you run a virus scan incase some virus infection. Please also launch registry editor, then navigate to HKLM\Software\Microosft\Windows
    NT\CurrentVersion\ProfileList check if you can find user SID for the account.
    For inherited permissions, they are those that are propagated to an object from a parent object, I think the following can be more clear than I described
    https://technet.microsoft.com/en-in/library/cc726071.aspx?f=255&MSPPError=-2147217396
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Sound from speakers & headphones is monaural NOT stereo HP Pavilion TS 15 Notebook PC Win 8.1

    My HP Pavilion TS 15 Notebook PC  is only 2 weeks old I found out soon after I got it that any test I do of the left and right speakers or headphones is not stereo.   When I click on the left speaker I hear the sound in the center and when I click on the right speaker I hear the sound in the center.  I have tried a test from the internet same results.   However, if I connect a bluetooth audio device then when I click on the left speak I hear the sound on the left only and when I click on the right speaker I hear the sound in the in the right only.  Also when I boot the computer with Ubuntu 13.10 there is stereo distinct sounds from either the left or right when I run the left right test. 
    At first and before I installed Ubuntu HP was sure it was a hardware problem and sent a tech out to install a circuit board which the headphone plug was on, thinking the jack was defective and mixing the left and right channels.   That didn't fix it.  I went to the Realtek website and ran their program which removed all traces of the sound driver and installed the newest one they had, didn't help.    Hp log into my computer and cruised around but found nothing wrong.   I have played with every sound setting there is, no change.   The final solution they suggest is to reinstall Windblows 8.1.  I really don't want to do this as I just did it to transfer from my win 7 notebook to this one using windows easy transfer.   FYI this computer is one HP sent me to replace the previous G6 Win 7 notebook which had unresolvable problems, worse than that this is the 3rd computer HP has send me to replace previous ones which each had their own set of unresolvable problems.  So I haven't had very good luck with HP computers!
    Anyway I am left with maybe a couple possibilities.   1. Reload windblows, I cannot use easy transfer because it no longer works on win 8.1 (maybe file history will work though I'm not sure)   2. Try windows refresh which won't remove as much of what I have installed.   3. Maybe someone has experienced a similar problem and can share here.
    Any help is appreciated.
    Michael
    UPDATE:
    HP wanted me to do a clean reinstallation of Win 8.1, sent me the disks to do it, but the disks were defective and wouldn't go on to the second disk.   I used the Disks I had made from the computer they worked and the reinstallation was completed.   That didn't resolve the problem!   They decided to send me a replacement computer.
    The new computer is a  HP ENVY TS 15 Notebook PC with win 8.1 updated.   Same problem except the speakers seem to be in stereo but the headphone jack is still mono.   I chatted with HP last evening and was told this is a "Known problem and the fault of Windows 8.1"    Can someone tell me if this is true?    I have doubts but really want to know.
    Michael

    Hp replaced this computer for me due to this problem, however, the Envy (dumb name) they sent me to replace it had the same problem.   I did fine a solution and here is the web address http://h30434.www3.hp.com/t5/Notebook-PC-Sound-and-Audio/envy-17-headphones-in-mono-not-stereo/td-p/...
    Read down a few posts for the solution by making changes to the registry.   But, my problem and the solution was with a win 8.1 computer and I do not know it it applies to Win 7.  Unless, you have the same sound card and driver, which I doubt.  If you haven't removed the sound card driver and reinstalled it with the one on the HP website do try that.
    Good luck.
    Michael

Maybe you are looking for

  • I really want more options for page layouts.

    I am enjoying iphoto11, but sometimes wish for more page layout options.  Is it possible to flip an entire page layout  - like the option to flip a photo? I am currently working with a Photo Essay theme and in most of the layouts the text box is on t

  • HT2736 how do i transfer iTunes credit to another account?

    I want to transfer credit on my itunes account to a family members account, can I? How do I?

  • A/R Credit Memo for A/R Reserve Invoice

    Hi guyz, I have a question for A/R Credit Memo. Hope anyone can help. Steps: 1. I created an Sales Order, let say "Item A" with quantity 100 pcs. 2. I copied my Sales Order to A/R Reserve Invoice but i customized the quantity to 70 pcs (Sales Order s

  • Kerberos auth. not working..with VDI 3.1 EA

    Guys, krb5.conf file is configured correctly. command line utilities nslookup and kinit are working fine.. Kerberos auth. giving following error in cacao logs.. com.sun.directoryservices.service.ConnectionException: Failed to connect to ad://COMPANY/

  • Photo stuck in edit (crop)

    I have an iPhone 4s (my first).  I tried editing a photo by cropping on the phone and it appears that I cannot progress to the actual 'crop.'  I don't have a "crop" button - just "Constrain" I touch that and have tried everything but it just won't cr