Discussion:
udev: invalid KERNEL operation
(too old to reply)
Marco
2006-05-19 14:30:42 UTC
Permalink
Hi everybody,
I have installed Debian Etch with a custom kernel version 2-6-15.
I have removed hotplug package and I have installed the udev package.
I have installed the hsfmodem driver downloaded from http://www.linuxant.com
and now when my system boot I have the following errors:

May 19 16:03:12 localhost udevd[1044]: add_to_rules: invalid KERNEL
operation
May 19 16:03:12 localhost udevd[1044]: add_to_rules: invalid rule
'/etc/udev/rules.d/hsf.rules:1'

This is the file "/etc/udev/rules.d/hsf.rules":

KERNEL="ttySHSF0", SYMLINK="modem"

During the hsfmodem driver installation I have this output_
...
Config for modem unit 0: /dev/ttySHSF0
Device instance: 0-PCI-80881:255A-1011:0565
HW revision : CXT29 SSD=25 LSD=0x11
HW profile name: hsfmc97ich
Registration ID: 3A9C-9CA1-974G
License owner : myemail
License key : FREE
License status : FREE (max 14.4kbps data only)
Current region : ITALY (T.35 code: 0059)

The /dev/modem alias (symlink) points to /dev/ttySHSF0
...

I don't know udev :-(

Could you help me?
Thanks

Marco
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Wackojacko
2006-05-19 14:40:11 UTC
Permalink
Post by Marco
Hi everybody,
I have installed Debian Etch with a custom kernel version 2-6-15.
I have removed hotplug package and I have installed the udev package.
I have installed the hsfmodem driver downloaded from
http://www.linuxant.com
May 19 16:03:12 localhost udevd[1044]: add_to_rules: invalid KERNEL
operation
May 19 16:03:12 localhost udevd[1044]: add_to_rules: invalid rule
'/etc/udev/rules.d/hsf.rules:1'
KERNEL="ttySHSF0", SYMLINK="modem"
During the hsfmodem driver installation I have this output_
...
Config for modem unit 0: /dev/ttySHSF0
Device instance: 0-PCI-80881:255A-1011:0565
HW revision : CXT29 SSD=25 LSD=0x11
HW profile name: hsfmc97ich
Registration ID: 3A9C-9CA1-974G
License owner : myemail
License key : FREE
License status : FREE (max 14.4kbps data only)
Current region : ITALY (T.35 code: 0059)
The /dev/modem alias (symlink) points to /dev/ttySHSF0
...
I don't know udev :-(
Could you help me?
Thanks
Marco
This has come a few times over the past week. In case you missed it,
the new version of udev requires you to use "==" for comparison and not
just "="

ie KERNEL=="ttySHSF0"

hth

Wackojacko
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Andrew Schulman
2006-05-19 15:20:16 UTC
Permalink
Post by Wackojacko
Post by Marco
KERNEL="ttySHSF0", SYMLINK="modem"
This has come a few times over the past week. In case you missed it,
the new version of udev requires you to use "==" for comparison and not
just "="
Yeah, threw me for a loop until I figured it out.
--
To UNSUBSCRIBE, email to debian-user-***@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact ***@lists.debian.org
Loading...