All of lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0002086]: Module fails to load
@ 2006-05-02 16:05 bugtrack
  0 siblings, 0 replies; 3+ messages in thread
From: bugtrack @ 2006-05-02 16:05 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2086> 
======================================================================
Reported By:                psgood
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2086
Category:                   PCI - cs46xx
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               
Kernel Version:             
======================================================================
Date Submitted:             04-30-2006 12:53 CEST
Last Modified:              05-02-2006 18:05 CEST
======================================================================
Summary:                    Module fails to load
Description: 
Have tried this with various kernels now from 2.6.15 to .17-rc3.

The module compiles fine, installs fine, even comes up in lsmod, but I get
this error on module insertion

ERROR: snd-cs46xx: never read ISV3 & ISV4 from AC'97
    Try reloading the ALSA driver, if you find something
    broken or not working on your soundcard upon
    this message please report to alsa-devel@lists.sourceforge.net

Soundcard is a Gametheater XP 5.1. The last kernel I had on here was
2.6.13 and it worked fine under that without this error. Have tried with
kernel drivers, manual download of drivers, with and without the debian
standard alsa tools. The NEW_DSP code is also enabled in all instances.

I have also tried with and without udev installed, to see if that was
causing an issue.

This also halts my intel8x0 card from working as well. Whatever is causing
it virtually causes all the alsactl stuff to die.

Output of lsmod:
snd_cs46xx             78024  0
snd_intel8x0           31772  0
snd_rawmidi            24608  1 snd_cs46xx
snd_seq_device          8972  1 snd_rawmidi
snd_ac97_codec         85024  2 snd_cs46xx,snd_intel8x0
snd_ac97_bus            3328  1 snd_ac97_codec
snd_pcm                78340  3 snd_cs46xx,snd_intel8x0,snd_ac97_codec
snd_timer              22916  1 snd_pcm
snd                    52192  7
snd_cs46xx,snd_intel8x0,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         10504  3 snd_cs46xx,snd_intel8x0,snd_pcm
soundcore              10848  1 snd

Output of /proc/asound/cards

pontius:/etc/modprobe.d# cat /proc/asound/cards
--- no soundcards ---



======================================================================

----------------------------------------------------------------------
 psgood - 04-30-06 13:22 
----------------------------------------------------------------------
Further to this, I have discovered that the issue is sporadic. Perhaps one
time in 10, the issue won't occur and everything comes up as normal.

----------------------------------------------------------------------
 tiwai - 05-02-06 18:05 
----------------------------------------------------------------------
The driver code hasn't been changed much since long time ago, so I wonder
what is broken.  You can try to comment out "return -EIO" in the relevant
part of snd_cs46xx_chip_init() in cs46xx_lib.c.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-30-06 12:53 psgood         New Issue                                    
04-30-06 13:13 psgood         Issue Monitored: psgood                      
04-30-06 13:22 psgood         Note Added: 0009547                          
05-02-06 18:05 tiwai          Note Added: 0009564                          
======================================================================




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [ALSA - driver 0002086]: Module fails to load
@ 2006-04-30 11:22 bugtrack
  0 siblings, 0 replies; 3+ messages in thread
From: bugtrack @ 2006-04-30 11:22 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2086> 
======================================================================
Reported By:                psgood
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2086
Category:                   PCI - cs46xx
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               
Kernel Version:             
======================================================================
Date Submitted:             04-30-2006 12:53 CEST
Last Modified:              04-30-2006 13:22 CEST
======================================================================
Summary:                    Module fails to load
Description: 
Have tried this with various kernels now from 2.6.15 to .17-rc3.

The module compiles fine, installs fine, even comes up in lsmod, but I get
this error on module insertion

ERROR: snd-cs46xx: never read ISV3 & ISV4 from AC'97
    Try reloading the ALSA driver, if you find something
    broken or not working on your soundcard upon
    this message please report to alsa-devel@lists.sourceforge.net

Soundcard is a Gametheater XP 5.1. The last kernel I had on here was
2.6.13 and it worked fine under that without this error. Have tried with
kernel drivers, manual download of drivers, with and without the debian
standard alsa tools. The NEW_DSP code is also enabled in all instances.

I have also tried with and without udev installed, to see if that was
causing an issue.

This also halts my intel8x0 card from working as well. Whatever is causing
it virtually causes all the alsactl stuff to die.

Output of lsmod:
snd_cs46xx             78024  0
snd_intel8x0           31772  0
snd_rawmidi            24608  1 snd_cs46xx
snd_seq_device          8972  1 snd_rawmidi
snd_ac97_codec         85024  2 snd_cs46xx,snd_intel8x0
snd_ac97_bus            3328  1 snd_ac97_codec
snd_pcm                78340  3 snd_cs46xx,snd_intel8x0,snd_ac97_codec
snd_timer              22916  1 snd_pcm
snd                    52192  7
snd_cs46xx,snd_intel8x0,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         10504  3 snd_cs46xx,snd_intel8x0,snd_pcm
soundcore              10848  1 snd

Output of /proc/asound/cards

pontius:/etc/modprobe.d# cat /proc/asound/cards
--- no soundcards ---



======================================================================

----------------------------------------------------------------------
 psgood - 04-30-06 13:22 
----------------------------------------------------------------------
Further to this, I have discovered that the issue is sporadic. Perhaps one
time in 10, the issue won't occur and everything comes up as normal.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-30-06 12:53 psgood         New Issue                                    
04-30-06 13:13 psgood         Issue Monitored: psgood                      
04-30-06 13:22 psgood         Note Added: 0009547                          
======================================================================




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [ALSA - driver 0002086]: Module fails to load
@ 2006-04-30 10:53 bugtrack
  0 siblings, 0 replies; 3+ messages in thread
From: bugtrack @ 2006-04-30 10:53 UTC (permalink / raw)
  To: alsa-devel


The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2086> 
======================================================================
Reported By:                psgood
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2086
Category:                   PCI - cs46xx
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               
Kernel Version:             
======================================================================
Date Submitted:             04-30-2006 12:53 CEST
Last Modified:              04-30-2006 12:53 CEST
======================================================================
Summary:                    Module fails to load
Description: 
Have tried this with various kernels now from 2.6.15 to .17-rc3.

The module compiles fine, installs fine, even comes up in lsmod, but I get
this error on module insertion

ERROR: snd-cs46xx: never read ISV3 & ISV4 from AC'97
    Try reloading the ALSA driver, if you find something
    broken or not working on your soundcard upon
    this message please report to alsa-devel@lists.sourceforge.net

Soundcard is a Gametheater XP 5.1. The last kernel I had on here was
2.6.13 and it worked fine under that without this error. Have tried with
kernel drivers, manual download of drivers, with and without the debian
standard alsa tools. The NEW_DSP code is also enabled in all instances.

I have also tried with and without udev installed, to see if that was
causing an issue.

This also halts my intel8x0 card from working as well. Whatever is causing
it virtually causes all the alsactl stuff to die.

Output of lsmod:
snd_cs46xx             78024  0
snd_intel8x0           31772  0
snd_rawmidi            24608  1 snd_cs46xx
snd_seq_device          8972  1 snd_rawmidi
snd_ac97_codec         85024  2 snd_cs46xx,snd_intel8x0
snd_ac97_bus            3328  1 snd_ac97_codec
snd_pcm                78340  3 snd_cs46xx,snd_intel8x0,snd_ac97_codec
snd_timer              22916  1 snd_pcm
snd                    52192  7
snd_cs46xx,snd_intel8x0,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc         10504  3 snd_cs46xx,snd_intel8x0,snd_pcm
soundcore              10848  1 snd

Output of /proc/asound/cards

pontius:/etc/modprobe.d# cat /proc/asound/cards
--- no soundcards ---



======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-30-06 12:53 psgood         New Issue                                    
======================================================================




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-02 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02 16:05 [ALSA - driver 0002086]: Module fails to load bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2006-04-30 11:22 bugtrack
2006-04-30 10:53 bugtrack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.