2007/10/6, antonio montagnani <antonio.montagnani@xxxxxxxxx>: > 2007/10/6, antonio montagnani <antonio.montagnani@xxxxxxxxx>: > > 2007/10/6, cornel panceac <cpanceac@xxxxxxxxx>: > > > yum provides autoconf > > > ? > > > > > > > > > 2007/10/6, antonio montagnani <antonio.montagnani@xxxxxxxxx>: > > > > 2007/10/6, antonio montagnani <antonio.montagnani@xxxxxxxxx>: > > > > > 2007/10/5, Justin Conover <justin.conover@xxxxxxxxx >: > > > > > > > > > > > > > > > > > > > > > > > > On 10/5/07, antonio montagnani <antonio.montagnani@xxxxxxxxx> wrote: > > > > > > > > > > > > > > I still have the same problem as in F7. I don't have any sound at > > > all. > > > > > > > > > > > > > > My laptop is an Acer Aspire 5720, my modprobe.con (only sound > > > related) is: > > > > > > > > > > > > > > options snd cards_limit=8 > > > > > > > alias snd-card-0 snd-hda-intel model=acer > > > > > > > options snd-hda-intel index=0 model=acer > > > > > > > alias snd-card-7 snd-usb-audio > > > > > > > options snd-usb-audio index=7 > > > > > > > > > > > > > > any idea??? > > > > > > > > > > > > > > -- > > > > > > > Antonio Montagnani > > > > > > > Skype : antoniomontag > > > > > > > > > > > > > > -- > > > > > > > fedora-test-list mailing list > > > > > > > fedora-test-list@xxxxxxxxxx > > > > > > > To unsubscribe: > > > > > > > > > > https://www.redhat.com/mailman/listinfo/fedora-test-list > > > > > > > > > > > > > > > > > > Try this if you want to: > > > > > > > > > > > > > > > http://justinconover.com/blog/2007/08/16/1420-dell-inspiron-and-fedora-7/ > > > > > > > > > > > > # yum groupinstall "Development Tools" > > > > > > # yum install mercurial > > > > > > # cd /usr/src > > > > > > > > > > > > # mkdir alsa && cd alsa > > > > > > # hg clone > > > http://hg-mirror.alsa-project.org/alsa-driver > > > > > > alsa-driver > > > > > > # cd alsa-driver > > > > > > # hg clone > > > > > > http://hg-mirror.alsa-project.org/alsa-kernel > > > alsa-kernel > > > > > > # ./hgcompile && make install > > > > > > # echo options snd-hda-intel model=3stack > /etc/modprobe.d/sound > > > > > > # reboot (to make sure it sticks, or if the test before didn't work) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > fedora-test-list mailing list > > > > > > fedora-test-list@xxxxxxxxxx > > > > > > To unsubscribe: > > > > > > > > > https://www.redhat.com/mailman/listinfo/fedora-test-list > > > > > > > > > > > Justin, > > > > > > > > > > it works!!!!!!! tnx a lot, I will revert same procedure from F7 to F8T3. > > > > > > > > > > Tnx a lot.So Skype will work. > > > > > > > > > > -- > > > > > Antonio Montagnani > > > > > Skype : antoniomontag > > > > > > > > > > > sorry this is the correct output: > > > ./hgcompile > make: Nothing to be done for `all-deps'. > ./hgcompile: line 42: aclocal: command not found > ./configure --with-debug=full --with-isapnp=yes --with-sequencer=yes > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ISO C89... none needed > 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 grep that handles long lines and -e... /bin/grep > checking for egrep... /bin/grep -E > checking for ANSI C header files... yes > 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... /usr/src/alsa/alsa-driver > ./configure: line 3745: ALSA_TOPLEVEL_INIT: command not found > checking cross compile... > checking for directory with kernel source... > /lib/modules/2.6.23-0.217.rc9.git1.fc8/source > checking for directory with kernel build... > /lib/modules/2.6.23-0.217.rc9.git1.fc8/build > checking for kernel linux/version.h... no > The file /lib/modules/2.6.23-0.217.rc9.git1.fc8/source/include/linux/version.h > does not exist. > Please install the package with full kernel sources for your distribution > or use --with-kernel=dir option to specify another directory with kernel > sources (default is /lib/modules/2.6.23-0.217.rc9.git1.fc8/source). > > > -- > Antonio Montagnani > Skype : antoniomontag > I installed also automake and now I get: ./hgcompile make: Nothing to be done for `all-deps'. ./configure --with-debug=full --with-isapnp=yes --with-sequencer=yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed 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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes 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... /usr/src/alsa/alsa-driver checking cross compile... checking for directory with kernel source... /lib/modules/2.6.23-0.217.rc9.git1.fc8/source checking for directory with kernel build... /lib/modules/2.6.23-0.217.rc9.git1.fc8/build checking for kernel linux/version.h... no The file /lib/modules/2.6.23-0.217.rc9.git1.fc8/source/include/linux/version.h does not exist. Please install the package with full kernel sources for your distribution or use --with-kernel=dir option to specify another directory with kernel sources (default is /lib/modules/2.6.23-0.217.rc9.git1.fc8/source) Where do I get the source in F8T3??? -- Antonio Montagnani Skype : antoniomontag -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list