Bug 141101 - ippp0 doesn't come up at boot time
Summary: ippp0 doesn't come up at boot time
Status: RESOLVED INVALID
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: ISDN (show other bugs)
Version: Final
Hardware: i686 SuSE Linux 10.0
: P5 - None : Normal
Target Milestone: ---
Assignee: Karsten Keil
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-29 14:06 UTC by Joerg Beschorner
Modified: 2006-01-04 13:49 UTC (History)
0 users

See Also:
Found By: Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Beschorner 2005-12-29 14:06:39 UTC
I can't use my ISDN FRITZ Card PCI v. 2.0
Capi drivers are installed.
But if I try to start network manually I get this message

/etc/init.d/network start
Hint: you may set mandatory devices in /etc/sysconfig/network/config
Setting up network interfaces:
    lo
    lo        IP address: 127.0.0.1/8                                done
    eth0      device: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
    eth0      configuration: eth-id-00:e0:18:da:65:49
    eth0      (DHCP) . . . . . no IP address yet... backgrounding.   waiting
    ippp0
error in /sbin/isdnctrl addif ippp0                                  failed
Setting up service network  .  .  .  .  .  .  .  .  .  .  .  .  .  . done.

entering 
/sbin/isdnctrl addif ippp0

shows
Can't open /dev/isdnctrl or /dev/isdn/isdnctrl: No such device

but /dev/isdnctrl is present
did I make something wrong or is it a bug?
Comment 1 Karsten Keil 2006-01-02 18:22:46 UTC
Seems the drivers are not loaded successfully.
Does it work after rcisdn start ?
Comment 2 Joerg Beschorner 2006-01-02 21:43:05 UTC
(In reply to comment #1)
> Seems the drivers are not loaded successfully.
> Does it work after rcisdn start ?
> 
OK ippp0 is loaded now but I still can't use kinternet because there is no interface even though I configured ISDN everything with Yast.
Where should rcisdn be started automaticly?
Comment 3 Karsten Keil 2006-01-02 22:36:14 UTC
Is smpppd running ?
What is in /etc/sysconfig/isdn/cfg* ?
Comment 4 Joerg Beschorner 2006-01-03 18:32:10 UTC
(In reply to comment #3)
> Is smpppd running ?
> What is in /etc/sysconfig/isdn/cfg* ?
> 

smppd is running
content of cfg-contr0

AREACODE="+49 30"
DIALPREFIX=""
DRIVER="fcpci"
ISDNLOG_START="yes"
NAME="AVM FRITZ!Card PCI v2.0"
PARA_SUBTYPE="2"
PARA_TYPE="8002"
PROTOCOL="euro"
STARTMODE="auto"
UNIQUE="gZD2.GGXqL9GEYV1"

content of cfg-net0
CALLBACK="off"
CBDELAY="2"
CHARGEHUP="on"
DEFAULTROUTE="no"
DYNAMICIP="yes"
FIREWALL="yes"
IPADDR="192.168.99.1"
IPPPD_OPTIONS=""
MSN="43604508"
MULTILINK="yes"
PROTOCOL="syncppp"
PROVIDER="provider0"
PTPADDR="192.168.99.2"
REMOTE_IN=""
SECURE="on"
STARTMODE="auto"
USERCONTROL="no"
NAME="ISDN-Verbindung"


Comment 5 Joerg Beschorner 2006-01-03 21:19:26 UTC
I found that 
USERCONTROL="no" has to be set to "yes"

now it works

I think the german explanation is not quite clear how to use this option
Comment 6 Karsten Keil 2006-01-04 13:49:51 UTC
Yes USERCONTROL=yes have to be set, if kinternet should have control over the device.