VOGONS


CD-Audio under Kubuntu.

Topic actions

First post, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Hi,

is it possible to play CD-Audio-Tracks within a DOSBOX running on Kubuntu ?

I dont now, how to mount the cdrom in DOSBOX correctly, trying

mount d /cdrom -t cdrom -usecd -ioctl
mount d /dev/cdrom -t cdrom -usecd -ioctl
mount d /dev/hdc -t cdrom -usecd -ioctl

but it didn't work.

I can play Audio-cd via VLC, for example, but not via a DOS based CD-Player within DOSBOX.

The reason for this is, that i want to play DSA1 (Realms of Arkania 1), whitch uses CD-Audio-Tracks for the Ingame-Music.

Sorry for my bad English

Mfg

Last edited by KHJD on 2006-10-09, 09:58. Edited 1 time in total.

Reply 1 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

well -usecd needs a number
(find it with mount -cd)
audiotracks should work that way.

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Thanks, now the drive runs and its LED is on, but I can't hear the music (SFX/Speech is okay, tested with DSA1+2 / Realms of Arkania1+2).
I tried to play the Audio-Tracks with Kaffein, Xine and VLC ---> Okay
With KsCD --> It plays the CD, but no Sound....

Is there a special Sounddriver (or something like that) needed ?

Last edited by KHJD on 2006-10-09, 09:57. Edited 1 time in total.

Reply 3 of 20, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

I think you mean Das Schwarze Auge: Realms of Arkania not Arcadia.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 4 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Yes, sorry... Its been a while since I have seen the English Version - Title (It was in a Error-Message, I think)

Reply 5 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

It seems that the Digital Audio Extraction for the Audio-CD-Playback isn't working in Dosbox and Analog-Playback isn't possible (PC is a Notebook, with no Analog-Audio connection between Soundcard and Drive).

Reply 6 of 20, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

By the way...

I had just finished Realms of Arkania 3: Shadows over Riva (yesterday). CD Audio worked just fine for me but keep in mind that I am running it under WinXP.

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 7 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

WinXP is using the digital "Way" by default!

Reply 8 of 20, by eL_PuSHeR

User metadata
Rank l33t++
Rank
l33t++

Do you mean that Kubuntu uses analogic output?

Intel i7 5960X
Gigabye GA-X99-Gaming 5
8 GB DDR4 (2100)
8 GB GeForce GTX 1070 G1 Gaming (Gigabyte)

Reply 9 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

I think so...

Some Audio Players can use the digital audio extraction (in Xmms you must change it in the Options-Menu), but I don't know if and how to enable this system-wide.

Reply 10 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Is it possible to tell DOSBox (or ALSA) to use "Digital Audio Extraction" and not Analog CD-Audio ???

Reply 11 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

sdl seems to "forward" everything to ioctl commands
and those play audio like a audio should be played (so analog).

Water flows down the stream
How to ask questions the smart way!

Reply 12 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

So its impossible (at this time) for me to get use of the CD-Audio-Music, cause I'm using a Notebook with an internal(and a second, external) DVD+/-RW Drive... 😢

Reply 14 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Which tool should I use for doing this ? I only found tools for creating ISO-Images (which IMO don't include Audio-Tracks) !

Reply 15 of 20, by Snover

User metadata
Rank l33t++
Rank
l33t++

dd if=/dev/cdrom of=file.iso bs=32767 should create a full image of the disk.

Yes, it’s my fault.

Reply 16 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Nope, dd if=/dev/cdrom of=file.iso bs=32767 (or dd if=/dev/scd0 of=file.iso bs=32767) didn't work... Its just a 7 MB Image without Audio-Tracks...

I get this error-messages:
223+1 records in
223+0 records out
Segmentation fault

I think I have read somewhere (some times ago) that you can't do a dd on Disks containing Audio-Tracks.

Reply 17 of 20, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

cdrecord can burn them. Maybe it can make them as well.

Water flows down the stream
How to ask questions the smart way!

Reply 18 of 20, by Snover

User metadata
Rank l33t++
Rank
l33t++

I'm a little concerned that dd is segfaulting. It should not do that.

Yes, it’s my fault.

Reply 19 of 20, by KHJD

User metadata
Rank Newbie
Rank
Newbie

Well, I have 2 different releases of the game, the normal release and a Collection release.
I have tried dd with both releases --> Same result. I also tried to clean the CDs (using TFT-Cleaner Gel and Microfiber cloth)...

So its impossible to configure SDL or ALSA (or where the problem lies) to use DAE ?