LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to Enable ide-scsi emulation in the kernel? (https://www.linuxquestions.org/questions/linux-software-2/how-to-enable-ide-scsi-emulation-in-the-kernel-21590/)

shassouneh 05-23-2002 04:53 AM

Ok folks. I have just edited the lilo.conf file, re-run lilo and rebooted. Now I ran cdrecord -scanbus and it returned:
suseorbust:~ # cdrecord -scanbus
Cdrecord 1.11a05 (i686-suse-linux) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.20
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'PLEXTOR ' 'CD-R PX-W8432T' '1.09' 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) *
suseorbust:~ #


So far so good, right? NO.
a.) Burning an Audio CD. Every Time I attempt to burn an Audio CD (from WAV files) it dies on me with an unfreindly dialog box as such:

Error
Audio CD:
An error is occured!
Exit Status: 255
[OK]

b.) Burning a data CD: The only way to get KOnCD to burn a data CD is to actually tell it NOT to use an image file, and burn on the fly. After doing that, it SEEMS to burn to the disc, but never closes it since I cannot mount the disc. (No medium found). Here is the log when it was burning a simple 190MB data CD:

shassouneh 05-23-2002 04:57 AM

NOTE: KONCD Does generate log files. I cannot post them here as they are too long and on't fit. I am using Memorex 700MB (80 Min) CD-Rs. The ONLY kind (apart form TDK_ I know for a fact works fine with this burner.
IMPORTANT NOTE: It will ONLY let me attempt to burn an Audio CD with Padding turned on. If I don't have it turned on it won't even attempt to burn an audio CD

Can anyone help me decipher through this mess pleasE?

neo77777 05-23-2002 08:13 AM

Dump KonCD,use something more robust, eroaster, gcombust, gtoaster. For burning ISO's I'd suggest x-cdroast.

shassouneh 05-23-2002 04:11 PM

I just got KOnCD to burn an audio CD succesfully. I have no idea how the fudge it worked this time. Anyways, I'll try x-cdroast as I heard that name before and maybe its better than KOnCD. I'm still open to suggestions, everyone :)

gui10 05-24-2002 06:37 AM

i've got some problems with modprobe ide-scsi. error message is:
/lib/modules/2.2.19/scsi/ide-scsi.o.gz: unresolved symbol scsi_unregister_module
/lib/modules/2.2.19/scsi/ide-scsi.o.gz: unresolved symbol scsi_register
/lib/modules/2.2.19/scsi/ide-scsi.o.gz: unresolved symbol scsi_register_module

i dunno how to correct this. any tips?

neo77777 05-24-2002 08:21 AM

Do you have loadable module support in you kernel? The second thing kernel might be compiled without scsi support.

shassouneh 05-24-2002 01:51 PM

Hi Folks. I can burn Audio CDs perfectly, but with Data CDs it gives me an error code 255 and quits. Any ideas? I would include the log here but It wouldn't fit as its like 3000 characters or more...

neo77777 05-24-2002 03:41 PM

try to reduce speed, also I have no clue what error 255 is (honestly I've had no faulty CD since I switch to linux!!!) can you give just a couple of first lines from log.

shassouneh 05-25-2002 12:49 AM

OK, I will upload a few lines of the log next time I try the burn :)

gui10 05-25-2002 03:06 AM

i have loadable kernel support in my kernel.
i recompiled my kernel to include scsi support.
i'm trying to use eroaster... but it's not working.

shassouneh 05-25-2002 03:30 AM

I use XCDRoaster and so far it works great for Data CDs. I haven't had much (if any) success with audio CDs though :)

gui10 05-29-2002 01:07 PM

if you're trying to burn mp3, x-cdroast doesn't support that yet. convert the mp3 files into wav files, then burn it to your cd.

shassouneh 05-29-2002 02:59 PM

LOL, I tried both Mp3s and WAvs. Sometimes it doesn't "Recognize" the WAV fil;es that are set up in its imgaes directory. sometimes it works, sometimes It doesn't. I'll give it a couple of point releases and hopefully they would have fixed such bugs :)

gui10 05-29-2002 09:29 PM

yea... i guess that's the way it is... ;)
it seems to me that eroaster has a more more user-friendly GUI though...

shassouneh 05-31-2002 01:28 PM

Hmm, this is interesting. It will not let me launch XCDroast as a normal user! This is what it tells me. Note that I tried what it suggested below but still no dice.

Quote:


samer@suse_or_bust:~> xcdroast

** WARNING **: The X-CD-Roast wrapper seems not to have the correct
permissions set

** WARNING **: So do as root something like that: (and read the Manual)
chown root:cdwrite /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap;
chmod 2755 /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap

samer@suse_or_bust:~> chown root:cdwrite /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap;
chown: `root:cdwrite': invalid group
samer@suse_or_bust:~> su -
Password:
suse_or_bust:~ # chmod 2755 /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap
suse_or_bust:~ # chown root:users /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap;
suse_or_bust:~ #


Important Note I have run the XCDRoast setup program as user and added the user "samer" to the list of people granted access to use the program, but STILL no use! :(


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