Re: ATAPI CD-ROM Drive Issue

2006-02-20 Thread David R. Litwin
When I issue the command line of:
 
apt-get install gcc kernel-package 
kernel-source-2.4.18 libc6-dev tk8.3 libncurses5-dev 
fakeroot
  

How do I know the exact names for the available 
packages for this project?  Are these names aliases that point somewhere to 
the precise package?Firstly, under the new naming system, kernel-source is now linux-source. But, I think I've already written that.Secondly, by typing apt-get install linux-source without any specification, you will be asked to choose which version you want. Depending on what repositories are active in your 
sources.list, it will give you options respective to those repositories. If, say, you are using stable or testing and want an unstable kernel from debian (2.6.15), you must either stick the unstable repository address in to your 
sources.list or you must download the package from http://pdo.debian.net/#search_packages.Or, if you know the name, input that.I hope that that is clear: I find it very hard to write good E-Mails.
Have fun.Post Scriptum: Please send your responses to the mailing list and not th individual. That way, every one can benefit from the illuminatuions contained there-in (to put it humbly ;-) ).
-- —A watched bread-crumb never boils.—My hover-craft is full of eels.—[...]and that's the he and the she of it.


Re: ATAPI CD-ROM Drive Issue

2006-02-19 Thread David R. Litwin
On topic with that, does anyone have a link for 
recompiling the kernel in Debian, preferably  as a step-by-step?  I 
*need* the SMP support, and I'd like a highly secure (read:  REAL CURRENT) 
kernel.

http://newbiedoc.sourceforge.net/system/kernel-pkg.htmlIt is a tad old, but you can simply replace the old kernel-source naming-system with the newer linux-source namimng system.
-- —A watched bread-crumb never boils.—My hover-craft is full of eels.—[...]and that's the he and the she of it.


ATAPI CD-ROM Drive Issue

2006-02-19 Thread Charles



Anyone been reporting an issue with kernel 
2.6.8-2-SMP and ATAPI CD-ROM's?  I have a Creative Labs 12/10/32 on my test 
bed and the new kernel version causes it to not exist.  The default 
2.4.27-2 (non-SMP) lets it work just fine.
 
On topic with that, does anyone have a link for 
recompiling the kernel in Debian, preferably  as a step-by-step?  I 
*need* the SMP support, and I'd like a highly secure (read:  REAL CURRENT) 
kernel.