From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugtrack@alsa-project.org Subject: [ALSA - driver 0001595]: Audigy 4 (bulk, non-Pro) unsupported (patch included) Date: Sat, 26 Nov 2005 22:33:29 +0100 Message-ID: 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 95DD91EC for ; Sat, 26 Nov 2005 22:33:29 +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: khampf Assigned To: ====================================================================== Project: ALSA - driver Issue ID: 1595 Category: PCI - emu10k1 Reproducibility: always Severity: major Priority: normal Status: new Distribution: Debian 3 testing/unstable hybrid Kernel Version: 2.6.14.2-c0r3 (-ckX+swsusp2+bootsplash) ====================================================================== Date Submitted: 11-24-2005 03:35 CET Last Modified: 11-26-2005 22:33 CET ====================================================================== Summary: Audigy 4 (bulk, non-Pro) unsupported (patch included) Description: I recently bought me a Creative Audigy 4 and was surprised it didn't work at all ... I noticed it wasn't detected and made it detectable and copied the settings from Audigy 4 Pro. I have to click the "Audigy Analog/Digital Output switch" switch to make it work. Front/Center, Mic works, however I have no idea about wether SPDIF is ok or not (I have no devices). It might be that a lot of functionality is missing still but it's a start. First, output of "$ lspci -vn | grep -1 0401" 0000:02:09.0 0401: 1102:0008 Subsystem: 1102:1021 Then, using "modprobe emu10k1 sumsystem=xxxxxx" does not work at all for me, doesn't get the interrupt up and errors about probe failing. So I added did this to my kernel sound/pci/emu10k1/emu10k1_main.c: {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102, .driver = "Audigy2", .name = "Audigy 4 [A400?]", .id = "Audigy2", .emu10k2_chip = 1, .ca0102_chip = 1, /*.ca0151_chip = 1, */ /*.spk71 = 1, */ /*.spdif_bug = 1,*/ .ac97_chip = 1} , I left those commented out as I've tried the options and noticed no difference in operation. Also, I don't know the SB0xxx model (can't remove the card and look at it at the moment either). ====================================================================== ---------------------------------------------------------------------- jcdutton - 11-24-05 21:54 ---------------------------------------------------------------------- In your above patch, if you change .ca0102_chip = 1, to .ca0108_chip = 1, Does it still work? ---------------------------------------------------------------------- khampf - 11-26-05 22:33 ---------------------------------------------------------------------- I can't seem to access this bugtracker at times ... the route seems to go down often (nothing wrong on my side). Ok I posted a bit prematurely, there seems to be more to it than just ca0102_chip ... because ca0108_chip had been on in a previously loaded module, it worked with just 102. However on a cold restart it did not. It needs something from both 102 and 108?!?! I started testing by re-enabling things. This loads perfectly: .driver = "Audigy2", .name = "Audigy 4 [A400?]", .id = "Audigy2", .emu10k2_chip = 1, .ca0102_chip = 1, .ca0108_chip = 1, .ca0151_chip = 1, .spk71 = 1, /* .spdif_bug = 1, */ .ac97_chip = 1} , However, if the different chip ca's, 102 and 108 are actual chips this seems like a bad idea, chanses are that it uses ca108 but needs something from 102 to route the sound correctly ... but this way everyhting works correctly from first load of the module so it's another step in the right direction. Issue History Date Modified Username Field Change ====================================================================== 11-24-05 03:35 khampf New Issue 11-24-05 03:35 khampf Distribution => Debian 3 testing/unstable hybrid 11-24-05 03:35 khampf Kernel Version => 2.6.14.2-c0r3 (-ckX+swsusp2+bootsplash) 11-24-05 03:39 khampf Issue Monitored: khampf 11-24-05 03:41 khampf Note Added: 0006837 11-24-05 21:54 jcdutton Note Added: 0006845 11-26-05 22:33 khampf Note Added: 0006850 ====================================================================== ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click