All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - driver 0002023]: midi/joystick port disabled and no way to enable it
Date: Thu, 20 Apr 2006 03:39:04 +0200	[thread overview]
Message-ID: <f0b26a1ebc72296cf3f2c2af6cf5eacd@bugtrack.alsa-project.org> (raw)


A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2023> 
======================================================================
Reported By:                zanonmark
Assigned To:                
======================================================================
Project:                    ALSA - driver
Issue ID:                   2023
Category:                   PCI - ens1371
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Distribution:               Ubuntu 5.10
Kernel Version:             2.6.12-10
======================================================================
Date Submitted:             04-16-2006 12:18 CEST
Last Modified:              04-20-2006 03:39 CEST
======================================================================
Summary:                    midi/joystick port disabled and no way to enable it
Description: 
I have a MIDI keyboard and I'd like to connect it to the midi/joystick port
of the soundcard.

Unfortunately, while PCM works fine and /dev/midi is created, I see no
MIDI communication through /dev/midi.
/proc/asound/AudioPCI/audiopci reports that the joystick port is
disabled.

It is probably a bug on the Ubuntu side (did they forget to compile the
driver correctly?), but I'd like to see a parameter for enabling the
joystick port "on the fly": other drivers have one (e.g.: "joystick=1"),
but snd_ens1371 has not, so:
1) it is not possible to reload (rmmod and modprobe) the driver with that
parameter enabling the midi/joystick port manually,
2) it is not possible to save (alsactl store), modify and reload (alsactl
restore) the soundcard settings, because I see no such parameter to
modify.

So, will you please include such a parameter in the next version of the
driver?

Thanks a lot,

Marco.

======================================================================

----------------------------------------------------------------------
 rlrevell - 04-19-06 21:49 
----------------------------------------------------------------------
Does:

amidi -d -p "hw:0,0"

while playing with the keyboard connected output anything?

----------------------------------------------------------------------
 Raymond - 04-20-06 03:39 
----------------------------------------------------------------------
I don't have this card, this mean that SUPPORT_JOYSTICK is not defined

#if defined(CONFIG_GAMEPORT) || (defined(MODULE) &&
defined(CONFIG_GAMEPORT_MODULE))
#define SUPPORT_JOYSTICK
#endif

	snd_iprintf(buffer, "Joystick enable  : %s\n",
		    ensoniq->ctrl & ES_JYSTK_EN ? "on" : "off");

#ifdef SUPPORT_JOYSTICK
...
	ensoniq->ctrl |= ES_JYSTK_EN;
...
#endif


BTW, please use alsa-driver-1.0.11 if possible

Issue History
Date Modified  Username       Field                    Change              
======================================================================
04-16-06 12:18 zanonmark      New Issue                                    
04-16-06 12:18 zanonmark      Distribution              => Ubuntu 5.10     
04-16-06 12:18 zanonmark      Kernel Version            => 2.6.12-10       
04-17-06 06:56 rlrevell       Note Added: 0009301                          
04-17-06 07:19 Raymond        Note Added: 0009303                          
04-17-06 19:59 zanonmark      Note Added: 0009319                          
04-18-06 10:54 Raymond        Note Added: 0009328                          
04-18-06 13:18 Raymond        Note Edited: 0009328                         
04-18-06 16:28 Clemens LadischNote Added: 0009338                          
04-19-06 20:05 zanonmark      Note Added: 0009354                          
04-19-06 21:49 rlrevell       Note Added: 0009356                          
04-20-06 03:39 Raymond        Note Added: 0009363                          
======================================================================




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

             reply	other threads:[~2006-04-20  1:39 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-20  1:39 bugtrack [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-05-25 20:50 [ALSA - driver 0002023]: midi/joystick port disabled and no way to enable it bugtrack
2006-05-25 19:53 bugtrack
2006-05-25 17:31 bugtrack
2006-05-25 16:33 bugtrack
2006-05-24 12:32 bugtrack
2006-05-23 18:02 bugtrack
2006-05-23 17:09 bugtrack
2006-05-23  9:26 bugtrack
2006-05-21  2:49 bugtrack
2006-05-20  9:30 bugtrack
2006-05-19  1:44 bugtrack
2006-05-13  3:19 bugtrack
2006-05-12 17:44 bugtrack
2006-05-12  1:58 bugtrack
2006-05-07 11:33 bugtrack
2006-05-01  8:38 bugtrack
2006-04-26 17:51 bugtrack
2006-04-26  8:54 bugtrack
2006-04-25  8:55 bugtrack
2006-04-25  1:25 bugtrack
2006-04-24 13:57 bugtrack
2006-04-24 13:47 bugtrack
2006-04-22 11:36 bugtrack
2006-04-19 19:49 bugtrack
2006-04-19 18:05 bugtrack
2006-04-18 14:28 bugtrack
2006-04-18  8:54 bugtrack
2006-04-17 17:59 bugtrack
2006-04-17  5:19 bugtrack
2006-04-17  4:56 bugtrack
2006-04-16 10:18 bugtrack

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f0b26a1ebc72296cf3f2c2af6cf5eacd@bugtrack.alsa-project.org \
    --to=bugtrack@alsa-project.org \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.