Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 27-09-2006, 03:38 AM   #1 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 27-09-2006, 04:31 AM   #2 (permalink)
Beneath The Eyelids
 
The Outsider's Avatar
 
Join Date: Aug 2006
Posts: 289
Default 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.
The Outsider is offline  
Old 27-09-2006, 06:33 AM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux Newbie

As far as I can see, it's given very extensively here https://help.ubuntu.com/community/RestrictedFormats which , the link is mentioned in this sticky One stop reference for enabling multimedia in Linux. Now, what's the reason of maintaining sticky anymore if you aren't even going to read it?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 27-09-2006, 07:24 AM   #4 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default Re: Linux Newbie

Quote:
Originally Posted by tech_your_future
As far as I can see, it's given very extensively here https://help.ubuntu.com/community/RestrictedFormats which , the link is mentioned in this sticky One stop reference for enabling multimedia in Linux. Now, what's the reason of maintaining sticky anymore if you aren't even going to read it?
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
nishant_nms is offline  
Old 27-09-2006, 09:03 AM   #5 (permalink)
Wise Old Owl
 
dIgItaL_BrAt's Avatar
 
Join Date: Jan 2005
Posts: 1,135
Default Re: Linux Newbie

Just use EasyUbuntu,it can't get easier than that.
__________________
A)bort, R)etry, I)nfluence with large hammer.
dIgItaL_BrAt is offline  
Old 27-09-2006, 10:48 AM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 27-09-2006, 01:01 PM   #7 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Old 27-09-2006, 01:05 PM   #8 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 27-09-2006, 01:08 PM   #9 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Old 27-09-2006, 01:12 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default 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
mehulved is offline  
Old 27-09-2006, 01:26 PM   #11 (permalink)
HELP AND SUPPORT
 
rakeshishere's Avatar
 
Join Date: Jun 2006
Posts: 1,603
Default Re: Linux Newbie

Same stuff discussd in here

Total Linux n00b, wants to shift to linux, HELP!!!
rakeshishere is offline  
Old 27-09-2006, 03:09 PM   #12 (permalink)
Beneath The Eyelids
 
The Outsider's Avatar
 
Join Date: Aug 2006
Posts: 289
Default 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
The Outsider is offline  
Old 27-09-2006, 04:20 PM   #13 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Linux Newbie

Yeah, win32codecs dont work on 64 bit linux..
kalpik is offline  
Old 27-09-2006, 04:38 PM   #14 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default 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.
JGuru is offline  
Old 28-09-2006, 07:57 AM   #15 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Old 28-09-2006, 08:04 AM   #16 (permalink)
Beneath The Eyelids
 
The Outsider's Avatar
 
Join Date: Aug 2006
Posts: 289
Default 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
The Outsider is offline  
Old 28-09-2006, 11:10 PM   #17 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Old 28-09-2006, 11:11 PM   #18 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux Newbie

Depends on each one's choice. I'd say amaroK-xine or VLC.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 29-09-2006, 12:07 AM   #19 (permalink)
Wise Old Owl
 
dIgItaL_BrAt's Avatar
 
Join Date: Jan 2005
Posts: 1,135
Default Re: Linux Newbie

+1 for AmaroK
__________________
A)bort, R)etry, I)nfluence with large hammer.
dIgItaL_BrAt is offline  
Old 29-09-2006, 01:24 AM   #20 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Old 01-10-2006, 04:37 PM   #21 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default 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
JGuru is offline  
Old 01-10-2006, 05:01 PM   #22 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux Newbie

Nishant you have gstreamer-plugins-ugly installed? Otherwise it won't play mp3's.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 01-10-2006, 05:05 PM   #23 (permalink)
Wise Old Owl
 
nishant_nms's Avatar
 
Join Date: Sep 2005
Location: Pune
Posts: 1,346
Default 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
nishant_nms is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:18 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2