Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-03-2007, 09:14 AM
|
#16
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
Since the modprobe was successful try a mixer and see if you have sound. If not check permissions on /dev/dsp or see if you have sound as su or root user.
What version of Redhat and what kernel version are you running?
Good luck. ;-)
|
|
|
10-03-2007, 09:27 AM
|
#17
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Hi Peacedog,
You're absolutely GREAT!!
This is a miracle.
When I executed cat <MP3 file> > /dev/audio I can here some sound.....
Volume Control is also working......
Thank you very much...
Now I'll trouble you to find a media player
Ranjeeva
|
|
|
10-03-2007, 09:44 AM
|
#18
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Hi Peacedog,
Now my volume control is working and as I told you I could here a random sound when I cat [mp3 file] > /dev/audio.
However I cannot listen to music from none of the media players available.
When I played a CD the time goes on but cannot here the song. When I mute from the volume control the hhhhhssss sound of the speaker goes off and when I unmute it comes back.
Please help me to listen to a song.
Thanks & Regards,
Ranjeeva
|
|
|
10-03-2007, 09:48 AM
|
#19
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Quote:
Originally Posted by Peacedog
Since the modprobe was successful try a mixer and see if you have sound. If not check permissions on /dev/dsp or see if you have sound as su or root user.
What version of Redhat and what kernel version are you running?
Good luck. ;-)
|
Hi Peacedog,
I'm running Redhat Linux 9. Kernel 2.4.
Please help me to listen to a song.
Thanks & Regards,
Ranjeeva
|
|
|
10-03-2007, 09:53 AM
|
#20
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Quote:
Originally Posted by Peacedog
Since the modprobe was successful try a mixer and see if you have sound. If not check permissions on /dev/dsp or see if you have sound as su or root user.
What version of Redhat and what kernel version are you running?
Good luck. ;-)
|
Permission for /dev/dsp is crwxrwxrwx. It's ownerd by root:audio
Thanks,
Ranjeeva
|
|
|
10-03-2007, 10:05 AM
|
#21
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Hi Peacedog,
Sorry for sending too many messages.
When I tried system sounds (click sound etc) I can hear them in very low volume.
I increased all in the volume cnotrol.
But still cannot listen to music.
Please help.
Thanks,
Ranjeeva
|
|
|
10-03-2007, 10:10 AM
|
#22
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
Quote:
When I played a CD the time goes on but cannot here the song. When I mute from the volume control the hhhhhssss sound of the speaker goes off and when I unmute it comes back.
|
Is this as root or user? If root, you may need a cable from your cdrom to your sound card, if user you need to add your user to the audio group, and you still may need a cable from your cdrom to your sound card. Check to see if you have xmms installed, if so it should have an option to use "digital audio extraction" which means you should be able to listen to a cd from the drive with no cable.
Once you get that sorted, you'll need to edit /etc/modules.conf or /etc/modprobe.conf to add the sound card, so that the proper modules will load again upon reboot.
Good luck. ;-)
|
|
|
10-03-2007, 11:22 AM
|
#23
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Quote:
Originally Posted by Peacedog
Is this as root or user? If root, you may need a cable from your cdrom to your sound card, if user you need to add your user to the audio group, and you still may need a cable from your cdrom to your sound card. Check to see if you have xmms installed, if so it should have an option to use "digital audio extraction" which means you should be able to listen to a cd from the drive with no cable.
Once you get that sorted, you'll need to edit /etc/modules.conf or /etc/modprobe.conf to add the sound card, so that the proper modules will load again upon reboot.
Good luck. ;-)
|
Hello Sir,
I plugged the cable and now I can listen to CD music.
I had to modprobe in the command line and please tell me the command to add in /etc/modules.conf. Can I add the command to the bash_profile ?
How can I listen to MP3 music and do I have to install something to watch video?
Thanks so much,
Ranjeeva
|
|
|
10-03-2007, 11:56 AM
|
#24
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
For modules.conf you can try.
Code:
alias sound-slot-0 opl3
There may already be an entry, check that first. It's been a long time since I had to actually write line in /etc/modules.conf, so that may or may not work. You may need to add something else.
For mp3's you'll have to install the pluggin for your player. For video you'll want to install mplayer, xine, or any host of others.
Good luck. ;-)
|
|
|
10-04-2007, 01:02 PM
|
#25
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Quote:
Originally Posted by Peacedog
For modules.conf you can try.
Code:
alias sound-slot-0 opl3
There may already be an entry, check that first. It's been a long time since I had to actually write line in /etc/modules.conf, so that may or may not work. You may need to add something else.
For mp3's you'll have to install the pluggin for your player. For video you'll want to install mplayer, xine, or any host of others.
Good luck. ;-)
|
Hi Peacedog,
Can listen to MP3 now. Thank you!!
I installed MPlayer to watch a video. But it complains that
###########################
It seems there is no Xvideo support for your video card available.
Run 'xvinfo' to verify its Xv support and read DOCS/en/video.html#xv!
See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11
Error opening/initializing the selected video_out (-vo) device.
###########################
when I run this command
gmplayer <file_name.mpg>
Please help.
Ranjeeva
|
|
|
10-04-2007, 01:45 PM
|
#26
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
You'll need the mplayer codecs if you haven't already installed them, also did you try what was suggested? Try this and see if it works.
Code:
gmplayer -vo x11 <file_name.mpg>
Good luck. ;-)
|
|
|
10-04-2007, 11:53 PM
|
#27
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Quote:
Originally Posted by Peacedog
You'll need the mplayer codecs if you haven't already installed them, also did you try what was suggested? Try this and see if it works.
Code:
gmplayer -vo x11 <file_name.mpg>
Good luck. ;-)
|
Hi Sir,
I didn't installed codecs. and When I tried the command gmplayer -vo x11 following error occured.
############################
FATAL: Cannot initialize video driver
FATAL: Could not initialize video filters (-vf) or video output (-vo)
############################
How can I proceed  ?
Many Thanks,
Ranjeeva
|
|
|
10-05-2007, 07:32 AM
|
#28
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Hi Sir,
After installing codecs for the MPlayer I manage to play vidoes. I copied codecs to /usr/local/lib/win32.
Thank you very much for all your help.
Please tell me how to create a short cut in the Linux main menu under "Sound and Video" category? I managed to create one on the desktop with the Launcher.
Ranjeeva
|
|
|
10-05-2007, 07:47 AM
|
#29
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
Start > System settings > Menu updater, or Start > Control Center, one of those should get you there. Glad you've got everything working.
Good luck. ;-)
|
|
|
10-06-2007, 10:20 AM
|
#30
|
LQ Newbie
Registered: Oct 2007
Posts: 20
Original Poster
Rep:
|
Boss,
Now I'm trying to install yahoo messenger.
I saw in this site that I can login to yahoo from GAIM.
I tried it and failed.
Then saw in the site that I have to install GAIM latest version.
And I got to know that GAIM is now coming as Pidgin.
Therefore now I'm trying to install Pidgin.
Please advice me:
1. Should I install Pidigin?
2. Is there a latest vesion of Gaim?
3. Should I install Yahoo Messenger latest version?
Thanks,
Ranjeeva
|
|
|
All times are GMT -5. The time now is 07:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|