Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error bei emerge ALSA Treiber
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
cenobite
n00b
n00b


Joined: 12 Aug 2003
Posts: 44
Location: Vienna

PostPosted: Tue Aug 12, 2003 6:01 pm    Post subject: Error bei emerge ALSA Treiber Reply with quote

Hallo erstmal!

Ich habe heute das erste mal Gentoo installiert und bin wirklich begeistert. Nur mit dem Sound gibt es Probleme. Ich habe ein Elitegroup K7S5A Mainboard mit einem SiS 7012 Soundchip drauf, erstens kommt nach dem Einstieg in KDE die Meldung:

Sound server informational message:
Error while initializing the sound driver:
device /dev/dsp can't be opened (No such file or directory)
The sound server will continue, using the null output device.

...und beim Versuch ALSA zu emergen folgende fehlermeldung 8( Was nun?? Bin völlig ratlos und habe auch schon viel herumgesucht.

bash-2.05b# env ALSA_CARDS='intel8x0' emerge alsa-driver
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/alsa-driver-0.9.2 to /
>>> md5 src_uri ;-) alsa-driver-0.9.2.tar.bz2
>>> Unpacking source...
>>> Unpacking alsa-driver-0.9.2.tar.bz2 to /var/tmp/portage/alsa-driver-0.9.2/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for i686-pc-linux-gnu-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 i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for a BSD compatible install... /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... /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2
checking cross compile...
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 2.4.20-gentoo-r5
checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
Removing a dummy linux/irq.h.
checking for kernel linux/threads.h... "yes"
Removing a dummy linux/threads.h.
checking for kernel linux/rwsem.h... "yes"
Removing a dummy linux/rwsem.h.
checking for kernel linux/gameport.h... "yes"
Removing a dummy linux/gameport.h.
checking for kernel linux/devfs_fs_kernel.h... "yes"
checking for kernel linux/highmem.h... "yes"
Removing a dummy linux/highmem.h.
checking for kernel linux/workqueue.h... "no"
checking for kernel module symbol versions... "yes"
checking for PCI support in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/2.4.20-gentoo-r5/kernel/sound
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... "unknown"
checking for SMP... "no"
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
Removing local linux/isapnp.h.
checking for vmalloc_to_page... "yes"
checking for driver version... 0.9.2
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB support... "no"
checking for USB module support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "no"
checking for PCMCIA module support... "no"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... intel8x0
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: creating snddevices
config.status: creating utils/alsa-driver.spec
config.status: creating utils/buildrpm
config.status: creating toplevel.config
config.status: creating include/config.h
config.status: creating include/config1.h
config.status: creating include/version.h
config.status: include/version.h is unchanged
if [ ! -d include/sound -a ! -L include/sound ]; then \
ln -sf ../alsa-kernel/include include/sound ; \
fi
cp -auvf include/version.h include/sound/version.h
`include/version.h' -> `include/sound/version.h'
make dep
make[1]: Entering directory `/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2'
make[2]: Entering directory `/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/acore'
make -C ioctl32 fastdep
make[3]: Entering directory `/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/acore/ioctl32'
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sndversions.h was updated
gcc -M -D__KERNEL__ -DMODULE=1 -I/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include -I/usr/src/linux/include -O2 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD hwdep32.c ioctl32.c pcm32.c rawmidi32.c seq32.c timer32.c > .depend
In file included from /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sound/driver.h:43,
from ../../alsa-kernel/core/ioctl32/hwdep32.c:21,
from hwdep32.c:2:
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/adriver.h:40:31: linux/modversions.h: No such file or directory
In file included from /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sound/driver.h:43,
from ../../alsa-kernel/core/ioctl32/ioctl32.c:21,
from ioctl32.c:2:
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/adriver.h:40:31: linux/modversions.h: No such file or directory
In file included from /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sound/driver.h:43,
from ../../alsa-kernel/core/ioctl32/pcm32.c:21,
from pcm32.c:2:
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/adriver.h:40:31: linux/modversions.h: No such file or directory
In file included from /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sound/driver.h:43,
from ../../alsa-kernel/core/ioctl32/rawmidi32.c:21,
from rawmidi32.c:2:
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/adriver.h:40:31: linux/modversions.h: No such file or directory
In file included from /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sound/driver.h:43,
from ../../alsa-kernel/core/ioctl32/seq32.c:21,
from seq32.c:2:
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/adriver.h:40:31: linux/modversions.h: No such file or directory
In file included from /var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/sound/driver.h:43,
from ../../alsa-kernel/core/ioctl32/timer32.c:21,
from timer32.c:2:
/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/include/adriver.h:40:31: linux/modversions.h: No such file or directory
make[3]: *** [fastdep] Error 1
make[3]: Leaving directory `/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/acore/ioctl32'
make[2]: *** [_sfdep_ioctl32] Error 2
make[2]: Leaving directory `/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/var/tmp/portage/alsa-driver-0.9.2/work/alsa-driver-0.9.2'
make: *** [include/sndversions.h] Error 2

!!! ERROR: media-sound/alsa-driver-0.9.2 failed.
!!! Function src_compile, Line 59, Exitcode 2
!!! Parallel Make Failed


Bitte um Hilfe :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum