Can You Explain This One? :-)

Okay, so I installed a sound blaster xtreme gamer onto my computer.
After manually installing the latest drivers for it from the creative website, I restarted the computer and
creative audio control panel still could not detect the card. I checked in device manager though and sure enough it was there, ali've and ticking.
I then proceed to Control Panel to set the creative as my primary device ( my other is onboard realtec)
Here's the funny thing though. I set it as the default and nothing happens, no sound.
I then set the default to the
Speakers Creative SB XF and whoolah, sound is now working fine. Have to say, it sounds a step up from that realtec crap. But isn't it ironic that I don't have to set the default to the actual device but to the speakers? For the record I use the Logitech Z2300 2. setup
Still can't get creative audio control panel to detect the card but hey, is it worth the pissing about with?

! Hell yes, been playing Half Life Episode 2 and I feel like jumping out of my skin!!
I don't know why many people rave on about how onboard is almost as good as a dedicated good sound card because it really isn't. So glad I made the upgrade and it wasn't expensi've.
I have disabled the realtec and still no update detecting the card.. Its not a big deal though, I can just check manually for drivers/software in the future.

Similar Messages

  • Daemon Threads: Can you explain this behaviour

    Hey All,
    Please refer to code segment given below. As per the defination of Daemon threads it should terminate when all other user threads die. In this case it should terminate when main thread ends as thread2 has not been initiated yet.
    The result is not consistent. We get the expected output sometimes, whereas sometimes program goes in to an infinite loop and other times excutes a few lines of thread2 and then quits.
    Can someone explain this?
    Thank you
    Vidur Gupta
    class simpleThread extends Thread
         public void run()
              System.out.println("Thread 1 daemon starts");
              babyThread thread2 = new babyThread(); //Thread2 created
              thread2.setDaemon(false); //Thread2 daemon=false
              thread2.start();          
              System.out.println("Thread 1 daemon status= "+ this.isDaemon());
              System.out.println("Thread 1 ends"); //thread1 ends
    class babyThread extends Thread
         public void run()
              System.out.println("Thread 2 starts");
              while(true) //Thread2 goes in to an infinite loop
              System.out.println("Thread 2 daemon status= "+ this.isDaemon());
    public class daemon
         public static void main(String[] args) //Main
              int i=0;
              simpleThread thread1= new simpleThread(); //Create thread1
              thread1.setDaemon(true); //Set Thread1 as Daemon
              thread1.start();
              while(i<1000000)
                   i++;
              System.out.println("Thread Main ends"); //Main ends
    }

    It's not clear what behavior you expect, or what behavior you're observing, but here's what I would expect to happen:
    thread1.start() is called.
    After that, either of two things could happen:
    1) the main thread could go into your very short spinlock counting up to 1000000
    OR
    2) thread1 starts running
    You can't predict or control which one of those happens, and it may be that on successive runs of your program, one happens sometimes and the other one happens other times.
    At some point, you'll get to where the main thread dies. If the only other thread that has been started is thread1, then, since it's a deamon, the program will die.
    However, it may be that sometimes that happens, and other times, thread1 gets enough CPU time to call thread2.start(). You may not see any output from thread2 or see the ""Thread 1 daemon status" output that comes right after t2.start() before main ends, but if t2 has been started, then you've got another non-deamon.
    Bottom line: Whether or not there's an additional non-deamon besides main depends on how the scheduler happens to schedule your threads, and you should not expect that to be consistent or predictable.

  • Can you explain this for me?

    Hi Guys,
    I'm a novice at best here, and get great satisfaction
    tinkering and figuring things out with web sites. I have a question
    about how to program a flash page that has a main navigation menu
    on the left side of the page that stays constant while the right
    side of the screen switches pages when you click a button.
    I lifted the code from one of the navigation buttons and it
    reads as follows:
    on (rollOver) {
    gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
    gotoAndPlay("s2");
    on (release) {
    if (_root.b<>2 and _root.m<>1) {
    _root.cont1.gotoAndPlay("start");
    _root.b = 2;
    I know the "on realease" command will call a separate page on
    to the screen but in order to acheive this, what do I have to do to
    fly in the separate page? What's the connection?
    Can you explain to a true novice what is happening here or
    give me a resurce to learn more about this technique?
    I really appreciate your time and knowledge.
    Thanx again

    OK your code isn't quite there. First of all look up
    'Buttons' in the Flash Help guide and learn more about them.
    'on(release)' is a 'handler' that respondes to a mouse click, it
    doesn't do anything else, other than what you tell it to. it is the
    same for 'on(rollOver)', 'on(rollOut)', and others.
    'gotoAndPlay(frame OR label)' tells the playhead to move to a
    new place in the timeline your calling, where you have placed new
    content. You can keep the 'navbar' showing by placing it on a layer
    that doesn't change throughout the timeline, and on different
    'layers' you can place keyframes and put new content in them to
    create a 'page' so to speak.
    HERE is a very
    basic example of the principle, however in this example I have
    placed the button handlers on the main timeline and you call them a
    little differently this way you say:
    my_btn.onRelease = function() {
    //...do something
    but the basic system is the same. it's generally a good idea
    to put your code on an actions layer in the timeline, instead of
    attaching it to buttons or clips, it makes it easier to reference,
    and debug.

  • My daughter's stolen iPhone is CCing her eMail.  Can you explain this?

    My daughter had her brand-new (2 days old) iPhone stolen in Baltimore, MD last summer at a concert.  Recently, she has started recieving email  (on a gmail account that must have been entered/configured somehow) from the phone. Since this is Verizon CDMA phone (no removable SIM  - true?)  we believe the thief is using the phone more or less as an iPod Touch - using it on WiFi - they are sending all kinds of email bearing photo attachments and etc. to their family members.... and my daughter is getting a copy of all the messages on her Gmail account.   The thief apparently does not realize  there is a copy of their
    e-mails being forwarded somewhere.
    Can somebody explain what may be going on here  and what was configured  that is causing the phone to now send a copy of every email to a gmail acct?   I can post the header information from one such message if that would be helpful. 
    We got the phone disabled (I thought)  and replaced  soon after the incident - but I would still like to send the police to retreive the stolen phone - just to teach them a lesson.     Any ideas how this might be occurring and/or how I  miight be able to take advantage of the situation?    The header info has the IP address of the sender (presumably a router IP address... we'd have to get that provider to give up who the IP was leased to at that point in time, etc. ) 
    Any ideas on this bizarre  'iPhone back from the dead'  situation ?
    Thanks in advance.

    Did she have the Passcode lock enabled on her iPhone?
    If not, was she accessing her Gmail account with the iPhone's Mail app?
    If she was accessing her Gmail account with the iPhone's Mail app and she did not have the Passcode lock enabled on her iPhone, did she change the password for her Gmail account after her iPhone was stolen?

  • Can You Explain This SQL Query - Inline View Included

    The query is taken from "Oracle Database 10g: SQL Fundamentals II" page 3-7 (chapter 3)
    I do not fully understand the following query:
    SELECT a.last_name, a.salary, a.department_id, b.salavg
    FROM   employees a, (SELECT   department_id,
    AVG(salary) salavg
    FROM     employees
    GROUP BY department_id) b
    WHERE  a.department_id = b.department_id
    AND    a.salary > b.salavg;
    The inline view can return several records. Can you please tell me in step by step how does this work. I understand the concept of join tables and aliases, etc. I just need to know the mechanism of this code.
    Thanks

    user11164565 wrote:
    The query is taken from "Oracle Database 10g: SQL Fundamentals II" page 3-7 (chapter 3)
    I do not fully understand the following query:
    SELECT a.last_name, a.salary, a.department_id, b.salavg
    FROM   employees a, (SELECT   department_id,
    AVG(salary) salavg
    FROM     employees
    GROUP BY department_id) b
    WHERE  a.department_id = b.department_id
    AND    a.salary > b.salavg;
    The inline view can return several records. Can you please tell me in step by step how does this work. I understand the concept of join tables and aliases, etc. I just need to know the mechanism of this code.
    The query is returning the last name, salary , department and average salary of all the departments where salary is greater than the average salary.
    HTH
    Aman....

  • Transport Basics: Can you explain this to me?

    Hello Experts,
    In Transport Organizer: Requests (se09), I double clicked on a Transport request and I could see a display of the Transport Request number (Request/Task: BWIK…..) and 3 tabs (Properties, Objects, Documentation).
    1. Under Objects tab I see InfoArea, InfoObject, info Catalogue –Are these the referring to object grouped in the transportable package?
    The Status of each of them was “Object Locked”, what is the significance of this status?
    2. On double clicking the InfoObject, (ZCO_AREAS) from this list, I see a long list of infoobjects consisting of Table Names, Tale Keys, and A or A*. Can you help me interpret this information?
    3. On double clicking on the first (table name: RSDATRNAV) from the list, it gives
    the “Display Key for Table RSDATRNAV”
    Med. Field label        |   Field Name  |  T..    |  Length  |  Key Value
    Characteristic            |…………………………………………….
    Version                      |……………………………………………
    Attribute                    |……………………………………………
    If these are field names in the table RSDATRNAV, why is it listing e.g. Attribute? 
    When I double click on Characteristic from this screen, it brings another screen and it kept going.
    Can you help me interpret the above screen and what is going on?
    4. On the other hand, if I double click on the Transport Request number (Request/Task: BWIK…..) I get “Display key for Table” with this info:
    Med. Field label        |   Field Name  |  T..    |  Length  |  Key Value
    ………………          |…DIMID …   |  I       |    4          |  
    ………………          |…TCO45 …   |  C      |    5          |  
    ………………          |…TCO46 …   |  C      |    3          |  
    And when I click on e.g. TCO45, it brings a screen and it continues even much longer until a point when I get “No next object exists with keys”
    I will appreciate if you could help me to understand what is taking place. Please in your explanation touch on the tables and keys.

    Amanda,
    Its the contents of your transport requests, the name and properties of objects which you were trying to transport to next level.The objects will be on lock to break this lock then you have to go to SE03 click unlock object then mention your transport request then go with unlock.If you want to delete any object in your transport then first you have to unlock the request then you will be able to delete the object.
    BWIK is nothing but your transport name, its start with that name.
    Everything which you mentioned as question is properties.
    Once you release the request then it will display you the status.Is the transport moved to quality or to production all the details.
    Hope its help.
    Please let me know if you need anything more.
    Thanks
    Ram
    "BW is Everywhere"

  • Can you explain this? Export sizes are way smaller than I want!

    I shoot RAW files and I have a bunch of images from my recent vacation that are huge files like 16 - 20mp per image. I just exported a bunch of photos and now they are showing up as 64kb when I exported them to my desktop then I dragged them back into a new folder in Aperture 3 and those same files are showing up as 0.4mp! What is causing my files to get super small. I knew something was wrong when i looked at my images on my Apple TV and they looked horrible! I use my own presets I have been using since day one. Aperture is just acting real strange today. I don't know if I just need to reboot my system.
    When I export my RAW files, they are being exported as JPEG files. I don't need them to be 16-20mp after the export. I always make the images smaller for social networking sites, etc. This has never been an issue. I just can't figure out if I take one of my RAW files that when double clicked, it fills up my entire computer screen pretty much then export it out of Aperture and then check the file size after export. Its really really small like 0.4 or 64kb.

    What are the "Export Settings" that you are using when you export your images?
    To get the best jpeg quality, set the "Export Preset" for your Versions to "Jpeg Original Size". Then set the Preset to "Edit" and check, if the options are still correct: The "Size To" selector should be set "Original Size" and the "Quality" slider at least to "10".
    Regards
    Léonie

  • After I download the new version of firefox, it flashes that it cannot finish because I do not have privilages to certain things in the new version. Can you explain this?

    I get all through the downloading process and move it to my applications. It then ask me if I want to replace the old version with the new one. When I click on replace, a new window comes up with the fact that my computer does have privileges for some of the operations so I cannot complete the process. What really gets me though, is that it still pops up saying I need to download the new version. I do not know what to do.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Can you explain this topics

    1.fixed value mapping 
    when we have to use and how?
    2. what are the objects will be transferd from ECC 6.0 to XI system.
    3. mapping template when and we have to use?
    4. i sent file from source directory but at target side i didnt have that target directory name where that file is stored and how can i view that file.

    Hi,
    1.fixed value mapping  when we have to use and how?
    If we have very less values to map like for Gender we have only 2 value Male and female then we will go for it. If we have more value we will go for value mapping
    In Message Mapping you will have functions there u will find Conversions in that fixValues will be there double click on it and speciy the vales.
    2. what are the objects will be transferd from ECC 6.0 to XI system.
    Didnt Get u Completely, Can u be more clear.
    IDOCs we can transfer.
    3. mapping template when and we have to use?
    If we want to save the part of mapping for further use we will go for Mapping Template.
    4. i sent file from source directory but at target side i didnt have that target directory name where that file is stored and how can i view that file.
    You can see in Pay Load and Receiver CC in RWB.
    Thanks.

  • Can anyone explain this one to me?

    I open a directory containing jpeg's
    load the images into an arrayList
    When I add the media tracker waitForID() I get out of memory error
    Take the wait out and it loads no problem:
    Here's the code
    for( int i = 1; i <= questionText.length; i++ ){
             File fileName =  new File(dir, i+".jpg");
                try{  
                 if( fileName.exists() ){
                      image = null;
                      image = new ImageIcon(fileName.toString()).getImage();
                      m.addImage(image, i);
                      imageList.add(image);
                 else{
                      imageList.add(null);
                  m.waitForID(i);
                  }catch(InterruptedException e ){System.out.println( e );}
           }

    That is what I was thinking but then I tinkered with the code a little so it looks like this:
    App loads ok, but now I get a NullPointerException from the catch for each image.
    for( int i = 1; i <= questionText.length; i++ ){
             File fileName =  new File(dir, i+".jpg");
                try{  
                 if( fileName.exists() ){
                      image = null;
                    // changed this image versus imageIcon  
                      image = Toolkit.getDefaultToolkit().getImage(fileName.toString());
                      m.addImage(image, i);
                      imageList.add(image);
                 else{
                      imageList.add(null);
                   // changed to waitForAll
                   m.waitForAll();
                  }catch(Exception e ){System.out.println( e );}
           }This is really giving me a headache.
    Jim

  • Can you explain this error message with MERGE statement

    Here is the code that gives me headache.
    I give you the description of the two tables involved and the error message I get when I run a simple MERGE statement
    SQL> desc employees
    Name Null? Type
    EMPLOYEE_ID NOT NULL NUMBER(6)
    FIRST_NAME VARCHAR2(20)
    LAST_NAME NOT NULL VARCHAR2(25)
    EMAIL NOT NULL VARCHAR2(25)
    PHONE_NUMBER VARCHAR2(20)
    HIRE_DATE NOT NULL DATE
    JOB_ID NOT NULL VARCHAR2(10)
    SALARY NUMBER(8,2)
    COMMISSION_PCT NUMBER(2,2)
    MANAGER_ID NUMBER(6)
    DEPARTMENT_ID NUMBER(4)
    SQL> desc emp2
    Name Null? Type
    EMPLOYEE_ID NOT NULL NUMBER(6)
    FIRST_NAME VARCHAR2(20)
    LAST_NAME VARCHAR2(25)
    1 MERGE INTO emp2 e2
    2 USING employees e
    3 ON (e2.employee_id = e.employee_id)
    4 WHEN MATCHED THEN
    5 UPDATE SET
    6 e2.employee_id = e.employee_id,
    7 e2.last_name = e.last_name,
    8 e2.first_name = e.first_name
    9 WHEN NOT MATCHED THEN
    10 INSERT VALUES
    11 (e.employee_id,
    12 e.last_name,
    13* e.first_name)
    14 /
    ON (e2.employee_id = e.employee_id)
    ERROR at line 3:
    ORA-00904: "E2"."EMPLOYEE_ID": invalid identifier
    Any responce much appreciated

    Hi,
    Columns going to be updated should not be in 'ON clause' , try to delete the line 6 of your query. By the way, there isno sense to update e2.employee_id = e.employee_id when matched, the equality is already verified.
    Nicolas.

  • Regarding receiving texts as emails:  Can you apply this setting to one individual? I want to continue to receive texts from everyone else except one person!

    Regarding receiving texts as emails:  Can you apply this setting to one individual? I want to continue to receive texts from everyone else except one person!

    Don't want to block the person, just have all his texts going directly to my email so that I can maintain a continuous record of his text contacts (rather than remain in text form).
    It appears that I must select an option that makes ALL texts go to email, which I'd prefer not doing.

  • Is there anyone there? I hope there is someone who can you understand this problem and have the common sense to respond?  I open gmail. I want to save an email to one of my folders. I position my cursor over the appropriate Folder icon or by choice, to th

    Is there anyone there? I hope there is someone who can you understand this problem and have the common sense to respond?
    I open gmail. I want to save an email to one of my folders.
    I position my cursor over the appropriate Folder icon or by choice, to the Trash.
    The friendly finger pointing cursor icon changes to an arrow icon.
    The hand icon allows me flawless access to opening and/or moving emails.
    The arrow, however does not open the link.
    On the Google menu bar the cursor hand with finger opens the links to Everett (my name), Search, Images, Maps and Play.
    When I attempt to open the remaining links in the menu bar (YouTube, News, Gmail, Drive, Calendar and More) the arrow icon replaces the hand. The arrow icon does not work. It will not activate these links.  Nor does it open email messages in the Inbox.
    Usually I reset, even reboot Safire and sometimes the problem goes away, then reappears.
    Can you imagine if this condition should it happen to a tech savvy Google Support person? Perhaps one can share and make my problem go away.
    I am considering dropping Google as my mail source. Unfortunate!
    Everett Halvorsen
    [email protected]
    718.490.3824

    I have uninstalled my Access Connection, but this problem seems to persist. IBM technician have changed the wireless card of my T60, the first few days after it was changed was very fine, no problem at all. About a week later, the problem occured again, and it happened quite frequently after that occurence. Now i really have no idea what is the cause and how to solve it. Will be greatful if there is anyone that can help me.

  • I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

    I went to silence my iPhone 5s and had a box pop up--looked like one of those boxes telling me turning on Location Services would help--telling me I needed to change my password within 60 minutes.....I turned the phone off.  Can anyone explain this to me?

  • Hi i updated my iphone but it says that This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked. how can i unlock this one?

    hi i updated my iphone but it says that This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked. how can i unlock this one?

    Your iPhone was hacked or jailbroken before and through the update it locks back to the original carrier. Only the original carrier can unlock the iPhone. You have to contact them and find out what the procedure you needs to follow.

Maybe you are looking for

  • Program AI_RUNTIME_XIS not registered

    Hi, i am using HTTP XI RFC scenario where i am getting <b>COMMUNICATION FAILURE during JCo call. Error opening an RFC connection</b>... So i checked the RFC ... When i am testing the RFC <b> AI_RUNTIME_JCOSERVER</b> the following error i am getting <

  • X1 Carbon Won't start - with bonus flashing lights !!

    Hi everyone. Had my X1 Carbon (2014) for about 3 days now. All of a sudden it has a special moment. The display starts to show  hundreds of horizontal black lines each about 1.5cm in length. The very helpful windows message shows a Sad Face and the m

  • Open iTunes when iPhone/Pad connected not working

    iTunes recently quit auto opening when I connect my iPhone or iPad. I'm not sure exactly when it started happening, but I'm guessing it was after a recent iTunes or other software update. The Prevent ipad etc from syncing box under iTunes -> Preferen

  • Debit/Credit memo adjustment with Original invoice before making single payment

    Debit/Credit memo adjustment with Original invoice before making single payment.(will zero payment batch will work?)

  • Modifying a 6i form in 9i and running in 6i

    Hello all forum members, I have a fmb created in forms 6i. I am modifying the visual aspects of the form in forms 9i. After saving the file in forms 9i, can I open it in forms 6i and compile & run in forms 6i? I would be grateful if someone replies t