Find the answer to your Linux question:
Results 1 to 8 of 8
I am new to Linux, but I can't produce any sound out of my speakers. So I downloaded the driver for my sound card from my motherboard manufacturer (it is ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Location
    Netherlands
    Posts
    3

    installing driver gcc version syntax error

    I am new to Linux, but I can't produce any sound out of my speakers. So I downloaded the driver for my sound card from my motherboard manufacturer (it is an on board sound card). Now, if I am right I need to run ./configure . I did this and the following thing happend:
    Code:
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for executable suffix... 
    checking for object suffix... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for ranlib... ranlib
    checking for a BSD compatible install... /usr/bin/install -c
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for gcc option to accept ANSI C... none needed
    checking for an ANSI C-conforming const... yes
    checking for inline... inline
    checking whether time.h and sys/time.h may both be included... yes
    checking whether gcc needs -traditional... no
    checking for current directory... /home/psybill/Downloads/Linux/alsa-driver-0.9.6
    checking cross compile... 
    checking for directory with kernel source... /lib/modules/2.6.31-18-generic-pae/build
    checking for kernel version... 0.0.0
    checking for GCC version... eval: 1: Syntax error: ")" unexpected
    Need some help here!

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which version of Ubuntu are you using? Post the output of this
    Code:
    sudo lspci
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    What motherboard are you using? Also, do you know what the audio chip set happens to be? FWIW, the most common problem with getting audio to work are the mixer settings for your system. Often the PCM channel is off by default, and it is needed to enable sound.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  4. #4
    Just Joined!
    Join Date
    Jan 2010
    Location
    Netherlands
    Posts
    3
    Some info on my desktop:

    Code:
    00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
    00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02)
    00:06.0 System peripheral: Intel Corporation 82865G/PE/P Processor to I/O Memory Interface (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
    00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]
    02:05.0 Ethernet controller: 3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 12)
    The motherboard I am using is a Asus P4P800 deluxe. And I think that the audiochip is an Intel8x0 chip, but I am not sure.

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    I would think that the Intel audio is supported since their audio chip sets are pretty ubiquitous for motherboard audio support. I have intel chip sets on a number of my systems and have had no problems, other than the issue with the ALSA audio mixer being set incorrectly on installation.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Just Joined!
    Join Date
    Jan 2010
    Location
    Netherlands
    Posts
    3
    It is nice to know that a lot of Intel sound chips are supported, but that does not change the fact that I still can't hear a thing with it. So what do you suggest I should do?

  7. #7
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    Right click the speaker icon on the panel. Make sure it isn't muted.
    Open the volume control from there. Make sure PCM is not
    bottomed out.

  8. #8
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    Also, what audio driver are you using? ALSA is generally the most reliable and supports the widest spectrum of chip sets, I think.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...