On Fri, 12 Jan 2018 20:32:18 +0300 Andrei Borzenkov <arvidjaar@gmail.com> wrote:
12.01.2018 13:24, Paul Neuwirth пишет:
On Thu, 11 Jan 2018 14:08:50 +0300 Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Thu, Jan 11, 2018 at 1:46 PM, Paul Neuwirth <mail@paul-neuwirth.nl> wrote:
Hello, doing a new ISDN capi setup... didn't do for many years. using leap 42.3 i currently struggle with following:
the module for the active ISDN controller (AVM C2) is not being loaded at boot. even modprobe c4 doesn't work, I have to do insmod /lib/modules/4.4.104-39-default/kernel/drivers/isdn/hardware/avm/c4.ko to load the driver.
This module is apparently blacklisted by default. I have no idea why.
just one question over. I think you one of the experts for udev..
the rules in /usr/lib/udev/rules.d/45-isdn.rules: # CAPI devices SUBSYSTEM=="capi", KERNEL=="capi", NAME="capi20", GROUP="dialout"
You log below does not show and kernel device with name "capi", only with name "capi20". You probably want to change it to KERNEL=="capi20", but I am not familiar with this subsystem to know whether this is the right chane.
thank you, creating config file /etc/udev/rules.d/45-isdn.rules with SUBSYSTEM=="capi", KERNEL=="capi20", NAME="capi20", GROUP="dialout" indeed worked: # ls -l /dev/capi20 crw-rw---- 1 root dialout 68, 0 13. Jan 09:50 /dev/capi20 great -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org