LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-01-2007, 10:10 AM   #1
fireball003
Member
 
Registered: Apr 2005
Location: Bangladesh
Distribution: Soalris10 , Slackware11
Posts: 54

Rep: Reputation: 15
DVD not mounting after kernel upgrade


Hi,
I was using Slackware 11 with 2.4.33.3 kernel. Then I mounted the DVD rom using "append=hdd=ide-scsi" command in lilo as told in the instruction. R

Recently upgraded my kernel to 2.6.17.13. But after kernel upgrade my DVD rom is not being mounted.

How can I solve this problem? IS there any command for automount or something?

Thanks in advance.
 
Old 04-01-2007, 11:26 AM   #2
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
What is the error message?
 
Old 04-01-2007, 11:50 AM   #3
fireball003
Member
 
Registered: Apr 2005
Location: Bangladesh
Distribution: Soalris10 , Slackware11
Posts: 54

Original Poster
Rep: Reputation: 15
Unfortunately there is no error message.

During boot time, it shows my cdrom as hdc and DVDrom as HDD. But I didn't get hdd in /dev folder.

Also I didn't get sr0 where I mount my DVD in previous kernel as scsi drive.
 
Old 04-01-2007, 11:58 AM   #4
General Failure
Member
 
Registered: Jan 2007
Location: Germany
Distribution: Slackware 13.37
Posts: 387

Rep: Reputation: 37
You don't need ide-scsi with 2.6 kernels. Since the drive is mentioned during boot, are you sure it is not in dev?
 
Old 04-01-2007, 12:34 PM   #5
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
can you post your /etc/fstab?
 
Old 04-01-2007, 01:53 PM   #6
fireball003
Member
 
Registered: Apr 2005
Location: Bangladesh
Distribution: Soalris10 , Slackware11
Posts: 54

Original Poster
Rep: Reputation: 15
My fstab is-
Quote:
/dev/hda3 swap swap defaults 0 0
/dev/hda1 / reiserfs defaults 1 1
/dev/hda5 /drive/native ext3 defaults 1 0
/dev/hda6 /drive/store vfat defaults 1 0
/dev/sda1 /drive/ext1 ntfs ro 1 0
/dev/sda2 /drive/ext2 vfat defaults 1 0
/dev/sda3 /drive/ext3 vfat defaults 1 0
/dev/sda4 /drive/ext4 vfat defaults 1 0
/dev/cdrom /mnt/cdrom auto noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
I tried several options in fstab like mounting as hdd or old sr0 ...but didn't work.


My dmesg is -
Quote:
.....
............................
ICH5: chipset revision 2
ICH5: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hdaMA, hdbio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdcMA, hddMA
Probing IDE interface ide0...
hda: SAMSUNG SP0802N, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: ASUS CRW-5224A, ATAPI CD/DVD-ROM drive
hdd: HL-DT-STDVD-ROM GDR8163B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 512KiB
hda: 156368016 sectors (80060 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 hda3 hda4 < hda5 hda6 >
hda2: <solaris: [s0] hda7 [s1] hda8 [s2] hda9 [s7] hda10 >
hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
libata version 1.20 loaded.
ata_piix 0000:00:1f.2: version 1.05
ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
ACPI: PCI Interrupt 0000:00:1f.2[A] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ata1: SATA max UDMA/133 cmd 0xE800 ctl 0xE402 bmdma 0xD800 irq 10
ata2: SATA max UDMA/133 cmd 0xE000 ctl 0xDC02 bmdma 0xD808 irq 10
ata1: SATA port has no device.
scsi0 : ata_piix
ata2: SATA port has no device.
scsi1 : ata_piix
........................
.......................
And I searched once again in /dev folder for hdd. But it was not there.

Last edited by fireball003; 04-01-2007 at 01:58 PM.
 
Old 04-01-2007, 02:32 PM   #7
simcox1
Member
 
Registered: Mar 2005
Location: UK
Distribution: Slackware
Posts: 794
Blog Entries: 2

Rep: Reputation: 30
So you've got two drives. The first is listed in fstab. The second isn't. If you add this to fstab it should be ok.

/dev/dvd /mnt/dvdrom auto noauto,owner,ro 0 0

Just make sure that /dev/dvd and /mnt/dvdrom actually exist, and create them if they don't. And also make sure /dev/dvd is linked to /dev/hdd.
 
Old 04-01-2007, 02:58 PM   #8
fireball003
Member
 
Registered: Apr 2005
Location: Bangladesh
Distribution: Soalris10 , Slackware11
Posts: 54

Original Poster
Rep: Reputation: 15
simcox1>> I guess you didn't read all my problems. The worst part of the problem is- there is no /dev/hdd in /dev folder. All other partitions [ sda, hda, hdc etc.] are there. But not that hdd. So, how can I create and/or mount that hdd??

Last edited by fireball003; 04-01-2007 at 03:00 PM.
 
Old 04-01-2007, 03:36 PM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I dunno, maybe try 'mknod' ?

http://www.linuxquestions.org/questi...d.php?t=540471

(I dunno if this will work or if it is a good idea ... try at your own risk )

Last edited by H_TeXMeX_H; 04-01-2007 at 03:37 PM.
 
Old 04-01-2007, 04:05 PM   #10
billairds
LQ Newbie
 
Registered: Feb 2007
Posts: 24

Rep: Reputation: 16
Smile dvd not mounting

After seeing your fstab and reviewing dmesg you have two cd/dvd devices and only one entery in fstab. you will also need a dir. to mount the second device.

here is my fstab: /dev/sda6 swap swap defaults 0 0
/dev/sda5 / reiserfs defaults 1 1
/dev/hda5 /mnt/hda5 reiserfs defaults 1 2
/dev/hda7 /mnt/hda7 ext2 defaults 1 2
/dev/hda8 /mnt/hda8 ext2 defaults 1 2
/dev/hda9 /mnt/hda9 ext2 defaults 1 2
/dev/sda1 /mnt/sda1 reiserfs defaults 1 2
/dev/hda1 /mnt/hda1 vfat defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,user,ro 0 0
/dev/sr0 /mnt/cdrom1 iso9660 user,noauto 0 0
/dev/sdb1 /mnt/memstick auto user,noauto,rw 0 0
/dev/fd0 /mnt/floppy vfat noauto,user,rw 0 0
none /proc/bus/usb usbfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0

dev/cdrom is the first device and dev/sro is the second device.

Hope this helps
 
Old 04-02-2007, 05:49 PM   #11
gmbastos
LQ Newbie
 
Registered: Apr 2007
Location: Brazil
Distribution: Slackware
Posts: 21

Rep: Reputation: 15
Any hardware change?

Just to be sure: have you kept your hardware exactly as it was just before the upgrade?

I mean: if you have switched either DVD drive or CD drive to another controller, it is possible that you have both drives configured as "slave" (or one as "slave" and the other as "cable select" when the cable selection should assign the other drive a "slave" condition). Just like it happened to me once.

Both Windows and Linux should detect both drives as one, though. But in Windows it can be unclear: to me it showed the media I inserted at each one alone as in drive E: and refused to mount both simultaneously, but no error message to the regular (non-admin users). The "eject" also ejected both trays at once.

This could explain why there isn't a /dev/hdd and the solution would just be plain sure there is only one "master" drive and only one "slave" drive.

If this holds true, after that Slackware should "discover" your /dev/hdd upon next boot.
 
Old 04-03-2007, 12:56 PM   #12
fireball003
Member
 
Registered: Apr 2005
Location: Bangladesh
Distribution: Soalris10 , Slackware11
Posts: 54

Original Poster
Rep: Reputation: 15
Nop. I thought about it. I tried eject button and only my CD-rom tray came out. Also I tried to mount in fstab as /dev/hdd or /dev/sr0 etc. but nothing worked.

Since it was newly installed and upgraded into kernel 2.6, so finally I decided to reinstall the system. This time I will not upgrade kernel, but use another kernel [probably 2.6.18 from testing folder of slcakware DVD] in parallel.

Thanks guys for your help.
 
  


Reply



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
[SOLVED] Suse 9.3 fail mounting dvd and dvd recorder enrico_dvchp Linux - Software 2 07-07-2006 11:48 AM
CDRW/DVD Combo Drive, DVD Not Mounting Wulfrunner Linux - Hardware 6 06-22-2006 08:48 AM
Can't access DVD after kernel upgrade shashilx SUSE / openSUSE 1 03-15-2006 10:43 AM
k3b DVD writing slow after kernel upgrade. mdkuser99 Linux - Software 5 02-01-2006 07:40 AM
ATAPI/IDE cdrom not mounting after kernel upgrade Ac1db0rN Slackware 4 04-15-2005 12:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:08 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration