All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] 2.6.29-rc3 reiser problem?
Date: Mon, 02 Feb 2009 09:30:57 -0500	[thread overview]
Message-ID: <1233585057.13342.6.camel@dv> (raw)
In-Reply-To: <op.uonkj0e5bfhsxt@l2.justus>

On Sun, 2009-02-01 at 13:13 +1000, Brian wrote:
> Hi,
> Finally got back to testing the wireless kernel, distracted for a bit:)
> 
> make/make modules/install all work.
> 
> when I run mkinitrd I get the output below.
> Not sure why the modules are not found?
> Found a message to say that these messages may occur if the module is now  
> compiled in.
> 
> In a message from Linus re rc3 http://lkml.org/lkml/2009/1/28/277 there is  
> a note
> Alexey Dobriyan (37):
>        fs/Kconfig: move reiserfs out
> 
> Now I do not understand exactly what that means, but my system with the  
> rc3 kernel will not boot.

It means that reiserfs parts of fs/Kconfig were moved to
fs/reiserfs/Kconfig.

> My whole system runs fine on reiserfs with 2.6.27.7-9-default  .
> i.e. the 11N has been up for a month with no problems.
> 
> Are there changes I have to make in the config for reiserfs?

No configuration changes should be needed.

> mkinitrd -k vmlinuz-2.6.29-rc3-wl-W -i initrd-2.6.29-rc3-wl-W
> 
> Kernel image:   /boot/vmlinuz-2.6.29-rc3-wl-W
> Initrd image:   /boot/initrd-2.6.29-rc3-wl-W
> Root device:    /dev/sda7 (mounted on / as reiserfs)
> Resume device:  /dev/disk/by-id/ata-IC25N060ATMR04-0_MRG30HKCJUH7WH-part5  
> (/dev/sda5)
> FATAL: Module ata_piix not found.
> WARNING: no dependencies for kernel module 'ata_piix' found.
> FATAL: Module ata_generic not found.
> WARNING: no dependencies for kernel module 'ata_generic' found.
> FATAL: Module reiserfs not found.
> WARNING: no dependencies for kernel module 'reiserfs' found.
> FATAL: Module edd not found.
> WARNING: no dependencies for kernel module 'edd' found.
> FATAL: Module sd_mod not found.
> WARNING: no dependencies for kernel module 'sd_mod' found.
> FATAL: Module usbcore not found.
> WARNING: no dependencies for kernel module 'usbcore' found.
> FATAL: Module ohci_hcd not found.
> WARNING: no dependencies for kernel module 'ohci_hcd' found.
> FATAL: Module uhci_hcd not found.
> WARNING: no dependencies for kernel module 'uhci-hcd' found.
> FATAL: Module ehci_hcd not found.
> WARNING: no dependencies for kernel module 'ehci_hcd' found.

Make sure that all the above code is compiled into the kernel.
Alternatively, make them all modules.

As for the problem, you need to capture the boot error.  You'll get
better help in a group more relevant to that message.  Maybe try a list
for OpenSUSE.

-- 
Regards,
Pavel Roskin

  parent reply	other threads:[~2009-02-02 14:30 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-13 13:40 [ath9k-devel] [PATCH v3 00/11] ath9k: add preliminary support for the AR913x SoCs Gabor Juhos
2009-01-13 13:40 ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 01/11] ath9k: convert to struct device Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 02/11] ath9k: convert to use bus-agnostic DMA routines Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 03/11] ath9k: introduce bus specific cache size routine Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 04/11] ath9k: introduce bus specific cleanup routine Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 05/11] ath9k: move PCI code into separate file Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 06/11] ath9k: introduce platform driver for AHB bus support Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 07/11] ath9k: get EEPROM contents from platform data on AHB bus Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 08/11] ath9k: remove (u16) casts from rtc register access Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 09/11] ath9k: fix ar5416Addac_9100 values Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 10/11] ath9k: fix null pointer dereference in ani monitor code Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-01-13 13:40 ` [ath9k-devel] [PATCH v3 11/11] ath9k: enable support for AR9100 Gabor Juhos
2009-01-13 13:40   ` Gabor Juhos
2009-02-01  3:13   ` [ath9k-devel] 2.6.29-rc3 reiser problem? Brian
2009-02-01 23:51     ` Luis R. Rodriguez
2009-02-02  1:21       ` Brian
2009-02-02  3:28         ` Luis R. Rodriguez
2009-02-02 10:18           ` Brian
2009-02-02 14:30     ` Pavel Roskin [this message]
2009-02-03  7:06       ` Brian
2009-02-03 22:17         ` Pavel Roskin
2009-01-13 21:38 ` [ath9k-devel] [PATCH v3 00/11] ath9k: add preliminary support for the AR913x SoCs Pavel Roskin
2009-01-13 21:38   ` Pavel Roskin
2009-01-14 19:15   ` [ath9k-devel] " Gabor Juhos
2009-01-14 19:15     ` Gabor Juhos
2009-01-14 22:02     ` [ath9k-devel] " Pavel Roskin
2009-01-14 22:02       ` Pavel Roskin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1233585057.13342.6.camel@dv \
    --to=proski@gnu.org \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.