You are not logged in.

#1 2007-03-10 19:54:27

quetzal
Member
From: Germany
Registered: 2004-05-05
Posts: 19

USB DVDRW - can't burn :(

Hello,

i've a problem with a LG external USB DVD/CDRW sad

I can burn with cdrecord - he show me the burner with -scanbus, but i have no /dev device sad

For this reasen i can't burn with growisofs or K3B - because they need a /dev device sad

here the output from "dmesg":

usb 1-1: new full speed USB device using uhci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
usb-storage: waiting for device to settle before scanning
scsi 0:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-E10L  LE05 PQ: 0 ANSI: 0
scsi 0:0:0:0: Attached scsi generic sg0 type 5
usb-storage: device scan complete

but with the device "sg0" i can't work - its not the right device sad

Can me anybody say how to work with an external DVD/CD burner?

Edit: now i've burn a DVD with NeroLinux without problems - the burner works well.

Best regards
quetzal

Last edited by quetzal (2007-03-10 20:55:52)

Offline

#2 2007-03-11 03:32:12

waltm
Member
From: alabama
Registered: 2006-03-21
Posts: 69

Re: USB DVDRW - can't burn :(

I use one (Mad Dog unit) all the time.  I use the 8.0 beta release.  the output I get from dmesg:

scsi7 : SCSI emulation for USB Mass Storage devices
scsi 6:0:0:0: CD-ROM            TSSTcorp CD/DVDW SH-S182D SB00 PQ: 0 ANSI: 0
sr1: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
sr 6:0:0:0: Attached scsi CD-ROM sr1
sr 6:0:0:0: Attached scsi generic sg3 type 5
scsi 7:0:0:0: Direct-Access     Generic  USB SD Reader    1.00 PQ: 0 ANSI: 0
sd 7:0:0:0: Attached scsi removable disk sdc


I just plugged it in and it works is all I can say.  Can even boot off the thing in linux

Offline

#3 2007-03-11 12:27:53

quetzal
Member
From: Germany
Registered: 2004-05-05
Posts: 19

Re: USB DVDRW - can't burn :(

hi,

yes - i use the 0.8 (Voodoo) too.

Normally i use the external burner at my PCMCIA Adapter - but for the internal (USB 1.0) is the same problem - i got no /dev device :(

Mayby i forgot to enable some scsi elements at the Kernel config?

here i post the scsi points from my kernel config:

 zcat /proc/config.gz |grep -i scsi
# CONFIG_BLK_DEV_IDESCSI is not set
# SCSI device support
CONFIG_SCSI=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
# SCSI support type (disk, tape, CD-ROM)
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
# SCSI Transports
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# SCSI low-level drivers
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# PCMCIA SCSI adapter support
# CONFIG_PCMCIA_NINJA_SCSI is not set
# Old CD-ROM drivers (not SCSI, not IDE)
# CONFIG_CD_NO_IDESCSI is not set
# CONFIG_I2O_SCSI is not set
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'

Last edited by quetzal (2007-03-11 12:35:10)

Offline

#4 2007-03-11 13:42:36

waltm
Member
From: alabama
Registered: 2006-03-21
Posts: 69

Re: USB DVDRW - can't burn :(

I just use the stock kernel which does have that enabled and let the installer ( I reinstalled instead of upgrading from voodoo) using the defaults.

Good luck

Offline

Board footer

Powered by FluxBB