Re: [dev] [smdev] hotplugging

2016-07-13 Thread Cág
Hi, Some kind man from Alpine told me that to hot plug something like a bluetooth keyboard one has to restart X11. I thought that plugging USB mouse *is* hotplugging (and it works without restarting X11[1]), isn't it? I can't test anything else, because it's the only thing that I can "hot plug".

Re: [dev] [smdev] hotplugging

2016-06-26 Thread Cág
I suppose I should report it. smdev here is working, as well as hotplugging. Thanks to the devs. Cág

Re: [dev] [smdev] hotplugging

2016-06-25 Thread Markus Wichmann
On Sat, Jun 25, 2016 at 09:39:48PM +0100, Dimitris Papastamos wrote: > Try echo `which smdev` > /proc/sys/kernel/hotplug Erm... you want to add some more layers of evaluation? Why not just this? which smdev >/proc/sys/kernel/hotplug JM2C, Markus

Re: [dev] [smdev] hotplugging

2016-06-25 Thread Cág
Dimitris Papastamos wrote: Try echo `which smdev` > /proc/sys/kernel/hotplug and then run smdev -s. ...but smdev -s works, and /dev/snd is changed to "audio"...

Re: [dev] [smdev] hotplugging

2016-06-25 Thread Cág
Dimitris Papastamos wrote: Try echo `which smdev` > /proc/sys/kernel/hotplug and then run smdev -s. I've tried that too. It says "can't create /proc/sys/kernel/hotplug: No such file or directory". Cág

Re: [dev] [smdev] hotplugging

2016-06-25 Thread Dimitris Papastamos
On Sat, Jun 25, 2016 at 11:25:50PM +0300, Cág wrote: > Hi lads, > > Could ye please point me to the right solution? I'm trying to > replace udev with > smdev. Typing smdev returns me > "Environment not set up correctly for hotplugging". Try echo `which smdev` > /proc/sys/kernel/hotplug and then r

[dev] [smdev] hotplugging

2016-06-25 Thread Cág
Hi lads, Could ye please point me to the right solution? I'm trying to replace udev with smdev. Typing smdev returns me "Environment not set up correctly for hotplugging". From smdev.c[0] I see that it puts the message if dohotplug() < 0, though I'm not really sure what that means. What I'v