You are not logged in.

#1 2004-02-26 14:51:08

robot5x
Member
Registered: 2004-01-26
Posts: 266

CD burning in kernel 2.6 without scsi emulation.

Please everyone forgive me if this is covered elsewhere - I have searched the forum but can only find a few references.
Basically, I've been looking around trying to figure out how to burn in kernel 2.6 without scsi emulation. It says you can do it - but I wasn't sure how.
Anyway, below are the steps I took to get it working. I don't use any kind of front end when burning cd's, so maybe some programs have ways of making this easier, I don't know. I'm sure most people know about this already, but it'd be good to just have a little guide somewhere - especially seeing as 2.6 is on arch 0.6 iso.
1. First of all, the command I pass to lilo is changed from "hdd=ide-scsi" to
"hdd=ide-cdrom"
2. Check what address your burner is at:
cdrecord dev=ATAPI -scanbus
This gives me an address of 0,1,0 - might be different for others
3. After making an iso as usual, just initiate burning with
cdrecord -v dev=ATAPI:0,1,0 speed=8 *.iso

Hope this helps someone!

Offline

#2 2004-02-26 15:09:28

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: CD burning in kernel 2.6 without scsi emulation.

oddly enough despite having tried two different burners i have to still use scsi emulation to burn.  if i don't i get piles of errors and the burning process dies before it starts. i tried two burners.....my old cd burner and my new dvd burner.


AKA uknowme

I am not your friend

Offline

#3 2004-02-26 18:31:58

wakeupbomb
Member
From: Liverpool, UK
Registered: 2004-02-15
Posts: 164

Re: CD burning in kernel 2.6 without scsi emulation.

In 2.6 my burner worked straight away, without having to add any lines to the lilo.conf
So I dunno if that command is completely necassary
So yeah, I needed no configuration whatsoever to get my burner working with k3b and xcdroast...arson might be another matter though

Offline

#4 2004-02-26 19:04:25

rls
Member
From: contracosta, california
Registered: 2003-08-20
Posts: 60

Re: CD burning in kernel 2.6 without scsi emulation.

I also didn't need a boot parameter to get my CD burner working with 2.6. My gotcha was adding the option dev=ATAPI when using cdrecord. That was not immediately obvious.


"Es gibt nichts mehr praktish als theorie" L. Boltzmann

Offline

#5 2004-02-26 20:04:04

robot5x
Member
Registered: 2004-01-26
Posts: 266

Re: CD burning in kernel 2.6 without scsi emulation.

Yes, you're right it's not immiediately obvious! I was unclear about how differnt software would handle this in the new kernels...I just couldn't get tcdr working which was previously fine with scsi-emulation.
I'm sure the all the steps I took aren't necessary - as wakeupbomb and rls say - but I thought it would be helpful to have a thread covering this specifically.

Offline

#6 2004-03-09 13:47:26

slyski
Member
From: Cheese Head Land
Registered: 2004-01-11
Posts: 60

Re: CD burning in kernel 2.6 without scsi emulation.

ATAPI thing doesn't work with cdrdao which i use more often  sad

i have to go back to loading the scsi mods

slyski


Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.

Offline

#7 2004-03-09 16:09:22

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: CD burning in kernel 2.6 without scsi emulation.

slyski ,

are you sure about that i was sure i heard someone ranting online that the newest version had ATAPI working. you may want to visit their homepage to find out.


AKA uknowme

I am not your friend

Offline

#8 2004-03-10 00:41:33

slyski
Member
From: Cheese Head Land
Registered: 2004-01-11
Posts: 60

Re: CD burning in kernel 2.6 without scsi emulation.

AHHHSOOOO!

after furthur review and actually reading the man of cdrdao it does state using the ATAPI:x,x,x thing.

when i first read this post i just implimented the cdrdao scanbus command and it came up empty.

but, after further thought the use of scanbus in cdrdao and cdrecord is quite silly in this regard  :?:
you should be able to apply the command as needed and run with it.

thanks sarah

slyski


Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.

Offline

#9 2004-03-10 05:07:26

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: CD burning in kernel 2.6 without scsi emulation.

no problem. it was just a well timed post really as that is one of the few things from irc in the last week that i remember.

it took me a bit to get all the info for cdrecord straight before i finally was able to burn with ATAPI.


AKA uknowme

I am not your friend

Offline

#10 2004-03-10 13:49:54

slyski
Member
From: Cheese Head Land
Registered: 2004-01-11
Posts: 60

Re: CD burning in kernel 2.6 without scsi emulation.

and after more further reveiw:

what becomes of ide-scsi emulation - is there another use for it or has it just suddenly became deprecated??

i believe i need the other scsi stuff for my camera to hook up to /dev/sdax.

also when when i went 2.6.3 my mouse left skid marks across my screen - i had to slow it down.
was that my imagination? i was usin kde at the time. i switched to gnome now just to test run it. will  post a printing problem later about it.

hiho hiho, off to work
slyski


Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.

Offline

#11 2004-03-10 16:20:42

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: CD burning in kernel 2.6 without scsi emulation.

i think some usb stuff still uses it and possibly it is there for legacy hardware support. i dunno i only ever needede it for burning before.


AKA uknowme

I am not your friend

Offline

#12 2004-03-10 16:26:43

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: CD burning in kernel 2.6 without scsi emulation.

The ide-scsi module is specifically for ATAPI IDE drives (just about all of them now).  USB devices are SCSI devices, so don't need "emulation".


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#13 2004-03-20 01:19:27

slyski
Member
From: Cheese Head Land
Registered: 2004-01-11
Posts: 60

Re: CD burning in kernel 2.6 without scsi emulation.

when i recompiled a custom kernel about a week ago i took a peek at the ide-scsi help section and found that it is still used for special situations. such as for drives that do not fit under any other catagory and need special setup.

so it seems not to be totally deprecated after all.

thanks for all,
slyski


Joey: If a cow passes away from natural causes can I eat it.
Pheobe: Not if I get there first.

Offline

#14 2004-04-18 17:24:28

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: CD burning in kernel 2.6 without scsi emulation.

I'm running kernel 2.6.5 with no "scsi-ide" emulation.

I have a Sony 32x/10x/40x CDRW drive.  In the past, using a 2.4.x kernel and "ide-scsi" emulation, I was able to write at 32x (or thereabouts).

Now, at best, I write at 16x, and "XCDRoast" gives me warnings that writer performance may be slowed by NOT using the "ide-scsi" emulation.

It's a minor inconvenience.  I thought the 2.6.x kernel made the "ide-scsi" emulation "obsolete".  I checked the FAQ and manual from the "XCDRoast" website, and they don't seem to address this issue.  All my drives use DMA.

I have no problems writing CD's, but just not at the maximum my writer will allow.  Anyone have similiar experiences, and a solution?

Offline

#15 2004-04-19 15:51:27

mr_ed
Member
From: Ottawa, ON, Canada
Registered: 2004-04-13
Posts: 72

Re: CD burning in kernel 2.6 without scsi emulation.

I think that at one point Linus Torvalds said that ide-scsi for CD burning was crap and wondered why it wasn't changed earlier, so yes, it's probably deprecated.

Offline

#16 2004-05-08 20:53:46

galen
Member
From: Canada
Registered: 2003-07-02
Posts: 135
Website

Re: CD burning in kernel 2.6 without scsi emulation.

so what are magic dev names of these CDRW devices now?
/dev/sg0
/dev/scd0
?

I sure can not find what they are, hence no burning at all under 2.6.5


Off to using Peanut and Slackware, no hard feelings but I need my CD to burn, PDA and scanner to connect and arch won't do it.

[img]http://www.flightsimhq.org/images/war-is-bushit_s.jpg[/img]

Offline

#17 2005-01-18 08:32:15

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: CD burning in kernel 2.6 without scsi emulation.

mine showed up as /dev/sr0 but i still cannot get it to work - i sympathize!

Offline

#18 2005-01-19 05:24:01

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: CD burning in kernel 2.6 without scsi emulation.

i was having huge probs with this - could not get xcdroast to work with scsi emulation or ATAPI - in the end i tried it with cdrecord with ATAPI settings, as per all the advice, and it worked perfectly first go, all goes - xcdroast is crap methinks!

Offline

Board footer

Powered by FluxBB