The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Does Asus C90s has a PC Speaker?

    Discussion in 'Asus' started by freelance, Nov 13, 2007.

  1. freelance

    freelance Notebook Geek

    Reputations:
    0
    Messages:
    95
    Likes Received:
    0
    Trophy Points:
    15
    or PC Beep if you prefer

    not the sound that comes from the notebook speakers, but from within the motherboard....

    all desktop pc's have this, do notebooks have it? does C90s has it?
     
  2. Lithus

    Lithus NBR Janitor

    Reputations:
    5,504
    Messages:
    9,788
    Likes Received:
    0
    Trophy Points:
    205
    I'm pretty sure all computers have that sound.
     
  3. ViciousXUSMC

    ViciousXUSMC Master Viking NBR Reviewer

    Reputations:
    11,461
    Messages:
    16,824
    Likes Received:
    76
    Trophy Points:
    466
    I dont know, I didnt see one inside but it could be there.
     
  4. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    I guess you could disable the onboard soundcard and reboot to see if you hear that 'beep'.
     
  5. E.B.E.

    E.B.E. NBR Procrastinator

    Reputations:
    1,572
    Messages:
    8,632
    Likes Received:
    4
    Trophy Points:
    206
    Just a side-question, what is the reason for which you need to know?
     
  6. ViciousXUSMC

    ViciousXUSMC Master Viking NBR Reviewer

    Reputations:
    11,461
    Messages:
    16,824
    Likes Received:
    76
    Trophy Points:
    466
    I dont think its in a laptop, atleast not the c90 its a small speaker in a desktop but in a laptop that small speaker takes up alot of space. I would imagine they have diagnostics beeps maybe even programed to go thru the regular speakers. Thats what I would do.
     
  7. freelance

    freelance Notebook Geek

    Reputations:
    0
    Messages:
    95
    Likes Received:
    0
    Trophy Points:
    15
    i have tried these code lines on my DesktopPC and i got sound, trough the PC Speaker:

    #include <"iostream">
    #include <"windows.h"> //remove ""

    using namespace std;

    int main(int argc, char *argv[])
    {
    int frecuencia;
    for(frecuencia=0; frecuencia<1000; frecuencia++)
    Beep(frecuencia, 5);

    system("PAUSE");
    sounds

    return EXIT_SUCCESS;
    }

    The same program on my C90s, didn't produce any sound with the volume maxed out and "PC Beep" control on mixer settings to max.

    So, i can guess, there are no beeps here! I haven't tried to go to BIOS and disable the internal sound card, is that possible with C90s? Im not in a mood for a restart :)