I posted earlier about problems with midi and the intel 8x0. I thought the midi device listed was a sequencer, but I guess thats not the case. Is the mpu uart device just for a hardware midi interface? In any case I tried using timidity, but its playback for midis is really strange. I wouldn't characterize the sound as slow or delayed, really, but it sounds like the timing of the notes is really off. I'm running on a 2.4 ghz processor with 768 mb ram so it shouldn't be a problem processing I wouldn't think, but I don't know. I'm also running kernel 2.6.4.
Thanks, Matt --- [EMAIL PROTECTED] wrote: > Send Alsa-user mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, > visit > > https://lists.sourceforge.net/lists/listinfo/alsa-user > or, via email, send a message with subject or body > 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it > is more specific > than "Re: Contents of Alsa-user digest..." > > > Today's Topics: > > 1. Re: Intel8x0 MIDI question (Clemens Ladisch) > 2. Re: oss not loading with alsa and udev > (Gabriel Ebner) > 3. Re: Help with SPDIF (Clemens Ladisch) > 4. Re: Intel8x0 MIDI question (Rick Knight) > 5. Re: Creative Sound Blaster MP3+ USB - Linein > Capture (Jaroslav Kysela) > 6. Re: HP zx5022ea laptop and ADI 1981B (Frank > Hart) > 7. Re: Creative Sound Blaster MP3+ USB - Linein > Capture (Steve Jones) > 8. Re: oss not loading with alsa and udev > (digger vermont) > 9. Re: HP zx5022ea laptop and ADI 1981B (Frank > Hart) > 10. Re: Help with SPDIF (Robert La Ferla) > 11. Re: oss not loading with alsa and udev > (Gabriel Ebner) > > --__--__-- > > Message: 1 > Date: Wed, 24 Mar 2004 18:04:53 +0100 (MET) > From: Clemens Ladisch <[EMAIL PROTECTED]> > Subject: Re: [Alsa-user] Intel8x0 MIDI question > To: Rick Knight <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > > Rick Knight wrote: > > I have a couple of games that apparently require > midi support for > > sounds. > > If I start TiMidity as a server with "timidity -iA > -B2,8-Os" I get 4 > > midi ports, 128:0 - 128:3 and I am able to play > .mid files with "pmidi > > -p128:0 midifile.mid". Is it possible to get ALSA > to use these ports > > instead of real midi devices? > > Yes. ALSA programs like pmidi already use these > ports. > > I guess your games want an OSS-compatible port like > /dev/midi. Such > device files require a device driver, so load > snd-virmidi in addition > to your snd-intel8x0 driver, and connect it to a > Timidity port (e.g. > "aconnect 72:0 128:0"), then instruct your program > to use /dev/midi01. > > > HTH > Clemens > > > > > --__--__-- > > Message: 2 > From: Gabriel Ebner <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [Alsa-user] oss not loading with alsa > and udev > Date: Wed, 24 Mar 2004 18:07:57 +0100 > > Hello, > > Am Mittwoch, 24. M=C3=A4rz 2004 17:23 schrieb digger > vermont: > > I just switched to udev from devfs on a powerbook. > Maybe you didn't notice that udev doesn't load > modules on device node acces= > s=20 > (to solve problems caused by programs which touch > many device files to dete= > ct=20 > available hardware and so load many modules under > devfs). > > I assume you read the udev FAQ? > http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ > http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev_vs_devfs > > > Kernel is 2.6.4 and=20 > > udev is version 022. The snd-mixer-oss and > snd-seq-oss are not being > > loaded at boot nor are /dev/sound/* and links > /dev/dsp, dev/mixer, etc > > being created. > AFAIK, ALSA devices currently aren't handled by udev > (maybe some of the dev= > s=20 > can enlighten me), but ideally they would be created > when the module gets=20 > loaded and generates a hotplug event. > > 1) Have you loaded the mentioned modules? > 2) Try to create the device files manually. > > Gabriel. > > > --__--__-- > > Message: 3 > Date: Wed, 24 Mar 2004 18:14:55 +0100 (MET) > From: Clemens Ladisch <[EMAIL PROTECTED]> > Subject: Re: [Alsa-user] Help with SPDIF > To: Robert La Ferla <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > > Robert La Ferla wrote: > > # aplay /usr/local/mozilla/res/samples/test.wav > > Playing WAVE > '/usr/local/mozilla/res/samples/test.wav' : Unsigned > 8 bit, > > Rate 22050 Hz, Mono > > aplay: set_params:827: Sample format non available > > You have redefined the "default" device in your > ~/.asoundrc to be a > hardware device, and that doesn't support this > sample format. > > > # aplay -Dplug:spdif > /usr/local/mozilla/res/samples/test.wav > > ALSA lib pcm_hw.c:1056:(snd_pcm_hw_open) open > /dev/snd/pcmC0D1p failed: > > No such device > > aplay: main:502: audio open error: No such device > > > > 00-00: Intel ICH : NVidia nForce2 : playback 1 : > capture 1 > > 00-01: Intel ICH - MIC ADC : NVidia nForce2 - MIC > ADC : capture 1 > > 00-02: Intel ICH - IEC958 : NVidia nForce2 - > IEC958 : playback 1 > > It seems that the IEC958 pcm would be device 2, but > ALSA tries to play > to device 1. > > Try to change the line "device 1" to "device 2" in > the definition of > NFORCE.pcm.iec958.0 in file > /usr/share/alsa/cards/NFORCE.conf. > > > HTH > Clemens > > > > > --__--__-- > > Message: 4 > Date: Wed, 24 Mar 2004 01:20:49 -0800 > From: Rick Knight <[EMAIL PROTECTED]> > To: Clemens Ladisch <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: [Alsa-user] Intel8x0 MIDI question > > Clemens Ladisch wrote: > > >Rick Knight wrote: > > > > > >>I have a couple of games that apparently require > midi support for > >>sounds. > >>If I start TiMidity as a server with "timidity -iA > -B2,8-Os" I get 4 > >>midi ports, 128:0 - 128:3 and I am able to play > .mid files with "pmidi > >>-p128:0 midifile.mid". Is it possible to get ALSA > to use these ports > === message truncated === __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user