Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
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.
I have a CD-RW drive and a DVD drive in my machine, both of which are connected to my Soundblaster Live! 1024 Platinum Card. Whenever I put an audio CD into either drive, and use any CD software, the software thinks that the CD is playing ie the song timers, etc all work, yet I have no sound. When I play MP3s from the HD, I have sound though.
I have my DVD drive plugged into to the digital plug on the card, and my CD drive into the CD plug on the card. Under windows, my audio is fine, so I think that the connections are correct, and that there is something wrong in the drivers?? But I couldn't tell you anymore, because I don't know anymore!
I am using the emu10k1 drivers, but have also tried other drivers all with no success. I'm thinking hat there is a setting for the drive incorectly set somewhere?
this is not a driver problem, at least not an audio driver problem. (unless the mixer is muted.. but you checked that right? (it can be on max volume and still be on mute, specially with alsa)) but when you play a cd the cd-drive plays it and outputs the audio to th soundcard already decoded/whatever, that is why some drives have headphone ports. the audio is just eather not comming out of the cd-rom drive, or the soundcard is not passing it through, but drivers do nto always matter, you can play audio while in cmos in many soundcards.
2 things to try:
1) when playing cd's use the headphone jack on the front of the drive if you have one, that will tell you if sound is comming from the drive.
2) try playing a cd without your sound drivers loaded, this will tell you if the driver is muting it/ not supporting it (disabling passthrough and volume
3) if the drive plays it and the soundcard is the problem, and no driver changes fix it: attach a stereo audio cable from the headphone jack into the aux-in on the back of the soundcard (the stereo port not the internal one)
well, you can disable them n the kernel if you compiled it, you can remove emu10k1 module form the modules.conf, or there are a number of other things. redhat it might be hard without compiling because it autodetects. I forgot which you are running because of a combination of having 300 threads to respond to (not quite that many but a lot) as well as having spent the last 18 hours reformatiing and trying to fix a problem that was a combination of the nvidia patch for 2.6.0 and a bios revisionthat f_cked everything up and I am tired.. sorry.
If you have SCSI emulation on the CD/DVD readers. Run cdrecord -scanbus. Note down the SCSI bus for each drive. Next use either cdda2wav or cdparanioa. Both programs are console programs that digital rip using the IDE cable instead of using the audio and digital audio cable.
What do you have listed in your /etc/modules.conf file?
What does /sbin/lsmod show?
BTW, in LINUX, software that controls the hardware are called modules not drivers.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.