[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    Bug#1104: marked as done (kmidi doesn't work with a Sound Blaster 64/PCI)
From:       owner () bugs ! kde ! org (Stephan Kulow)
Date:       1999-03-30 14:48:00
[Download RAW message or body]

Your message dated Tue, 30 Mar 1999 16:41:48 +0200
with message-id <3700E2AC.B0DB58DF@tu-harburg.de>
and subject line Bug#1104: kmidi doesn't work with a Sound Blaster 64/PCI
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 30 Mar 1999 13:52:00 +0000
From e9427483@stud2.tuwien.ac.at Tue Mar 30 15:51:59 1999
Received: from stud2.tuwien.ac.at ([193.170.75.12]:14347 "EHLO stud2.tuwien.ac.at" \
ident: "NO-IDENT-SERVICE") by alpha.tat.physik.uni-tuebingen.de with ESMTP id \
                <106101-13417>; Tue, 30 Mar 1999 15:51:52 +0200
Received: from TK152091.tuwien.teleweb.at (TK152091.tuwien.teleweb.at \
[195.34.152.91])  by stud2.tuwien.ac.at (8.8.8/8.8.8) with ESMTP id PAA48396
	for <submit@bugs.kde.org>; Tue, 30 Mar 1999 15:51:47 +0200
Received: from TK152091 (really [127.0.0.1]) by student.tuwien.ac.at
	via in.smtpd with smtp
	id <m10Ryvk-000Gz1C@TK152091.tuwien.teleweb.at> (Debian Smail3.2.0.102)
	for <submit@bugs.kde.org>; Tue, 30 Mar 1999 15:51:48 +0200 (CEST) 
From:	Martin Weghofer <e9427483@student.tuwien.ac.at>
To:	submit@bugs.kde.org
Subject: kmidi doesn't work with a Sound Blaster 64/PCI
Date:	Tue, 30 Mar 1999 15:12:19 +0200
X-Mailer: KMail [version 1.0.17]
Content-Type: Multipart/Mixed;
  boundary="Boundary-=_nWlrBbmQBhCDarzOwKkYHIDdqSCD"
MIME-Version: 1.0
Message-Id: <99033015514803.01015@TK152091>
Return-Path: <e9427483@stud2.tuwien.ac.at>
X-Orcpt: rfc822;submit@bugs.kde.org



Package: kmidi
Version: 1.1

kmidi doesn't work with a Sound Blaster 64/PCI correctly, 
it sounds stammering.

I have modified the Timidity 0.2i-patch for PCI soundcards, 
from http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html,
for kmidi.

I am using Debian 2.1, kernel version 2.2.5
and KDE 1.1
--
Bye
	Weg.

["kmidi.diff" (text/x-c)]

--- linux_a.c	Sat May 30 05:03:39 1998
+++ linux_a.c-patch	Tue Mar 30 14:56:25 1999
@@ -87,7 +87,7 @@
       return -1;
     }
 
-  fcntl(fd, F_SETFL, O_NDELAY);
+  fcntl(fd, F_SETFL, fcntl(fd, F_GETFL, 0) & ~O_NDELAY);
 
 
   /* They can't mean these */
@@ -158,9 +158,9 @@
     }
   if (tmp != dpm.rate)
     {
-      dpm.rate=tmp;
       ctl->cmsg(CMSG_WARNING, VERB_VERBOSE,
-	   "Output rate adjusted to %d Hz", dpm.rate);
+	   "Output rate adjusted to %d Hz (requested %d Hz)", tmp, dpm.rate);
+      dpm.rate=tmp;
       warnings=1;
     }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic