LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   K3b (https://www.linuxquestions.org/questions/slackware-14/k3b-100971/)

Harp00 10-06-2003 05:45 PM

K3b
 
I installed K3b. I am using Slackware 9.0.
I would like to burn audio CDs, but it says i have no enabled SCSI emulator. This is my cdrecord --scanbus:


Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
cdrecord: Warning: using inofficial libscg transport code version (schily - Red
Hat-scsi-linux-sg.c-1.75-RH '@(#)scsi-linux-sg.c 1.75 02/10/21 Copyright
1997 J. Schilling').
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-48125S ' '1S05' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

What have i to do?

ehdwuld 10-06-2003 06:05 PM

http://rpm.pbone.net/index.php3?stat...11.9.1.src.rpm

this is what you need

ehdwuld 10-06-2003 06:16 PM

no wait wrong distribution

http://rpm.pbone.net/index.php3/stat....i386.rpm.html

this one is right

Harp00 10-06-2003 06:21 PM

Hi ehdwuld, thank you for your help, but i need to fix the problem using Slackware, because in Red Hat i have only Gnome.

ehdwuld 10-06-2003 06:30 PM

doh!!!!


sorry

Harp00 10-06-2003 06:56 PM

Do you use only K3b? Have you any program to suggest?
Do you know how to burn CDs in console mode?
I think i can use cdparanoia -wB, and then cdrecord.
Do you know if it is possible to burn many tracks without listing every song? Sorry for my bad english. I try to explain better.
If i have track1.wav track2.wav ...... trackN.wav, does exists a way to record every tracks without writing cdrecord speed=24 dev=0,0,0 -audio track1.wav track2.wav .......... trackN.wav?

ehdwuld 10-06-2003 07:02 PM

of course console mode

this guy explains it much better than me


Quote:

Dudes, go with the CLI. Specifically:

1. Copy whatever data you want to put on the CD into a directory, which we'll
call: /home/user/whatever
2. Make your image file, which we'll call "my_image.img" by running this
command:mkisofs -r -o my_image.img /home/user/whatever

3. Burn it to CD by running this command:
cdrecord -v speed=8 dev=0,0,0 -data my_image.img

Of course, set the speed to whatever value you're comfortable with. My CD-RW can
supposedly handle 24X, but it pukes above about 12, so I go with 8X to avoid
coasters. Seriously, try the CLI and you'll never go back to Nero or xcdroast.
They're nice GUI's but all they're doing is putting a fancy front end on the
command line. -- J.W.

cdrecord dev=0,0,0 -data -dao -pad -eject -v /home/craigh/burn/testcd.iso and
press enter (again change the '/home/craigh/' bit.

ehdwuld 10-06-2003 07:05 PM

actually I only start using k3b last weekend
up till then it was XCDroast
and the gnome toaster
and the neat little burn:/// in nautilus

oh yea and the command line a coupla times till I finished reading the manual one the one I wanted to use

Harp00 10-06-2003 07:23 PM

Thank you very much Ehdwuld. You are very kind.
Hope to help you sometime in the future.
Greetings from Italy.
Franco.

ehdwuld 10-06-2003 07:23 PM

greetings from 'Bama

misc 10-11-2003 04:00 PM

Quote:

because in Red Hat i have only Gnome.
No one stops you from running redhat-config-packages and installing KDE from your CDs.

Phathead 10-11-2003 04:20 PM

This is kind of obvious, but do you have have SCSI emulation turned on in your lilo.conf?

Code:

append="hdc=ide-scsi hdd=ide-scsi"
Replace hdc and hdd with your cd writer and reader. Make sure you run lilo if you edit your lilo.conf.

Harp00 10-13-2003 03:39 PM

I already installed Kde, but i don't know how to run it.
The other problem is i am using grub, and all the helps i received talk about LILO.


All times are GMT -5. The time now is 03:04 AM.