Bug 133834 - No sound if CD-ROM drive has no audio cable
Summary: No sound if CD-ROM drive has no audio cable
Status: RESOLVED FIXED
Alias: None
Product: kscd
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: FreeBSD Ports FreeBSD
: NOR normal
Target Milestone: ---
Assignee: Aaron J. Seigo
URL:
Keywords:
: 148017 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-10 02:03 UTC by Charles A. Landemaine
Modified: 2022-12-14 09:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
My configuration part has the button.. (22.25 KB, image/png)
2006-09-12 02:24 UTC, Youngjoon Kim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Charles A. Landemaine 2006-09-10 02:03:36 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    FreeBSD Ports
OS:                FreeBSD

I have a dual-boot:

 - Windows XP
 - PC-BSD

My DVD drive has no physical audio cable connected to the mother board, still, audio CDs work in Windows Media Player, VLC, Real One Player. On PC-BSD, audio CDs work fine in Kaffeine but not in KsCD. KsCD shouldn't require that the computer has an audio cable connecting the CD-ROM drive to the mobo. There's gotta be a way if all other media players work just fine.
Comment 1 Youngjoon Kim 2006-09-11 08:02:56 UTC
Did you check the option "Use direct digital playback" ?

You can find the option through  "Extras" -> "Configure KsCD".
Comment 2 Charles A. Landemaine 2006-09-11 14:32:04 UTC
Thank you Youngjoon, I'm not sure I have this option. Please have a look at it:
http://img221.imageshack.us/img221/6969/kscdov1.png

Other than that, I think it's incredible that this option isn't enabled by default. I can't imagine a second commercial software such as Windows Media Player requiring that the end user goes to the configurations to enable DAE.
Comment 3 Youngjoon Kim 2006-09-12 02:24:38 UTC
Created attachment 17731 [details]
My configuration part has the button..

I'm using Linux, and my configuration part shows the button.
I wonder why there isn't the button in yours. 
I think that it may be a problem of porting KDE into FreeBSD, so how about
asking to FreeBSD community?
Comment 4 Charles A. Landemaine 2006-09-12 03:00:20 UTC
Thank you Youngjoon, I'll get in touch with the kde-freebsd mailing list. In the meantime, could you make sure this option is checked by default please? (The user shouldn't need an audio cable to play audio CDs).
Comment 5 Youngjoon Kim 2006-09-12 03:30:46 UTC
The option isn't checked default. I agree with your opinion that the option should be checked default.

I hope kscd developer would fix it, if he see this report.
Comment 6 Charles A. Landemaine 2006-09-12 03:33:44 UTC
LOL sorry, I thought you were a KsCD developer :P
Comment 7 Michael Nottebrock 2006-09-12 13:41:36 UTC
Digital playback isn't supported by KsCD (or rather libwm, which KsCD is a frontend for) on FreeBSD.
Comment 8 Pino Toscano 2007-07-19 13:34:24 UTC
*** Bug 148017 has been marked as a duplicate of this bug. ***
Comment 9 Andriy Gapon 2007-09-04 18:04:15 UTC
libwm of kscd (1.6) in kde 3.5.7 still doesn't have support for digital playback on FreeBSD. It's a big pity because this is as easy as simply reading from CD device (no ioctls or other magic required) starting FreeBSD 5.1.
E.g. from old xmms code:
/* Digital extraction with ATAng */
int read_audio_data(int fd, int pos, int num, void *buf)
{      
        int bsize = 2352;

        if (ioctl(fd, CDRIOCSETBLOCKSIZE, &bsize) == -1)
                return -errno;
        if (pread(fd, buf, num*bsize, (pos - 150)*bsize) != num*bsize)
                return 0;
        return num;
}
Comment 10 Andriy Gapon 2010-12-20 20:31:07 UTC
In KDE 4 kscd doesn't do audio playback from cd(4) devices with Xine backend because libxine / xine-lib doesn't support that.
E.g. please see:
http://old.nabble.com/use-libcdio-for-cdda--td30374818.html
Comment 11 Andrew Crouthamel 2018-11-05 03:15:38 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 12 Andrew Crouthamel 2018-11-17 04:52:47 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 13 Justin Zobel 2022-12-14 03:09:25 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 14 Andriy Gapon 2022-12-14 05:36:12 UTC
I no longer have that kind of *hardware* around.
It's been 15 years after all.