Re: RFD: Rework/extending functionality of mdev

2015-03-10 Thread Harald Becker
Hi Laurent ! 1) Starting up a system with mdev usually involves the same steps to mount proc, sys and a tmpfs on dev, then adding some subdirectories to /dev, setting owner, group and permissions, symlinking some entries and possibly mounting more virtual file systems. This work need to be

Re: RFD: Rework/extending functionality of mdev

2015-03-10 Thread Laurent Bercot
Hi Harald, I'm sorry if I came across as dismissive or strongly opposed to the idea. It was not my intent. My intent, as always, is to try and make sure that potential new code 1. is worth writing at all, and 2. is designed the right way. I don't object to discourage you, I object to generate

Re: RFD: Rework/extending functionality of mdev

2015-03-10 Thread Isaac Dunham
On Tue, Mar 10, 2015 at 01:37:41PM +0100, Harald Becker wrote: Hi Laurent ! ... I dislike the idea of integrating early init functions into mdev, because those functions are geographically (as in the place where they're performed) close to mdev, but they have nothing to do with mdev

Re: RFD: Rework/extending functionality of mdev

2015-03-10 Thread Harald Becker
Hi, getting hints and ideas from Laurent and Natanael, I found we can get most flexibility, when when try to do some modularization of the steps done by mdev. At fist there are two different kinds of work to deal with: 1) The overall operation and usage of netlink 2) Extending the mdev.conf

mdev and usb device node creation

2015-03-10 Thread Dallas Clement
Greetings: I am using an older version of busybox (1.7.0) with a newer linux kernel (3.10) and trying to get it to discover and dynamically create usb device nodes underneath /dev/bus/usb. This doesn't seem to work when I execute mdev with the -s option. Can someone please tell me if this

Re: mdev and usb device node creation

2015-03-10 Thread Dallas Clement
On Tue, Mar 10, 2015 at 4:48 PM, Harald Becker ra...@gmx.de wrote: Hi Dallas ! I am using an older version of busybox (1.7.0) with a newer linux kernel (3.10) and trying to get it to discover and dynamically create usb device nodes underneath /dev/bus/usb. This doesn't seem to work when

Re: busybox bugzilla down?

2015-03-10 Thread Jim Keniston
On Tue, 2015-03-10 at 22:49 +0100, Bernhard Reutner-Fischer wrote: On March 10, 2015 10:13:42 PM GMT+01:00, Bernhard Reutner-Fischer rep.dot@gmail.com wrote: On March 10, 2015 9:55:07 PM GMT+01:00, Jim Keniston jkeni...@linux.vnet.ibm.com wrote: When I try to visit

Re: mdev and usb device node creation

2015-03-10 Thread Harald Becker
Hi Dallas ! Hi Harald, I was sort of expecting a mdev scan to discover and create device nodes for usb. Sounds like I need some rules defined in /etc/mdev.conf. I just have a default one. What consider you a default one? There are so many distros and systems out in the wild, even the