[alsa-devel] problem with ATI SB600 Azalia
Hello. I tried earlier on alsa-user, but nobody answer. Propably this is the better place for this post. I have the same problem as mentioned here:
http://thread.gmane.org/gmane.linux.alsa.devel/47688/focus=47827 (the same laptop).
I tried this solution, but unfortunately i had below error during kernel compilation (kernel source ubuntu 2.6.20-16). What is proper way to make upgrade alsa to alsa-hg?
Building modules, stage 2. MODPOST 1855 modules WARNING: vmlinux - Section mismatch: reference to .init.data:boot_params from .text between '_text' (at offset 0xc0100036) and 'startup_32_smp' WARNING: vmlinux - Section mismatch: reference to .init.data:boot_params from .text between '_text' (at offset 0xc0100044) and 'startup_32_smp' WARNING: vmlinux - Section mismatch: reference to .init.data:init_pg_tables_end from .text between '_text' (at offset 0xc01000a6) and 'startup_32_smp' WARNING: vmlinux - Section mismatch: reference to .init.text:start_kernel from .text between 'is386' (at offset 0xc0100221) and 'check_x87' WARNING: vmlinux - Section mismatch: reference to .init.text:smp_prepare_cpus from .text between 'init' (at offset 0xc0100437) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:migration_init from .text between 'init' (at offset 0xc010043c) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:spawn_ksoftirqd from .text between 'init' (at offset 0xc0100441) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:spawn_softlockup_task from .text between 'init' (at offset 0xc0100446) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:smp_cpus_done from .text between 'init' (at offset 0xc01004c2) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:sched_init_smp from .text between 'init' (at offset 0xc01004c7) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:cpuset_init_smp from .text between 'init' (at offset 0xc01004cc) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:usermodehelper_init from .text between 'init' (at offset 0xc01004d6) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:driver_init from .text between 'init' (at offset 0xc01004db) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:sysctl_init from .text between 'init' (at offset 0xc01004e1) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.data: from .text between 'init' (at offset 0xc0100503) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.data: from .text between 'init' (at offset 0xc010051c) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:prepare_namespace from .text between 'init' (at offset 0xc01006ff) and 'rest_init' WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'init_gdt' (at offset 0xc010a0cb) and 'cpu_init' WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'init_gdt' (at offset 0xc010a0e1) and 'cpu_init' WARNING: vmlinux - Section mismatch: reference to .init.text:sysenter_setup from .text between 'identify_cpu' (at offset 0xc010a73b) and 'display_cacheinfo' WARNING: vmlinux - Section mismatch: reference to .init.text:mtrr_bp_init from .text between 'identify_cpu' (at offset 0xc010a745) and 'display_cacheinfo' WARNING: vmlinux - Section mismatch: reference to .init.text:trap_init_f00f_bug from .text between 'init_intel' (at offset 0xc010c796) and 'cpuid4_cache_lookup' WARNING: vmlinux - Section mismatch: reference to .init.data:initkmem_list3 from .text between 'set_up_list3s' (at offset 0xc017238f) and 's_start' WARNING: vmlinux - Section mismatch: reference to .init.text:eisa_root_register from .text between 'pci_eisa_init' (at offset 0xc026f71b) and 'virtual_eisa_release' WARNING: vmlinux - Section mismatch: reference to .init.text:eisa_root_register from .text between 'virtual_eisa_root_init' (at offset 0xc026f77f) and 'cpufreq_unregister_driver' WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'iret_exc' (at offset 0xc02f2330) and '_etext' WARNING: vmlinux - Section mismatch: reference to .init.text:start_kernel from .paravirtprobe between '__start_paravirtprobe' (at offset 0xc03c4790) and '__stop_paravirtprobe'
WARNING: "is_power_of_2" [sound/core/snd-rtctimer.ko] undefined! make[1]: *** [__modpost] Błąd 1 make: *** [modules] Błąd 2 root@antichrist:/usr/src/linux#
Cheers,
At Wed, 1 Aug 2007 21:57:11 +0200, Rafał Zawadzki wrote:
Hello. I tried earlier on alsa-user, but nobody answer. Propably this is the better place for this post. I have the same problem as mentioned here:
http://thread.gmane.org/gmane.linux.alsa.devel/47688/focus=47827 (the same laptop).
I tried this solution, but unfortunately i had below error during kernel compilation (kernel source ubuntu 2.6.20-16). What is proper way to make upgrade alsa to alsa-hg?
Use alsa-driver tree to build external modules. You cannot (always) replace the existing kernel code with alsa-kernel tree.
Takashi
On Thursday 02 August 2007 00:09:44 Takashi Iwai wrote:
At Wed, 1 Aug 2007 21:57:11 +0200,
Rafał Zawadzki wrote:
Hello. I tried earlier on alsa-user, but nobody answer. Propably this is the better place for this post. I have the same problem as mentioned here:
http://thread.gmane.org/gmane.linux.alsa.devel/47688/focus=47827 (the same laptop).
I tried this solution, but unfortunately i had below error during kernel compilation (kernel source ubuntu 2.6.20-16). What is proper way to make upgrade alsa to alsa-hg?
Use alsa-driver tree to build external modules.
It is not so easy :) :
./configure: line 11726: ALSA_TOPLEVEL_SELECT: command not found ./configure: line 11739: ALSA_TOPLEVEL_DEFINES: command not found ./configure: line 11749: ALSA_TOPLEVEL_OUTPUT: command not found 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: error: cannot find input file: toplevel.config.in bluszcz@antichrist:~/usr/src/alsachuj/alsa-driver$
Any idea?
At Thu, 2 Aug 2007 00:32:00 +0200, Rafał Zawadzki wrote:
On Thursday 02 August 2007 00:09:44 Takashi Iwai wrote:
At Wed, 1 Aug 2007 21:57:11 +0200,
Rafał Zawadzki wrote:
Hello. I tried earlier on alsa-user, but nobody answer. Propably this is the better place for this post. I have the same problem as mentioned here:
http://thread.gmane.org/gmane.linux.alsa.devel/47688/focus=47827 (the same laptop).
I tried this solution, but unfortunately i had below error during kernel compilation (kernel source ubuntu 2.6.20-16). What is proper way to make upgrade alsa to alsa-hg?
Use alsa-driver tree to build external modules.
It is not so easy :) :
Did you read INSTALL file there? There is ./hgcompile script for convenience.
Also, for people who are lazy to use HG, there are also daily snapshot tarballs at ftp://ftp.suse.com/pub/projects/alsa/snapshot/
Takashi
On Thursday 02 August 2007 11:15:09 Takashi Iwai wrote:
Did you read INSTALL file there? There is ./hgcompile script for convenience.
I read also and tried in this way:
./hgcompile Makefile:24: toplevel.config: No such file or directory make: *** Brak reguł do wykonania obiektu `toplevel.config'. Stop.
I found this file in prepackages version, but not in HG one.
On Thursday 02 August 2007 14:20:25 Rafał Zawadzki wrote:
On Thursday 02 August 2007 11:15:09 Takashi Iwai wrote:
Did you read INSTALL file there? There is ./hgcompile script for convenience.
I read also and tried in this way:
./hgcompile Makefile:24: toplevel.config: No such file or directory make: *** Brak reguł do wykonania obiektu `toplevel.config'. Stop.
..............
checking for PCMCIA support... yes checking for PC9800 support in kernel... no checking for parallel port support... yes checking for power management... yes ./configure: line 11726: ALSA_TOPLEVEL_SELECT: command not found ./configure: line 11739: ALSA_TOPLEVEL_DEFINES: command not found ./configure: line 11749: ALSA_TOPLEVEL_OUTPUT: command not found 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: error: cannot find input file: toplevel.config.in
Thanks for you time Takashi, cheers.
At Thu, 2 Aug 2007 14:21:25 +0200, Rafał Zawadzki wrote:
On Thursday 02 August 2007 14:20:25 Rafał Zawadzki wrote:
On Thursday 02 August 2007 11:15:09 Takashi Iwai wrote:
Did you read INSTALL file there? There is ./hgcompile script for convenience.
I read also and tried in this way:
./hgcompile Makefile:24: toplevel.config: No such file or directory make: *** Brak reguł do wykonania obiektu `toplevel.config'. Stop.
..............
checking for PCMCIA support... yes checking for PC9800 support in kernel... no checking for parallel port support... yes checking for power management... yes ./configure: line 11726: ALSA_TOPLEVEL_SELECT: command not found ./configure: line 11739: ALSA_TOPLEVEL_DEFINES: command not found ./configure: line 11749: ALSA_TOPLEVEL_OUTPUT: command not found 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: error: cannot find input file: toplevel.config.in
% cd alsa-driver % hg purge --all % ./hgcompile
Takashi
participants (2)
-
Rafał Zawadzki
-
Takashi Iwai