Dark_Knight
06.03.03, 12:23
Nun, hallo.
Problem:
Ich möchte ALSA 0.9.0rc8 installieren.
Zuerst hat er gemeckert das die version.h fehlt. Dank der Suchfunktion des Forums hab ich das Problem behoben, indem ich diese vmlinuz.config aus /boot kopiert und in /usr/src/linux eingefügt habe. Dann make oldconfig gefolgt von make dep. (Ich hoffe das war richtig) TATA versions.h exestiert nun.
Jetzt bringt er keine Fehlermeldung mehr sondern das:
markus@dark_knight:/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8 > ./configure --with-sequencer=yes --with-oss=yes --with-cards=emu10k1
checking for 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 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 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... /fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.4-4GB/build
checking for kernel version... 2.4.4
checking for kenrel linux/pm.h... "yes"
checking for kenrel linux/spinlock.h... "yes"
checking for kenrel linux/irq.h... "yes"
checking for kenrel linux/threads.h... "yes"
checking for kenrel linux/rwsem.h... "yes"
checking for kenrel linux/gameport.h... "yes"
checking for kenrel linux/devfs_fs_kernel.h... "yes"
checking for kenrel linux/workqueue.h... "no"
checking for kernel module symbol versions... "no"
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.4/misc
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i686
checking for SMP... "no"
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
checking for driver version... 0.9.0rc8
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... "no"
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... emu10k1
configure: creating ./config.status
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
chmod: changing permissions of `./config.status': Operation not permitted
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: include/config.h is unchanged
config.status: creating include/config1.h
config.status: include/config1.h is unchanged
config.status: creating include/version.h
config.status: include/version.h is unchanged
Dieses ./configure: ./config.ststus: Keine Berechtigung macht mir sorgen. ./configure sollte ja eigentlich auch als nicht-root ausführbar sein, oder?
Nun ja. Dann noch make all gemacht und nun das:
make[1]: Entering directory `/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/acore'
gcc -D__KERNEL__ -DMODULE=1 -I/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/include -I/lib/modules/2.4.4-4GB/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DEXPORT_SYMTAB -c
hwdep.c
In file included from /fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/include/adriver.h:49,
from /fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/include/sound/driver.h:43,
from ../alsa-kernel/core/hwdep.c:22,
from hwdep.c:1:
/lib/modules/2.4.4-4GB/build/include/linux/module.h:21: linux/modversions.h: Datei oder Verzeichnis nicht gefunden
make[1]: *** [hwdep.o] Error 1
make[1]: Leaving directory `/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/acore'
make: *** [compile] Error 1
Aus anderen Posts hab ich rausgelesen, dass make dep eigendlich eine modversion.h erzeugen sollte. Mehr hab ich aber nicht gefunden.
Bitte, bitte helft einem verzweifelten Linux-Anfänger.
edit: ach ja es geht übrigends um SuSE 7.2
edit2: hoppla! ich bin glaub ich ins falsche forum gerutscht - sorry
Problem:
Ich möchte ALSA 0.9.0rc8 installieren.
Zuerst hat er gemeckert das die version.h fehlt. Dank der Suchfunktion des Forums hab ich das Problem behoben, indem ich diese vmlinuz.config aus /boot kopiert und in /usr/src/linux eingefügt habe. Dann make oldconfig gefolgt von make dep. (Ich hoffe das war richtig) TATA versions.h exestiert nun.
Jetzt bringt er keine Fehlermeldung mehr sondern das:
markus@dark_knight:/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8 > ./configure --with-sequencer=yes --with-oss=yes --with-cards=emu10k1
checking for 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 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 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... /fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8
checking cross compile...
checking for directory with kernel source... /lib/modules/2.4.4-4GB/build
checking for kernel version... 2.4.4
checking for kenrel linux/pm.h... "yes"
checking for kenrel linux/spinlock.h... "yes"
checking for kenrel linux/irq.h... "yes"
checking for kenrel linux/threads.h... "yes"
checking for kenrel linux/rwsem.h... "yes"
checking for kenrel linux/gameport.h... "yes"
checking for kenrel linux/devfs_fs_kernel.h... "yes"
checking for kenrel linux/workqueue.h... "no"
checking for kernel module symbol versions... "no"
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.4/misc
checking for verbose printk... on
checking for debug level... none
checking for ISA support in kernel... "yes"
checking for processor type... i686
checking for SMP... "no"
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
checking for driver version... 0.9.0rc8
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... "no"
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... emu10k1
configure: creating ./config.status
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
./configure: ./config.status: Keine Berechtigung
chmod: changing permissions of `./config.status': Operation not permitted
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: include/config.h is unchanged
config.status: creating include/config1.h
config.status: include/config1.h is unchanged
config.status: creating include/version.h
config.status: include/version.h is unchanged
Dieses ./configure: ./config.ststus: Keine Berechtigung macht mir sorgen. ./configure sollte ja eigentlich auch als nicht-root ausführbar sein, oder?
Nun ja. Dann noch make all gemacht und nun das:
make[1]: Entering directory `/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/acore'
gcc -D__KERNEL__ -DMODULE=1 -I/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/include -I/lib/modules/2.4.4-4GB/build/include -O2 -mpreferred-stack-boundary=2 -march=i686 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -DEXPORT_SYMTAB -c
hwdep.c
In file included from /fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/include/adriver.h:49,
from /fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/include/sound/driver.h:43,
from ../alsa-kernel/core/hwdep.c:22,
from hwdep.c:1:
/lib/modules/2.4.4-4GB/build/include/linux/module.h:21: linux/modversions.h: Datei oder Verzeichnis nicht gefunden
make[1]: *** [hwdep.o] Error 1
make[1]: Leaving directory `/fpii/Downloads/Treiber/ALSA/alsa-driver-0.9.0rc8/acore'
make: *** [compile] Error 1
Aus anderen Posts hab ich rausgelesen, dass make dep eigendlich eine modversion.h erzeugen sollte. Mehr hab ich aber nicht gefunden.
Bitte, bitte helft einem verzweifelten Linux-Anfänger.
edit: ach ja es geht übrigends um SuSE 7.2
edit2: hoppla! ich bin glaub ich ins falsche forum gerutscht - sorry