[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SOLVED: dvd + cdrw + modules = problems



>From ronin2@bellatlantic.net on Friday, 2003-03-14 at 19:59:32 -0500:
> On Fri, 14 Mar 2003 17:00:21 -0500
> Matthew Weier O'Phinney <matthew@weierophinney.net> wrote:
> 
> > 
> > (and it *IS* the Debian way to put modules you want loaded at boot in
> > /etc/modules! Just not options, etc. My bad. Though it *does* work!)
> 
> Isn't the Debian Way to put a list of modules you want loaded at boot in
> /etc/modules, and the options to be passed in
> /etc/modutils/<name_of_module> ?
> 
> Kevin

This is what I have done, and it works.  Thanks to all who have
contributed with their comments and suggestions.  For the record,
here is my setup:

----------------------
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

ide-cd
ide-scsi
----------------------
/etc/modutils/cdrw:

options ide-cd ignore=hdd

----------------------
No boot options.  Initially I had

hdc=ide-cd hdd=ide-scsi

as boot options, but I deleted them and it made
no difference, so they remain deleted.
--------------------------------------
# /etc/fstab: static file system information.
#
/dev/hda6  /       reiserfs  defaults        0 0
/dev/hda5  none    swap      sw              0 0
proc       /proc   proc      defaults        0 0
/dev/fd0   /floppy auto      user,noauto     0 0
/dev/hdc   /cdrom  iso9660   ro,user,noauto  0 0
/dev/scd0  /cdrw   iso9660   ro,user,noauto  0 0

--------------------------------------

The only remaining problem---not really a "problem"
in the sense that I can do everything I need
to do, but more of a loose end---is that I get
the following messages at boot.

Is this a kernel bug?  Why does it load all these
extra unneeded modules?  I have not requested them.

Conrad

isofs                  26548   0 (autoclean)
vfat                   10860   0 (autoclean)
fat                    32760   0 (autoclean) [vfat]
ext2                   35616   0 (autoclean)
ext3                   65408   0 (autoclean)
jbd                    42368   0 (autoclean) [ext3]

---------------------------------------------------

SiS5513
    ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST380021A, ATA DISK drive
hdc: SAMSUNG DVD-ROM SD-616T, ATAPI CD/DVD-ROM drive
hdd: LITE-ON LTR-40125S, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 156301488 sectors (80026 MB) w/2048KiB Cache, CHS=155061/16/63
Partition check:
 /dev/ide/host0/bus0/target0/lun0: [PTBL] [9729/255/63] p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 p11 p12 >
Journalled Block Device driver loaded
VFS: Can't find ext3 filesystem on dev ide0(3,6).
VFS: Can't find ext2 filesystem on dev ide0(3,6).
FAT: bogus logical sector size 0
VFS: Can't find a valid FAT filesystem on dev 03:06.
Unable to identify CD-ROM format.
reiserfs: checking transaction log (device 03:06) ...
Using r5 hash to sort names
ReiserFS version 3.6.25
Adding Swap: 2048248k swap-space (priority -1)
Real Time Clock Driver v1.10e
hdc: ATAPI 48X DVD-ROM drive, 512kB Cache
Uniform CD-ROM driver Revision: 3.12
ide-cd: ignoring drive hdd
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
   Vendor: LITE-ON   Model: LTR-40125S        Rev: ZS0K
   Type:   CD-ROM                             ANSI SCSI revision: 02



Reply to: