LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 08-22-2002, 09:48 PM   #1
fstreed
Member
 
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108

Rep: Reputation: 15
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.
 
Old 08-23-2002, 12:32 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
A stupid question, is the audio cable that runs from DVD-ROM to the sound card attached securely?
 
Old 08-23-2002, 12:33 AM   #3
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
also try
depmod -ae as root
 
Old 08-23-2002, 08:29 AM   #4
fstreed
Member
 
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108

Original Poster
Rep: Reputation: 15
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.
 
Old 08-23-2002, 08:48 AM   #5
fstreed
Member
 
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108

Original Poster
Rep: Reputation: 15
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.
 
Old 08-23-2002, 09:07 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 08-23-2002, 09:44 AM   #7
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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
 
Old 08-23-2002, 09:55 AM   #8
fstreed
Member
 
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108

Original Poster
Rep: Reputation: 15
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.
 
Old 08-23-2002, 11:18 AM   #9
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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.
 
Old 08-23-2002, 07:21 PM   #10
Calum
Member
 
Registered: Mar 2002
Location: London
Distribution: Red Hat 9
Posts: 302

Rep: Reputation: 30
it reads like he fixed it with /sbin/depmod -ae

is this the case?
 
Old 08-24-2002, 12:32 AM   #11
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
And thanks for the honorable mention as I did nothing but clarify Boris' response, he is the man of hour! Hooray for Neo!
 
Old 08-25-2002, 10:49 AM   #12
fstreed
Member
 
Registered: Aug 2002
Location: Oregon
Distribution: SuSE 11.3
Posts: 108

Original Poster
Rep: Reputation: 15
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.
 
Old 08-26-2002, 12:50 AM   #13
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 10-13-2002, 04:04 PM   #14
kilgor
Member
 
Registered: Oct 2002
Posts: 38

Rep: Reputation: 15
Question 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
 
Old 10-13-2002, 04:10 PM   #15
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Audio in Ubuntu not working ummyeah Linux - Newbie 4 06-23-2005 07:05 PM
Audio not working :x Unp Linux - Newbie 11 02-13-2005 06:23 PM
Audio not fully working allelopath Linux - Software 3 11-10-2004 06:46 AM
Audio stopped working BBB Linux - Hardware 1 08-05-2004 04:50 PM
Nvidia audio not working. e1000 Linux - Hardware 5 03-14-2004 05:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration