[ anon28907 @ 28.08.2005. 13:44 ] @
Imam SoundMAX Integrated Digital Audio karticu. Kada pustim "muzicki" fajl (mp3,wav,ogg) dobijem zvuk kao kod pokvarene gramofonske ploche, preskace. Tako je sa svim programima za reprodukovanje ovakvih fajlova. Kada pushtam filmove zvuk je normalan ... Jel ima neko neku ideju kako da ovo sredim?

Imam KANOTIX (bazuran je na debianu).
[ Demoritus @ 28.08.2005. 14:03 ] @
Jesi probao sa G-Streamer engine-om i amaroK-om?
[ anon28907 @ 01.09.2005. 16:53 ] @
Sad sam instalirao ubuntu ... e sad u ubuntuovom uputstvu stoji da trebam kucati u terminalu:

[CODE]sudo apt-get install gstreamer0.8-plugins

sudo apt-get install gstreamer0.8-lame

sudo apt-get install gstreamer0.8-ffmpeg

sudo apt-get install w32codecs

sudo apt-get install libdivx4linux

sudo apt-get install lame

sudo apt-get install sox

sudo apt-get install ffmpeg

sudo apt-get install mjpegtools

sudo apt-get install vorbis-tools

gst-register-0.8[/code]

E, sad kad ja kucam neku od ovih komandi a ubuntu mi kaze :
[QUOTE]Reading package lists... Done
Building dependency tree... Done
Package gstreamer0.8-plugins is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package gstreamer0.8-plugins has no installation candidate[/QUOTE]
ili
Citat:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package w32codecs

Sad, sta da radim da ovo resim?



[Ovu poruku je menjao igor@44 dana 01.09.2005. u 17:53 GMT+1]
[ pajaja @ 01.09.2005. 19:17 ] @
meni u amaroKu nema zvuka u opste...
svuda drugde radi al ovde ga nema... takoreci nece da pusti ni jednu pesmu...
[ Liticovjesac @ 01.09.2005. 19:26 ] @
igore, za ubuntu apt-get postoje i extra repositoris sto i pise u faq.

pajaja, jel imas instaliran gstreamer egine ili xine engine za amrok?
[ pajaja @ 01.09.2005. 19:43 ] @
ko zna :D
ako je instalirano sa sistemom imam ako nije nije :D nisam nista diro...
inace radilo je neko vreme i od jednom nece...
MDK 10.1
[ anon28907 @ 01.09.2005. 20:06 ] @
Citat:
Liticovjesac: igore, za ubuntu apt-get postoje i extra repositoris sto i pise u faq.


Kakve extra repositoris ? Pls pls pls reci mi :o
[ NeznamTkoSam @ 01.09.2005. 21:17 ] @
Igore, kucaj
Code:
$ sudo gedit /etc/apt/sources.list
Stavi da ti ovo bude sadrzaj fajla:
Code:
## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu hoary universe
deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse

## Backports
deb http://ubuntu-backports.mirrormax.net/ hoary-backports main universe multiverse restricted
deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe multiverse restricted
I jos obavezno stavi jedan prazan redak na kraj fajla. Sada fajl saveaj i zatvori. Sada MORAS updateati popis paketa:
Code:
$ sudo aptitude update
Probaj sad instalirati one codece.

[Ovu poruku je menjao NeznamTkoSam dana 01.09.2005. u 22:17 GMT+1]