 |
27-09-2006, 03:38 AM
|
#1 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Linux Newbie
I am new to linux. I has just installed Ubuntu 6.06. Now I have a trouble. I want to enable support for mp3 files. Plz help me out. And don't ask me to search the forum I had tried it and I got more confused. Plz explain in detail and step by step. I had always been a Windows fan and I hope that all of u out there will convert me into a linux fan.
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
27-09-2006, 04:31 AM
|
#2 (permalink)
|
|
Beneath The Eyelids
Join Date: Aug 2006
Posts: 289
|
Re: Linux Newbie
open terminal,
type "sudo gedit /etc/apt/sources.list"
text editor will open with a file, scroll to its end and paste these lines
Code:
deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb-src http://packages.freecontrib.org/ubuntu/plf dapper free non-free
deb http://archive.canonical.com/ubuntu dapper-commercial main
deb http://wine.sourceforge.net/apt/ binary/
deb http://wine.budgetdedicated.com/apt dapper main
deb http://deb.opera.com/opera/ etch non-free
deb http://kubuntu.org/packages/kde-latest dapper main
deb-src http://kubuntu.org/packages/kde-latest dapper main
deb http://kubuntu.org/packages/koffice-latest dapper main
deb http://kubuntu.org/packages/amarok-latest dapper main
deb http://compiztools.free.fr/debian unstable main
deb http://www.beerorkid.com/compiz/ dapper main
deb ftp://cipherfunk.org/pub/packages/ubuntu/ dapper main
deb-src ftp://cipherfunk.org/pub/packages/ubuntu dapper main
deb http://nightlies.videolan.org/build/dapper-i386 /
deb http://download.skype.com/linux/repos/debian/ stable non-free
save the file and close it, back to the terminal
copy paste the exact thing "sudo aptitude install xmms", this will install xmms and you can play your mp3s
to enable mp3 and other file format support in default players (rhytmbox & totem) copy paste these lines one by one
sudo apt-get install gstreamer0.10-plugins-ugly
sudo apt-get install gstreamer0.10-plugins-ugly-multiverse
sudo apt-get install gstreamer0.10-plugins-bad
sudo apt-get install gstreamer0.10-plugins-bad-multiverse
sudo apt-get install gstreamer0.10-ffmpeg
hope this helps
Last edited by The Outsider; 27-09-2006 at 04:39 AM.
|
|
|
27-09-2006, 07:24 AM
|
#4 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
Quote:
|
Originally Posted by tech_your_future
|
I used ur method but was not able to install gstreamer0.10-pitfdll. It says Coudn't find pakage. I had added all the Repositories from https://help.ubuntu.com/community/Re...es/Ubuntu#what except the section Adding Other Repositories . However now I am aple to play MP3. How do I install the package.
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
27-09-2006, 09:03 AM
|
#5 (permalink)
|
|
Wise Old Owl
Join Date: Jan 2005
Posts: 1,135
|
Re: Linux Newbie
Just use EasyUbuntu,it can't get easier than that.
__________________
A)bort, R)etry, I)nfluence with large hammer.
|
|
|
27-09-2006, 10:48 AM
|
#6 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux Newbie
Just replace the /etc/apt/sources.list file with the one given by Chester, he's mentioned how to do it.
Then open the terminal and type
Code:
sudo apt-get update
This will take some time cos new files available at these sites will be indexed.
Then again follow what he's said.
You can download whatever media player you like.
I prefer amaroK for audio, but on Ubuntu it will a huge download since it needs kdelibs. I guess it should be around 50MB, not sure though. You can check this up by typing
Code:
sudo apt-get amarok
It will warn you about how much data to download.
For other purposes I prefer Mplayer or VLC.
Another good media player is xine with gxine as GNOME frontend.
XMMS is good as a winamp look alike but I don't really find it that good compared to above mentioned players.
__________________
http://www.bash.org/?258908
|
|
|
27-09-2006, 01:01 PM
|
#7 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
Ok I justwanted to know that wether I need gstreamer0.10-pitfdll to be installed. Will in long run it can be problem not to install gstreamer0.10-pitfdll
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
27-09-2006, 01:05 PM
|
#8 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux Newbie
I don't really know. I use Totem-Xine/amaroK/Mplayer/VLC + win32 codecs rather than gstreamer. It works fine for me.
__________________
http://www.bash.org/?258908
|
|
|
27-09-2006, 01:08 PM
|
#9 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
OK few more Questions My ubuntu is 64 bit and I want to know that how can I get Opera working for it
Second in Windows I used Soundman as equlizer for my PC how can I do so in linux
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
27-09-2006, 01:12 PM
|
#10 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux Newbie
Hmm then I guess you will be better going in for gstreamer rather than win32 codecs, I am not sure if win32codecs work fine in 64 bit OS's.
For opera just download it from opera's site or just type
Code:
sudo apt-get install opera
.
I don't know what's soundman and what is it really helpful for.
__________________
http://www.bash.org/?258908
|
|
|
27-09-2006, 01:26 PM
|
#11 (permalink)
|
|
HELP AND SUPPORT
Join Date: Jun 2006
Posts: 1,603
|
Re: Linux Newbie
|
|
|
27-09-2006, 03:09 PM
|
#12 (permalink)
|
|
Beneath The Eyelids
Join Date: Aug 2006
Posts: 289
|
Re: Linux Newbie
Quote:
|
Originally Posted by nishant_nms
OK few more Questions My ubuntu is 64 bit and I want to know that how can I get Opera working for it
Second in Windows I used Soundman as equlizer for my PC how can I do so in linux
|
amarok & xmms both have nice equalizers
|
|
|
27-09-2006, 04:20 PM
|
#13 (permalink)
|
|
In Pursuit of "Happyness"
Join Date: May 2005
Location: New Delhi
Posts: 3,432
|
Re: Linux Newbie
Yeah, win32codecs dont work on 64 bit linux..
|
|
|
27-09-2006, 04:38 PM
|
#14 (permalink)
|
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Re: Linux Newbie
If you use 64-bit Ubuntu Win32 Codecs, Flash, Java can't be installed. Since they
are 32-bit applications!!.
The Windows Codecs package cannot be used directly by the AMD64 distribution. Some people solve this problem by installing the i386 Ubuntu distribution inside a chroot (for example, Linux Vserver or dchroot), and this works very well.
Last edited by JGuru; 27-09-2006 at 04:48 PM.
|
|
|
28-09-2006, 07:57 AM
|
#15 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
I had downloaded Opera from Opera's site and it says I can only use it on i386 platform
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
28-09-2006, 08:04 AM
|
#16 (permalink)
|
|
Beneath The Eyelids
Join Date: Aug 2006
Posts: 289
|
Re: Linux Newbie
try installing it through synaptic, still i doubt it will work on 64 bit.
its better if you shift to 32 bit ubuntu
|
|
|
28-09-2006, 11:10 PM
|
#17 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
Wich is the best mp3 player
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
28-09-2006, 11:11 PM
|
#18 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux Newbie
Depends on each one's choice. I'd say amaroK-xine or VLC.
__________________
http://www.bash.org/?258908
|
|
|
29-09-2006, 12:07 AM
|
#19 (permalink)
|
|
Wise Old Owl
Join Date: Jan 2005
Posts: 1,135
|
Re: Linux Newbie
+1 for AmaroK
__________________
A)bort, R)etry, I)nfluence with large hammer.
|
|
|
29-09-2006, 01:24 AM
|
#20 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
I had installed AmaroK now. But it doesn't plays Mp3 while movie player and Rythumbox Music Players are able to play Mp3
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
01-10-2006, 04:37 PM
|
#21 (permalink)
|
|
Wise Old Owl
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
|
Re: Linux Newbie
@Nishant, You can tryXMMS. It's very similar to WinAmp. To install it from
the Terminal WIndow , type:
$ sudo apt-get install xmms xmms-skins xmms-cdread
__________________
* Imagination is more important than knowledge.
-Albert Einstein
|
|
|
01-10-2006, 05:01 PM
|
#22 (permalink)
|
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
Re: Linux Newbie
Nishant you have gstreamer-plugins-ugly installed? Otherwise it won't play mp3's.
__________________
http://www.bash.org/?258908
|
|
|
01-10-2006, 05:05 PM
|
#23 (permalink)
|
|
Wise Old Owl
Join Date: Sep 2005
Location: Pune
Posts: 1,346
|
Re: Linux Newbie
Quote:
|
Originally Posted by tech_your_future
Nishant you have gstreamer-plugins-ugly installed? Otherwise it won't play mp3's.
|
Ya I had already installed it
__________________
AMD Athlon64 2800+|ASUS K8N-VM|2GB DDR400|Corsair VX450|Seagate ST3500320AS|Samsung SV0411N|LG 22xDVDRW|LG 700S|APC ES500|Altec Lancing AVS300|Logitech MX3200|Logitech QuickCam Connect|Philips SHM6105
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|