Fórum Ubuntu CZ/SK

Ostatní => Archiv => Téma založeno: Craz 23 Června 2007, 09:40:19

Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Craz 23 Června 2007, 09:40:19
cau :)
mohl by me nekdo poradit jak mam naistalovat tyto ovladace? Sou to ovladace k desce ASUS A8N-SLI SE ovladace byli primo u CD co sem k tomu dostal. bYlo to zabaleny ve formatu tar.bz2 tak sem to rozbalil a nevim co dal :( navod co je u toho me nepomohl :(
Kód: [Vybrat]
craz@craz-desktop:~/Desktop/alsa-driver-1.0.4$ ls
acinclude.m4   COPYING     isa               README         TODO
aclocal.m4     cvscompile  kbuild            Rules.make     toplevel.config
acore          doc         Makefile          scripts        toplevel.config.in
alsa-kernel    drivers     Makefile.conf     snddevices     usb
arm            FAQ         Makefile.conf.in  snddevices.in  utils
CARDS-STATUS   hal2        modules           sound          version
config.log     i2c         parisc            sparc          version.in
config.status  include     pci               support        WARNING
configure      INSTALL     pcmcia            synth
configure.in   install-sh  ppc               test
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Roman "Schmaker" Šmakal 23 Června 2007, 10:21:01
./configure
make
make install (případně checkinstall, pokud chcete vytvořit .deb balík, který se pak jednoduše maže)
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Craz 23 Června 2007, 10:42:30
Kód: [Vybrat]
craz@craz-desktop:~/Desktop/alsa-driver-1.0.4$ make install
rm -f /lib/modules/0.0.0/misc/snd*.*o /lib/modules/0.0.0/misc/persist.o /lib/modules/0.0.0/misc/isapnp.o
make[1]: Entering directory `/home/craz/Desktop/alsa-driver-1.0.4/acore'
mkdir -p /lib/modules/0.0.0/misc
mkdir: adresář `/lib/modules/0.0.0' nelze vytvořit: Permission denied
make[1]: *** [_modinst__] Error 1
make[1]: Leaving directory `/home/craz/Desktop/alsa-driver-1.0.4/acore'
make: *** [install-modules] Error 1
nejak me to nejde :(
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Roman "Schmaker" Šmakal 23 Června 2007, 12:03:07
Omlouvám se... sudo make install
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Craz 23 Června 2007, 13:35:51
stale nic :(
Kód: [Vybrat]
craz@craz-desktop:~/Desktop/alsa-driver-1.0.4$ sudo make install
Password:
rm -f /lib/modules/0.0.0/misc/snd*.*o /lib/modules/0.0.0/misc/persist.o /lib/modules/0.0.0/misc/isapnp.o
make[1]: Entering directory `/home/craz/Desktop/alsa-driver-1.0.4/acore'
mkdir -p /lib/modules/0.0.0/misc
cp snd-hwdep.o snd-page-alloc.o snd-pcm.o snd-rawmidi.o snd-timer.o snd.o /lib/modules/0.0.0/misc
cp: cannot stat `snd-hwdep.o': No such file or directory
cp: cannot stat `snd-page-alloc.o': No such file or directory
cp: cannot stat `snd-pcm.o': No such file or directory
cp: cannot stat `snd-rawmidi.o': No such file or directory
cp: cannot stat `snd-timer.o': No such file or directory
cp: cannot stat `snd.o': No such file or directory
make[1]: *** [_modinst__] Error 1
make[1]: Leaving directory `/home/craz/Desktop/alsa-driver-1.0.4/acore'
make: *** [install-modules] Error 1
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Roman "Schmaker" Šmakal 23 Června 2007, 14:01:06
Tak s tímhle už moc nepomůžu, nejsem moc zběhlý v kompilacích...
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Martin - ViPEr*CZ* 23 Června 2007, 16:01:31
./configure proběhlo vpořádku? kompilátor totiž vypsal že mu chyběj ty soubory s koncovkou *.o
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Craz 23 Června 2007, 18:01:50
asi bude neco spatne :(
Kód: [Vybrat]
craz@craz-desktop:~/Desktop/alsa-driver-1.0.4$ ./configure
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 ANSI C... 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 egrep... 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... /home/craz/Desktop/alsa-driver-1.0.4
checking cross compile...
checking for directory with kernel source... /lib/modules/2.6.20-16-generic/build
checking for kernel version... 0.0.0
checking for GCC version... Kernel compiler: gcc 4.1.2 (Ubuntu 4.1.2-0ubuntu4) Used compiler: gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
checking for built-in ALSA... "no"
checking for existing ALSA module... "yes"
checking for Red Hat kernel... "auto"
checking for Red Hat kernel... "no"
checking to modify of kernel linux/kmod.h... "no"
checking for kernel linux/compiler.h... "yes"
checking for kernel linux/pm.h... "yes"
checking for kernel linux/spinlock.h... "yes"
checking for kernel linux/irq.h... "yes"
checking for kernel linux/threads.h... "yes"
checking for kernel linux/rwsem.h... "yes"
checking for kernel linux/gameport.h... "yes"
checking for kernel linux/devfs_fs_kernel.h... "no"
checking for kernel linux/highmem.h... "yes"
checking for kernel linux/workqueue.h... "yes"
checking for kernel linux/dma-mapping.h... "yes"
checking for kernel asm/hw_irq.h... "yes"
checking for kernel linux/device.h... "yes"
checking for kernel linux/jiffies.h... "yes"
checking for kernel linux/compat.h... "yes"
checking for kernel linux/adb.h... "yes"
checking for kernel linux/cuda.h... "yes"
checking for kernel linux/pmu.h... "yes"
checking for exported symbol dump_stack... grep: /lib/modules/2.6.20-16-generic/build/kernel/ksyms.c: No such file or directory
"no"
checking for kernel module symbol versions... "yes"
checking for PCI support in kernel... "yes"
checking for Experimental drivers in kernel... "yes"
checking for SGI/MIPS (HAL2) architecture... "no"
checking for directory to store kernel modules... /lib/modules/0.0.0/misc
checking for verbose printk... on
checking for debug level... none
checking for processor type... i586
checking for i386 machine type... default
checking for SMP... "yes"
checking for ISA PnP driver in kernel... yes
checking for PnP driver in kernel... yes
checking for Kernel ISA-PnP support... "yes"
checking for strlcpy... "no"
checking for snprintf... "no"
checking for scnprintf... "no"
checking for vmalloc_to_page... "no"
checking for old kmod... "yes"
checking for PDE... "no"
checking for pci_set_consistent_dma_mask... "no"
checking for tty->count is the atomic type... "no"
checking for old kill_fasync... "no"
checking for dma_addr_t... "no"
checking for MUTEX macros... "no"
checking for driver version... 1.0.4
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for RTC callback support in kernel... "no"
checking for USB support... "yes"
checking for kernel PCMCIA
checking for PCMCIA support... "yes"
checking for PC9800 support in kernel... "no"
checking for which soundcards to compile driver for... all
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 utils/alsasound
config.status: creating utils/alsasound.posix
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
config.status: creating include/autoconf-extra.h
config.status: include/autoconf-extra.h is unchanged
Hacking autoconf.h...
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Martin - ViPEr*CZ* 23 Června 2007, 18:33:52
Todle je celej výpis? Hacking autoconf.h... takhle to skončilo...?
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Craz 23 Června 2007, 21:28:06
Citace: ViPEr*CZ*
Todle je celej výpis? Hacking autoconf.h... takhle to skončilo...?
jj takhle to konci ;-)
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Martin - ViPEr*CZ* 24 Června 2007, 00:54:45
No já jsem tam žádnej problém nenašel teda. Dál make by měl proběhnout v klidu taky... nevím proč to teda nenašlo ty soubory při make install.
Název: Driver for ASUS A8N-SLI SE
Přispěvatel: Craz 24 Června 2007, 23:08:57
tak nic :) ale jinak dekuji za rady ;-) az tak ty ovladace nepotrebuju ;-)