LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-19-2003, 08:23 AM   #1
cleanek
LQ Newbie
 
Registered: Oct 2003
Location: Czech republic
Distribution: gentoo
Posts: 6

Rep: Reputation: 0
how to play movies on slackware 9.0 ??


I've got a avifile 0.7.38 installed
bud mplayer don't work so i ask anyone, how to see movies in slackware what i need and where i can find it, please help me.

i'm newbie
 
Old 10-19-2003, 10:29 AM   #2
serz
Member
 
Registered: Apr 2003
Location: Buenos Aires, Argentina
Distribution: Slackware, Gentoo
Posts: 397

Rep: Reputation: 30
What error are you getting? I have no problem playing avi files...

You could also try XINE.
 
Old 10-19-2003, 01:18 PM   #3
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
If you provide more details when you say, "mplayer doesn't work"? Does it give errors? What or how are you trying to play a movie file, from command or GUI, etc?

More details get better responses.
 
Old 10-19-2003, 06:12 PM   #4
cleanek
LQ Newbie
 
Registered: Oct 2003
Location: Czech republic
Distribution: gentoo
Posts: 6

Original Poster
Rep: Reputation: 0
If i type gmplayer in konsole i get this:

gmplayer: error while loading shared libraries: libasound.so.1: cannot open shared object file: No such file or directory

And this is result when i try to install alsa drivers:

root@localhost:/home/Linux/alsa-driver-0.5.9d# ./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ranlib... (cached) ranlib
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for linux/fs.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether gcc needs -traditional... (cached) no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 2.4.20
checking for kernel module symbol versions... no
checking for PCI support in kernel... yes
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/2.4.20/misc
checking for debug level... none
checking for processor type... i486
checking for SMP... no
checking for ISA PnP driver in kernel... yes
checking for ISA PnP support... yes
checking for driver version... 0.5.9d
checking for sequencer support... yes
checking for OSS/Free emulation... yes
checking for which soundcards to compile driver for... all
creating ./config.status
creating Makefile.conf
creating snddevices
creating utils/alsa-driver.spec
creating cards.config
creating include/config.h
include/config.h is unchanged
creating include/config1.h
include/config1.h is unchanged
creating include/version.h
include/version.h is unchanged

root@localhost:/home/Linux# mc
root@localhost:/home/Linux/alsa-driver-0.5.9d# checkinstall

checkinstall 1.5.3, Copyright 2001 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.


The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs? [y]: y

Preparing package documentation...OK

Installing with "make install"...

========================= Installation results ===========================

Copying documentation directory...
make[1]: Entering directory `/home/Linux/alsa-driver-0.5.9d/kernel'
make[2]: Entering directory `/home/Linux/alsa-driver-0.5.9d/kernel/seq'
make[3]: Entering directory `/home/Linux/alsa-driver-0.5.9d/kernel/seq/instr'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/kernel/seq/instr'
make[3]: Entering directory `/home/Linux/alsa-driver-0.5.9d/kernel/seq/oss'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/kernel/seq/oss'
make[2]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/kernel/seq'
make[2]: Entering directory `/home/Linux/alsa-driver-0.5.9d/kernel/plugin'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/kernel/plugin'
make[1]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/kernel'
make[1]: Entering directory `/home/Linux/alsa-driver-0.5.9d/lowlevel'
make[2]: Entering directory `/home/Linux/alsa-driver-0.5.9d/lowlevel/generic'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/lowlevel/generic'
make[2]: Entering directory `/home/Linux/alsa-driver-0.5.9d/lowlevel/isa'
gcc -DALSA_BUILD -D__KERNEL__ -O2 -m486 -DCPU=486 -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -pipe -I/usr/src/linux/include -I../.. -DEXPORT_SYMTAB -c wavefront.c
`-m486' is deprecated. Use `-march=i486' or `-mcpu=i486' instead.
In file included from ../../include/driver.h:84,
from wavefront.c:24:
/usr/include/linux/malloc.h:4:2: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead.
In file included from ../../include/snd_wavefront.h:9,
from wavefront.c:25:
../../include/wavefront.h:45:8: warning: extra tokens at end of #endif directive
../../include/wavefront.h:54:9: warning: extra tokens at end of #endif directive
../../include/wavefront.h:58:9: warning: extra tokens at end of #endif directive
../../include/wavefront.h:686:8: warning: extra tokens at end of #endif directive
In file included from wavefront.c:25:
../../include/snd_wavefront.h:157:9: warning: extra tokens at end of #endif directive
wavefront.c:103:8: warning: extra tokens at end of #endif directive
wavefront.c:136:8: warning: extra tokens at end of #endif directive
wavefront.c: In function `wavefront_wait':
wavefront.c:303: structure has no member named `loops_per_sec'
wavefront.c:337:49: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:351:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:368:28: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:384:65: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:389:72: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:396:62: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:402:76: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:407:59: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:414:61: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:421:76: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:434:76: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:465:76: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:474:78: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:480:68: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:494:73: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:506:75: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:513:65: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:521:59: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:527:73: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:648:69: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:662:55: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:689:43: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:700:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:733:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:751:64: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:787:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:798:62: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:811:53: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:820:62: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:835:31: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:858:62: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:872:64: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:914:61: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:922:68: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:955:55: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:970:45: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:980:53: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1018:57: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1077:54: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1103:53: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1163:60: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1168:48: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1193:67: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1209:63: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1238:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1242:57: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1255:72: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1276:67: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1281:58: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1294:56: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1300:56: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1308:74: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1325:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1334:62: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1352:54: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1381:68: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1391:50: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1448:38: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1501:38: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1508:61: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1514:60: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1532:34: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1542:65: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1560:46: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1603:58: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1753:60: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1786:60: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1791:53: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1822:48: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1827:48: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1916:66: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1941:71: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1947:59: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1953:60: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1965:54: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1969:39: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1977:64: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:1982:35: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2027:29: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2036:69: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2046:48: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2071:70: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2077:75: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2090:65: warning: pasting ""snd: "" and ""\n"" does not give a valid preprocessing token
wavefront.c:2102:57: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2127:58: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2138:61: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2158:72: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2164:68: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2172:63: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2253:41: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2263:58: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2270:85: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
wavefront.c:2278:71: warning: pasting ""snd: "" and "LOGNAME" does not give a valid preprocessing token
make[2]: *** [wavefront.o] Error 1
make[2]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/lowlevel/isa'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/Linux/alsa-driver-0.5.9d/lowlevel'
make: *** [compile] Error 1

**** Installation failed. Aborting package creation.

Cleaning up...OK

Bye.


root@localhost:/home/Linux#

Maybe i do somethink wrong, but don't know what

Now i have installed xine (lib-1-rc1, ui-0.9.22) and when i start movie i get a perfect picture, but no sound (I try some avis and mpgs)
 
Old 10-19-2003, 06:56 PM   #5
TheOneAndOnlySM
Member
 
Registered: Jul 2003
Location: Dallas, TX
Distribution: Ubuntu 10.04 LTS
Posts: 987

Rep: Reputation: 30
ok, i don't quite understand how you were trying to install alsa as stated above

basically, download the latest alsa libs, extact them
now cd into that directory; do a ./configure, then do make
if no errors are reported, do make install (this is the only step needed as root)

this should set up the libs

now, stay root, and do alsaconf (this tool comes built with slack) and follow the instructions

after the modules have been loaded by the above program, run the specified amixer program or something, make sure everything is unmuted and turn up the volume

play those avis or mpegs again and see if u can get something

*edit: ok, you were using some really old libs up there, the latest is like 0.97 or 0.97b

are u using slack 9.1? if not, u will need to download alsaconf as well; just extract that, and cd into the alsaconf directory, and do ./alsaconf as root

Last edited by TheOneAndOnlySM; 10-19-2003 at 06:57 PM.
 
Old 10-19-2003, 07:26 PM   #6
cleanek
LQ Newbie
 
Registered: Oct 2003
Location: Czech republic
Distribution: gentoo
Posts: 6

Original Poster
Rep: Reputation: 0
thanks everybody who try to help me. I'm idiot^2 .
I try to install "original" alsa-drivers when i have pretty one precompiled on slackware.com.
Now sound works. I install 4 packages:
alsa-driver-0.9.6-i486-3.tgz
alsa-lib-0.9.6-i486-1.tgz
alsa-oss-0.9.6-i486-1.tgz
alsa-utils-0.9.6-i486-1.tgz

and everything works. Thanks for your time.

P.S: checkinstall is very good utility for installing and compiling packages .

P.P.S: thanks to everyone who cares about newbies like me
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why can't I play movies? death_au Linux - Newbie 6 07-17-2005 06:52 AM
cant play movies shashank Linux - Software 4 04-17-2005 04:52 AM
Two dvd drives - one won't play movies Skarekroh Fedora 3 04-02-2005 11:09 AM
Totem cant play movies? Kyl3 Mandriva 6 09-01-2004 03:49 PM
unable to play movies Sreejesh Linux - Hardware 2 09-01-2004 08:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration