Hi Diego!
If you have an IDE burner, then with kernel 2.6.x you can burn with a command
similar to this one:
$ cdrecord -v speed=20 dev=/dev/hdc -data MyIso.iso
Just replace what's after dev= with your IDE device number.
Regards,
Shlomi Fish
On Thursday 25 March 2004 23:21, Diego Iastrubni wrote:
> Hi all
>
> I am trying to burn using 2.6.x and have got into problems. I removed from
> my lilo entry the "hdd=scsi", and I mount my cdrw as a normal IDE. So far
> so good.
>
> I do "lsmod" and i dont see any scsi device. So far so good.
>
> I run "cdrecord -scanbus" and it finds a scsi device, as if my IDE burner
> was emulated.
>
> I do "lsmod" and I find:
> ide_cd 43652 0
> cdrom 40992 1 ide_cd
> sg 40992 0
> scsi_mod 121272 1 sg
>
> My /etc/modules says:
> #probe all scsi_hostadapter ide-scsi
> (note that it's remarked).
>
> No need to say that i canno burn from k3b with this. What am I missing?
>
> My system is Mandrake 9.2, and my linux is 2.6.3 self compiled, some parts
> of my .config file are:
>
> # CONFIG_BLK_DEV_HD_IDE is not set
> CONFIG_BLK_DEV_IDEDISK=y
> # CONFIG_IDEDISK_MULTI_MODE is not set
> # CONFIG_IDEDISK_STROKE is not set
> CONFIG_BLK_DEV_IDECD=m
> CONFIG_BLK_DEV_IDETAPE=m
> CONFIG_BLK_DEV_IDEFLOPPY=m
> CONFIG_BLK_DEV_IDESCSI=m
>
> TIA
--
---------------------------------------------------------------------
Shlomi Fish [EMAIL PROTECTED]
Homepage: http://shlomif.il.eu.org/
Quidquid latine dictum sit, altum viditur.
[Whatever is said in Latin sounds profound.]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]