LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   CD buring k3b Slackware 9.0 ??? (https://www.linuxquestions.org/questions/linux-general-1/cd-buring-k3b-slackware-9-0-a-193677/)

MikeFoo1 06-15-2004 03:03 AM

CD buring k3b Slackware 9.0 ???
 
Please i need your help setting up my CD burner.

I did not pass the parameter (while installing the system) so there is no cd device in the fstab.

Quote:

/dev/hda3 swap swap defaults 0 0
/dev/hda6 / ext3 defaults 1 1
/dev/hda5 /windows vfat defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,users,ro 0 0 <-- my first cdrom
/dev/fd0 /mnt/floppy auto noauto,users 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
How can i overcome this problem ?


2)After installing thek3b-0.9-i686-1.tgz version i get the following error :

Quote:

k3b: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory

Help would be appreciated :-).



priller 06-15-2004 03:07 AM

I've only got /dev/cdrom in my fstab and k3b works.

MikeFoo1 06-15-2004 03:10 AM

The first /dev/cdrom is not a cdwriter .

indeterminate 06-15-2004 03:22 AM

Check out your /dev directory. If your cd burner has a driver installed, it should show up there as /dev/cdburner, maybe, or /dev/scd0, or /dev/hdb, /dev/hdc, /dev/hdd, etc.

Whichever one it turns out to be, add a line to your fstab like this:

/dev/cdburner /mnt/cdburner iso9660 noauto,users,ro 0 0

You'll want to create the directory /mnt/cdburner so it has somewhere to put it, and replace /dev/cdburner with the name you found earlier for the cd burner. Then "mount -a", and see if it works.

MikeFoo1 06-15-2004 04:22 PM

Hey thank you for your help :-).
Now, i have installed the xcdroaster (k3b would'nt install) .How can i write some data onto a CD (so that i can use Nero to burn the same cd in windows)?

A step by step example would be very appreciated .

Peacedog 06-15-2004 05:57 PM

there's a manual on the website

http://www.xcdroast.org/manual/

good luck.

MikeFoo1 06-16-2004 10:06 PM

Hi, thank you for the link.
I have a small problem i have followed :

Quote:

Note about configuring SCSI-emulation in Linux:

The trick are these two lines (Examples for two drives which are connected as master and slave on the secondary IDE controller):

Line for /etc/modules.conf

options ide-cd ignore='hdc hdd'

(This tells the IDE-driver to ignore the two devices you want to use within X-CD-Roast)

-

Line for /etc/lilo.conf (add anywhere before any "image=" lines)

append="hdc=ide-scsi hdd=ide-scsi" (Kernel 2.2.x and most 2.4.x)

or

append="hdc=scsi hdd=scsi" (Kernel 2.4.x only, if the above line does not work)

(And this tells the kernel to install scsi-emulation for two drives)
but still get you need to use scsi-emulation for my cdwriter .

Can someone post their set ups here .

Thank you.

MikeFoo1 06-17-2004 12:50 AM

I have the followint thing :
Quote:

root@darkstar:/home/foo# dmesg | grep scsi
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
and

Quote:

ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
ide-floppy driver 0.99.newide
ide-floppy driver 0.99.newide
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,6), internal journal
Any clues ?

MikeFoo1 06-17-2004 01:44 AM

Quote:

Originally posted by MikeFoo1
Hi, thank you for the link.
I have a small problem i have followed :



but still get you need to use scsi-emulation for my cdwriter .

Can someone post their set ups here .

Thank you.

Maybe i need to remount them as scd0 and scd1 ?

Help ..

mrcheeks 06-17-2004 02:31 AM

if your cd writer is using scsi and is not saw compile a custom kernel with scsi emulation and append driveXXX=ide-scsi where driveXXX could be /dev/hdc /dev/sdb etc....

MikeFoo1 06-17-2004 03:51 AM

How do i do it ?

Peacedog 06-17-2004 06:39 AM

my lilo entry

# Start LILO global section
append="hdc=ide-scsi"

my /etc/rc.d/rc.modules entry

# *** THIS IS STILL LOADED BY DEFAULT ***
# SCSI emulation support. This will provide SCSI host adapter emulation
# for IDE ATAPI devices, and will allow you to use a SCSI device driver
# instead of a native ATAPI driver. This is useful if you have an ATAPI
# device for which no native driver has been written (for example, an ATAPI
# PD-CD or CD-RW drive); you can then use this emulation together with an
# appropriate SCSI device driver. Note that this option does NOT allow you
# to attach SCSI devices to a box that doesn't have a SCSI host adapter
# installed. Also, you'll need to exclude your CD-RW from being grabbed by
# the normal ATAPI driver by passing a flag to the kernel at boot time.
# If you're using LILO, add this: append="hdc=ide-scsi"
# Replace "hdc" with the appropriate device name.
/sbin/modprobe ide-scsi

my output from lsmod

snd-pcm-oss 37252 0
snd-mixer-oss 11992 0 [snd-pcm-oss]
i810_rng 2656 0 (unused)
uhci 24496 0 (unused)
usbcore 58400 1 [uhci]
snd-intel8x0 17156 0
snd-pcm 55904 0 [snd-pcm-oss snd-intel8x0]
snd-timer 13252 0 [snd-pcm]
snd-ac97-codec 37240 0 [snd-intel8x0]
snd-page-alloc 6004 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3136 0 [snd-intel8x0]
snd-rawmidi 12512 0 [snd-mpu401-uart]
snd-seq-device 3920 0 [snd-rawmidi]
snd 27460 0 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3332 3 [snd]
tulip 40928 1
crc32 2880 0 [tulip]
ide-scsi 9424 0
agpgart 39576 4
apm 9640 2

if none of this helps, have a look here

http://www.ibiblio.org/pub/Linux/doc...ing-HOWTO.html

good luck.

MikeFoo1 06-17-2004 04:38 PM

Thank you a lot :-) . I have removed ide-cd in my modules.conf and changed fstab (scd0 and scd1) and XRoast works very fast now.

Thank you guys!


All times are GMT -5. The time now is 06:39 PM.