Re: please help a newbie, red hat 8 and cs4610
Steven Rubenstein <[email protected]>
| Newsgroups | gmane.linux.redhat.sound |
|---|---|
| Message-ID | <[email protected]> |
I don't know. I found the following at http://www.alsa-project.org/~jfulmer/alsa-faq.html, but it's from 1999: 2.10 I read that I can use "--with-cards=" configure switch to compile drivers just for my soundcard. Should I do this? The '--with-cards=' switch to configure is meant to allow compilation of just the drivers for a particular sound card. While it should be working at this moment, '--with-cards-' does break frequently during the development process. It is recommended that you not use this switch, unless you know what you are doing, have the current driver working, and are helping to debug. If you decide to try --with-cards and it breaks send comment to alsa-devel list with: - The exact --with-cards option - Output of "depmod -ae" SJR Tejas Gandhi wrote: > ok, so I went and just downloaded some gcc rpm's and installed them and then tried running the alsa thing > again. Here is what I got now, it doesnt seem right either, can somebody tell me what I'm doing wrong now? > > > [root@www root]# cd /usr/src/alsa/alsa-driver-* > [root@www alsa-driver-0.5.12a]# ./configure --with-cards=cs46xx --with-sequencer=yes;make;make > install > loading cache ./config.cache > checking for gcc... gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a > cross-compiler... no > checking whether we are using GNU C... 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 linux/fs.h... yes > checking for working 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 directory with kernel source... > /usr/src/linux > checking for kernel version... 0.0.0 > checking for kernel module symbol versions... no > checking for PCI support in kernel... no > checking for SGI/MIPS (HAL2) architecture... no > checking for directory to store kernel modules... > /lib/modules/0.0.0/misc > checking for debug level... none > checking for processor type... unknown > checking for SMP... no > checking for ISA PnP driver in kernel... no > checking for ISA PnP support... yes > checking for old kill_fasync... yes > checking for dma_addr_t... yes > checking for MUTEX macros... no > checking for driver version... 0.5.12a > checking for sequencer support... yes > checking for OSS/Free emulation... yes > checking for which soundcards to compile driver for... > Unknown soundcard cs46xx, exiting! > > Please, run configure script as first... > > make dep > make[1]: Entering directory > `/usr/src/alsa/alsa-driver-0.5.12a' > make -C utils update-deps > make[2]: Entering directory > `/usr/src/alsa/alsa-driver-0.5.12a/utils' > Makefile:8: ../Makefile.conf: No such file or > directory > make[2]: *** No rule to make target > `../Makefile.conf'. Stop. > make[2]: Leaving directory > `/usr/src/alsa/alsa-driver-0.5.12a/utils' > make[1]: *** [cards.config] Error 2 > make[1]: Leaving directory > `/usr/src/alsa/alsa-driver-0.5.12a' > make: *** [include/sndversions.h] Error 2 > > oh and by the way... > > [root@www alsa-driver-0.5.12a]# rpm -q gcc > gcc-3.2-7 > [root@www alsa-driver-0.5.12a]# rpm -q krb5-libs > krb5-libs-1.2.5-7 > > sheesh, I'm such a newbie! > > > > --- Steven Rubenstein <[email protected] wrote: > >>What version of gcc do you have installed? Hint: rpm -q gcc >> >>you also might want to rpm -q krb5-libs >> >>SJR >> >> >>Tejas Gandhi wrote: >> >>Ok, so I tried installing GCC through the the >>Add/Remove packages thing, but when I try to add the development tools, >>I get an error stating that krb5-libs is missing. I thought I had >>this installed, but none the less, I went to the redhat website and >>downloaded the rpm's (1.2.5-6 and 1.2.7). They both stated that I >>already have 1.2.7 installed in my computer, yet the add/remove >>packages keeps saying that I dont have 1.2.5-6 and that its needed to install >>the development tools. Being that I'm completely new to linux, I >>dont know my way around this. Is the add/remove packages program >>looking for 1.2.5-6 specifically while I have 1.2.7 installed? Any >>ideas/suggestions? >> >> >> > --- Michael Kuss <[email protected]> wrote: >> >>Ok, second try, I had to realize that I'm subscribed with a different >>name than the "reply to" generates: >> >> >>On Tue, 24 Dec 2002, Tejas Gandhi wrote: >> >> >>>this is the error I get just from the ./configure command so far >> >>> >> >>>[root@www root]# cd /usr/src/alsa >> >>>[root@www alsa]# bunzip2 alsa-driver-* >> >>>[root@www alsa]# tar -xf alsa-driver-* >> >>>[root@www alsa]# cd alsa-driver-* >> >>>[root@www alsa-driver-0.5.12a]# ./configure --with-cards=cs46xx --with-sequencer=yes >> >>>creating cache ./config.cache >> >>>checking for gcc... no >> >>>checking for cc... no >> >>>configure: error: no acceptable cc found in $PATH >> >> >> >>this tells you that you have no compiler package installed. Install >>gcc! You may also have to install some library packages. Configure >>and/or make will tell you what is missing. >> >> >>Cheers, >> >> >>Michael