On Wed, Apr 23, 2008 at 10:53:48PM +0200, Rainer Dorsch wrote:
> Am Mittwoch, 23. April 2008 schrieb Julien BLACHE:
> > Johannes Meixner <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > >> umax1220u scripts are started in a sequence (i.e. not in parallel, when
> > >> one is completed the next one sta
Rainer Dorsch <[EMAIL PROTECTED]> wrote:
Hi,
>> Chances are the coldplugging happens from the initrd and your script
>> isn't available in the initrd. So check that.
>
> How would I check if coldplugging happens from the initrd?
Well anyway it should be redone once the root FS is mounted and th
Am Samstag, 26. April 2008 schrieb Julien BLACHE:
> Rainer Dorsch <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> > The script works now reasonably robust (for now) when I plug the USB
> > scanner. My problem is though, that the script does not get called when I
> > boot the system and the scanner is plugge
Rainer Dorsch <[EMAIL PROTECTED]> wrote:
Hi,
> The script works now reasonably robust (for now) when I plug the USB scanner.
> My problem is though, that the script does not get called when I boot the
> system and the scanner is plugged already during bootup. Why is this?
Chances are the coldp
Am Donnerstag, 24. April 2008 schrieb Julien BLACHE:
> Johannes Meixner <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> >> > Be careful with the labels you use. Always use a unique label name, or
> >> > you're asking for troubles. (been there, done that, accidentally
> >> > rendered a number of systems unbo
Hello,
On Apr 24 22:45 Julien BLACHE wrote (shortened):
> udev is an incredible piece of crap, but the good news is that this
> piece of crap is mostly stable those days. Which is a big step forward
> already.
>
> (and I'll refrain from saying anything at all about the genius who
> invented udev
Johannes Meixner <[EMAIL PROTECTED]> wrote:
Hi,
>> > Be careful with the labels you use. Always use a unique label name, or
>> > you're asking for troubles. (been there, done that, accidentally
>> > rendered a number of systems unbootable due to that ...)
>
> Many thanks for this enlightening inf
Johannes,
Am Donnerstag, 24. April 2008 schrieb Johannes Meixner:
> Hello,
>
> On Apr 23 22:53 Rainer Dorsch wrote:
> > Am Mittwoch, 23. April 2008 schrieb Julien BLACHE:
> > > Johannes Meixner <[EMAIL PROTECTED]> wrote:
> > >
> > > Hi,
> > >
> > > >> umax1220u scripts are started in a sequence (i
Hello,
On Apr 23 22:53 Rainer Dorsch wrote:
> Am Mittwoch, 23. April 2008 schrieb Julien BLACHE:
> > Johannes Meixner <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > >> umax1220u scripts are started in a sequence (i.e. not in parallel, when
> > >> one is completed the next one starts).
> >
> > Whe
Am Mittwoch, 23. April 2008 schrieb Julien BLACHE:
> Johannes Meixner <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> >> umax1220u scripts are started in a sequence (i.e. not in parallel, when
> >> one is completed the next one starts).
>
> When troubleshooting udev rules, use udevmonitor to actually see
>
Johannes Meixner <[EMAIL PROTECTED]> wrote:
Hi,
>> umax1220u scripts are started in a sequence (i.e. not in parallel, when one
>> is completed the next one starts).
When troubleshooting udev rules, use udevmonitor to actually see
what's happening in terms of udev events and their properties.
>
Hello,
On Apr 22 22:18 Rainer Dorsch wrote (shortened):
> I want to call a script after I plugged my USB scanner. I use udev for this
> by
> adding a rule
...
> SYSFS{idVendor}=="1606", SYSFS{idProduct}=="0010", MODE="0664",
> GROUP="scanner", NAME="umax%n", RUN+="/usr/local/bin/umax1220u star
Hello,
I want to call a script after I plugged my USB scanner. I use udev for this by
adding a rule
[EMAIL PROTECTED]:/etc/udev/rules.d$ cat z_local.rules
SYSFS{idVendor}=="1606", SYSFS{idProduct}=="0010", MODE="0664",
GROUP="scanner", NAME="umax%n", RUN+="/usr/local/bin/umax1220u start",
[EMA
13 matches
Mail list logo