http://qa.mandrakesoft.com/show_bug.cgi?id=4050
------- Additional Comments From [EMAIL PROTECTED] 2003-12-06 11:40 ------- I confirm. this is made by the ADSL assistant of drakconnect. I have two computers with 2 cards each, on the first (2 via-rhine cards) I had exactly the same problem. With the other I found in /etc/sysconfig/network-scripts : ifcfg-eth0* ifcfg-eth0 (using module bcm4400)* ifcfg-eth1* Then, this is not only for via-rhine but each time drakconnect is used to setup ADSL. When launching /usr/sbin/adsl-start, an error occurs because $ETH contains spaces. In /etc/ppp/pppoe.conf, it is necessary to replace with a editor : # Ethernet card connected to ADSL modem ETH=eth0 (using module bcm4400) or ETH=eth0 (using module via-rhine) by # Ethernet card connected to ADSL modem ETH=eth0 -- Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. ------- Reminder: ------- assigned_to: [EMAIL PROTECTED] status: UNCONFIRMED creation_date: description: Hi, Using Mdk 9.1 power-pck on Amd Athlon pc. I have 2 ethernet cards in my system. One (eth1) used for connecting to my adsl modem and the other (eth0) for connection sharing. Connecting to internet didn't work for me, and I figured the files pppoe.conf, netcnx_up had errors: file netcnx_up --> #!/bin/bash /sbin/route del default LC_ALL=C LANG=C LANGUAGE=C LC_MESSAGES=C /usr/sbin/adsl-start eth1 (using module via-rhine) <[EMAIL PROTECTED]> <--- file The text "(using module via-rhine)" was giving the error. Same problem with pppoe.conf. Strangely, 9.1 RC2 did *not* have this problem. -Rohit
