Hallo!
Ik heb vandaag voor het eerst Ubuntu geinstalleerd, al een tijd bekend via de live-cd versie en nu met de nieuwe 8.04 & Wubi een stapje verder gegaan. Met de nieuwe ontwikkelingen op Linux gebied hoop ik in de loop der tijd volledig over te kunnen stappen nu XP bejaard raakt en Vista ehm.. ja.. daar zeg ik maar niets over. Bijna alles tot nu naar tevredenheid. Ik heb echter 1 probleem ik krijg geen geluid bij het afspelen van flash filmpjes.
Ik heb al gezien dat dit waarschijnlijk het zoveelste topic is over dit onderwerp. Ik wilde ook nog op dit forum gaan zoeken, maar de zoekfunctie gaf een foutmelding:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0
Fatal error: Unknown: Failed opening required '/var/www/forum.ubuntu-nl.org/search.php' (include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
In ieder geval, ik heb al heel wat manieren geprobeerd het op te lossen, maar het lukt maar niet. Voor de duidelijkheid zal ik even de geprobeerde oplossingen hieronder plaatsen:
http://ubuntuforums.org/showthread.php?t=58691http://ubuntuforums.org/showthread.php?p=3446685http://ubuntuforums.org/showthread.php?t=537070http://www.macewan.org/2006/06/01/howto-firefox-flash-video-sound-on-ubuntu-linux-dapper/En een veelbelovende:
http://ubuntuforums.org/showthread.php?t=590989" Re: Gutsy Firefox Flash no sound
None of these ideas worked for me, but I found one that does. First, go to Synaptic and download all of the Pulse Audio packages, including libpulse-dev,build-essential, libsed0-dev, and libssl-dev. You'll need all that for what I will tell you to do. Pulse Audio is not installed by default, but I believe it should be for this problem alone. It picks up where ESD leaves off. If you have problems hearing your system sounds, pulse audio will help that too. Next, click on the following link to get the tarball you need to install, to get audio in Flash to work.
https://svn.revolutionlinux.com/MILL...rt-1.2.tar.bz2Open with 'file-roller" default and extract this to your home folder. Next in a terminal, type the words "cd libflashsupport-1.2", then hit enter key.. Then simply type the words "make sudoinstall" and hit the enter key again and type your password in when it prompts you to, hit enter again. Finally, click out of the terminal, open Firefox and go to Youtube or any other place that has a flash video, you should be able to hear it now. Sorry about the compile 101 jargon, I just want to make sure any Ubuntu newbie can do this and maybe learn something in the process. One more thing to mention, the link I supplied is from the pulseaudio.org website. It's very hard navigating to where this link is on their website, so I made it easier.
Last edited by tvphil; November 1st, 2007 at 09:22 AM."
Leide tot dit:
degine@degine-desktop:~$ cd '/home/degine/libflashsupport-1.2'
degine@degine-desktop:~/libflashsupport-1.2$ make sudoinstall
gcc -fPIC -shared -O2 -Wall -Werror -lpthread -DLIBDIR=/usr/lib \
-DALSA_INTERNAL -DPULSEAUDIO -DLIBPULSEPATH='"/usr/lib/libpulse-simple.so.0"' -DESD -DLIBESDPATH='"/usr/lib/libesd.so.0"' \
-DOSS -DOPENSSL -lssl \
flashsupport.c -o libflashsupport.so
flashsupport.c:225:17: error: esd.h: No such file or directory
flashsupport.c:290: error: expected ‘)’ before ‘format’
flashsupport.c: In function ‘FPX_SoundOutput_Detect’:
flashsupport.c:476: error: ‘FPX_esd_play_stream_fallback’ undeclared (first use in this function)
flashsupport.c:476: error: (Each undeclared identifier is reported only once
flashsupport.c:476: error: for each function it appears in.)
flashsupport.c: In function ‘ESD_FPX_SoundOutput_Open’:
flashsupport.c:1251: error: ‘ESD_DEFAULT_RATE’ undeclared (first use in this function)
flashsupport.c:1253: error: ‘ESD_BITS16’ undeclared (first use in this function)
flashsupport.c:1253: error: ‘ESD_STEREO’ undeclared (first use in this function)
flashsupport.c:1254: error: ‘ESD_STREAM’ undeclared (first use in this function)
flashsupport.c:1254: error: ‘ESD_PLAY’ undeclared (first use in this function)
flashsupport.c:1255: error: ‘esd_format_t’ undeclared (first use in this function)
flashsupport.c:1255: error: expected ‘;’ before ‘format’
flashsupport.c:1263: error: ‘format’ undeclared (first use in this function)
cc1: warnings being treated as errors
flashsupport.c:1271: warning: implicit declaration of function ‘FPX_esd_play_stream_fallback’
make: *** [libflashsupport.so] Error 1
degine@degine-desktop:~/libflashsupport-1.2$
Waar ik niks van snap. Misschien is het omdat ik libsed0-dev niet kan vinden met de synaptic pakketbeheerder... ik heb geen flauw idee...
Daarnaast heb ik ook nog alle door firefox aangeboden varianten van flash plugins geprobeerd, maar dit hielp ook niet.
Weet iemand nog een oplossing voor dit probleem (welke ik als beginnende linux gebruiker kan volgen)? Of licht het er gewoon aan dat de bij 8.04 geleverde Firefox een beta is en het momenteel gewoon niet kan?