On Tue, 2003-12-23 at 09:05, Nick Rout wrote: > Actually haven't tried either yet, that may be a bit of an acid test. > > I want to cut a data cd tonight so will report back after that attempt.
Well... I'll spoil it for you (if you want) With ide-scsi you would have used something like this: cdrecord -v speed=8 dev=0,1,0 -data image.iso With straight IDE you use this: cdrecord -v speed=8 dev=ATAPI:0,1,0 -data image.iso Not hard but took me a while to figure. > N > > On Tue, 23 Dec 2003 08:32:52 +1300 > "Fisher, Robert (FXNZ CHC)" <[EMAIL PROTECTED]> wrote: > > > Nick, now that you have had more time to play / check things, how did your > > machine handle the ide cd-rom drives. > > > > I understand the new kernel does not need scsi emulation and Atapi drives > > are detected OK. Did your cd burning work straight up or did you have to > > make changes? > > > > And what about the usb stuff like cameras etc.? > > > > Robert > > > > What Do Fish Say When They Hit a Concrete Wall? > > Dam! > > > > > -----Original Message----- > > > From: Nick Rout [mailto:[EMAIL PROTECTED] > > > Sent: Monday, 22 December 2003 12:14 a.m. > > > To: [EMAIL PROTECTED] > > > Subject: Kernel 2.6.0 suspiciously easy > > > > > > emerged the source, went through and chose what config options to > > > include (that was the hardest part, may need tweaking), make, make > > > modules_install, copy the kernel to /boot, reboot, emerge nividia-dev > > > and nvidia-kernel, every damn thing seems to be working. networking must > > > be or i couldn't send this! sound is working (alsa now included in the > > > kernel source - sweet). > > > > > > Is 80-100 fps in tuxracer on an athlon 1133 with a GeForce2 MX/MX 400 > > > ok? > > > > > > There must be something wrong with this Torvalds guy, doesn't he know .0 > > > releases aren't supposed to work? > > > > > > > -- > > Nick Rout > > Barrister & Solicitor > > Christchurch, NZ > > Ph +64 3 3798966 > > Fax + 64 3 3798853 > > http://www.rout.co.nz > > [EMAIL PROTECTED] > > -- C. Falconer
