* [ALSA - driver 0001688]: midi doesn't work with two ice1712 (M-Audio Delta 1010) Cards
@ 2005-12-28 20:09 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-12-28 20: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=1688>
======================================================================
Reported By: Schafwoller
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1688
Category: PCI - ice1712
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version: 2.6.13
======================================================================
Date Submitted: 12-28-2005 20:59 CET
Last Modified: 12-28-2005 21:09 CET
======================================================================
Summary: midi doesn't work with two ice1712 (M-Audio Delta
1010) Cards
Description:
When running 2 M-Audio_delta-1010 Cards Midi don't seem to work.
Getting following error while starting muse:
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such
file or directory.
======================================================================
----------------------------------------------------------------------
Schafwoller - 12-28-05 21:05
----------------------------------------------------------------------
In qjackctl there are no midi-devices visible!
----------------------------------------------------------------------
rlrevell - 12-28-05 21:09
----------------------------------------------------------------------
Is snd-seq-midi loaded?
Issue History
Date Modified Username Field Change
======================================================================
12-28-05 20:59 Schafwoller New Issue
12-28-05 20:59 Schafwoller Kernel Version => 2.6.13
12-28-05 21:02 Schafwoller Issue Monitored: Schafwoller
12-28-05 21:05 Schafwoller Note Added: 0007178
12-28-05 21:09 rlrevell Note Added: 0007179
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - driver 0001688]: midi doesn't work with two ice1712 (M-Audio Delta 1010) Cards
@ 2005-12-29 10:39 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-12-29 10:39 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1688>
======================================================================
Reported By: Schafwoller
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1688
Category: PCI - ice1712
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version: 2.6.13
======================================================================
Date Submitted: 12-28-2005 20:59 CET
Last Modified: 12-29-2005 11:39 CET
======================================================================
Summary: midi doesn't work with two ice1712 (M-Audio Delta
1010) Cards
Description:
When running 2 M-Audio_delta-1010 Cards Midi don't seem to work.
Getting following error while starting muse:
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such
file or directory.
======================================================================
----------------------------------------------------------------------
Schafwoller - 12-28-05 21:36
----------------------------------------------------------------------
With one delta1010 midi and MUSE worked!
Following modules are loaded now regarding midi:
snd_seq_device (used by snd_rawmidi)
snd_rawmidi (used by snd_mpu401_uart)
snd_mpu401_uart (finally used by snd_ice1712)
----------------------------------------------------------------------
Schafwoller - 12-29-05 11:39
----------------------------------------------------------------------
The problem is solved. First I tried the standard kernel and updated the
alsa-driver to 1.0.10 and I could't get midi working. Then I compiled the
kernel and the modules with no effect. Then I recompiled the kernel again
with "default" settings + the preemptible feature and now midi works.
Actually I don't know what the problem was but it is solved on this
machine. Now we can run the Cards in duplex-mode (synched via Word Clock
-> thanks to John Rigg and others for their big help!!!) using ardour. But
now the next problem occurs. The second soundcard does not synch correctly
to the first whereas the waveforms of the "wordclocked" card are "earlier"
and not (as i assumed before the tests) later.
Issue History
Date Modified Username Field Change
======================================================================
12-28-05 20:59 Schafwoller New Issue
12-28-05 20:59 Schafwoller Kernel Version => 2.6.13
12-28-05 21:02 Schafwoller Issue Monitored: Schafwoller
12-28-05 21:05 Schafwoller Note Added: 0007178
12-28-05 21:09 rlrevell Note Added: 0007179
12-28-05 21:36 Schafwoller Note Added: 0007180
12-29-05 11:39 Schafwoller Note Added: 0007188
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - driver 0001688]: midi doesn't work with two ice1712 (M-Audio Delta 1010) Cards
@ 2005-12-28 20:36 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-12-28 20: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=1688>
======================================================================
Reported By: Schafwoller
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1688
Category: PCI - ice1712
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version: 2.6.13
======================================================================
Date Submitted: 12-28-2005 20:59 CET
Last Modified: 12-28-2005 21:36 CET
======================================================================
Summary: midi doesn't work with two ice1712 (M-Audio Delta
1010) Cards
Description:
When running 2 M-Audio_delta-1010 Cards Midi don't seem to work.
Getting following error while starting muse:
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such
file or directory.
======================================================================
----------------------------------------------------------------------
rlrevell - 12-28-05 21:09
----------------------------------------------------------------------
Is snd-seq-midi loaded?
----------------------------------------------------------------------
Schafwoller - 12-28-05 21:36
----------------------------------------------------------------------
With one delta1010 midi and MUSE worked!
Following modules are loaded now regarding midi:
snd_seq_device (used by snd_rawmidi)
snd_rawmidi (used by snd_mpu401_uart)
snd_mpu401_uart (finally used by snd_ice1712)
Issue History
Date Modified Username Field Change
======================================================================
12-28-05 20:59 Schafwoller New Issue
12-28-05 20:59 Schafwoller Kernel Version => 2.6.13
12-28-05 21:02 Schafwoller Issue Monitored: Schafwoller
12-28-05 21:05 Schafwoller Note Added: 0007178
12-28-05 21:09 rlrevell Note Added: 0007179
12-28-05 21:36 Schafwoller Note Added: 0007180
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - driver 0001688]: midi doesn't work with two ice1712 (M-Audio Delta 1010) Cards
@ 2005-12-28 20:05 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-12-28 20:05 UTC (permalink / raw)
To: alsa-devel
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1688>
======================================================================
Reported By: Schafwoller
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1688
Category: PCI - ice1712
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version: 2.6.13
======================================================================
Date Submitted: 12-28-2005 20:59 CET
Last Modified: 12-28-2005 21:05 CET
======================================================================
Summary: midi doesn't work with two ice1712 (M-Audio Delta
1010) Cards
Description:
When running 2 M-Audio_delta-1010 Cards Midi don't seem to work.
Getting following error while starting muse:
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such
file or directory.
======================================================================
----------------------------------------------------------------------
Schafwoller - 12-28-05 21:05
----------------------------------------------------------------------
In qjackctl there are no midi-devices visible!
Issue History
Date Modified Username Field Change
======================================================================
12-28-05 20:59 Schafwoller New Issue
12-28-05 20:59 Schafwoller Kernel Version => 2.6.13
12-28-05 21:02 Schafwoller Issue Monitored: Schafwoller
12-28-05 21:05 Schafwoller Note Added: 0007178
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ALSA - driver 0001688]: midi doesn't work with two ice1712 (M-Audio Delta 1010) Cards
@ 2005-12-28 19:59 bugtrack
0 siblings, 0 replies; 5+ messages in thread
From: bugtrack @ 2005-12-28 19:59 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1688>
======================================================================
Reported By: Schafwoller
Assigned To:
======================================================================
Project: ALSA - driver
Issue ID: 1688
Category: PCI - ice1712
Reproducibility: always
Severity: major
Priority: normal
Status: new
Distribution:
Kernel Version: 2.6.13
======================================================================
Date Submitted: 12-28-2005 20:59 CET
Last Modified: 12-28-2005 20:59 CET
======================================================================
Summary: midi doesn't work with two ice1712 (M-Audio Delta
1010) Cards
Description:
When running 2 M-Audio_delta-1010 Cards Midi don't seem to work.
Getting following error while starting muse:
ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such
file or directory.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-28-05 20:59 Schafwoller New Issue
12-28-05 20:59 Schafwoller Kernel Version => 2.6.13
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-29 10:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-28 20:09 [ALSA - driver 0001688]: midi doesn't work with two ice1712 (M-Audio Delta 1010) Cards bugtrack
-- strict thread matches above, loose matches on Subject: below --
2005-12-29 10:39 bugtrack
2005-12-28 20:36 bugtrack
2005-12-28 20:05 bugtrack
2005-12-28 19:59 bugtrack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox