Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-24-2003, 06:58 PM
|
#1
|
LQ Newbie
Registered: Jan 2003
Distribution: Red Hat 8
Posts: 7
Rep:
|
Intel motherboard on-board sound (i810?)
Linux newbie here. I recently installed Red Hat 8 (included with linux for dummies book). I've tried several things to get the sound working based on other posts. I downloaded the alsa drivers, but errors occur after I type ./configure.
[root@localhost alsa-driver-0.5.12a]# ./configure --with-cards=intel8x0
loading cache ./config.cache
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
What does this mean?
|
|
|
01-25-2003, 10:17 AM
|
#2
|
LQ Guru
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163
Rep:
|
if you need to compile anything you will need to install gcc
did you try sndconfig
|
|
|
01-26-2003, 08:04 AM
|
#3
|
Member
Registered: Jan 2003
Location: Halesowen, West Midlands, UK
Distribution: SuSE 10.0/Mandriva 2006/gentoo
Posts: 89
Rep:
|
To answer the specific question, /usr/bin/cc is a link to /usr/bin/gcc, it can be made thus "ln -s /usr/bin/gcc /usr/bin/cc", IF gcc is installed of course. ./configure CC=/usr/bin/gcc etc., etc. also would work.
Regards
Sid.
|
|
|
01-26-2003, 10:02 AM
|
#4
|
LQ Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
If this doesn't do the trick:
modprobe i810_audio
Then you probably have one of those weird newer cards that isn't covered by the kernel and you indeed need to install ALSA. Right now you did a vanilla desktop RH install. RH being weenies, don't give you a compiler by default... but the alsa RPMS should be on that CD somewhere, as well as gcc, cc and a bunch of other stuff. You can go either way, compile from source, which means you're going to have to rpm on a lot of compiler/tools, and then compile alsa, or find the RPMs for alsa, I think they still package that as an option...
Regardless, take a look at the graphical package managers you have on board.
Cheers,
Finegan
|
|
|
All times are GMT -5. The time now is 11:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|