View previous topic :: View next topic |
Author |
Message |
Tolien n00b
Joined: 25 Jan 2004 Posts: 16
|
Posted: Mon Jan 26, 2004 7:06 pm Post subject: Toshiba Satellite Pro M10 combo drive |
|
|
I've got a laptop as in the title, running with kernel 2.6.0 and 2.6.1 (grub options to switch between them)
I've also got kernel 2.4.22-8.
The problem is that with 2.4.22-8, the combo drive works with and with 2.6.0 and 2.6.1 it doesn't. ATAPI CDROM and generic CDROM is enabled in the kernel config, and I've tried with and without SCSI emulation.
With the emulation compiled in, the drive doesn't appear in fstab at all, although it does appear in /proc as being at hdc, and with the emulation absent, the drive appears at /mnt/cdrom, but attempts to mount give errors that the drive "isn't a valid block device"
Any ideas, because quite frankly I'm stumped? |
|
Back to top |
|
|
WildChild Apprentice
Joined: 14 Sep 2003 Posts: 171
|
Posted: Mon Jan 26, 2004 8:33 pm Post subject: |
|
|
With the 2.6.* kernel, the ide-scsi emulation is not necessary for cd burners! Now if you want to mount your cd-rom with
you have to add an entry in /etc/fstab. Else, you should mount it with
Code: | mount -t iso9660 /dev/hdc /mnt/cdrom |
_________________ Codito, Ergo Sum |
|
Back to top |
|
|
Tolien n00b
Joined: 25 Jan 2004 Posts: 16
|
Posted: Mon Jan 26, 2004 8:47 pm Post subject: |
|
|
I just did that, got Code: | mount: /dev/hdc is not a valid block device |
|
|
Back to top |
|
|
dc2rpt n00b
Joined: 19 Sep 2003 Posts: 30
|
Posted: Tue Jan 27, 2004 8:50 pm Post subject: Re: Toshiba Satellite Pro M10 combo drive |
|
|
Hi
Tolien wrote: | I've got a laptop as in the title, running with kernel 2.6.0 and 2.6.1 (grub options to switch between them)
Any ideas, because quite frankly I'm stumped? |
Could you give us a copy of the output, when you type "dmesg" ?
There should be a paragraph like:
Code: |
ICH3M: IDE controller at PCI slot 00:1f.1
ICH3M: chipset revision 2
ICH3M: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xbfa8-0xbfaf, BIOS settings: hdc:pio, hdd:pio
hda: IC25N080ATMR04-0, ATA DISK drive
hdb: MATSHITADVD-RAM UJ-810, ATAPI CD/DVD-ROM drive
blk: queue c030ed00, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 156301488 sectors (80026 MB) w/7884KiB Cache, CHS=9729/255/63, UDMA(100)
|
In my case hdb is the cdrom drive.
cu Thomas |
|
Back to top |
|
|
Tolien n00b
Joined: 25 Jan 2004 Posts: 16
|
Posted: Tue Jan 27, 2004 10:34 pm Post subject: |
|
|
I get:
Code: | ICH4: IDE controller at PCI slot 0000:00:1f.1
ICH4: chipset revision 3
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xbfa8-0xbfaf, BIOS settings: hdc:DMA, hdd:pio
hda: TOSHIBA MK6022GAX, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: DW-224E, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 117210240 sectors (60011 MB), CHS=65535/16/63, UDMA(100)
/dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 > p3 p4
ide-floppy driver 0.99.newide
|
|
|
Back to top |
|
|
dc2rpt n00b
Joined: 19 Sep 2003 Posts: 30
|
Posted: Fri Jan 30, 2004 8:30 pm Post subject: |
|
|
hi
Tolien wrote: | I get:
hdc: DW-224E, ATAPI CD/DVD-ROM drive
[/code] |
Ok, then hdc should be your CD-Rom drive and you could use /dev/hdc to mount it.
cu Thomas |
|
Back to top |
|
|
jetblack Guru
Joined: 15 Jan 2003 Posts: 340 Location: Evanston, IL, USA
|
Posted: Fri Jan 30, 2004 8:33 pm Post subject: |
|
|
Is it possible that you compiled the CDROM support as modules, and haven't loaded the modules yet? |
|
Back to top |
|
|
Tolien n00b
Joined: 25 Jan 2004 Posts: 16
|
Posted: Fri Jan 30, 2004 9:01 pm Post subject: |
|
|
Quote: | Is it possible that you compiled the CDROM support as modules, and haven't loaded the modules yet? |
No it's compiled into the kernel
Quote: | Ok, then hdc should be your CD-Rom drive and you could use /dev/hdc to mount it. |
Except I get errors, saying that /dev/hdc isn't a valid block device. |
|
Back to top |
|
|
|
|
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
|
|