LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Tags used in this thread
Popular LQ Tags , ,

Reply
 
Thread Tools
Old 03-20-2008, 01:25 AM   #1
vortexdevice
LQ Newbie
 
Registered: Dec 2007
Location: Brazil
Distribution: Slackware 13 64-bit
Posts: 25
Thanked: 0
Question usb dvd writer with slackware


[Log in to get rid of this advertisement]
Hello!

I'm having a problem with my external DVD writer. It don't appear in K3B config and I can't mount it.

Sorry, I know there are threads like this in the forum, but none of them solved my problem.

The device is not on my fstab, because I don't know its name under /dev...

dmesg shows the following:

usb 1-2: new high speed USB device using ehci_hcd and address 5
usb 1-2: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
scsi 2:0:0:0: CD-ROM ATAPI DVD A DH18A1P ZB21 PQ: 0 ANSI: 0
scsi 2:0:0:0: Attached scsi generic sg1 type 5
usb-storage: device scan complete

cdrecord --scanbus shows:

Cdrecord-ProDVD-Clone 2.01.01a23 (i686-pc-linux-gnu) Copyright (C) 1995-2006 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.24.3
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
scsibus0:
0,0,0 0) 'USB-HS ' 'ST3500630A ' '0.01' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
scsibus2:
2,0,0 200) 'ATAPI ' 'DVD A DH18A1P ' 'ZB21' Removable CD-ROM
2,1,0 201) *
2,2,0 202) *
2,3,0 203) *
2,4,0 204) *
2,5,0 205) *
2,6,0 206) *
2,7,0 207) *
scsibus1001:
1001,0,0 100100) 'TOSHIBA ' 'DVD-ROM SD-R2212' '1N15' Removable CD-ROM
1001,1,0 100101) *
1001,2,0 100102) *
1001,3,0 100103) *
1001,4,0 100104) *
1001,5,0 100105) *
1001,6,0 100106) *
1001,7,0 100107) *

where the section scsibus2 is this drive.

How can I figure its device name???

thx
vortexdevice is offline  
Tag This Post , ,
Reply With Quote
Old 03-20-2008, 08:34 PM   #2
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: Slackware®
Posts: 5,445
Blog Entries: 1
Thanked: 204
Hi,

Which kernel are you using? From the cli do ; 'uname -r'.
onebuck is offline     Reply With Quote
Old 03-20-2008, 10:04 PM   #3
vortexdevice
LQ Newbie
 
Registered: Dec 2007
Location: Brazil
Distribution: Slackware 13 64-bit
Posts: 25
Thanked: 0

Original Poster
kernel

Quote:
Originally Posted by onebuck View Post
Hi,

Which kernel are you using? From the cli do ; 'uname -r'.
I'm using 2.6.24.3
vortexdevice is offline     Reply With Quote
Old 03-21-2008, 12:28 AM   #4
onebuck
Guru
 
Registered: Jan 2005
Location: Midwest USA, Central Illinois
Distribution: Slackware®
Posts: 5,445
Blog Entries: 1
Thanked: 204
Hi,

Did you check the '/dev/sg1' to see if it is linked to the dvd?
onebuck is offline     Reply With Quote
Old 03-21-2008, 10:08 AM   #5
vortexdevice
LQ Newbie
 
Registered: Dec 2007
Location: Brazil
Distribution: Slackware 13 64-bit
Posts: 25
Thanked: 0

Original Poster
sg1 not linked

Quote:
Originally Posted by onebuck View Post
Hi,

Did you check the '/dev/sg1' to see if it is linked to the dvd?
Hello

Well, trying to mount /dev/sg1 (and /dev/sg0) as root it returns a "/dev/sg1 is not a block device"... it looks not to be linked to any device.

the devices /dev/cdr, /dev/cdr0, /dev/cdrom, /dev/cdrom0, /dev/dvd, /dev/dvd0, /dev/cdwriter and /dev/cdwriter0 are all linked to /dev/hdc, that is the internal cdwriter + DVD (it is not a DVD writer) of my laptop. Is that a problem?

Last edited by vortexdevice; 03-21-2008 at 10:09 AM.. Reason: forgot a "0"
vortexdevice is offline     Reply With Quote
Old 03-21-2008, 10:17 AM   #6
Nylex
HCL Maintainer
 
Registered: Jul 2003
Distribution: Slackware
Posts: 5,783
Thanked: 40
Is there any more output from dmesg? These devices are usually named /dev/srn, where n is a number.
Nylex is offline     Reply With Quote
Old 03-21-2008, 10:04 PM   #7
vortexdevice
LQ Newbie
 
Registered: Dec 2007
Location: Brazil
Distribution: Slackware 13 64-bit
Posts: 25
Thanked: 0

Original Poster
no output

Quote:
Originally Posted by Nylex View Post
Is there any more output from dmesg? These devices are usually named /dev/srn, where n is a number.
No, there isn't any more info... anything that appears when I plug in the dvd writer is on the first post. I know it works fine under linux because it worked with Debian. But when I got back to Slackware, it stopped working.
vortexdevice is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mounting a usb dvd writer gymnart Linux - Hardware 1 01-19-2008 11:38 PM
mounting a usb dvd writer... daveoily DamnSmallLinux 13 01-18-2008 10:42 AM
USB port inspection and external DVD-writer on Slackware 10.2 slacksteep Slackware 2 09-13-2006 07:25 AM
DVD writer support in Slackware hs123 Slackware 6 04-05-2006 04:29 AM
dvd and dvd writer on Slackware jaakkop Linux - Hardware 5 07-27-2005 10:01 AM


All times are GMT -5. The time now is 04:43 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration