I guess I'm too new to know.

How do I check if it's using "hw" as opposed to "default"?

How do I fix it, if that IS what's going on?

thanks,
David



On 2/13/06, Lee Revell <[EMAIL PROTECTED]> wrote:
> On Mon, 2006-02-13 at 22:33 -0600, David Slimp wrote:
> > Thanks Ricardo....
> >
> > I know I'll eventually make it!  heh
> > But not without some help :)
> >
> > The modprobe did not help.
> >
> > Here is a link to the thread on the CCRMA list:
> > http://ccrma-mail.stanford.edu/pipermail/planetccrma/2006-February/011200.html
> >
> > You can see a LOT of my systems output/settings there.
> > I'd be happy to repost here too, if you'd like.
> >
> > Basically, everything else is working fine, except muse, rosegarden,
> > qsynth, kmidimon all crash/die with the error:
> >    ALSA lib seq.c:928:(snd_seq_open_noupdate) Unknown SEQ hw
> >    Could not open ALSA sequencer: No such file or directory
> >
> > So, the basic drivers must be loaded, since I'm able to run qjackctl, 
> > ardour,
> > hydrogen, fluidsynth, seq24
> >
> > It's odd that I can run seq24 but not muse... and more strange I can
> > run fluidsynth but not qsynth.
> >
> >
> > any other suggestions?
> >
> > thanks
> > david
> >
>
> It sounds like those apps are trying to use "hw" where they should use
> "default"?
>
> /**
>  * \brief Open the ALSA sequencer
>  *
>  * \param seqp Pointer to a snd_seq_t pointer.  This pointer must be
>  * kept and passed to most of the other sequencer functions.
>  * \param name The sequencer's "name".  This is \em not a name you make
>  * up for your own purposes; it has special significance to the ALSA
>  * library.  Usually you need to pass \c "default" here.
>  * \param streams The read/write mode of the sequencer.  Can be one of
>  * three values:
>  * - #SND_SEQ_OPEN_OUTPUT - open the sequencer for output only
>  * - #SND_SEQ_OPEN_INPUT - open the sequencer for input only
>  * - #SND_SEQ_OPEN_DUPLEX - open the sequencer for output and input
>  * \note Internally, these are translated to \c O_WRONLY, \c O_RDONLY
> and
>  * \c O_RDWR respectively and used as the second argument to the C
> library
>  * open() call.
>  * \param mode Optional modifier.  Can be either 0, or
>  * #SND_SEQ_NONBLOCK, which will make read/write operations
>  * non-blocking.  This can also be set later using #snd_seq_nonblock().
>  * \return 0 on success otherwise a negative error code
>  *
>  * Creates a new handle and opens a connection to the kernel
>  * sequencer interface.
>  * After a client is created successfully, an event
>  * with #SND_SEQ_EVENT_CLIENT_START is broadcast to announce port.
>  *
>  * \sa snd_seq_open_lconf(), snd_seq_close(), snd_seq_type(),
> snd_seq_name(),
>  *     snd_seq_nonblock(), snd_seq_client_id()
>  */
>
>
> >
> >
> >
> > On 2/13/06, ricardo salgado <[EMAIL PROTECTED]> wrote:
> > > hi David, try modprobe snd-ice1712  as su, maybe your alsadriver for your
> > > delta need this to work
> > > dont worry youll make it
> > > ozomatzin
> > >
> > >
> > > David Slimp <[EMAIL PROTECTED]> wrote:
> > >  I posted this to the rosegarden/CCRMA list recently, and was given the
> > > suggestion to try this list.
> > >
> > > Hopefully someone here has a solution....
> > >
> > > ====
> > >
> > > Well, it's been 4 days or so, since I posted my last message about midi
> > > problems (2 weeks since my first). I've also posted on CCRMA forum
> > > and rosegarden forum with no adequate response from anyone on
> > > either list. I've googled and read every page I could find,
> > > and now I'm out of options.
> > >
> > > I'm still having problems getting the midi sequencer to work.
> > > I'm now working with a Delta 1010LT card running FC3/CCRMA,
> > > so know this should be working.
> > >
> > > I can see midi drivers in lsmod and can play them using fluidsynth,
> > > but I cannot start qsynth, muse, or rosegarden because they all
> > > report THIS error:
> > >
> > > ALSA lib seq.c:928:(snd_seq_open_noupdate) Unknown SEQ hw
> > > Could not open ALSA sequencer: No such file or directory
> > >
> > >
> > > Since no one here seems to be able to help,
> > > where do I turn next?
> > >
> > > thanks,
> > > David
> > >
> > >
> > > -------------------------------------------------------
> > > 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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
> > > _______________________________________________
> > > Alsa-user mailing list
> > > Alsa-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/alsa-user
> > >
> > >
> > >
> > >  ________________________________
> > > Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
> > >
> > >
> >
> >
> > --
> > David Slimp
> > [EMAIL PROTECTED]
> > http://www.MySpace.com/rock808
> > =
> >
> > "On proprietary platforms, eventually you'll run into 'you can't do that.'
> >  On open platforms, you'll run into 'you have to learn more to do that.' "
> >  -- Ian Smith-Heisters
> >
> >
> > -------------------------------------------------------
> > 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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
> > _______________________________________________
> > Alsa-user mailing list
> > Alsa-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/alsa-user
> >
>
>


--
David Slimp
[EMAIL PROTECTED]
http://www.MySpace.com/rock808
=

"On proprietary platforms, eventually you'll run into 'you can't do that.'
 On open platforms, you'll run into 'you have to learn more to do that.' "
 -- Ian Smith-Heisters


-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to