Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Where to find my dvd-drive?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
senbar
n00b
n00b


Joined: 01 Dec 2003
Posts: 7
Location: Austria, Vienna

PostPosted: Mon Dec 01, 2003 2:25 pm    Post subject: Where to find my dvd-drive? Reply with quote

hi!

Since yesterday im using gentoo linux and i really like it .. :D

:evil: BUT: :evil:

i can't access my dvd-drive.
i'm using devfs, but it is not in /dev/ide/.... nor in /dev/cdroms/...

where else could it be?

thanks,
christoph

ps: you're all doing a great job !! thanks for gentoo !!
Back to top
View user's profile Send private message
birukun
n00b
n00b


Joined: 25 Nov 2003
Posts: 41
Location: Sunny San Diego

PostPosted: Mon Dec 01, 2003 3:54 pm    Post subject: Reply with quote

Try using the mount point from your /etc/fstab. If you only have the DVD drive, then 'mount /mnt/cdrom' should work. If it is used in addition to a CDROM drive, you will need to add the device to your /etc/fstab.

devfs should have added the DVD drive on bootup, some information should be reviewed using 'dmesg | more'.

Hang in there!
_________________
emerge -u mystatusinlife
Back to top
View user's profile Send private message
senbar
n00b
n00b


Joined: 01 Dec 2003
Posts: 7
Location: Austria, Vienna

PostPosted: Mon Dec 01, 2003 4:10 pm    Post subject: not working anyway ;-( Reply with quote

hi,

thanks for replying so fast, but when i do 'mount /mnt/cdrom'
I get the error message 'Device /dev/cdrom/cdrom0 not found'.

What other device should I use in /etc/fstab ?


this is going to be interesting ... ;-)
christoph
Back to top
View user's profile Send private message
birukun
n00b
n00b


Joined: 25 Nov 2003
Posts: 41
Location: Sunny San Diego

PostPosted: Mon Dec 01, 2003 4:25 pm    Post subject: Reply with quote

Did dmesg provide any info? Cut and paste the portion that shows the DVD drive being detected, and maybe we can make some sense out of that.
_________________
emerge -u mystatusinlife
Back to top
View user's profile Send private message
senbar
n00b
n00b


Joined: 01 Dec 2003
Posts: 7
Location: Austria, Vienna

PostPosted: Mon Dec 01, 2003 4:38 pm    Post subject: hope it helps you ... Reply with quote

ok, that's the dmesg output, that might be interesting:
Code:

ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
PCI_IDE: unknown IDE controller on PCI bus 00 device f9, VID=8086, DID=24ca
PCI: Device 00:1f.1 not available because of resource collisions
PCI_IDE: BIOS setup was incomplete.
PCI_IDE: chipset revision 3
PCI_IDE: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1100-0x1107, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1108-0x110f, BIOS settings: hdc:DMA, hdd:pio
hda: IC25N030ATMR04-0, ATA DISK drive
hdc: MATSHITADVD-RAM UJ-811, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 58605120 sectors (30006 MB) w/1740KiB Cache, CHS=3648/255/63
Partition check:
 /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 p8 >
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Equalizer1996: $Revision: 1.2.1 $ $Date: 1996/09/22 13:52:00 $ Simon Janes (simo
n@ncm.com)
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Back to top
View user's profile Send private message
birukun
n00b
n00b


Joined: 25 Nov 2003
Posts: 41
Location: Sunny San Diego

PostPosted: Mon Dec 01, 2003 5:09 pm    Post subject: Reply with quote

Do you also have a SCSI DVD or CDROM drive installed?

You also may need to check /etc/devfsd.conf. There should be a man page associated with that as well.

I will research your problem a bit, it is time for me to learn more about devfs.
_________________
emerge -u mystatusinlife
Back to top
View user's profile Send private message
senbar
n00b
n00b


Joined: 01 Dec 2003
Posts: 7
Location: Austria, Vienna

PostPosted: Mon Dec 01, 2003 5:18 pm    Post subject: Reply with quote

I'm using a Acer TravelMate 290, with one IDE DVD-Burner, ...

Quote:

I will research your problem a bit, it is time for me to learn more about devfs.


I think I should do the same ... :wink:

I'll will try hard this night and post my results tomorrow
Back to top
View user's profile Send private message
birukun
n00b
n00b


Joined: 25 Nov 2003
Posts: 41
Location: Sunny San Diego

PostPosted: Mon Dec 01, 2003 5:22 pm    Post subject: Reply with quote

A burner should have a parameter passed to the kernel during the boot process, like 'hdc=ide-scsi' to handle the SCSI emulation done by the ATAPI interface. You may also need the ide-scsi module loaded as well.

Maybe that is enough to bump devfs to make a node for it. I think the device node will also change to something under SCSI devices. (/dev/scsi ?)

Good luck-
_________________
emerge -u mystatusinlife
Back to top
View user's profile Send private message
senbar
n00b
n00b


Joined: 01 Dec 2003
Posts: 7
Location: Austria, Vienna

PostPosted: Mon Dec 01, 2003 5:39 pm    Post subject: Reply with quote

I'm passing hdc=ide-scsi already ... too bad

this is going to be a long long night ... 8O
Back to top
View user's profile Send private message
Anime_Fan
Guru
Guru


Joined: 01 Jul 2003
Posts: 366
Location: Linköping, Sweden

PostPosted: Mon Dec 01, 2003 7:55 pm    Post subject: Re: hope it helps you ... Reply with quote

senbar wrote:
hdc: MATSHITADVD-RAM UJ-811, ATAPI CD/DVD-ROM drive


I suspect that if you didn't include SCSI Emulation Support, and used ATAPI CDROM support, you would be able to see the device as /dev/hdc.

Skip the hdc=ide-scsi and get yourself a 2.6 kernel. ;)

Oh... And a DVD-RAM isn't a DVD-burner per se. I'd call it a DVD-RAM drive. Then again, maybe it's one of the fabled DVD-R/RAM combo's? (I'm lazy enough so as not to check on Google).
Back to top
View user's profile Send private message
oboypt
n00b
n00b


Joined: 17 Nov 2003
Posts: 45
Location: Greencastle, IN

PostPosted: Mon Dec 01, 2003 9:35 pm    Post subject: Reply with quote

senbar -
Here you go, from one n00b to another. https://forums.gentoo.org/viewtopic.php?t=109198 This is where I've been discussing this for a while now and I've gotten a lot of info. It might help. Welcome to gentoo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum