At Sun, 30 May 2004 13:29:23 -0400,
Ivica Ico Bukvic wrote:
> 
> Hi all,
> 
> I've recompiled my 2.6.5 kernel with rtc compiled in and was able to install
> latency-test module. However, now when I run the run_tests the program goes
> through initial 2 "draw 500x500 square" tests and then every following test
> simply does something like this:
> 
> starting diskread (or whatever else is being tested) test..............
> error opening device
> 
> I've properly edited the latencytest.config file to reflect the proper
> directories and I can see that the tmpfile1 and tmpfile2 are being generated
> during the tests (and the disk is working) but at the end of the test all
> the logfiles are empty and there are no png files in the test directory.
> 
> I do not have a /dev/midi0 in my /dev folder (I think mdk 10.0 community I
> am using uses devfs), but even if I created a sym-link to /dev/midi00 which
> does exist, it still failed.

/dev/midi0 is NOT identical with /dev/midi00.
the former is a device for tclMIDI while the latter for general (real)
MIDI devices.  i chose /dev/midi0 because tclMIDI is almost dead, so
it unlikely conflicts.

try to create /dev/midi0 via

        # mknod /dev/midi0 c 35 0


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to