Discussion:
lite-on LH-20A1L
(too old to reply)
AZ Nomad
2007-12-01 00:36:00 UTC
Permalink
Has anybody been able to get a lite-on LH-20A1L dvdrw to work?

My motherboard has two SATA controllers, an nforce4, and a sil3114. The
dvdrw doesn't work with either.

Am I missing some driver, one for SATA optical drives?

The drive shows up in dmesg, and /proc/scsi/scsi, but it doesn't get a drive
letter and I can't mount or give it an eject command.

Dmesg:
sata_sil 0000:05:0a.0: Applying R_ERR on DMA activate FIS errata fix
scsi4 : sata_sil
scsi5 : sata_sil
scsi6 : sata_sil
scsi7 : sata_sil
ata5: SATA max UDMA/100 cmd 0xffffc2000066a080 ctl 0xffffc2000066a08a bmdma 0xffffc2000066a000 irq 19
ata6: SATA max UDMA/100 cmd 0xffffc2000066a0c0 ctl 0xffffc2000066a0ca bmdma 0xffffc2000066a008 irq 19
ata7: SATA max UDMA/100 cmd 0xffffc2000066a280 ctl 0xffffc2000066a28a bmdma 0xffffc2000066a200 irq 19
ata8: SATA max UDMA/100 cmd 0xffffc2000066a2c0 ctl 0xffffc2000066a2ca bmdma 0xffffc2000066a208 irq 19
ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata5.00: ATAPI: LITE-ON DVDRW LH-20A1L, BL05, max UDMA/100
ata5.00: configured for UDMA/100
ata6: SATA link down (SStatus 0 SControl 310)
ata7: SATA link down (SStatus 0 SControl 310)
ata8: SATA link down (SStatus 0 SControl 310)
scsi 4:0:0:0: CD-ROM LITE-ON DVDRW LH-20A1L BL05 PQ: 0 ANSI: 5
Initializing USB Mass Storage driver...


/proc/scsi/scsi:
sata_sil 0000:05:0a.0: Applying R_ERR on DMA activate FIS errata fix
scsi4 : sata_sil
scsi5 : sata_sil
scsi6 : sata_sil
scsi7 : sata_sil
ata5: SATA max UDMA/100 cmd 0xffffc2000066a080 ctl 0xffffc2000066a08a bmdma 0xffffc2000066a000 irq 19
ata6: SATA max UDMA/100 cmd 0xffffc2000066a0c0 ctl 0xffffc2000066a0ca bmdma 0xffffc2000066a008 irq 19
ata7: SATA max UDMA/100 cmd 0xffffc2000066a280 ctl 0xffffc2000066a28a bmdma 0xffffc2000066a200 irq 19
ata8: SATA max UDMA/100 cmd 0xffffc2000066a2c0 ctl 0xffffc2000066a2ca bmdma 0xffffc2000066a208 irq 19
ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata5.00: ATAPI: LITE-ON DVDRW LH-20A1L, BL05, max UDMA/100
ata5.00: configured for UDMA/100
ata6: SATA link down (SStatus 0 SControl 310)
ata7: SATA link down (SStatus 0 SControl 310)
ata8: SATA link down (SStatus 0 SControl 310)
scsi 4:0:0:0: CD-ROM LITE-ON DVDRW LH-20A1L BL05 PQ: 0 ANSI: 5
Initializing USB Mass Storage driver...


My system has an PATA nec dvdrw and that is all that comes in
cdrecord -scanbus:
***@linux ~ $ sudo cdrecord -scanbus
Cdrecord-ProDVD-ProBD-Clone 2.01.01a34 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2007 Jörg Schilling
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
scsibus1000:
1000,0,0 100000) '_NEC ' 'DVD_RW ND-3520A ' '1.04' Removable CD-ROM
1000,1,0 100001) *
1000,2,0 100002) *
1000,3,0 100003) *
1000,4,0 100004) *
1000,5,0 100005) *
1000,6,0 100006) *
1000,7,0 100007) *
J.O. Aho
2007-12-01 05:47:30 UTC
Permalink
Post by AZ Nomad
Has anybody been able to get a lite-on LH-20A1L dvdrw to work?
My motherboard has two SATA controllers, an nforce4, and a sil3114. The
dvdrw doesn't work with either.
Am I missing some driver, one for SATA optical drives?
The drive shows up in dmesg, and /proc/scsi/scsi, but it doesn't get a drive
letter and I can't mount or give it an eject command.
Add it manually to your /etc/fstab
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,users,ro 0 0
--
//Aho
AZ Nomad
2007-12-01 16:35:22 UTC
Permalink
Post by J.O. Aho
Post by AZ Nomad
Has anybody been able to get a lite-on LH-20A1L dvdrw to work?
My motherboard has two SATA controllers, an nforce4, and a sil3114. The
dvdrw doesn't work with either.
Am I missing some driver, one for SATA optical drives?
The drive shows up in dmesg, and /proc/scsi/scsi, but it doesn't get a drive
letter and I can't mount or give it an eject command.
I didn't mean a DOS drive letter. I meant something like
/dev/sdb
Post by J.O. Aho
Add it manually to your /etc/fstab
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,users,ro 0 0
If there's no dev, there's not much you can do in fstab.

I made some progress last night. I read after a google search that the old pata
driver "ATA/ATAPI/MFM/RLL support" conflicts, so I compiled a kernel without
it. What I got was a system where I lost my old PATA dvdrw and still didn't
have my new SATA dvdrw.

I returned to the kernel params and looked in the scsi area and tried the
scsi cdrom driver again. When I tried that earlier, it led to a system
that locked up tight during bootup. I figured that with the old PATA driver
gone, it might behave better. This time around, I got two new devices,
/dev/sr0 and dev/sr1, the PATA (sr0) and SATA (sr1) dvdrw drives!

success!

Well, not quite. dvd::rip hangs when trying to rip from the new sata
dvdrip. Back to using the old one for now.

Loading...