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.
|
|
|
08-22-2002, 09:48 PM
|
#1
|
Member
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108
Rep:
|
audio not working
I got my DVD-ROM installed and working, it reads data CDS and seems to work OK. Before I installed it the audio worked fine using my CD recorder to play audio CDs. Since I installed the DVD I can't play audio CDs, in either the DVD-ROM or the CDR/RW. The CDR/RW otherwise seems to work fine, it mounts and reads data disks and works well as a burner, using xcdroast. Seems like when I fix one thing it breaks something else. Any ideas?
Last edited by fstreed; 08-22-2002 at 09:54 PM.
|
|
|
08-23-2002, 12:32 AM
|
#2
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
A stupid question, is the audio cable that runs from DVD-ROM to the sound card attached securely?
|
|
|
08-23-2002, 12:33 AM
|
#3
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
also try
depmod -ae as root
|
|
|
08-23-2002, 08:29 AM
|
#4
|
Member
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108
Original Poster
Rep:
|
I have tried the audio cable with both drives, it doesn't work in either position. I am not sure of this but I don't think it even needs the audio cable to work. The drives should play audio digitally, through the IDE cables and the MOBO. When I boot up under Windows ME both drives play audio and it doesn't matter which drive, the DVD or the CDR/RW, the cable is attached to. The DVD player works beautifully under Win ME by the way, it plays DVD movies with no problems, excellent video and sound. And this is with an obsolete video card that was a cheapy when I bought it, an ATI Rage Pro 2000.
I will try "depmod-ae" as root and see what happens. Thanks for the input, it is appreciated. This forum is one heck of a great resource for a newbie like me. I have learned a lot just reading through the posts.
|
|
|
08-23-2002, 08:48 AM
|
#5
|
Member
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108
Original Poster
Rep:
|
The error I get when I try to play an audio CD ( using KsCD) is "No matching freedb found". I get this error message with the CDR/RW drive which used to work. With the new DVD-ROM I get an error message that says "no matching freedb entry found". How do I use "depmod -ae"? I tried entering it using the little command line terminal that pops up when I hit Alt+F2, and I also tried it using the Shell-Konsole.
|
|
|
08-23-2002, 09:07 AM
|
#6
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
You would enter it into a console or xterm.
And have you tried another program, maybe xmms or something that more people could possibly help you trouble shoot on?
Cool
|
|
|
08-23-2002, 09:44 AM
|
#7
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
depmod, the full path is /sbin/depmod should be ran as root in the console/terminal, so you'll need to become root with
/bin/su -
enter your root account password
and issue
/sbin/depmod -ae
|
|
|
08-23-2002, 09:55 AM
|
#8
|
Member
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108
Original Poster
Rep:
|
Hey MasterC and neo77777,
It fixed it. Everything basically works now and it is SWEET. SuSE 8.0 rocks!
Thanks to everyone for the help and the patience to deal with a complete ignoramous when it comes to software.
|
|
|
08-23-2002, 11:18 AM
|
#9
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
Would you like to shade some light on how you fixed it? It is for benefit of other members that might come accross the same issue.
|
|
|
08-23-2002, 07:21 PM
|
#10
|
Member
Registered: Mar 2002
Location: London
Distribution: Red Hat 9
Posts: 302
Rep:
|
it reads like he fixed it with /sbin/depmod -ae
is this the case?
|
|
|
08-24-2002, 12:32 AM
|
#11
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
And thanks for the honorable mention as I did nothing but clarify Boris' response, he is the man of hour! Hooray for Neo!
|
|
|
08-25-2002, 10:49 AM
|
#12
|
Member
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108
Original Poster
Rep:
|
I am not real sure exactly how I fixed it. The audio wouldn't work with either drive, including the one that used to work. I figured out that the error message mentioned above had nothing to do with it, it was merely referencing the fact that the CD I had in the tray at the time couldn't be found in the CDDB entries. I used /bin/su to log in as root, using the shell-konsole, then entered /sbin/depmod -ae, then tried to play an audio CD in the CDR/RW drive and it played. Can anyone explain what /sbin/depmod -ae does?
I have a few books on linux ordered and hopefully I will soon know a bit more about it and won't be so completely ignorant about it.
|
|
|
08-26-2002, 12:50 AM
|
#13
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
This one will be pure cut and paste:
man depmod
and I quote:
Quote:
-a, --all
Search for modules in all directories specified in
the (optional) configuration file /etc/modules.conf.
-e, --errsyms
Show all the unresolved symbols for each module.
|
Cool
|
|
|
10-13-2002, 04:04 PM
|
#14
|
Member
Registered: Oct 2002
Posts: 38
Rep:
|
same bug
i get the same msg, 'no matching freedb entry found.' and /sbin/depmod -ae did not fix it. in my case, no audio player can handle .cda's from a cd. though. i have played them successfully some time ago. i recently made up2date, though imo there wasn't anything audio related.
any ideas what to do, how to fix it?
tnx
redhat 7.3 user
|
|
|
10-13-2002, 04:10 PM
|
#15
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
If it's a real audio CD, and not a cooked up version that you burned, then it means that freedb can't find an entry for it for whatever reason.
Sometimes it's because you aren't hooked up to the net, other's it's not enabled, and a few other possible variables. BUT it shouldn't stop the player from playing the CD, it just won't have names instead of track numbers.
And you don't play the .cda file, because you shouldn't be mounting an audio cd, they just play from the device, no mounting involved.
Cool
|
|
|
All times are GMT -5. The time now is 08:29 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
|
|