public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: recommended Alsa version for an AWE64?
@  igueths
  0 siblings, 0 replies; 12+ messages in thread
From: igueths @  UTC (permalink / raw)
  To: speakup

Hi Chuck. As I probably mentioned earlier, remove 
isapnp.h out of $prefix/alsa-0.9.0rc3/include. Then 
reconfigure and remake. 
> Hi Igor/Adam,
> 
> I left isapnp support out of my kernel when compiling it, and
> configured the alsa-drivers using --without-isapnp and
> --with-oss.
> 
> But my sound card is a PCI device, sblive.
> 
> Not sure what else I did this time that made it work okay.
> 
> 
> On Thu, 17 Oct 2002, Igor Gueths wrote:
> 
> > Oh one other thing. What did you include as configure cmdline?
> >
> > Microsoft dialogue
> > This company has performed an illegal operation and will be shutdown. If this 
> problem persists, delete Winblows and install Linux. Close button
> >
> > On Thu, 17 Oct 2002, Adam Myrow wrote:
> >
> > > On Thu, 17 Oct 2002, Igor Gueths wrote:
> > >
> > > > Hi Adam. Did you try rc3? Or any of the 'rc' versions? Also, what modules
> > > > did you have loaded Did you have snd-mixer-oss loaded (if using rc3)?
> > >
> > > I tried RC3 and it never would compile.  I still have the errors from
> > > attempts to compile it.  If possible, I'd rather use a later version as I
> > > figure that it'll hopefully be less buggy.  Anyhow, here is a sample of
> > > the errors I was getting when trying to build the driver.
> > >
> > > About halfway down:
> > >
> > > pdplus.c:3032: warning: #warning "This driver need to be ported to new 
> hw_info"
> > > pdplus.c:3082: warning: #warning "This driver need to be ported to new 
> hw_info"
> > > pdplus.c:3107: warning: #warning "This driver need to be ported to new 
> hw_info"
> > > pdplus.c:3136: warning: #warning "The S/PDIF setup code needs to be 
> rewritten."
> > > pdplus.c:3212: warning: #warning "This driver need to be ported to new 
> hw_info"
> > >
> > > Some time later:
> > >
> > >                  from 
> /usr/src/alsa-driver-0.9.0rc3/include/sound/driver.h:43,
> > >                  from ../alsa-kernel/core/hwdep.c:22,
> > >                  from hwdep.c:1:
> > > /usr/src/alsa-driver-0.9.0rc3/include/linux/isapnp.h:334: warning: `struct
> > > isapnp_card_id' declared inside parameter list
> > > /usr/src/alsa-driver-0.9.0rc3/include/linux/isapnp.h:334: warning: its
> > > scope is only this definition or declaration, which is probably not what
> > > you want.
> > >
> > > This last error repeats over and over and finally, the build would bomb
> > > out with:
> > >
> > > sound.c:41: `snd_hack_usb_set_interface' undeclared here (not in a
> > > function)
> > > sound.c:41: initializer element is not constant
> > > sound.c:41: (near initialization for
> > > `__ksymtab_snd_hack_usb_set_interface.value')
> > > make[1]: *** [sound.o] Error 1
> > > make[1]: Leaving directory `/usr/src/alsa-driver-0.9.0rc3/acore'
> > > make: *** [compile] Error 1
> > >
> > > Looking at this more closely, it may be choking on the fact that I don't
> > > have USB on this machine and thus don't include USB support in my kernel.
> > > any ideas?
> > >
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> 
> -- 
> The Moon is Waxing Gibbous (91% of Full)
> So visit me at http://www.valstar.net/~hallenbeck
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: recommended Alsa version for an AWE64?
@  igueths
  0 siblings, 0 replies; 12+ messages in thread
From: igueths @  UTC (permalink / raw)
  To: speakup

Hi Adam. Remove it from $prefix/alsa-0.9.0rc3/include. 
My configure was: ./configure --with-isapnp=yes --with-
moddir=/lib/modules/2.4.18/misc --with-oss=yes. 
> I think my configure was "./configure --with-sequencer=yes."  I tried
> "--with-alsapnp=no" as well and still the same.  I'll try removing the
> isapnp.h file and see what happens.  Which directory should I remove it
> from?  There is one in support and include/linux.
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: recomended Alsa version for an AWE64?
@  Adam Myrow
       [not found] ` <Pine.LNX.4.44.0210160951590.12671-100000@babel.hpcc.noaa.g ov>
  0 siblings, 1 reply; 12+ messages in thread
From: Adam Myrow @  UTC (permalink / raw)
  To: speakup

I got beta 12 to compile and now have it playing sound and am slowly
figuring out how to set volumes and such.  Also, I am trying to figure out
how to make /dev/sequencer work, but at least it came up.  I had left the
standard kernel sound drivers built as modules because I wanted them to
revert back to in case I couldn't get Alsa to work.  However, the problems
with compiling RC3 all revolved around ISAPNP.  I'm going to check out the
Alsa web site for bug reports on this and submit one if I can't find one.
I can't believe that something like this hasn't gone unnoticed yet.




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 recommended Alsa version for an AWE64? igueths
  -- strict thread matches above, loose matches on Subject: below --
 igueths
 recomended " Adam Myrow
     [not found] ` <Pine.LNX.4.44.0210160951590.12671-100000@babel.hpcc.noaa.g ov>
   ` recommended " Adam Myrow
     ` Igor Gueths
       ` Adam Myrow
         ` Igor Gueths
         ` Igor Gueths
           ` Charles Hallenbeck
           ` Adam Myrow
             ` Charles Hallenbeck
               ` Christopher Moore
             ` Igor Gueths

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).