On Tue, Oct 17, 2006 at 05:17:36PM +0200, Kay Smarczewski wrote: > On Mon, Oct 16, 2006 at 08:35:24PM +0200, Florian Kulzer wrote: > > On Mon, Oct 16, 2006 at 18:28:41 +0200, Jabka Atu wrote: > > > Howdy,... > > > i own acer 5102wlmi and im unable to start the sound system : > > > > > > debian:/home/mha13# lsmod|grep snd > > > snd_seq_oss 35840 0 > > > snd_seq_midi 9792 0 > > > snd_rawmidi 27556 1 snd_seq_midi > > > snd_seq_midi_event 9728 2 snd_seq_oss,snd_seq_midi > > > snd_seq_device 9612 3 snd_seq_oss,snd_seq_midi,snd_rawmidi > > > snd_seq 58816 5 > > > snd_seq_oss,snd_seq_midi,snd_seq_midi_event > > > snd_ioctl32 17920 0 > > > snd_pcm_oss 57704 0 > > > snd_mixer_oss 20032 1 snd_pcm_oss > > > snd_pcm 105864 2 snd_ioctl32,snd_pcm_oss > > > snd_page_alloc 13904 1 snd_pcm > > > snd_timer 26440 2 snd_seq,snd_pcm > > > snd 58952 11 > > > snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq_midi_event,snd_seq_device,snd_seq,snd_ioctl32,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer > > > > > > soundcore 12000 1 snd > > > im using > > > kernel Linux debian 2.6.8-12-amd64-k8-smp #1 SMP Mon Jul 17 00:17:20 UTC > > > 2006 x86_64 GNU/Linux > > > > > > when i start alsaconf i get no supported pci card. > > > i have installed alsa-utils alsa-base and alsa-oss > > > > Your kernel version suggests that you run Sarge. The version of alsa in > > Sarge might be too old to support your hardware. Please post the output > > of "lspci | grep -i audio" to let us know which soundcard is used. (That > > has higher chances of success than hoping that someone will know it > > directly from the model number of the laptop.) > > > > -- > > Regards, > > Florian > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > I have the same laptop and the same problem. > The only difference is that i have the kernel 2.6.19rc2. > > lspci | grep -i audio : > 00:14.2 Audio device: ATI Technologies Inc SB450 HDA Audio (rev 01) > > I tried to compile alsa for myself because i think i have to use a newer > alsa. so i downloaded the 1.0.13rc3 and did the following: > > tar -xfj alsa-driver-1.0.13rc3 > cd alsa-driver-1.0.13rc3/ > ./configure --with-cards=hda-intel --with-sequencer=yes;make; > > and got these errors: > make[1]: Entering directory `/usr/src/linux-2.6.19rc2' > CC [M] /usr/src/alsa/alsa-driver-1.0.13rc3/acore/memalloc.o > In Datei, eingefügt von > /usr/src/alsa/alsa-driver-1.0.13rc3/acore/memalloc.c:1: > /usr/src/alsa/alsa-driver-1.0.13rc3/acore/memalloc.inc:1:26: Fehler: > linux/config.h: Datei oder Verzeichnis nicht gefunden > In file included from > /usr/src/alsa/alsa-driver-1.0.13rc3/acore/memalloc.inc:13, > from > /usr/src/alsa/alsa-driver-1.0.13rc3/acore/memalloc.c:1: > /usr/src/alsa/alsa-driver-1.0.13rc3/include/adriver.h:742: > Fehler: Redefinition von »jiffies_to_msecs« > include/linux/jiffies.h:268: Fehler: Vorherige > Definition von »jiffies_to_msecs« war hier > /usr/src/alsa/alsa-driver-1.0.13rc3/include/adriver.h:761: > Fehler: Redefinition von »msecs_to_jiffies« > include/linux/jiffies.h:290: Fehler: Vorherige > Definition von »msecs_to_jiffies« war hier > /usr/src/alsa/alsa-driver-1.0.13rc3/include/adriver.h: > In Funktion »snd_pci_orig_save_state«: > /usr/src/alsa/alsa-driver-1.0.13rc3/include/adriver.h:1099: > Fehler: zu viele Argumente für Funktion > »pci_save_state« > /usr/src/alsa/alsa-driver-1.0.13rc3/include/adriver.h: > In Funktion »snd_pci_orig_restore_state«: > /usr/src/alsa/alsa-driver-1.0.13rc3/include/adriver.h:1103: > Fehler: zu viele Argumente für Funktion > »pci_restore_state« > make[4]: *** > [/usr/src/alsa/alsa-driver-1.0.13rc3/acore/memalloc.o] > Fehler 1 > make[3]: *** > [/usr/src/alsa/alsa-driver-1.0.13rc3/acore] Fehler 2 > make[2]: *** > [_module_/usr/src/alsa/alsa-driver-1.0.13rc3] Fehler > 2 > make[1]: *** [modules] Fehler 2 > make[1]: Leaving directory `/usr/src/linux-2.6.19rc2' > make: *** [compile] Fehler 2 > > and so i could not execute make install. > > > i tried also this: > Creating /etc/modutils/mythings with following content: > alias snd-card-0 snd-hda-intel > options snd-hda-intel model=acer position_fix=1 enable=yes > > and execute: > # update-modules.modutils > > and got: > Architecture-specific modutils configuration for x86_64 not found, using > defaults
Now i've recompiled my kernel with some more modules and got a "better" error message: i started mocp and it stops with mocp: interface_elements.c:3267: iface_set_mixer_value: Assertion `value >= 0 && value <= 100` failed. Any ideas? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]