Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1

Użytkownik


Witam. Na świeżo postawionym debianie wybrałem jądro 3.0.0-1 i nie mogę wystartować z Alsą. Tutaj wszelkie potrzebne informacje:
!!################################
!!ALSA Information Script v 0.4.60
!!################################
!!Script ran on: Mon Sep 12 19:23:09 UTC 2011
!!Linux Distribution
!!------------------
Debian GNU/Linux wheezy/sid \n \l
!!DMI Information
!!---------------
Manufacturer: TOSHIBA
Product Name: Satellite L650
Product Version: PSK1JE-0GV00KPL
!!Kernel Information
!!------------------
Kernel release: 3.0.0-1-amd64
Operating System: GNU/Linux
Architecture: x86_64
Processor: unknown
SMP Enabled: Yes
!!ALSA Version
!!------------
Driver version:
Library version: 1.0.24.1
Utilities version: 1.0.24.2
!!Loaded ALSA modules
!!-------------------
!!Sound Servers on this system
!!----------------------------
No sound servers found.
!!Soundcards recognised by ALSA
!!-----------------------------
!!PCI Soundcards installed in the system
!!--------------------------------------
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
01:00.1 Audio device: ATI Technologies Inc Redwood HDMI Audio [Radeon HD 5600 Series]
!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!--------------------------------------------------------
00:1b.0 0403: 8086:3b56 (rev 05)
Subsystem: 1179:ff1e
--
01:00.1 0403: 1002:aa60
Subsystem: 1179:fd12
!!Modprobe options (Sound related)
!!--------------------------------
snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-pcsp: index=-2
snd-usb-audio: index=-2
!!Loaded sound module options
!!--------------------------
!!ALSA Device nodes
!!-----------------
!!Aplay/Arecord output
!!------------
APLAY
aplay: device_list:240: no soundcards found...
ARECORD
arecord: device_list:240: no soundcards found...
!!Amixer output
!!-------------
!!Alsactl output
!!-------------
--startcollapse--
--endcollapse--
!!All Loaded Modules
!!------------------
Module
cryptd
aes_x86_64
aes_generic
parport_pc
ppdev
rfcomm
bnep
acpi_cpufreq
mperf
lp
parport
bluetooth
cpufreq_conservative
cpufreq_powersave
cpufreq_userspace
cpufreq_stats
uinput
nfsd
nfs
lockd
fscache
auth_rpcgss
nfs_acl
sunrpc
fuse
loop
joydev
uvcvideo
videodev
media
v4l2_compat_ioctl32
arc4
psmouse
evdev
serio_raw
fglrx
rtl8192se
rtlwifi
mac80211
cfg80211
i2c_i801
pcspkr
i2c_core
intel_ips
sparse_keymap
video
ac
rfkill
battery
power_supply
button
processor
ext4
mbcache
jbd2
crc16
sg
sr_mod
sd_mod
cdrom
crc_t10dif
atl1c
ahci
libahci
thermal
libata
scsi_mod
ehci_hcd
fan
thermal_sys
usbcore
!!ALSA/HDA dmesg
!!------------------Dodam tylko że pakiety alsa-base i alsa-utils mam zainstalowane:
karolp1993@debian:~$ dpkg -l |grep alsa ii alsa-base 1.0.23+dfsg-4 ALSA driver configuration files ii alsa-utils 1.0.24.2-1 Utilities for configuring and using ALSA
Proszę o pomoc. Pozdrawiam :)
Offline





Szczawiożerca






A co zwraca?
modprobe snd-hda-intel
Offline

Użytkownik


root@debian:/home/karolp1993# modprobe snd-hda-intel FATAL: Module snd_hda_intel not found.
Offline





Szczawiożerca






Zainstaluj:
apt-get install alsa-source module-assistant
Potem:
m-a update m-a a-i alsa-source
Offline

Użytkownik


Alsa ze źródeł ze strony alsy nie chciała się kompilować, wywalało błąd:
root@debian:/home/karolp1993/Downloads/alsa-driver-1.0.24# makemake[1]: Wejście do katalogu `/home/karolp1993/Downloads/alsa-driver-1.0.24/include' make[1]: Nie ma nic do zrobienia w `all'. make[1]: Opuszczenie katalogu `/home/karolp1993/Downloads/alsa-driver-1.0.24/include' make[1]: Wejście do katalogu `/home/karolp1993/Downloads/alsa-driver-1.0.24/acore' gcc -D__KERNEL__ -DMODULE=1 -I/home/karolp1993/Downloads/alsa-driver-1.0.24/include -I/lib/modules/3.0.0-1-amd64/build/include -I/lib/modules/3.0.0-1-amd64/source/include -I/lib/modules/3.0.0-1-amd64/source/arch/x86/include -O2 -mno-red-zone -mcmodel=kernel -fno-reorder-blocks -fno-strength-reduce -finline-limit=2000 -Wdeclaration-after-statement -Wno-pointer-sign -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc -iwithprefix include -DMODVERSIONS -include /lib/modules/3.0.0-1-amd64/source/include/linux/modversions.h -DEXPORT_SYMTAB -c hwdep.c cc1: fatal error: /lib/modules/3.0.0-1-amd64/source/include/linux/modversions.h: Nie ma takiego pliku ani katalogu compilation terminated. make[1]: *** [hwdep.o] Błąd 1 make[1]: Opuszczenie katalogu `/home/karolp1993/Downloads/alsa-driver-1.0.24/acore' make: *** [compile] Błąd 1
Po wydaniu wyżej wymienionych poleceń wywala:
for i in control postinst postrm ; do \
if [ -f debian/$i.orig ]; then \
mv -f debian/$i.orig debian/$i ; \
fi ; \
done
rm -f control-munge
make mrproper
make[1]: Wejście do katalogu `/usr/src/modules/alsa-driver'
rm -f .depend *.o snd.map*
rm -f modules/*.o modules/*.ko
make[2]: Wejście do katalogu `/usr/src/modules/alsa-driver/include'
make[2]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/include'
make[1]: Opuszczenie katalogu `/usr/src/modules/alsa-driver'
rm -f configure-stamp
rm -f build-stamp
/usr/bin/make -f debian/rules binary-modules
make[1]: Wejście do katalogu `/usr/src/modules/alsa-driver'
CC="gcc" ./configure --prefix=/usr --with-kernel=/lib/modules/3.0.0-1-amd64/build --with-build=/lib/modules/3.0.0-1-amd64/build --with-moddir=/lib/modules/3.0.0-1-amd64/updates/alsa --with-sequencer=yes --with-isapnp=yes --with-cards="all"
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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/modules/alsa-driver
checking cross compile...
checking for directory with ALSA kernel sources... ../alsa-kmirror
checking for directory with kernel top-level makefile... /lib/modules/3.0.0-1-amd64/build
checking for directory with kernel headers... /usr/src/linux-headers-3.0.0-1-common
checking for directory with kernel build... /lib/modules/3.0.0-1-amd64/build
checking for kernel linux/version.h ... linux/version.h
checking for kernel linux/autoconf.h generated/autoconf.h... generated/autoconf.h
checking for kernel linux/utsrelease.h generated/utsrelease.h... generated/utsrelease.h
checking for kernel version... 3.0.0
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 for SUSE kernel... auto
checking for SUSE kernel... no
checking for updating alsa-kernel version.h... yes
checking for CONFIG_EXPERIMENTAL... yes
checking for directory to store kernel modules... /lib/modules/3.0.0-1-amd64/updates/alsa
checking for verbose procfs... on
checking for verbose printk... on
checking for debug level... none
checking for processor type... x86_64
checking for kernel linux/config.h... no
Creating <linux/config.h>...
checking for deprecated linux/config.h... checking to modify of kernel linux/kmod.h... no
checking for kernel linux/utsrelease.h... no
Creating a dummy <linux/utsrelease.h>...
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 media/v4l2-dev.h... yes
checking for kernel linux/devfs_fs_kernel.h... no
Creating a dummy <linux/devfs_fs_kernel.h>...
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/platform_device.h... yes
checking for kernel linux/isa.h... yes
checking for kernel linux/jiffies.h... yes
checking for kernel linux/compat.h... yes
checking for kernel linux/log2.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 kernel linux/io.h... yes
checking for kernel linux/moduleparam.h... yes
checking for kernel linux/syscalls.h... yes
checking for kernel linux/firmware.h... yes
checking for kernel linux/err.h... yes
checking for kernel linux/bitmap.h... yes
checking for kernel linux/mutex.h... yes
checking for kernel linux/pm_qos_params.h... yes
checking for kernel linux/kthread.h... yes
checking for kernel asm/irq_regs.h... yes
checking for kernel linux/seq_file.h... yes
checking for kernel linux/debugfs.h... yes
checking for kernel linux/gpio.h... yes
checking for kernel linux/bug.h... yes
checking for kernel linux/math64.h... yes
checking for kernel linux/regulator/consumer.h... yes
checking for kernel linux/dmi.h... yes
checking for kernel linux/bitrev.h... yes
checking for kernel linux/hrtimer.h... yes
checking for kernel linux/gcd.h... yes
checking for kernel linux/gfp.h... yes
checking for exported symbol dump_stack... grep: /usr/src/linux-headers-3.0.0-1-common/kernel/ksyms.c: No such file or directory
no
checking for kernel module symbol versions... yes
checking for has ioport support... yes
checking for PCI support in kernel... yes
checking for I2C driver in kernel... module
checking for I2C_POWERMAC in kernel... unknown
checking for firmware loader... yes
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... no
checking for Kernel ISA-PnP module support... no
checking for strlcpy... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for scnprintf... yes
checking for sscanf... yes
checking for vmalloc_to_page... yes
checking for old kmod... no
checking for PDE... yes
checking for pci_set_consistent_dma_mask... yes
checking for pci_dev_present... yes
checking for msleep... yes
checking for msleep_interrupt... yes
checking for msecs_to_jiffies... yes
checking for tty->count is the atomic type... yes
checking for io_remap_pfn_range... yes
checking for kcalloc... yes
checking for kstrdup... yes
checking for kstrndup... yes
checking for kzalloc... yes
checking for pci_ioremap_bar... yes
checking for saved_config_space in pci_dev... yes
checking for new pci_save_state... yes
checking for register_sound_special_device... yes
checking for old kill_fasync... no
checking for dma_addr_t... no
checking for MUTEX macros... no
checking for driver extra-version...
checking for driver version... 1.0.23
checking for dynamic minor numbers... no
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for OSS PCM plugin system inclusion... yes
checking for RTC support... no
checking for HPET support... yes
checking for Procfs support... yes
checking for USB support... yes
checking for kernel linux/usb/audio-v2.h... yes
checking for kernel linux/usb/audio.h... yes
checking for valid v1 in linux/usb/audio.h... no
Creating <linux/usb/audio.h>...
checking for kernel linux/usb/ch9.h... yes
checking for gfp_t... yes
checking for GFP_DMA32... yes
checking for page_to_pfn... yes
checking for init_utsname... yes
checking for is_power_of_2... yes
checking for __ffs... yes
checking for PnP suspend/resume... yes
checking for builtin _Bool support... yes
checking for x86-compatible PC... no
checking for kernel PCMCIA
checking for PCMCIA support... yes
checking for PC9800 support in kernel... no
checking for parallel port support... yes
checking for power management... yes
checking for cards to compile driver for... all
checking for additonal options to compile driver for... all
configure: creating ./config.status
config.status: creating version
config.status: creating Makefile.conf
config.status: WARNING: 'Makefile.conf.in' seems to ignore the --datarootdir setting
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/pci_ids_compat.h
config.status: creating include/i2c-id_compat.h
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
config.status: creating include/autoconf-extra.h
Hacking autoconf.h...
touch configure-stamp
/usr/bin/make compile
make[2]: Wejście do katalogu `/usr/src/modules/alsa-driver'
/usr/bin/make dep
make[3]: Wejście do katalogu `/usr/src/modules/alsa-driver'
make[4]: Wejście do katalogu `/usr/src/modules/alsa-driver/include'
/usr/bin/make -C sound prepare
make[5]: Wejście do katalogu `/usr/src/modules/alsa-driver/include/sound'
/usr/bin/make .includes.tmp
make[6]: Wejście do katalogu `/usr/src/modules/alsa-driver/include/sound'
make[6]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/include/sound'
/usr/bin/make prepare2
make[6]: Wejście do katalogu `/usr/src/modules/alsa-driver/include/sound'
cp ../../alsa-kernel/include/ac97_codec.h .
patch -p0 -i ac97_codec.patch ac97_codec.h
patching file ac97_codec.h
ln -s ../../alsa-kernel/include/aci.h
ln -s ../../alsa-kernel/include/ad1816a.h
ln -s ../../alsa-kernel/include/ad1843.h
ln -s ../../alsa-kernel/include/ak4113.h
ln -s ../../alsa-kernel/include/ak4114.h
ln -s ../../alsa-kernel/include/ak4117.h
ln -s ../../alsa-kernel/include/ak4531_codec.h
ln -s ../../alsa-kernel/include/ak4xxx-adda.h
ln -s ../../alsa-kernel/include/asequencer.h
ln -s ../../alsa-kernel/include/asound.h
ln -s ../../alsa-kernel/include/asound_fm.h
ln -s ../../alsa-kernel/include/asoundef.h
ln -s ../../alsa-kernel/include/atmel-abdac.h
ln -s ../../alsa-kernel/include/atmel-ac97c.h
ln -s ../../alsa-kernel/include/control.h
cp ../../alsa-kernel/include/core.h .
patch -p0 -i core.patch core.h
patching file core.h
ln -s ../../alsa-kernel/include/cs4231-regs.h
ln -s ../../alsa-kernel/include/cs46xx.h
ln -s ../../alsa-kernel/include/cs46xx_dsp_scb_types.h
ln -s ../../alsa-kernel/include/cs46xx_dsp_spos.h
ln -s ../../alsa-kernel/include/cs46xx_dsp_task_types.h
ln -s ../../alsa-kernel/include/cs8403.h
ln -s ../../alsa-kernel/include/cs8427.h
ln -s ../../alsa-kernel/include/emu10k1.h
ln -s ../../alsa-kernel/include/emu10k1_synth.h
ln -s ../../alsa-kernel/include/emu8000.h
ln -s ../../alsa-kernel/include/emu8000_reg.h
ln -s ../../alsa-kernel/include/emux_legacy.h
ln -s ../../alsa-kernel/include/emux_synth.h
ln -s ../../alsa-kernel/include/es1688.h
ln -s ../../alsa-kernel/include/gus.h
ln -s ../../alsa-kernel/include/hda_hwdep.h
ln -s ../../alsa-kernel/include/hdsp.h
ln -s ../../alsa-kernel/include/hdspm.h
ln -s ../../alsa-kernel/include/hwdep.h
ln -s ../../alsa-kernel/include/i2c.h
ln -s ../../alsa-kernel/include/info.h
ln -s ../../alsa-kernel/include/initval.h
ln -s ../../alsa-kernel/include/jack.h
ln -s ../../alsa-kernel/include/l3.h
ln -s ../../alsa-kernel/include/memalloc.h
ln -s ../../alsa-kernel/include/minors.h
ln -s ../../alsa-kernel/include/mixer_oss.h
ln -s ../../alsa-kernel/include/mpu401.h
ln -s ../../alsa-kernel/include/opl3.h
ln -s ../../alsa-kernel/include/opl4.h
ln -s ../../alsa-kernel/include/pcm-indirect.h
cp ../../alsa-kernel/include/pcm.h .
patch -p0 -i pcm.patch pcm.h
patching file pcm.h
ln -s ../../alsa-kernel/include/pcm_oss.h
ln -s ../../alsa-kernel/include/pcm_params.h
ln -s ../../alsa-kernel/include/pt2258.h
ln -s ../../alsa-kernel/include/pxa2xx-lib.h
ln -s ../../alsa-kernel/include/rawmidi.h
ln -s ../../alsa-kernel/include/s3c24xx_uda134x.h
ln -s ../../alsa-kernel/include/sb.h
ln -s ../../alsa-kernel/include/sb16_csp.h
ln -s ../../alsa-kernel/include/seq_device.h
ln -s ../../alsa-kernel/include/seq_kernel.h
ln -s ../../alsa-kernel/include/seq_midi_emul.h
ln -s ../../alsa-kernel/include/seq_midi_event.h
ln -s ../../alsa-kernel/include/seq_oss.h
ln -s ../../alsa-kernel/include/seq_oss_legacy.h
ln -s ../../alsa-kernel/include/seq_virmidi.h
ln -s ../../alsa-kernel/include/sfnt_info.h
ln -s ../../alsa-kernel/include/sh_dac_audio.h
ln -s ../../alsa-kernel/include/sh_fsi.h
ln -s ../../alsa-kernel/include/snd_wavefront.h
ln -s ../../alsa-kernel/include/soc-dai.h
ln -s ../../alsa-kernel/include/soc-dapm.h
ln -s ../../alsa-kernel/include/soc-of-simple.h
ln -s ../../alsa-kernel/include/soc.h
ln -s ../../alsa-kernel/include/soundfont.h
ln -s ../../alsa-kernel/include/tea575x-tuner.h
ln -s ../../alsa-kernel/include/tea6330t.h
ln -s ../../alsa-kernel/include/timer.h
ln -s ../../alsa-kernel/include/tlv.h
ln -s ../../alsa-kernel/include/tlv320dac33-plat.h
ln -s ../../alsa-kernel/include/tpa6130a2-plat.h
ln -s ../../alsa-kernel/include/trident.h
ln -s ../../alsa-kernel/include/uda134x.h
ln -s ../../alsa-kernel/include/uda1380.h
ln -s ../../alsa-kernel/include/util_mem.h
ln -s ../version.h
ln -s ../../alsa-kernel/include/vx_core.h
ln -s ../../alsa-kernel/include/wavefront.h
ln -s ../../alsa-kernel/include/wm2000.h
ln -s ../../alsa-kernel/include/wm8903.h
ln -s ../../alsa-kernel/include/wm8904.h
ln -s ../../alsa-kernel/include/wm8955.h
ln -s ../../alsa-kernel/include/wm8960.h
ln -s ../../alsa-kernel/include/wm8993.h
ln -s ../../alsa-kernel/include/wm9081.h
ln -s ../../alsa-kernel/include/wss.h
ln -s ../../alsa-kernel/include/ymfpci.h
make[6]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/include/sound'
make[5]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/include/sound'
make[4]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/include'
make[4]: Wejście do katalogu `/usr/src/modules/alsa-driver/acore'
/usr/bin/make -C ioctl32 fastdep
make[5]: Wejście do katalogu `/usr/src/modules/alsa-driver/acore/ioctl32'
(tmpfile=`echo /usr/src/modules/alsa-driver/include/sndversions.h.tmp`; (echo "#ifndef _LINUX_SNDVERSIONS_H"; echo "#define _LINUX_SNDVERSIONS_H"; echo "#include <linux/modsetver.h>"; cd /usr/src/modules/alsa-driver/include/modules; for f in *.ver; do if [ -f $f ]; then echo "#include \"modules/${f}\""; fi; done; echo "#endif"; ) > ${tmpfile}; if [ -r /usr/src/modules/alsa-driver/include/sndversions.h ] && cmp -s /usr/src/modules/alsa-driver/include/sndversions.h ${tmpfile}; then echo /usr/src/modules/alsa-driver/include/sndversions.h was not updated; rm -f ${tmpfile}; else echo /usr/src/modules/alsa-driver/include/sndversions.h was updated; mv -f ${tmpfile} /usr/src/modules/alsa-driver/include/sndversions.h; fi)
/usr/src/modules/alsa-driver/include/sndversions.h was updated
gcc -M -D__KERNEL__ -D__isapnp_now__ -DMODULE=1 -I/usr/src/modules/alsa-driver/include -I/usr/src/linux-headers-3.0.0-1-common/arch/x86/include -O2 -mno-red-zone -mcmodel=kernel -fno-reorder-blocks -fno-strength-reduce -finline-limit=2000 -Wdeclaration-after-statement -Wno-pointer-sign -D__SMP__ -DCONFIG_SMP -DLINUX -DALSA_BUILD -nostdinc -iwithprefix include ioctl32.c pcm32.c rawmidi32.c timer32.c hwdep32.c seq32.c > .depend
ioctl32.c:2:27: fatal error: linux/version.h: Nie ma takiego pliku ani katalogu
compilation terminated.
pcm32.c:3:27: fatal error: linux/version.h: Nie ma takiego pliku ani katalogu
compilation terminated.
rawmidi32.c:3:27: fatal error: linux/version.h: Nie ma takiego pliku ani katalogu
compilation terminated.
timer32.c:3:27: fatal error: linux/version.h: Nie ma takiego pliku ani katalogu
compilation terminated.
hwdep32.c:3:27: fatal error: linux/version.h: Nie ma takiego pliku ani katalogu
compilation terminated.
seq32.c:3:27: fatal error: linux/version.h: Nie ma takiego pliku ani katalogu
compilation terminated.
make[5]: *** [fastdep] Błąd 1
make[5]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/acore/ioctl32'
make[4]: *** [_sfdep_ioctl32] Błąd 2
make[4]: Opuszczenie katalogu `/usr/src/modules/alsa-driver/acore'
make[3]: *** [dep] Błąd 1
make[3]: Opuszczenie katalogu `/usr/src/modules/alsa-driver'
make[2]: *** [include/sndversions.h] Błąd 2
make[2]: Opuszczenie katalogu `/usr/src/modules/alsa-driver'
make[1]: *** [build-stamp] Błąd 2
make[1]: Opuszczenie katalogu `/usr/src/modules/alsa-driver'
make: *** [kdist_image] Błąd 2Offline



Smoleńsk BULWA!




A headersy zainstalowane? Jak nie to:
sudo apt-get install linux-headers-$(uname -r)
A potem próbować.
W ogóle to dziwne że nie ma sterów standardowo w jajcu...
Offline







Podobno człowiek...;)








A jak to się stało, ze w jaju 3.0.1 nie ma modułu snd-hda-intel? mam 3.0.4 kompilowane ze źródeł w domu, i dźwięk dziala bez problemu?
Moduł mam wbudowany w jajo:
modprobe -r snd-hda-intel FATAL: Module snd_hda_intel is builtin
Ostatnio edytowany przez Jacekalex (2011-09-12 22:46:31)
Offline

Użytkownik


Headersy mam zainstalowane oczywiście ;)
Offline







Kapelusznik








Huk napisał(-a):
W ogóle to dziwne że nie ma sterów standardowo w jajcu...
Są: http://packages.debian.org/search?searchon=contents … mp;arch=amd64.
Pewnie autor już wcześniej coś kombinował i wyleciały… Można kernela przeinstalować, to powinny wrócić.
Offline

Użytkownik


Nic nie kombinowałem, jak pisałem, system jest świeżo postawiony, alsa nie chciała wystartować od razu.
EDIT: Po drugim przeinstalowaniu kernela
root@debian:/home/karolp1993# modprobe snd-hda-intel root@debian:/home/karolp1993#
Lecz przy próbie odpalenia alsamixer:
karolp1993@debian:~$ alsamixer ALSA lib conf.c:3643:(snd_config_update_r) Cannot access file /usr/share/alsa/alsa.conf ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default cannot open mixer: Nie ma takiego pliku ani katalogu
Ostatnio edytowany przez karolp1993 (2011-09-12 23:25:22)
Offline







Kapelusznik








A instalacja alsy ze źródeł nie wywala czasem modułów dostarczanych z kernelem dystrybucyjnym? Jeżeli tak, to zniknięcie wyjaśnione. :)
Offline





Szczawiożerca






Sprawdź jeszcze np na aptosidowym jajku.
BTW Kompilacja Alsy to w "tych czasach" kombinowanie ;)
Offline







Kapelusznik








karolp1993 napisał(-a):
Kod:
Cannot access file /usr/share/alsa/alsa.conf
Reinstalacja libasound2? Chyba że w ogóle nie jest zainstalowany…
Offline

Użytkownik


Kompilowałem alsę z tego względu, że na wcześniejszych wersjach jądra, pomagało to na wyłączanie wbudowanych głośników przy podłączaniu słuchawek. Po przeinstalowaniu pakietu libasound2 dźwięk się pojawił, Czyli jednak, przyznaję się, sam musiałem namieszać w kernelu kompilowaniem alsy ze źródeł. Widzę że teraz i przy alsie z repo się odłaczają głośniki, tak więc wszystko działa. Mam tylko coś mało suwaków, Master i Beep, nie wiem czy to tak ma być czy coś tam jeszcze powinno być. ;)
Offline





Szczawiożerca






To już zależy od konkretnego chipa. W zależności od układu możesz poeksperymentować z dodatkowym wpisem w /etc/modprobe.d/alsa-base.conf
Offline







Palacz








Podaj chip karty z alsamixera.
Offline

Użytkownik


Chip: Conexant CX20585
Dodatkowo pojawiło się PCM, w nagrywaniu mam Capture, Mic Boost i Digital. Chyba wszystko ok? ;)
Offline







Podobno człowiek...;)








ArnVaker napisał(-a):
A instalacja alsy ze źródeł nie wywala czasem modułów dostarczanych z kernelem dystrybucyjnym? Jeżeli tak, to zniknięcie wyjaśnione. :)
root@debian:/home/karolp1993# modprobe snd-hda-intel root@debian:/home/karolp1993#
taki wynik oznacza, że moduł jest załadowany lub wbudowany w jajo.
radziłbym sprawdzić opcjeładowania sterownika, i to, czy prawidłowo rozpoznał chip karty i załapał odpowiednie parametry.
Tu był podobny przypadek.
Offline







Kapelusznik








Jacekalex: Tekst który zacytowałeś dotyczył przecież innego komunikatu…
karolp1993 napisał(-a):
Kod:
root@debian:/home/karolp1993# modprobe snd-hda-intel FATAL: Module snd_hda_intel not found.
Ten co Ty wrzuciłeś to wynik już po przeinstalowaniu kernela.
Offline







Podobno człowiek...;)








Ja skomentowałem Twój argument, jakoby alsa ze źródeł wywalała moduły kernela, moim zdaniem z postu #10 nic takiego nie wynikało.
Poza tym miałem jajo 3.0.1, mam hda-intel od Realteka, i na jaju 3.0.1 wszystko działało normalnie.
Ostatnio edytowany przez Jacekalex (2011-09-13 11:24:28)
Offline







Kapelusznik








Kiedy pisałem swojego posta (tego którego zacytowałeś), post 10 wyglądał tak:
karolp1993 napisał(-a):
Nic nie kombinowałem, jak pisałem, system jest świeżo postawiony, alsa nie chciała wystartować od razu.
W międzyczasie autor edytował posta i dodał, że przeinstalował kernel i że moduł już wchodzi. Dodaną część przeczytałem dopiero po wysłaniu swojego posta i już go nie modyfikowałem, bo i po co… Przez myśl mi nie przeszło, że ktoś się o to przyczepi. Możemy już tego dalej nie ciągnąć?
PS W ogóle to o wywalaniu modułów to nie argument tylko pytanie. Nigdy nie instalowałem alsy ze źródeł, jedynie zgaduję, że tak mogło być.
Offline







Palacz








alsa ze źródeł wywala moduły.,które były w jądrze.
jak się źle zbudują to nie ma wcale.
Offline






Admin łajza







ilin napisał(-a):
alsa..ze.źródeł..wywala..moduły.,klóre..były..w..jądrze.
jak..się..źle..zbudują..lo..nie..ma..wcale.
Spacja Ci się zepsuła? :D
A, widzę dopisek w poście wyżej. :)
Offline


Członek DUG



Albo nie chcieałeś przeklinać?
Offline
Strony: 1