Am Di, den 13.01.2004 schrieb Christoph Wickert um 18:18: > Hi! > > Is there anybody, who successfully installed an AVM Fritzcard ISDN > adapter? The card is automatically detected on install as AVM A1 > (although it is a AVM PCI). That's also what lspci shows: > > 00:0b.0 Network controller: AVM Audiovisuelles MKTG & Computer System > GmbH A1 ISDN [Fritz] (rev 02) > > In redhat-config-network it's shown as /dev/eth1, not ippp0. Trying to > active it I get: "Hisax Device eth1 not found"! An ethernet device for ISDN controller card sounds crazy. > So I deleted the card and reconfigured it, now my > /etc/sysconfig/isdncard looks like this: > > RESOURCES='protocol=2 type=27 id=HiSax' > NAME='AVM PCI (Fritz!PCI)' > MODULE=hisax > VENDOR_ID=1244 > FIRMWARE= If you Fritz Card is PCI Version 1 it is right. Fritz PCI 2.0 needs a different kernel module called hisax_fcpcipnp.o. > Now I get: "Dialing of ippp0 triggered", although the link is up, as > /var/log/messages shows: [ snip ] Up to this looks good. > Jan 13 17:39:34 hal9000 ipppd[7030]: ioctl(SIOCSIFMTU): Invalid > argument, 18 ippp0 1524. ^^^^^^^^^^^^^^^^^^^^^^^^^^ > ^^^^^^^^^^^^^^^^^^^^^^^ ??? > Jan 13 17:39:34 hal9000 ipppd[7030]: Remote message: > Jan 13 17:39:34 hal9000 ipppd[7030]: MPPP negotiation, He: No We: No > Jan 13 17:39:34 hal9000 ipppd[7030]: local IP address 62.155.165.169 > Jan 13 17:39:34 hal9000 ipppd[7030]: remote IP address 193.158.139.213 Even IP assigned. > Routing is ok, too: > Ziel Router Genmask Flags Metric Ref Use Iface > 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 > 169.254.0.0 * 255.255.0.0 U 0 0 0 usb0 > 193.0.0.0 * 255.0.0.0 U 0 0 0 ippp0 > 127.0.0.0 * 255.0.0.0 U 0 0 0 lo > default 193.158.139.213 0.0.0.0 UG 0 0 0 ippp0 > > Both redhat-config-network and redhat-control-network don't realize the > link, so I cannot deactivate it. /sbin/ifdown ippp0 works: > > Jan 13 17:41:04 hal9000 kernel: isdn_net: local hangup ippp0 > Jan 13 17:41:04 hal9000 kernel: ippp0: Chargesum is 0 > Jan 13 17:41:04 hal9000 ipppd[7030]: Modem hangup > Jan 13 17:41:04 hal9000 ipppd[7030]: Connection terminated. > Jan 13 17:41:04 hal9000 ipppd[7030]: taking down PHASE_DEAD link 0, > linkunit: 0 > Jan 13 17:41:04 hal9000 ipppd[7030]: closing fd 19 from unit 0 > Jan 13 17:41:04 hal9000 ipppd[7030]: link 0 closed , linkunit: 0 > Jan 13 17:41:04 hal9000 ipppd[7030]: reinit_unit: 0 > Jan 13 17:41:04 hal9000 ipppd[7030]: Connect[0]: /dev/ippp0, fd: 19 > ^^^^^^^^^^ ??? > > But after that I loose my network, for there was a new default route > added and deleted again, so there is no default route anymore. Totally normal. The ipppd deletes the default route when put down. > Ziel Router Genmask Flags Metric Ref Use Iface > 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 > 169.254.0.0 * 255.255.0.0 U 0 0 0 usb0 > 127.0.0.0 * 255.0.0.0 U 0 0 0 lo > > So I have to /etc/init.d/network restart, to get my default route back > again. No, no need to restart the whole network. You can set the default up again by just entering in /etc/ppp/ip-up.local route add default ippp0 (If you want it to be set on the ISDN device.) You can also use iproute2 and ip route add default dev ippp0 > In the testing-times I had some of the problems, too, but I was able to > solve them. See > http://www.redhat.com/archives/fedora-test-list/2003-September/msg01640.html > > So is there anybody who has no problems with this card? > > Christoph Alexander -- Alexander Dalloz | Enger, Germany PGP key valid: made 13.07.1999 PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653