mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* udev-067 and 2.6.12?
@ 2005-08-16 22:02 Alistair John Strachan
  2005-08-16 22:05 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair John Strachan @ 2005-08-16 22:02 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

Hi,

I just tried upgrading udev 053 to 067 on a 2.6.12 system and although the 
system booted, firmware_class failed to upload the firmware for my wireless 
card, prism54 was no longer auto loaded, etc. Even manually loading the 
driver didn't help.

Any reason why 067 wouldn't work with 2.6.12? Do you have to do something 
special with hotplug prior to upgrading?

-- 
Cheers,
Alistair.

'No sense being pessimistic, it probably wouldn't work anyway.'
Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev-067 and 2.6.12?
  2005-08-16 22:02 udev-067 and 2.6.12? Alistair John Strachan
@ 2005-08-16 22:05 ` Greg KH
  2005-08-16 22:12   ` Alistair John Strachan
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2005-08-16 22:05 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: linux-kernel

On Tue, Aug 16, 2005 at 11:02:00PM +0100, Alistair John Strachan wrote:
> Hi,
> 
> I just tried upgrading udev 053 to 067 on a 2.6.12 system and although the 
> system booted, firmware_class failed to upload the firmware for my wireless 
> card, prism54 was no longer auto loaded, etc. Even manually loading the 
> driver didn't help.
> 
> Any reason why 067 wouldn't work with 2.6.12? Do you have to do something 
> special with hotplug prior to upgrading?

What distro are you using?  What rules file are you using?

067 should work just fine for you, it is for a lot of Gentoo and SuSE
users right now, on 2.6.12.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev-067 and 2.6.12?
  2005-08-16 22:05 ` Greg KH
@ 2005-08-16 22:12   ` Alistair John Strachan
  2005-08-16 22:14     ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair John Strachan @ 2005-08-16 22:12 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

On Tuesday 16 August 2005 23:05, Greg KH wrote:
> On Tue, Aug 16, 2005 at 11:02:00PM +0100, Alistair John Strachan wrote:
> > Hi,
> >
> > I just tried upgrading udev 053 to 067 on a 2.6.12 system and although
> > the system booted, firmware_class failed to upload the firmware for my
> > wireless card, prism54 was no longer auto loaded, etc. Even manually
> > loading the driver didn't help.
> >
> > Any reason why 067 wouldn't work with 2.6.12? Do you have to do something
> > special with hotplug prior to upgrading?
>
> What distro are you using?  What rules file are you using?
>
> 067 should work just fine for you, it is for a lot of Gentoo and SuSE
> users right now, on 2.6.12.
>

An LFS from April 05, with the stock 50-udev.rules, 25-lfs.rules (which 
doesn't do anything suspicious, I think; certainly nothing related to my 
problem).

25-lfs.rules does duplicate some of the things in 50-udev.rules, but I think 
that's deliberate (they want to interfere with the stock install as little as 
possible, and the overrides take precedence). I've put my /etc/udev directory 
unmodified up here:

http://devzero.co.uk/~alistair/udev/

If I reinstall 053 and reboot, everything that's broken on 067 works again. Do 
you need a specific hotplug installed?

-- 
Cheers,
Alistair.

'No sense being pessimistic, it probably wouldn't work anyway.'
Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev-067 and 2.6.12?
  2005-08-16 22:12   ` Alistair John Strachan
@ 2005-08-16 22:14     ` Greg KH
  2005-08-16 23:09       ` Kay Sievers
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2005-08-16 22:14 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: linux-kernel

On Tue, Aug 16, 2005 at 11:12:26PM +0100, Alistair John Strachan wrote:
> On Tuesday 16 August 2005 23:05, Greg KH wrote:
> > On Tue, Aug 16, 2005 at 11:02:00PM +0100, Alistair John Strachan wrote:
> > > Hi,
> > >
> > > I just tried upgrading udev 053 to 067 on a 2.6.12 system and although
> > > the system booted, firmware_class failed to upload the firmware for my
> > > wireless card, prism54 was no longer auto loaded, etc. Even manually
> > > loading the driver didn't help.
> > >
> > > Any reason why 067 wouldn't work with 2.6.12? Do you have to do something
> > > special with hotplug prior to upgrading?
> >
> > What distro are you using?  What rules file are you using?
> >
> > 067 should work just fine for you, it is for a lot of Gentoo and SuSE
> > users right now, on 2.6.12.
> >
> 
> An LFS from April 05, with the stock 50-udev.rules, 25-lfs.rules (which 
> doesn't do anything suspicious, I think; certainly nothing related to my 
> problem).

There are no "stock" udev rules anymore.  That's probably the issue, all
of the distros made their own, so we provide them in the tarball.  I
suggest you talk to the LFS people about this.

> 25-lfs.rules does duplicate some of the things in 50-udev.rules, but I think 
> that's deliberate (they want to interfere with the stock install as little as 
> possible, and the overrides take precedence). I've put my /etc/udev directory 
> unmodified up here:
> 
> http://devzero.co.uk/~alistair/udev/

s/=/==/ for most of your rules and see if that works.

> If I reinstall 053 and reboot, everything that's broken on 067 works again. Do 
> you need a specific hotplug installed?

You shouldn't.

You also might want to take this to the linux-hotplug-devel mailing
list, as that's the proper place for udev issues.

good luck,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev-067 and 2.6.12?
  2005-08-16 22:14     ` Greg KH
@ 2005-08-16 23:09       ` Kay Sievers
  2005-08-16 23:33         ` Alistair John Strachan
  0 siblings, 1 reply; 6+ messages in thread
From: Kay Sievers @ 2005-08-16 23:09 UTC (permalink / raw)
  To: Greg KH; +Cc: Alistair John Strachan, linux-kernel

On Tue, Aug 16, 2005 at 03:14:50PM -0700, Greg KH wrote:
> On Tue, Aug 16, 2005 at 11:12:26PM +0100, Alistair John Strachan wrote:
> > On Tuesday 16 August 2005 23:05, Greg KH wrote:
> > > On Tue, Aug 16, 2005 at 11:02:00PM +0100, Alistair John Strachan wrote:
> > > > Hi,
> > > >
> > > > I just tried upgrading udev 053 to 067 on a 2.6.12 system and although
> > > > the system booted, firmware_class failed to upload the firmware for my
> > > > wireless card, prism54 was no longer auto loaded, etc. Even manually
> > > > loading the driver didn't help.
> > > >
> > > > Any reason why 067 wouldn't work with 2.6.12? Do you have to do something
> > > > special with hotplug prior to upgrading?
> > >
> > > What distro are you using?  What rules file are you using?
> > >
> > > 067 should work just fine for you, it is for a lot of Gentoo and SuSE
> > > users right now, on 2.6.12.
> > >
> > 
> > An LFS from April 05, with the stock 50-udev.rules, 25-lfs.rules (which 
> > doesn't do anything suspicious, I think; certainly nothing related to my 
> > problem).
> 
> There are no "stock" udev rules anymore.  That's probably the issue, all
> of the distros made their own, so we provide them in the tarball.  I
> suggest you talk to the LFS people about this.
> 
> > 25-lfs.rules does duplicate some of the things in 50-udev.rules, but I think 
> > that's deliberate (they want to interfere with the stock install as little as 
> > possible, and the overrides take precedence). I've put my /etc/udev directory 
> > unmodified up here:
> > 
> > http://devzero.co.uk/~alistair/udev/
> 
> s/=/==/ for most of your rules and see if that works.
> 
> > If I reinstall 053 and reboot, everything that's broken on 067 works again. Do 
> > you need a specific hotplug installed?

Do you provide hooks for handling /etc/hotplug.d/? We are on the way of
getting rid of that directory and recent udev versions don't handle
that by default anymore. If you don't know, read the udev RELEASE-NOTES.

Kay

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev-067 and 2.6.12?
  2005-08-16 23:09       ` Kay Sievers
@ 2005-08-16 23:33         ` Alistair John Strachan
  0 siblings, 0 replies; 6+ messages in thread
From: Alistair John Strachan @ 2005-08-16 23:33 UTC (permalink / raw)
  To: Kay Sievers; +Cc: Greg KH, linux-kernel

On Wednesday 17 August 2005 00:09, Kay Sievers wrote:
[snip]
>
> Do you provide hooks for handling /etc/hotplug.d/? We are on the way of
> getting rid of that directory and recent udev versions don't handle
> that by default anymore. If you don't know, read the udev RELEASE-NOTES.
>
> Kay

I read the document, fixed the rules, and it works again. I've sent additional 
emails to the correct list this time outlining some other problems. I suspect 
they, too, are hotplug related.

(In future I'll read the documentation available in its entirety before 
pestering people. However, the way udev works is constantly changing and the 
problem I was seeing was seemingly inconsistent with an otherwise working 
udev, which made me think the problem was more deep seated..)

-- 
Cheers,
Alistair.

'No sense being pessimistic, it probably wouldn't work anyway.'
Third year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-08-16 23:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-16 22:02 udev-067 and 2.6.12? Alistair John Strachan
2005-08-16 22:05 ` Greg KH
2005-08-16 22:12   ` Alistair John Strachan
2005-08-16 22:14     ` Greg KH
2005-08-16 23:09       ` Kay Sievers
2005-08-16 23:33         ` Alistair John Strachan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®