No sound with latest kernel and Realtel ALC268

Antonio antonio.montagnani at gmail.com
Tue Oct 23 06:38:06 UTC 2007


2007/10/23, Antonio <antonio.montagnani at gmail.com>:
> Up to now, I had to install driver for my soundcard by hand follwing
> instruction accordin to previous thread:
>
> # 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
>
> I rebooted and everything was O.k. (same procedure in FC7)
>
> This morning after last kernel I get:
>
> [root at acer ~]# cd /usr/src
> [root at acer src]# mkdir alsa
> [root at acer src]# hg clone
> http://hg-mirror.alsa-project.org/alsa-driver alsa-driver
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 3415 changesets with 8296 changes to 1180 files
> 732 files updated, 0 files merged, 0 files removed, 0 files unresolved
> [root at acer src]# cd alsa-driver
> [root at acer alsa-driver]# hg clone
> http://hg-mirror.alsa-project.org/alsa-kernel alsa-kernel
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 5483 changesets with 15608 changes to 866 files
> 776 files updated, 0 files merged, 0 files removed, 0 files unresolved
>
>  ./hgcompile
> gcc utils/mod-deps.c -o utils/mod-deps
> utils/mod-deps --basedir /usr/src/alsa-driver/alsa-kernel --hiddendir
> /usr/src/alsa-driver --versiondep /usr/src/alsa-driver/kconfig-vers
> --makeconf > toplevel.config.in
> utils/mod-deps --basedir /usr/src/alsa-driver/alsa-kernel --hiddendir
> /usr/src/alsa-driver --versiondep /usr/src/alsa-driver/kconfig-vers
> --acinclude > acinclude.m4
> utils/mod-deps --basedir /usr/src/alsa-driver/alsa-kernel --hiddendir
> /usr/src/alsa-driver --versiondep /usr/src/alsa-driver/kconfig-vers
> --include > include/config1.h.in
> ./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-driver
> checking cross compile...
> checking for directory with kernel source... /lib/modules/2.6.23.1-26.fc8/source
> checking for directory with kernel build... /lib/modules/2.6.23.1-26.fc8/build
> checking for kernel linux/version.h... no
> The file /lib/modules/2.6.23.1-26.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.1-26.fc8/source).
>
>
> Any help????
>
> --
> Antonio Montagnani
> Skype : antoniomontag
>
 make install
if [ -L /include/sound ]; then \
                rm -f /include/sound; \
                ln -sf /usr/src/alsa-driver/include/sound /include/sound; \
        else \
                rm -rf /include/sound; \
                install -d -m 755 -g root -o root /include/sound; \
                for f in include/sound/*.h; do \
                        install -m 644 -g root -o root $f /include/sound; \
                done \
        fi
install: impossibile fare stat di `include/sound/*.h': No such file or directory
make: *** [install-headers] Error 1


-- 
Antonio Montagnani
Skype : antoniomontag




More information about the fedora-test-list mailing list