Le Mon, 12 Nov 2007 15:16:49 +0000 (UTC),
Orbeus <[EMAIL PROTECTED]> a écrit :

> 
> > You must be more specific, from the sources or with a packages manager?
> > If installing from the sources, do you get all the dependencies before the
> > configure step? You can see that with the messages from configure.
> > 
> > >  I now get "Nothing to play." error from script
> > > and command line.
> > 
> > Again, be more specific. Which script? Which command?
> > 
> > Can you try with "alsaplayer --verbose <some_soundfile>" and copy the
> > output in your answer?
> > 
> > > The same for both m3u and Dir. As you guessed I'm using
> > > Ubuntu 7.04.
> > 
> > Does loading and playing a file from the interface work?
> > 
> > > Should I try un-installing - re-installing?
> > 
> > You must be sure that all the old alsaplayer versions are des-installed.
> > 
> > Ciao,
> > Dominique
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > _______________________________________________
> > Alsa-user mailing list
> > Alsa-user <at> lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/alsa-user
> > 
> 
> Hi Dominique.
> 
> Thank you for your time...
> 
> I have re-installed Ubuntu 7.04 (non 64bit)
> 
> Then
> 
> sudo apt-get install libc6-dev g++ gcc

Do you have installed alsa-lib-dev?

Other dev package are needed by AP if you want to get some input plugin:
mp3 => libmad-dev
libid3tag-dev for tag support
libogg-dev and libvorbis-dev for ogg support
libflac-dev for flac input
libsndfile-dev for wav and other formats

> 
> Downloaded alsa-driver-1.0.15
> ./configure
> sudo make
> sudo make install
> 
Not sure on Debian, but here on gentoo, you cannot have boot the alsa driver
from the kernel (I guess alsa-driver) and the driver from a custom
installation. You must choose one.

A good habit is also to upgrade all the alsa packages when doing a custom
installation. If you are not sure, it is best to use apt-get and the packages
provided by ubuntu.

Do you have any working sound module? For that, what is the output
of

lsmod|grep snd

> Downloaded alsaplayer-0.99.80
> ./configure

At the end of configure output, you must see something like:

Configuration:

  Install path:                       /usr/local
  Use libmad shared library:          yes
  Enable libid3tag support:           yes
  Build GTK2 interface:               yes
  Build XOSD interface:               yes
  Build OpenGL based visual plugins:  yes
  Build alsa 0.5.x output plugin:     no
  Build alsa 0.9.x output plugin:     yes
  Build jack output plugin:           yes
  Build oss output plugin:            yes
  Build esound output plugin:         yes
  Build sparc output plugin:          no
  Build sgi output plugin:            no
  Build nas output plugin:            yes
  Build vorbis input plugin:          yes
  Build cdda input plugin:            yes
  Build mikmod input plugin:          yes
  Build audiofile input plugin:       no
  Build FLAC input plugin:            yes
  Included OggFLAC input plugin:      yes
  Separated OggFLAC input plugin:     no
  Build sndfile input plugin:         yes

Now type 'make' to build AlsaPlayer.

This is the output of "./configure" without option when all the needed-possible
dependencies are found on the system (on x86).

Each line correspond to a library (dependency) and a corresponding AP function.

As example, Build GTK2 interface will be to yes only if >= gtk+2.8-dev is found.
The same with alsa 0.9.x that need alsalib-dev.

> sudo make
> sudo make install
> 
> >From Terminal:
> 
> $ alsaplayer /usr/local/music/Lounge
> Failed to load output plugin "alsa". Trying defaults.
> Nothing to play.
> 
> Also tried
> 
> $ alsaplayer -o alsa -d "hw:1,0" /usr/local/music/Lounge
> Failed to load output plugin "alsa". Trying defaults.
> Nothing to play.
> 
> 
> And
> 
> $ alsaplayer
> Failed to load output plugin "alsa". Trying defaults.
> Nothing to play.
> 
Did you try another program, as example aplay that come with alsa-util?

Dominique

> 
> Many thanks
> 
> O
> 
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Alsa-user mailing list
> Alsa-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-user


-- 
Dominique Michel

Mes 3 projets préférés auxquels je contribue:
 * FVWM-Crystal, le bureau basé sur FVWM:
      http://fvwm-crystal.org
 * AlsaPlayer, le lecteur audio avec contrôle de vitesse en continu:
      www.alsaplayer.org
 * L'overlay pour la MAO sous gentoo:
      http://proaudio.tuxfamily.org/wiki/index.php?title=Main_Page

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to