Unix Technical Forum

Where is my DVD ?

This is a discussion on Where is my DVD ? within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I've 2 SATA HD, a dvd writer and kernel 2.6.11.11 just installed. I'm no more able to find the ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-20-2008, 09:20 AM
Mauro Sacchetto
 
Posts: n/a
Default Where is my DVD ?

I've 2 SATA HD, a dvd writer and kernel 2.6.11.11
just installed. I'm no more able to find the right device
for my dvd writer. In /dev there is a device cdrom
as link -s to /dev/sg1, but it's a character device,
not a block devise, so I cannot mount the CD/DVD.
Maybe there is some mistakes in my kernel,
but I'm not able to find a solution...
Have I to choose (as modules or static)
the ATA/ATAPI/IDE support? SCSI support
for generic devices and cdrom doesn't solve...
Some suggestions?

Thanx!
MS


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-20-2008, 09:20 AM
Sahel
 
Posts: n/a
Default Re: Where is my DVD ?

The only thing I know is that u don't have to use SCSI emulation at all.
I'm still running 2.4 kernel.
sorry.
lp
d.


Mauro Sacchetto wrote:
> I've 2 SATA HD, a dvd writer and kernel 2.6.11.11
> just installed. I'm no more able to find the right device
> for my dvd writer. In /dev there is a device cdrom
> as link -s to /dev/sg1, but it's a character device,
> not a block devise, so I cannot mount the CD/DVD.
> Maybe there is some mistakes in my kernel,
> but I'm not able to find a solution...
> Have I to choose (as modules or static)
> the ATA/ATAPI/IDE support? SCSI support
> for generic devices and cdrom doesn't solve...
> Some suggestions?
>
> Thanx!
> MS
>
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-20-2008, 09:20 AM
Art Clemons
 
Posts: n/a
Default Re: Where is my DVD ?

Mauro Sacchetto wrote:

> I've 2 SATA HD, a dvd writer and kernel 2.6.11.11
> just installed. I'm no more able to find the right device
> for my dvd writer. In /dev there is a device cdrom
> as link -s to /dev/sg1, but it's a character device,
> not a block devise, so I cannot mount the CD/DVD.



Most likely you need to link /dev/cdrom to dev/hdc, since scsi-ide emulation
isn't normally used with the 2.6.X kernels. Call it a feature. Oh yes,
when you go to use something like "cdrecord -scanbus dev=ATA" to see what
your dvd is actually detected as to write to it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-20-2008, 09:20 AM
Mauro Sacchetto
 
Posts: n/a
Default Re: Where is my DVD ?

Art Clemons wrote:
> Most likely you need to link /dev/cdrom to dev/hdc, since scsi-ide
> emulation
> isn't normally used with the 2.6.X kernels. Call it a feature. Oh yes,
> when you go to use something like "cdrecord -scanbus dev=ATA" to see what
> your dvd is actually detected as to write to it.


With 2.4 it's detected as hda (and sda and sdb the 2 hd),
but with 2.6 I've no hdx devices!
M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-20-2008, 09:20 AM
Miguel De Anda
 
Posts: n/a
Default Re: Where is my DVD ?

Mauro Sacchetto wrote:
> Art Clemons wrote:
>
>>Most likely you need to link /dev/cdrom to dev/hdc, since scsi-ide
>>emulation
>>isn't normally used with the 2.6.X kernels. Call it a feature. Oh yes,
>>when you go to use something like "cdrecord -scanbus dev=ATA" to see what
>>your dvd is actually detected as to write to it.

>
>
> With 2.4 it's detected as hda (and sda and sdb the 2 hd),
> but with 2.6 I've no hdx devices!
> M.


For a while I had some ub_ devices. They eventually became sd_ when I
got a newer 2.6. Check for ub_, sd_, sr_, hd_.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-20-2008, 09:20 AM
Art Clemons
 
Posts: n/a
Default Re: Where is my DVD ?

Mauro Sacchetto wrote:

> With 2.4 it's detected as hda (and sda and sdb the 2 hd),
> but with 2.6 I've no hdx devices!


Do you have a /dev/sdc or /dev/sdd? What are your harddrives mounted as in
dmesg? What ever they are, your dvd with be one or two letters up in the
alphabet.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-20-2008, 09:20 AM
becky lewis
 
Posts: n/a
Default Re: Where is my DVD ?

Mauro Sacchetto wrote:
> I've 2 SATA HD, a dvd writer and kernel 2.6.11.11
> just installed. I'm no more able to find the right device
> for my dvd writer. In /dev there is a device cdrom
> as link -s to /dev/sg1, but it's a character device,
> not a block devise, so I cannot mount the CD/DVD.
> Maybe there is some mistakes in my kernel,
> but I'm not able to find a solution...
> Have I to choose (as modules or static)
> the ATA/ATAPI/IDE support? SCSI support
> for generic devices and cdrom doesn't solve...
> Some suggestions?
>
> Thanx!
> MS
>
>

Try commenting out the /dev/hdx = ide-scsi line out of your lilo.conf. I
lost my cdrom device when I upgraded to kernel 2.6.11.10 and commenting
out that line seemed to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-20-2008, 09:20 AM
Mauro Sacchetto
 
Posts: n/a
Default Re: Where is my DVD ?

Miguel De Anda wrote:
I solved recompiling the kernel:
there was a mistake of mine...
Now it's seen as hda

Thanx!
M:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-20-2008, 09:20 AM
h4ndr3s
 
Posts: n/a
Default Re: Where is my DVD ?

What mistake??? pls explain, so we ("I" in this case) can know, and
dont do the same.
Im wondering about this because i want to compile the last 2.6 kernel...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-20-2008, 09:20 AM
Mauro Sacchetto
 
Posts: n/a
Default Re: Where is my DVD ?

h4ndr3s wrote:
> What mistake??? pls explain, so we ("I" in this case) can know, and
> dont do the same.
> Im wondering about this because i want to compile the last 2.6 kernel...


I forgot to compile Generic PCI bus-master DMA support,
choosing: - Use PCI DMA when available
- Silicon Image chipset,
or the chipset of yout MOBO

M.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:02 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com