On Sat, 24 Sep 2005 21:09:24 +0300, Dave Jones <davej@xxxxxxxxxx> wrote:
On Sat, Sep 24, 2005 at 02:07:48PM +0300, Efthym wrote: > e100: Unknown parameter `irq' Your /etc/modprobe.conf probably has an irq line in it for this module. Which is odd, as this module has never supported that parameter as far as I can tell. What has changed though is that we're now failing on unknown params instead of ignoring them. I should probably fix that up for the FC4 kernel. Dave
You're right. there was an "options e100 irq=11" in my modprobe.conf. Don't know how it got there, but I know that it's gone now :). This was disregarded by previous kernels.
Thanks for the tip Efthym