LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-15-2004, 03:03 AM   #1
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Rep: Reputation: 15
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 :-).



Last edited by MikeFoo1; 06-15-2004 at 03:09 AM.
 
Old 06-15-2004, 03:07 AM   #2
priller
Member
 
Registered: Jan 2004
Distribution: Debian etch
Posts: 202

Rep: Reputation: 30
I've only got /dev/cdrom in my fstab and k3b works.
 
Old 06-15-2004, 03:10 AM   #3
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
The first /dev/cdrom is not a cdwriter .
 
Old 06-15-2004, 03:22 AM   #4
indeterminate
Member
 
Registered: Oct 2003
Location: Virginia, US
Distribution: Debian, Ubuntu, Knoppix.
Posts: 76

Rep: Reputation: 17
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.
 
Old 06-15-2004, 04:22 PM   #5
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
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 .

Last edited by MikeFoo1; 06-15-2004 at 04:55 PM.
 
Old 06-15-2004, 05:57 PM   #6
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
there's a manual on the website

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

good luck.
 
Old 06-16-2004, 10:06 PM   #7
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
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.
 
Old 06-17-2004, 12:50 AM   #8
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
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: hdaMA, hdbio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdcMA, hddMA
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 ?

Last edited by MikeFoo1; 06-17-2004 at 01:05 AM.
 
Old 06-17-2004, 01:44 AM   #9
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
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 ..
 
Old 06-17-2004, 02:31 AM   #10
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
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....
 
Old 06-17-2004, 03:51 AM   #11
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
How do i do it ?
 
Old 06-17-2004, 06:39 AM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
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.
 
Old 06-17-2004, 04:38 PM   #13
MikeFoo1
Member
 
Registered: Apr 2004
Distribution: Slackware 9.1
Posts: 72

Original Poster
Rep: Reputation: 15
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!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem buring dvd using k3b linuxmandrake Linux - Software 0 06-26-2005 02:36 PM
How to reinstall slackware without buring CD's Starch Slackware 5 04-23-2005 05:58 PM
k3b cd buring software xviddivxoggmp3 Red Hat 8 07-17-2004 02:47 AM
Please! need help with cd buring ibe22 Red Hat 6 10-09-2003 12:11 PM
CD Buring Issue: ( RH 9 ) ghaurisankar Linux - General 2 09-19-2003 04:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration