* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-15 18:34 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-15 18:34 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-15-2005 20:34 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
perex - 08-15-05 14:33
----------------------------------------------------------------------
Could you try the attached patch (pnp-card.c.patch) ?
It's for the PnP core in kernel not for ALSA.
----------------------------------------------------------------------
tek01 - 08-15-05 20:34
----------------------------------------------------------------------
After applying the patch, modprobe no longer hangs in D-state, but returns
with "No such device", due to the fact, that the second call to
pnp_request_card_device() in line 125 still returns NULL.
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
08-13-05 22:51 tek01 Note Added: 0005811
08-15-05 14:32 perex File Added: pnp-card.c.patch
08-15-05 14:33 perex Note Added: 0005818
08-15-05 20:34 tek01 Note Added: 0005821
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-18 11:16 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-18 11:16 UTC (permalink / raw)
To: alsa-devel
The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-18-2005 13:16 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
tek01 - 08-16-05 12:56
----------------------------------------------------------------------
You are absolutly right. The snd-mpu401 module gets loaded earlier during
system startup. After unloading the snd-mpu401 module the snd-ad1816a
module loads fine.
I'll check if #1301 and #1302 are still valid with 2.6.13-rc6.
----------------------------------------------------------------------
perex - 08-18-05 13:16
----------------------------------------------------------------------
Okay, so the bug is resolved. I need only push the patch to mainstream
Linux kernel.
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
08-13-05 22:51 tek01 Note Added: 0005811
08-15-05 14:32 perex File Added: pnp-card.c.patch
08-15-05 14:33 perex Note Added: 0005818
08-15-05 20:34 tek01 Note Added: 0005821
08-16-05 01:25 perex Note Added: 0005825
08-16-05 12:56 tek01 Note Added: 0005828
08-18-05 13:16 perex Status feedback => resolved
08-18-05 13:16 perex Resolution open => fixed
08-18-05 13:16 perex Note Added: 0005846
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-16 10:56 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-16 10:56 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-16-2005 12:56 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
perex - 08-16-05 01:25
----------------------------------------------------------------------
Could you check, if you have a mpu401 driver loaded and attached to the PnP
core in your system? You can inspect /sys/bus/pnp/drivers directory....
----------------------------------------------------------------------
tek01 - 08-16-05 12:56
----------------------------------------------------------------------
You are absolutly right. The snd-mpu401 module gets loaded earlier during
system startup. After unloading the snd-mpu401 module the snd-ad1816a
module loads fine.
I'll check if #1301 and #1302 are still valid with 2.6.13-rc6.
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
08-13-05 22:51 tek01 Note Added: 0005811
08-15-05 14:32 perex File Added: pnp-card.c.patch
08-15-05 14:33 perex Note Added: 0005818
08-15-05 20:34 tek01 Note Added: 0005821
08-16-05 01:25 perex Note Added: 0005825
08-16-05 12:56 tek01 Note Added: 0005828
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-15 23:25 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-15 23: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=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-16-2005 01:25 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
tek01 - 08-15-05 20:34
----------------------------------------------------------------------
After applying the patch, modprobe no longer hangs in D-state, but returns
with "No such device", due to the fact, that the second call to
pnp_request_card_device() in line 125 still returns NULL.
----------------------------------------------------------------------
perex - 08-16-05 01:25
----------------------------------------------------------------------
Could you check, if you have a mpu401 driver loaded and attached to the PnP
core in your system? You can inspect /sys/bus/pnp/drivers directory....
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
08-13-05 22:51 tek01 Note Added: 0005811
08-15-05 14:32 perex File Added: pnp-card.c.patch
08-15-05 14:33 perex Note Added: 0005818
08-15-05 20:34 tek01 Note Added: 0005821
08-16-05 01:25 perex Note Added: 0005825
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-15 12:33 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-15 12:33 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-15-2005 14:33 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
tek01 - 08-13-05 22:51
----------------------------------------------------------------------
Your assumption that the problem might be within the pnp code seems to be
correct. I've added some printk-Statements to the AD1816A driver as
shipped with vanilla Linux 2.6.13-rc6 preserving line numbers. Here is
what happens:
The second call of pnp_request_card_device() in line 125 of ad1816a.c
returns NULL, thus snd_card_ad1816a_pnp() returns(-EBUSY) in line 128. The
error is passed on to snd_ad1816a_pnp_detect() by snd_card_ad1816a_probe()
in line 200. snd_ad1816a_pnp_detect(), which was obviously called by the
pnp code, returns the error in line 271. pnp_register_card_driver() in
line 314 which initially triggered the call to snd_ad1816a_pnp_detect()
does not return.
----------------------------------------------------------------------
perex - 08-15-05 14:33
----------------------------------------------------------------------
Could you try the attached patch (pnp-card.c.patch) ?
It's for the PnP core in kernel not for ALSA.
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
08-13-05 22:51 tek01 Note Added: 0005811
08-15-05 14:32 perex File Added: pnp-card.c.patch
08-15-05 14:33 perex Note Added: 0005818
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-13 20:51 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-13 20:51 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-13-2005 22:51 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
perex - 08-02-05 22:26
----------------------------------------------------------------------
It might be a pnp related problem. The driver code was not touched long
time. Could you add some printk calls into snd_ad1816a_pnp_detect() /
snd_card_ad1816a_probe() functions to know where the initialization stops?
----------------------------------------------------------------------
tek01 - 08-13-05 22:51
----------------------------------------------------------------------
Your assumption that the problem might be within the pnp code seems to be
correct. I've added some printk-Statements to the AD1816A driver as
shipped with vanilla Linux 2.6.13-rc6 preserving line numbers. Here is
what happens:
The second call of pnp_request_card_device() in line 125 of ad1816a.c
returns NULL, thus snd_card_ad1816a_pnp() returns(-EBUSY) in line 128. The
error is passed on to snd_ad1816a_pnp_detect() by snd_card_ad1816a_probe()
in line 200. snd_ad1816a_pnp_detect(), which was obviously called by the
pnp code, returns the error in line 271. pnp_register_card_driver() in
line 314 which initially triggered the call to snd_ad1816a_pnp_detect()
does not return.
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
08-13-05 22:51 tek01 Note Added: 0005811
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-09 10:57 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-09 10:57 UTC (permalink / raw)
To: alsa-devel
The following issue requires your FEEDBACK.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To: perex
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-09-2005 12:57 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
perex - 08-02-05 22:26
----------------------------------------------------------------------
It might be a pnp related problem. The driver code was not touched long
time. Could you add some printk calls into snd_ad1816a_pnp_detect() /
snd_card_ad1816a_probe() functions to know where the initialization stops?
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
08-09-05 12:57 perex Assigned To => perex
08-09-05 12:57 perex Status new => feedback
======================================================================
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-03 8:11 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-03 8:11 UTC (permalink / raw)
To: alsa-devel
The following issue has been set as RELATED TO issue 0001302.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-02-2005 22:26 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
related to 0001302 Clicking noise when using kphone with t...
======================================================================
----------------------------------------------------------------------
perex - 08-02-05 22:26
----------------------------------------------------------------------
It might be a pnp related problem. The driver code was not touched long
time. Could you add some printk calls into snd_ad1816a_pnp_detect() /
snd_card_ad1816a_probe() functions to know where the initialization stops?
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
08-03-05 10:11 perex Relationship added related to 0001302
======================================================================
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-03 8:10 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-03 8:10 UTC (permalink / raw)
To: alsa-devel
The following issue has been set as RELATED TO issue 0001301.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-02-2005 22:26 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0001301 Kernel OSS emulation stops working afte...
======================================================================
----------------------------------------------------------------------
perex - 08-02-05 22:26
----------------------------------------------------------------------
It might be a pnp related problem. The driver code was not touched long
time. Could you add some printk calls into snd_ad1816a_pnp_detect() /
snd_card_ad1816a_probe() functions to know where the initialization stops?
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
08-03-05 10:10 perex Relationship added related to 0001301
======================================================================
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-02 20:26 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-02 20:26 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-02-2005 22:26 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
----------------------------------------------------------------------
perex - 08-02-05 22:26
----------------------------------------------------------------------
It might be a pnp related problem. The driver code was not touched long
time. Could you add some printk calls into snd_ad1816a_pnp_detect() /
snd_card_ad1816a_probe() functions to know where the initialization stops?
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
08-02-05 18:27 Adrian Bunk Issue Monitored: Adrian Bunk
08-02-05 22:26 perex Note Added: 0005609
======================================================================
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 11+ messages in thread
* [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a
@ 2005-08-02 14:56 bugtrack
0 siblings, 0 replies; 11+ messages in thread
From: bugtrack @ 2005-08-02 14:56 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1300>
======================================================================
Reported By: tek01
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1300
Category: ISA - ad1816a
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution: Debian Sarge
Kernel Version: 2.6.12.3 and 2.6.13-rc4
======================================================================
Date Submitted: 08-02-2005 16:56 CEST
Last Modified: 08-02-2005 16:56 CEST
======================================================================
Summary: modprobe goes into D-state when inserting
snd-ad1816a
Description:
Under Linux 2.6.12.3 and Linux 2.6.13-rc4 inserting the snd-ad1816a module
causes the modprobe process to go into D-state forever.
Linux 2.6.11.12 has been tested and is working fine.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-02-05 16:56 tek01 New Issue
08-02-05 16:56 tek01 Distribution => Debian Sarge
08-02-05 16:56 tek01 Kernel Version => 2.6.12.3 and
2.6.13-rc4
======================================================================
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2005-08-18 11:16 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-15 18:34 [ALSA - driver 0001300]: modprobe goes into D-state when inserting snd-ad1816a bugtrack
-- strict thread matches above, loose matches on Subject: below --
2005-08-18 11:16 bugtrack
2005-08-16 10:56 bugtrack
2005-08-15 23:25 bugtrack
2005-08-15 12:33 bugtrack
2005-08-13 20:51 bugtrack
2005-08-09 10:57 bugtrack
2005-08-03 8:11 bugtrack
2005-08-03 8:10 bugtrack
2005-08-02 20:26 bugtrack
2005-08-02 14:56 bugtrack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox