[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <491D92EB.2030200@lwfinger.net>
Date: Fri, 14 Nov 2008 09:02:03 -0600
From: Larry Finger <Larry.Finger@...inger.net>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
Dominik Brodowski <linux@...inikbrodowski.net>
CC: LKML <linux-kernel@...r.kernel.org>,
linux-pcmcia@...ts.infradead.org
Subject: Strange behavior since commit 5fef0e5c
In testing kernel version 2.6.28-rc4 on my server that was running kernel
2.6.27, an external IDE disk system connected via a PCCard interface failed to
start because module ide_disk would not load. The console output is as follows:
finger@...ylap:~> sudo modprobe -v ide-disk
WARNING: module 'ide_gd_mod' is unsupported
FATAL: Module ide_disk not found.
I did not bisect this problem, but I believe that the following commit
introduced this change:
commit 5fef0e5c0283949f95a7891c9424a9f84448116b
Author: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Date: Fri Oct 17 18:09:12 2008 +0200
My work-around has been to change 'modprobe ide-disk' to 'modprobe ide-gd_mod'
in my startup. Please note that one of the underscores is changed to a hyphen.
Thanks,
Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists