Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Can't mount cdrom?
Date: Sat, 24 Dec 2005 13:22:10
Message-Id: pan.2005.12.24.13.17.45.883751@cox.net
In Reply to: Re: [gentoo-amd64] Can't mount cdrom? by Peter Humphrey
1 Peter Humphrey posted <43AD1718.2070903@××××××××××.uk>, excerpted below,
2 on Sat, 24 Dec 2005 09:38:32 +0000:
3
4 > Peter Martin wrote:
5 >
6 >> I have;
7 >> udev 753M 2.6M 750M 1% /dev
8 >> none 753M 0 753M 0 /dev/shm
9 >
10 > I'm not sure whether we still need ide-cd for IDE CD ROMs. You could try
11 > "modprobe ide-cd" and then remounting. If that works, add "/dev/hdc=ide-cd"
12 > to the kernel parameters in grub.conf. In my case I have "/dev/hdd=ide-cd"
13 > for my CDRW drive, but as I said I'm not sure whether I still need it.
14
15 I believe yes, it is still needed. What's not needed any more (with
16 kernel 2.6) is the old scsi stuff (forgot what it was called) that was
17 needed to do CD burning (but not CD-ROM reading, IIRC) under kernel 2.4.
18 Under 2.4, ide-cd did CD reading, but not writing. It handles writing
19 too, under 2.6, so the extra stuff that was formerly needed for writing
20 isn't needed any longer.
21
22 Here, I compiled it, along with everything else I use routinely, directly
23 into the kernel. The only module stuff I have is stuff like printer and
24 scanner drivers, and ext2 and msdos filesystems (I've standardized on
25 reiserfs) that I seldom use, so don't want in locked memory, which is what
26 the kernel is. I'd have USB compiled in too, but there was (is?) a
27 bug where all it detects is the hub, if it's compiled in, and I was
28 running into that, so I /have/ to compile it as a module and load it
29 dynamically.
30
31 --
32 Duncan - List replies preferred. No HTML msgs.
33 "Every nonfree program has a lord, a master --
34 and if you use the program, he is your master." Richard Stallman in
35 http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html
36
37
38 --
39 gentoo-amd64@g.o mailing list