From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugtrack@alsa-project.org Subject: [ALSA - driver 0001023]: ens1371 pcm not work in 2.6.11 kernel Date: Tue, 15 Nov 2005 16:21:15 +0100 Message-ID: <401e33f8d2f6f262fc89cd6bfc8e07f1@bugtrack.alsa-project.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from bugtrack.alsa-project.org (gate.perex.cz [85.132.177.35]) by alsa.jcu.cz (ALSA's E-mail Delivery System) with ESMTP id 6327918C for ; Tue, 15 Nov 2005 16:21:15 +0100 (MET) Sender: alsa-devel-admin@lists.sourceforge.net Errors-To: alsa-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org A NOTE has been added to this issue. ====================================================================== ====================================================================== Reported By: yafrank Assigned To: perex ====================================================================== Project: ALSA - driver Issue ID: 1023 Category: PCI - ens1371 Reproducibility: always Severity: block Priority: normal Status: feedback Distribution: Fedora Core 3 Kernel Version: 2.6.11-1.8_FC3 ====================================================================== Date Submitted: 03-30-2005 14:25 CEST Last Modified: 11-15-2005 16:21 CET ====================================================================== Summary: ens1371 pcm not work in 2.6.11 kernel Description: I'm using FC3 and my Creative SB AudioPCI 64V sound card works fine in 2.6.10-1.770_FC3 kernel. After I replaced the kernel to 2.6.11 from kernel.org or 2.6.11-1.8_FC3 from redhat, there is no sound anymore. I noticed that the 2.6.11 kernel uses alsa 1.0.8 driver, yet userspace alsa-lib and utility in fc3 are 1.0.6. So I upgrade them to 1.0.8 too. Still, there is no sound and alsamixer doesn't show any pcm option. Fortunately, the 1.0.8 lib and utility backward compatible with 1.0.6 driver in 2.6.10 kernel, so they were kept. The sound card uses ens1371 kernel module. And my /etc/modprobe.conf is this: alias snd-card-0 snd-ens1371 alias sound-slot-0 snd-ens1371 install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 && /usr/sbin/alsactlrestore >/dev/null 2>&1 || : remove snd-ens1371 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371 alias usb-controller uhci-hcd alias net-pf-10 off alias ipv6 off alias eth0 8139too ====================================================================== ---------------------------------------------------------------------- tiwai - 10-25-05 15:12 ---------------------------------------------------------------------- Just try out ALSA 1.0.10rc2 or CVS version. ---------------------------------------------------------------------- yafrank - 11-15-05 16:21 ---------------------------------------------------------------------- Tried ALSA 1.0.10rc3 on offical 2.6.14.2 kernel on my fc4 box with latest update. Still no sound. dmesg gives following: ... irq 5: nobody cared (try booting with the "irqpoll" option) [] __report_bad_irq+0x24/0x90 [] note_interrupt+0x72/0xc0 [] __do_IRQ+0xd8/0x100 [] do_IRQ+0x19/0x30 [] common_interrupt+0x1a/0x20 [] handle_IRQ_event+0x17/0x70 [] __do_IRQ+0x7b/0x100 [] do_IRQ+0x19/0x30 [] common_interrupt+0x1a/0x20 [] do_proc_doulongvec_minmax+0x7b/0x350 [] do_wp_page+0x20f/0x2f0 [] __handle_mm_fault+0x1f6/0x210 [] preempt_schedule+0x4f/0x70 [] do_page_fault+0x123/0x67a [] do_page_fault+0x0/0x67a [] error_code+0x4f/0x54 handlers: [] (snd_audiopci_interrupt+0x0/0x160 [snd_ens1371]) Disabling IRQ #5 spurious 8259A interrupt: IRQ7. Boot with irqpoll option doesn't help either. If more info is needed, pls let me know. Issue History Date Modified Username Field Change ====================================================================== 03-30-05 14:25 yafrank New Issue 03-30-05 14:25 yafrank Distribution => Fedora Core 3 03-30-05 14:25 yafrank Kernel Version => 2.6.11-1.8_FC3 03-30-05 18:08 tiwai Note Added: 0004266 03-31-05 10:49 yafrank Note Added: 0004277 03-31-05 13:14 yafrank Note Added: 0004279 03-31-05 13:23 perex Note Added: 0004280 03-31-05 17:08 yafrank Note Added: 0004282 04-06-05 18:41 mmadore Note Added: 0004350 04-07-05 16:04 tiwai Note Added: 0004357 04-07-05 18:32 mmadore Note Added: 0004362 04-07-05 18:33 mmadore File Added: asound.state 04-07-05 18:37 mmadore File Added: ac97#0-0 04-07-05 18:38 mmadore File Added: ac97#0-0+regs 04-12-05 05:47 yafrank Issue Monitored: yafrank 04-12-05 06:02 yafrank Note Added: 0004445 04-12-05 16:29 tiwai Note Added: 0004447 04-12-05 19:46 yafrank Note Added: 0004459 04-12-05 20:00 yafrank Note Added: 0004460 04-12-05 21:11 mmadore Note Added: 0004463 04-12-05 21:12 mmadore File Added: asound.state.new 04-24-05 00:15 mycroft Issue Monitored: mycroft 06-17-05 09:55 yafrank Note Added: 0005065 06-17-05 11:45 yafrank Note Added: 0005067 06-17-05 14:44 tiwai Note Added: 0005073 06-18-05 04:26 yafrank Note Added: 0005082 06-18-05 04:52 yafrank File Added: alsa-ac97-test 06-18-05 05:19 yafrank Note Added: 0005083 06-20-05 10:59 perex File Added: ens1371-reset.patch 06-20-05 10:59 perex Category CORE - pcm => PCI - ens1371 06-20-05 11:00 perex Note Added: 0005095 06-20-05 11:01 perex Status new => assigned 06-20-05 11:01 perex Assigned To => perex 06-23-05 16:48 yafrank Note Added: 0005191 07-08-05 10:24 perex Note Added: 0005405 07-08-05 10:25 perex Note Edited: 0005405 07-11-05 13:45 yafrank Note Added: 0005444 07-11-05 16:47 yafrank Note Added: 0005449 07-11-05 22:52 gwennou Note Added: 0005451 09-01-05 10:25 yafrank File Added: config-2.6.13-snd 09-01-05 10:51 yafrank Note Added: 0005995 09-01-05 18:15 tiwai Note Added: 0005997 09-04-05 02:09 bobcat98 Note Added: 0006034 09-04-05 02:12 bobcat98 Issue Monitored: bobcat98 10-25-05 13:55 rufusplant Note Added: 0006539 10-25-05 15:12 tiwai Note Added: 0006542 11-14-05 10:01 perex Status assigned => feedback 11-15-05 16:21 yafrank Note Added: 0006730 ====================================================================== ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click