my kernel won't recognize ide drives

2010-03-18 Thread Scott Kopel
I recently built a system following the lfs 6.5 book exactly. The only 
difference in my distro is that I used kernel 2.6.30.10 instead of the 
suggested 2.6.30.2 kernel. 

In compiling the kernel I used all the default settings except the following:
--I disabled loadable kernel modules
--I added the drivers for my nic
--I added limit and recent match support in the netfiltering section
--I changed the processor family to athlon/duron

The system harddrive is a sata and it all works perfectly. My problem is that I 
have a several pata (ide) drives that I'd like to add to the system. The kernel 
doesn't recognize them. fdisk -l shows only sda and in /dev the only harddrive 
listed is sda. I ran dmesg | grep hd and found no references to hdx drives. I 
ran dmesg | grep sd and found only a reference to sda.

I took the kernel from a Knoppix installation (2.6.32.6) and booted my lfs 
system with it and all the drives including the pata (ide) drives now appear. 
This leads me to believe that my problem is with my kernel configuration.

So the question is what kernel configuration changes do I have to make to get 
the kernel to recognize my ide drives? I realize that new kernels name ide 
drives sdx and that's fine. I don't need them to be labeled hdx. I simply want 
them to be recognized by the kernel.

Thank you for helping with this issue which is stumping me.

Scott Kopel
English Department
Florida State University
850 339 0523
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: LFS-Book 6.3 Chap 5.7 Adjusting The Toolchain Error?

2010-03-18 Thread Franz L. Kuhlmann

Hi,
from community reactions to subject mail I gather the problem (as usual) 
is in front my display.
When starting my third round of LFS, I am going to use  LFS 6.3 LiveCD 
as host system for LFS book 6-5 (-6?).

Thank you.
attachment: f_kuhlmann.vcf-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: my kernel won't recognize ide drives

2010-03-18 Thread William Immendorf
On Thu, Mar 18, 2010 at 2:24 PM, Scott Kopel sko...@fsu.edu wrote:
 So the question is what kernel configuration changes do I have to make to get 
 the kernel to recognize my ide drives? I realize that new kernels name ide 
 drives sdx and that's fine. I don't need them to be labeled hdx. I simply 
 want them to be recognized by the kernel.
Look in Device Drivers- Sereal ATA and Parallel ATA drivers, and you
should see PATA and SATA drivers. Enable one that matches your hard
disk controller, or just enable Generic ATA Support.



-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--

Every nonfree program has a lord, a master --
and if you use the program, he is your master.  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: my kernel won't recognize ide drives

2010-03-18 Thread Ken Moffat
On 18 March 2010 19:24, Scott Kopel sko...@fsu.edu wrote:

 The system harddrive is a sata and it all works perfectly. My problem is that 
 I have a several pata (ide) drives that I'd like to add to the system. The 
 kernel doesn't recognize them. fdisk -l shows only sda and in /dev the only 
 harddrive listed is sda. I ran dmesg | grep hd and found no references to hdx 
 drives. I ran dmesg | grep sd and found only a reference to sda.

 I took the kernel from a Knoppix installation (2.6.32.6) and booted my lfs 
 system with it and all the drives including the pata (ide) drives now appear. 
 This leads me to believe that my problem is with my kernel configuration.

 So the question is what kernel configuration changes do I have to make to get 
 the kernel to recognize my ide drives? I realize that new kernels name ide 
 drives sdx and that's fine. I don't need them to be labeled hdx. I simply 
 want them to be recognized by the kernel.

 In menuconfig, device drivers, Serial ATA and Parallel ATA drivers -
the PATA drivers start with 'ACPI firmware driver for PATA' and continue
to the end of that section.  Use lspci, and google, and the help for the
driver options, to determine which is appropriate for the chipset(s) on
your motherboard.

 This is probably a case where keeping the original kernel and modules
is a good idea, just in case adding drivers means the existing sda becomes
something else  (which will play havoc with /etc/fstab).  I recommend
adding an EXTRAVERSION for the new kernel, and giving the bzimage a
unique name (or 'an unique name' for some of the people here).

 If the new drives appear, but cause your existing drive to 'move',
revert to the original kernel and then I would mount by label or by
uuid (man fstab).

 As always, backups are a good idea, but with luck it will be a walk in
the park.

ĸen
-- 
After tragedy, and farce, OMG poneys!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: my kernel won't recognize ide drives

2010-03-18 Thread Andrew Benton
On 18/03/10 19:24, Scott Kopel wrote:
 So the question is what kernel configuration changes do I have to make to get 
 the kernel to recognize my ide drives?

It would help if we could see the output of lspci (from pciutils)
http://www.linuxfromscratch.org/blfs/view/svn/general/pciutils.html

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: my kernel won't recognize ide drives

2010-03-18 Thread linux fan
On 3/18/10, Andrew Benton b3n...@gmail.com wrote:
 On 18/03/10 19:24, Scott Kopel wrote:
 So the question is what kernel configuration changes do I have to make to
 get the kernel to recognize my ide drives?

I have old system with IDE drives and addon cards for sata dirves.
The systems sees tht IDE drives as hd and the SATA drives as sd.

grep ^[^#].*IDE\|^[^#].*ATA /boot/config-$(uname -r)
Shows these are in my config:

CONFIG_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_TIMINGS=y
CONFIG_IDE_ATAPI=y
CONFIG_IDE_GD=y
CONFIG_IDE_GD_ATA=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
CONFIG_IDE_PROC_FS=y
CONFIG_BLK_DEV_IDEDMA_SFF=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_ATA=y
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
CONFIG_SATA_SIL24=y
CONFIG_ATA_SFF=y
CONFIG_SATA_PROMISE=y
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


Re: fstab dump/fs_freq

2010-03-18 Thread Trent Shea
On Wednesday 17 March 2010 22:07:19 Bruce Dubbs wrote:
  Marking something true when it's not used seems incorrect to me, even 
  if it doesn't hurt anything.
 
 It is true.  The partition is one that is eligible to be dumped.  Just 
 because the only program that uses the field isn't installed, doesn't 
 make the field wrong.

Fair enough, but this still feels 'off'.


-- 
Regards,
Trent.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page


urgent help

2010-03-18 Thread Boney Mylady
Hello all,
  I'm trying to install player/stage program in mac..But I'm getting
the following as my output when I run 'make install' command.

make[3]: Nothing to be done for `install-data-am'.
Making install in doc
Making install in images
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.

regards,
boney
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page