Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-05 21:29 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-05 21:29 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-05-2006 23:29 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 08-05-06 23:09 
----------------------------------------------------------------------
> My /etc/modprobe.conf and /etc/modules.conf have the line:
> options snd-sscape port=0x330 codec_port=0x534 irq=9 mpu_irq=5 dma=0
isapnp=0

This should read:
options snd-sscape port=0x330 codec_port=0x534 irq=5 mpu_irq=9 dma=0
isapnp=0

However, I doubt it will make much difference. There's probably more
non-PnP initialising to do.

----------------------------------------------------------------------
 rankincj - 08-05-06 23:29 
----------------------------------------------------------------------
Given that the OSS driver writes these log messages:

<SoundScape (MPU401)> at 0x330 irq 9 dma 1,0
<SoundScape PNP (AD1848)> at 0x534 irq 5 dma 1,1

then maybe you should set dma=1 too.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
08-05-06 13:31 rankincj       File Added: codec-io.diff                    
08-05-06 13:36 rankincj       Note Added: 0011429                          
08-05-06 22:43 rankincj       File Added: codec-io-v2.diff                    
08-05-06 22:50 tjallen        Note Added: 0011448                          
08-05-06 23:02 tjallen        Note Added: 0011449                          
08-05-06 23:09 rankincj       Note Added: 0011450                          
08-05-06 23:29 rankincj       Note Added: 0011452                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-06  0:43 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-06  0:43 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-06-2006 02:43 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 08-05-06 23:29 
----------------------------------------------------------------------
Given that the OSS driver writes these log messages:

<SoundScape (MPU401)> at 0x330 irq 9 dma 1,0
<SoundScape PNP (AD1848)> at 0x534 irq 5 dma 1,1

then maybe you should set dma=1 too.

----------------------------------------------------------------------
 tjallen - 08-06-06 02:43 
----------------------------------------------------------------------
With modules.conf and modprobe.conf containing the line

 options snd-sscape port=0x330 codec_port=0x534 irq=5 mpu_irq=9 dma=1
isapnp=0 

the driver reports:

 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 5, DMA 1
unknown CS chip with version 0x0
sscape: No AD1845 device at 0x534, IRQ 5

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
08-05-06 13:31 rankincj       File Added: codec-io.diff                    
08-05-06 13:36 rankincj       Note Added: 0011429                          
08-05-06 22:43 rankincj       File Added: codec-io-v2.diff                    
08-05-06 22:50 tjallen        Note Added: 0011448                          
08-05-06 23:02 tjallen        Note Added: 0011449                          
08-05-06 23:09 rankincj       Note Added: 0011450                          
08-05-06 23:29 rankincj       Note Added: 0011452                          
08-06-06 02:43 tjallen        Note Added: 0011454                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-05 21:09 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-05 21:09 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-05-2006 23:09 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 08-05-06 23:02 
----------------------------------------------------------------------
Oops, I'm sorry I missed the codec-io-v2.diff, which patches cleanly.
Unfortunately, the same messages result from that module:

 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 9, DMA 0
unknown CS chip with version 0x0
sscape: No AD1845 device at 0x534, IRQ 9


My /etc/modprobe.conf and /etc/modules.conf have the line:
options snd-sscape port=0x330 codec_port=0x534 irq=9 mpu_irq=5 dma=0
isapnp=0

----------------------------------------------------------------------
 rankincj - 08-05-06 23:09 
----------------------------------------------------------------------
> My /etc/modprobe.conf and /etc/modules.conf have the line:
> options snd-sscape port=0x330 codec_port=0x534 irq=9 mpu_irq=5 dma=0
isapnp=0

This should read:
options snd-sscape port=0x330 codec_port=0x534 irq=5 mpu_irq=9 dma=0
isapnp=0

However, I doubt it will make much difference. There's probably more
non-PnP initialising to do.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
08-05-06 13:31 rankincj       File Added: codec-io.diff                    
08-05-06 13:36 rankincj       Note Added: 0011429                          
08-05-06 22:43 rankincj       File Added: codec-io-v2.diff                    
08-05-06 22:50 tjallen        Note Added: 0011448                          
08-05-06 23:02 tjallen        Note Added: 0011449                          
08-05-06 23:09 rankincj       Note Added: 0011450                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-05 21:02 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-05 21:02 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-05-2006 23:02 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 08-05-06 22:50 
----------------------------------------------------------------------
The patch does not apply cleanly:

11> patch alsa-sscape.c < codec-io.diff
patching file alsa-sscape.c
Hunk #7 FAILED at 893.
1 out of 15 hunks FAILED -- saving rejects to file alsa-sscape.c.rej

Even so, the resulting module does compile but produces kernel
messages
 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 9, DMA 0
unknown CS chip with version 0x0
sscape: No AD1845 device at 0x534, IRQ 9

I believe that the Elite is an AD1848 chip.  The default values
for the codec are codec_port=0x534 IRQ=9 DMA=1.  The host
port (MPU 401) default value is port=0x330 (or possibly 0x332) 
and IRQ=5.

----------------------------------------------------------------------
 tjallen - 08-05-06 23:02 
----------------------------------------------------------------------
Oops, I'm sorry I missed the codec-io-v2.diff, which patches cleanly.
Unfortunately, the same messages result from that module:

 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 9, DMA 0
unknown CS chip with version 0x0
sscape: No AD1845 device at 0x534, IRQ 9


My /etc/modprobe.conf and /etc/modules.conf have the line:
options snd-sscape port=0x330 codec_port=0x534 irq=9 mpu_irq=5 dma=0
isapnp=0

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
08-05-06 13:31 rankincj       File Added: codec-io.diff                    
08-05-06 13:36 rankincj       Note Added: 0011429                          
08-05-06 22:43 rankincj       File Added: codec-io-v2.diff                    
08-05-06 22:50 tjallen        Note Added: 0011448                          
08-05-06 23:02 tjallen        Note Added: 0011449                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-05 20:50 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-05 20:50 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-05-2006 22:50 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 08-05-06 13:36 
----------------------------------------------------------------------
This new patch replaces the original sscape.diff patch for the
alsa-sscape.c file. As well as all the contents of that patch, it adds a
new parameter to the snd-sscape.ko module called "codec_port":

So for a non-PnP SoundScape, you would use e.g. "port=0x330
codec_port=0x534"

"codec_port" should be optional for a PnP model because we should already
know where to find the codec port for those.

----------------------------------------------------------------------
 tjallen - 08-05-06 22:50 
----------------------------------------------------------------------
The patch does not apply cleanly:

11> patch alsa-sscape.c < codec-io.diff
patching file alsa-sscape.c
Hunk #7 FAILED at 893.
1 out of 15 hunks FAILED -- saving rejects to file alsa-sscape.c.rej

Even so, the resulting module does compile but produces kernel
messages
 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 9, DMA 0
unknown CS chip with version 0x0
sscape: No AD1845 device at 0x534, IRQ 9

I believe that the Elite is an AD1848 chip.  The default values
for the codec are codec_port=0x534 IRQ=9 DMA=1.  The host
port (MPU 401) default value is port=0x330 (or possibly 0x332) 
and IRQ=5.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
08-05-06 13:31 rankincj       File Added: codec-io.diff                    
08-05-06 13:36 rankincj       Note Added: 0011429                          
08-05-06 22:43 rankincj       File Added: codec-io-v2.diff                    
08-05-06 22:50 tjallen        Note Added: 0011448                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-05 11:36 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-05 11:36 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-05-2006 13:36 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 08-03-06 01:40 
----------------------------------------------------------------------
Progress, perhaps.  I changed the port=0x330 in modules.conf 
and in modprobe.conf and got the following messages:

 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 5, DMA 0
sscape: No AD1845 device at 0x338, IRQ 5

----------------------------------------------------------------------
 rankincj - 08-05-06 13:36 
----------------------------------------------------------------------
This new patch replaces the original sscape.diff patch for the
alsa-sscape.c file. As well as all the contents of that patch, it adds a
new parameter to the snd-sscape.ko module called "codec_port":

So for a non-PnP SoundScape, you would use e.g. "port=0x330
codec_port=0x534"

"codec_port" should be optional for a PnP model because we should already
know where to find the codec port for those.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
08-05-06 13:31 rankincj       File Added: codec-io.diff                    
08-05-06 13:36 rankincj       Note Added: 0011429                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-02 23:40 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-02 23:40 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-03-2006 01:40 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 08-03-06 00:47 
----------------------------------------------------------------------
Can you try passing 0x330 as the IO parameter instead, please? I think
that's the significant address (for detection).

----------------------------------------------------------------------
 tjallen - 08-03-06 01:40 
----------------------------------------------------------------------
Progress, perhaps.  I changed the port=0x330 in modules.conf 
and in modprobe.conf and got the following messages:

 Enter snd_sscape_probe
 Enter detect_GA
 Exit detect_GA
 Exit detect_sscape
sscape: GA hardware detected at 0x330, using IRQ 5, DMA 0
sscape: No AD1845 device at 0x338, IRQ 5

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
08-03-06 01:40 tjallen        Note Added: 0011392                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-08-02 22:47 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-08-02 22:47 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              08-03-2006 00:47 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 07-31-06 16:59 
----------------------------------------------------------------------
The modified driver reports:

 Enter snd_sscape_probe
 Enter detect_GA
 - fail step 1
 Exit detect_GA
 Enter detect_pnp
 Exit detect_pnp
 Exit detect_sscape
sscape: hardware not detected at 0x534

----------------------------------------------------------------------
 rankincj - 08-03-06 00:47 
----------------------------------------------------------------------
Can you try passing 0x330 as the IO parameter instead, please? I think
that's the significant address (for detection).

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
08-03-06 00:47 rankincj       Note Added: 0011391                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-07-31 14:59 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-07-31 14:59 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              07-31-2006 16:59 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 07-30-06 23:17 
----------------------------------------------------------------------
Please apply this diff to the existing alsa-sscape.c attachment. It adds
some debugging output to the module.

$ patch alsa-sscape.c < sscape.diff

----------------------------------------------------------------------
 tjallen - 07-31-06 16:59 
----------------------------------------------------------------------
The modified driver reports:

 Enter snd_sscape_probe
 Enter detect_GA
 - fail step 1
 Exit detect_GA
 Enter detect_pnp
 Exit detect_pnp
 Exit detect_sscape
sscape: hardware not detected at 0x534

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
07-31-06 16:59 tjallen        Note Added: 0011343                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-07-30 21:17 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-07-30 21:17 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              07-30-2006 23:17 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 07-30-06 21:45 
----------------------------------------------------------------------
I compiled the module for 2.6.17.1 (I've not had time to upgrade to
2.6.17.6
yet!) The new code still does not find the SoundScape Elite:
sscape: hardware not detected at 0x534

----------------------------------------------------------------------
 rankincj - 07-30-06 23:17 
----------------------------------------------------------------------
Please apply this diff to the existing alsa-sscape.c attachment. It adds
some debugging output to the module.

$ patch alsa-sscape.c < sscape.diff

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
07-30-06 23:14 rankincj       File Added: sscape.diff                      
07-30-06 23:17 rankincj       Note Added: 0011332                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-07-30 19:45 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-07-30 19:45 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              07-30-2006 21:45 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 07-23-06 02:25 
----------------------------------------------------------------------
I have added preliminary support for detecting non-PnP SoundScape cards to
the ALSA driver. (All copied from the OSS driver, of course ;-).) I have
checked that the module compiles under Linux 2.6.17.6 with gcc 4.1.1, but
that's all. In fact, I can't even check whether I've broken the PnP
support at the moment.

Would anyone with the relevant hardware care to test-drive this module,
please?

----------------------------------------------------------------------
 tjallen - 07-30-06 21:45 
----------------------------------------------------------------------
I compiled the module for 2.6.17.1 (I've not had time to upgrade to
2.6.17.6
yet!) The new code still does not find the SoundScape Elite:
sscape: hardware not detected at 0x534

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
07-30-06 21:45 tjallen        Note Added: 0011330                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-07-23  0:25 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-07-23  0:25 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              07-23-2006 02:25 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 07-02-06 03:19 
----------------------------------------------------------------------
I compiled the module and uploaded (all?) the relevant lines from dmesg.
If you'd like me to, I can do the same for other Soundscape cards besides
the Elite.  I think I have at least one of the VIVOs somewhere.

----------------------------------------------------------------------
 rankincj - 07-23-06 02:25 
----------------------------------------------------------------------
I have added preliminary support for detecting non-PnP SoundScape cards to
the ALSA driver. (All copied from the OSS driver, of course ;-).) I have
checked that the module compiles under Linux 2.6.17.6 with gcc 4.1.1, but
that's all. In fact, I can't even check whether I've broken the PnP
support at the moment.

Would anyone with the relevant hardware care to test-drive this module,
please?

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
07-23-06 02:23 rankincj       File Added: alsa-sscape.c                    
07-23-06 02:25 rankincj       Note Added: 0011178                          
======================================================================



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

^ permalink raw reply	[flat|nested] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-07-02  1:19 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-07-02  1:19 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              07-02-2006 03:19 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 07-02-06 01:41 
----------------------------------------------------------------------
I've uploaded a hacked version of the OSS sscape.c file, so can anyone with
a SoundScape Elite card please compile it, load the kernel module and tell
me what it writes into the "dmesg" log, please? Provided the OSS module
recognises the hardware and works, of course ;-).

----------------------------------------------------------------------
 tjallen - 07-02-06 03:19 
----------------------------------------------------------------------
I compiled the module and uploaded (all?) the relevant lines from dmesg.
If you'd like me to, I can do the same for other Soundscape cards besides
the Elite.  I think I have at least one of the VIVOs somewhere.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
07-02-06 03:15 tjallen        File Added: sscape.dmesg                     
07-02-06 03:19 tjallen        Note Added: 0010768                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-07-01 23:41 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-07-01 23:41 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              07-02-2006 01:41 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 Adrian Bunk - 06-30-06 22:47 
----------------------------------------------------------------------
Chris, since you know best which information you want, could you simply
attach a modified version of the OSS driver with all the printk's added to
this bug?

This way, Ted could easily provide all the information you need.

Adding printk's is easy if you are a programmer and know what you want
printed, but for normal users it's not that trivial.

TIA
Adrian

----------------------------------------------------------------------
 rankincj - 07-02-06 01:41 
----------------------------------------------------------------------
I've uploaded a hacked version of the OSS sscape.c file, so can anyone with
a SoundScape Elite card please compile it, load the kernel module and tell
me what it writes into the "dmesg" log, please? Provided the OSS module
recognises the hardware and works, of course ;-).

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
07-02-06 01:39 rankincj       File Added: sscape.c                         
07-02-06 01:41 rankincj       Note Added: 0010767                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-30 20:47 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-30 20:47 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-30-2006 22:47 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 06-30-06 22:38 
----------------------------------------------------------------------
You don't need to do more than just sprinkle lines like:

printk(KERN_INFO "sscape.c, line %d\n", __LINE__);

along the major code paths, so that you can see which decisions were made
when the OSS driver was probing the hardware.

----------------------------------------------------------------------
 Adrian Bunk - 06-30-06 22:47 
----------------------------------------------------------------------
Chris, since you know best which information you want, could you simply
attach a modified version of the OSS driver with all the printk's added to
this bug?

This way, Ted could easily provide all the information you need.

Adding printk's is easy if you are a programmer and know what you want
printed, but for normal users it's not that trivial.

TIA
Adrian

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
06-30-06 22:47 Adrian Bunk    Note Added: 0010753                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-30 20:38 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-30 20:38 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-30-2006 22:38 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 06-30-06 14:46 
----------------------------------------------------------------------
I'll look at the file and see if I can understand what's going on and 
where I might put printk() statements.  I wish I understood how drivers
work; I'm completely ignorant of driver and kernel programming and I'm
a mediocre -- at best -- C programmer, but I'll have a look.

----------------------------------------------------------------------
 rankincj - 06-30-06 22:38 
----------------------------------------------------------------------
You don't need to do more than just sprinkle lines like:

printk(KERN_INFO "sscape.c, line %d\n", __LINE__);

along the major code paths, so that you can see which decisions were made
when the OSS driver was probing the hardware.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
06-30-06 22:38 rankincj       Note Added: 0010752                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-30 12:46 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-30 12:46 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-30-2006 14:46 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 06-30-06 02:10 
----------------------------------------------------------------------
"sscape: hardware not detected at 0x534"

OK, this is expected because the driver is only testing port 0x534 for a
SoundScape PnP card, and not for a SoundScape Elite. ALSA's
detect_sscape() function is going to need extending with extra Voodoo code
from the OSS linux/sound/oss/sscape.c file. (At the very least...!) I'm
afraid you're going to have to tease the correct initialisation sequence
out of the OSS driver so we know what code to put in the ALSA version. I
suggest putting printk() statements in the OSS code so that you can follow
the code-path when the OSS driver loads.

----------------------------------------------------------------------
 tjallen - 06-30-06 14:46 
----------------------------------------------------------------------
I'll look at the file and see if I can understand what's going on and 
where I might put printk() statements.  I wish I understood how drivers
work; I'm completely ignorant of driver and kernel programming and I'm
a mediocre -- at best -- C programmer, but I'll have a look.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
06-30-06 14:46 tjallen        Note Added: 0010735                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-30  0:10 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-30  0:10 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-30-2006 02:10 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 06-30-06 01:45 
----------------------------------------------------------------------
I thought that I had found the problem when I just noticed that
/etc/modules.conf should have port=0x534 instead of port=0x539, but fixing
that goof didn't help
the snd-sscape module to find the hardware;
the kernel log still said "sscape: hardware not detected at 0x534".
I do have /dev/snd/hwC0D0, but with different owner and permissions:
crw-rw-r--  1 root audio 116, 4 2003-08-29 03:47 /dev/snd/hwC0D0
I did run the sscape_ctl program as root.

----------------------------------------------------------------------
 rankincj - 06-30-06 02:10 
----------------------------------------------------------------------
"sscape: hardware not detected at 0x534"

OK, this is expected because the driver is only testing port 0x534 for a
SoundScape PnP card, and not for a SoundScape Elite. ALSA's
detect_sscape() function is going to need extending with extra Voodoo code
from the OSS linux/sound/oss/sscape.c file. (At the very least...!) I'm
afraid you're going to have to tease the correct initialisation sequence
out of the OSS driver so we know what code to put in the ALSA version. I
suggest putting printk() statements in the OSS code so that you can follow
the code-path when the OSS driver loads.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
06-30-06 02:10 rankincj       Note Added: 0010710                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-29 23:45 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-29 23:45 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-30-2006 01:45 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 06-29-06 23:17 
----------------------------------------------------------------------
You need to create the following device node, if it doesn't already exist:

crw------- 1 root root 116, 4 Jun 19 20:46 /dev/snd/hwC0D0

And the sscape_ctl program must be run as root.

----------------------------------------------------------------------
 tjallen - 06-30-06 01:45 
----------------------------------------------------------------------
I thought that I had found the problem when I just noticed that
/etc/modules.conf should have port=0x534 instead of port=0x539, but fixing
that goof didn't help
the snd-sscape module to find the hardware;
the kernel log still said "sscape: hardware not detected at 0x534".
I do have /dev/snd/hwC0D0, but with different owner and permissions:
crw-rw-r--  1 root audio 116, 4 2003-08-29 03:47 /dev/snd/hwC0D0
I did run the sscape_ctl program as root.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
06-30-06 01:45 tjallen        Note Added: 0010708                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-29 21:17 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-29 21:17 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-29-2006 23:17 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 06-29-06 23:14 
----------------------------------------------------------------------
What does it say in the kernel log when you try and load the snd-sscape
module? As far as I can see, the driver should write something as soon as
it hits a problem. You can examine the kernel log by running the "dmesg"
command.

----------------------------------------------------------------------
 rankincj - 06-29-06 23:17 
----------------------------------------------------------------------
You need to create the following device node, if it doesn't already exist:

crw------- 1 root root 116, 4 Jun 19 20:46 /dev/snd/hwC0D0

And the sscape_ctl program must be run as root.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
06-29-06 23:17 rankincj       Note Added: 0010704                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-29 21:14 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-29 21:14 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-29-2006 23:14 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 06-29-06 20:30 
----------------------------------------------------------------------
It is not a PnP card.  I have the following /etc/modules.conf:
------------------------------------------------------------
# ALSA portion
        alias char-major-116 snd
        alias snd-card-0 snd-sscape
	# module options should go here
        options snd-sscape port=0x539 irq=5 mpu_irq=9 dma=0 isapnp=0 

# OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
	
# card #1
	alias sound-service-0-0 snd-mixer-oss
	alias sound-service-0-1 snd-seq-oss
	alias sound-service-0-3 snd-pcm-oss
	alias sound-service-0-8 snd-seq-oss
	alias sound-service-0-12 snd-pcm-os
--------------------------------------------------
and I've tried, in desperation, the following modprobe.conf:
--------------------------------------------------
alias snd-card-0 snd-sscape
alias sound-slot-0 snd-sscape
options snd-sscape port=0x539 irq=5 mpu_irq=9 dma=0 
---------------------------------------------------

The output of sscape_ctl --directory /boot 
gives me:

Error opening hw:0,0: No such device

It's not clear to me from the documentation
exactly how to configure the soundscape cards
in general.  Perhaps I need to try to load 
the firmware at a different point or to 
turn on the option 
"Userspace firmware loading support (FW_LOADER)"
when I compile the kernel to get sscape_ctl
to work.  

None of the things I've tried seems to work.
Do I have the correct syntax in /etc/modules.conf?

----------------------------------------------------------------------
 rankincj - 06-29-06 23:14 
----------------------------------------------------------------------
What does it say in the kernel log when you try and load the snd-sscape
module? As far as I can see, the driver should write something as soon as
it hits a problem. You can examine the kernel log by running the "dmesg"
command.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
06-29-06 23:14 rankincj       Note Added: 0010703                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-29 18:30 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-29 18:30 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-29-2006 20:30 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tiwai - 06-29-06 17:57 
----------------------------------------------------------------------
Is it a PnP card?  Otherwise you'd need to specify port, irq, dma and
mpu_irq parameters manually.

----------------------------------------------------------------------
 tjallen - 06-29-06 20:30 
----------------------------------------------------------------------
It is not a PnP card.  I have the following /etc/modules.conf:
------------------------------------------------------------
# ALSA portion
        alias char-major-116 snd
        alias snd-card-0 snd-sscape
	# module options should go here
        options snd-sscape port=0x539 irq=5 mpu_irq=9 dma=0 isapnp=0 

# OSS/Free portion
        alias char-major-14 soundcore
        alias sound-slot-0 snd-card-0
	
# card #1
	alias sound-service-0-0 snd-mixer-oss
	alias sound-service-0-1 snd-seq-oss
	alias sound-service-0-3 snd-pcm-oss
	alias sound-service-0-8 snd-seq-oss
	alias sound-service-0-12 snd-pcm-os
--------------------------------------------------
and I've tried, in desperation, the following modprobe.conf:
--------------------------------------------------
alias snd-card-0 snd-sscape
alias sound-slot-0 snd-sscape
options snd-sscape port=0x539 irq=5 mpu_irq=9 dma=0 
---------------------------------------------------

The output of sscape_ctl --directory /boot 
gives me:

Error opening hw:0,0: No such device

It's not clear to me from the documentation
exactly how to configure the soundscape cards
in general.  Perhaps I need to try to load 
the firmware at a different point or to 
turn on the option 
"Userspace firmware loading support (FW_LOADER)"
when I compile the kernel to get sscape_ctl
to work.  

None of the things I've tried seems to work.
Do I have the correct syntax in /etc/modules.conf?

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
06-29-06 20:30 tjallen        Note Added: 0010701                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-29 15:57 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-29 15:57 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-29-2006 17:57 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 tjallen - 06-29-06 00:40 
----------------------------------------------------------------------
I would be happy to test any ideas or code that you or anyone else would
like me to test.  I would be happy just to get the sound output working;
but more would be great.

----------------------------------------------------------------------
 tiwai - 06-29-06 17:57 
----------------------------------------------------------------------
Is it a PnP card?  Otherwise you'd need to specify port, irq, dma and
mpu_irq parameters manually.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
06-29-06 17:57 tiwai          Note Added: 0010679                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-28 22:40 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-28 22:40 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-29-2006 00:40 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 06-28-06 23:25 
----------------------------------------------------------------------
When I ported the OSS SoundScape driver to ALSA, I tested it with the only
hardware I had - namely a SoundScape PnP card. So I can't say that I'm
surprised that ALSA doesn't recognise the Elite card. Which isn't to say
that it *couldn't* support it, but the work was never done.

And it's probably a good time to mention that I never got the microphone
working on my card with either OSS or ALSA, so I have no idea if the
"capture" part of the ALSA driver works or not.

ENSONIQ was bought out long ago, and the new owner has lost the relevant
information. The only people who really know anything about SoundScape
cards these days are the proprietary OSS driver people.

----------------------------------------------------------------------
 tjallen - 06-29-06 00:40 
----------------------------------------------------------------------
I would be happy to test any ideas or code that you or anyone else would
like me to test.  I would be happy just to get the sound output working;
but more would be great.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
06-29-06 00:40 tjallen        Note Added: 0010630                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-28 21:25 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-28 21:25 UTC (permalink / raw)
  To: alsa-devel


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-28-2006 23:25 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

----------------------------------------------------------------------
 rankincj - 06-28-06 23:25 
----------------------------------------------------------------------
When I ported the OSS SoundScape driver to ALSA, I tested it with the only
hardware I had - namely a SoundScape PnP card. So I can't say that I'm
surprised that ALSA doesn't recognise the Elite card. Which isn't to say
that it *couldn't* support it, but the work was never done.

And it's probably a good time to mention that I never got the microphone
working on my card with either OSS or ALSA, so I have no idea if the
"capture" part of the ALSA driver works or not.

ENSONIQ was bought out long ago, and the new owner has lost the relevant
information. The only people who really know anything about SoundScape
cards these days are the proprietary OSS driver people.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
06-26-06 22:57 Adrian Bunk    Issue Monitored: Adrian Bunk                    
06-28-06 23:25 rankincj       Note Added: 0010628                          
======================================================================



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] 26+ messages in thread
* [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite
@ 2006-06-26 13:52 bugtrack
  0 siblings, 0 replies; 26+ messages in thread
From: bugtrack @ 2006-06-26 13:52 UTC (permalink / raw)
  To: alsa-devel


The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2234> 
======================================================================
Reported By:                tjallen
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2234
Category:                   ISA - sscape
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Slackware 10.2
Kernel Version:             2.6.17.1
======================================================================
Date Submitted:             06-26-2006 15:52 CEST
Last Modified:              06-26-2006 15:52 CEST
======================================================================
Summary:                    ISA sscape driver does not find Soundscape Elite
Description: 
The ALSA driver builds fine, both as a module and built-in but
the driver does not find the Soundscape Elite card.
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
06-26-06 15:52 tjallen        New Issue                                    
06-26-06 15:52 tjallen        Distribution              => Slackware 10.2  
06-26-06 15:52 tjallen        Kernel Version            => 2.6.17.1        
======================================================================



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] 26+ messages in thread

end of thread, other threads:[~2006-08-06  0:43 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-05 21:29 [ALSA - driver 0002234]: ISA sscape driver does not find Soundscape Elite bugtrack
  -- strict thread matches above, loose matches on Subject: below --
2006-08-06  0:43 bugtrack
2006-08-05 21:09 bugtrack
2006-08-05 21:02 bugtrack
2006-08-05 20:50 bugtrack
2006-08-05 11:36 bugtrack
2006-08-02 23:40 bugtrack
2006-08-02 22:47 bugtrack
2006-07-31 14:59 bugtrack
2006-07-30 21:17 bugtrack
2006-07-30 19:45 bugtrack
2006-07-23  0:25 bugtrack
2006-07-02  1:19 bugtrack
2006-07-01 23:41 bugtrack
2006-06-30 20:47 bugtrack
2006-06-30 20:38 bugtrack
2006-06-30 12:46 bugtrack
2006-06-30  0:10 bugtrack
2006-06-29 23:45 bugtrack
2006-06-29 21:17 bugtrack
2006-06-29 21:14 bugtrack
2006-06-29 18:30 bugtrack
2006-06-29 15:57 bugtrack
2006-06-28 22:40 bugtrack
2006-06-28 21:25 bugtrack
2006-06-26 13:52 bugtrack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox