Networking Forums

Networking Forums > Computer Networking > Linux Networking > Help: Mandrake 9.2- my eth1 won't talk to my ADSL modem

Reply
Thread Tools Display Modes

Help: Mandrake 9.2- my eth1 won't talk to my ADSL modem

 
 
Michael Badt
Guest
Posts: n/a

 
      11-21-2003, 04:31 PM
Hi,

I had a dual boot (Mandrake 9.1 & Win XP Pro) system with a working ADSL
connection in both OSs. Yesterday I replaced Mandrake 9.1 with 9.2 (fresh
install, NO upgrade) and ever since I can’t get my ADSL to connect in Linux
(although I use the same working hardware & connections). I believe the
problem is related to setting up my Ethernet card which doesn’t seem to
“talk” with the ADSL modem.



Hardware: Athlon XP1800+, 512MB RAM, eth0(PCI card, currently not used yet I
keep it for my future local net), eth1 (onboard the motherboard) connected
to the ADSL modem (ECI model B Focus 270PR). In mandrake 9.1 I had to boot
with the “noapic” option in order to activate eth1 and I boot the same way
in Mandrake 9.2.



ADSL type: PPPOE – I use rp-pppoe.



In Mandrake 9.1 I’ve set up eth1 to boot with DHCP which indeed did work.



In Mandrake 9.2 I’ve tried the same, yet got a VERY DIFFERENT IP address
(see below) and what’s more, while ifconfig reports eth1 to be Up & RUNNING,
the Mandrake network wizard reports it to be down.

Afterwards, I’ve tried to set eth1 with a static 192.168.1.100 IP address.
This time the wizard too reported it to be up yet I couldn’t connect (or
ping) with the ADSL modem either.



I can’t ping to the ADSL modem which is supposed to have an 192.168.1.1
address.



My questions:

1.. How can I verify if eth1 is UP or DOWN?
2.. I’d rather have a static IP address for eth1 (faster boot).
3.. What should I do?


BTW, during all these tests I have shut down my firewall.



Following please find:

--------copy of ifconfig (DHCP)-------------------------

eth0 Link encap:Ethernet HWaddr 00:50:FC:E4:23:2F

inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:0 errors:0 dropped:0 overruns:0 frame:0

TX packets:4 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:100

RX bytes:0 (0.0 b) TX bytes:240 (240.0 b)

Interrupt:10 Base address:0x6000



eth1 Link encap:Ethernet HWaddr 00:0D:87:06:16:80

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

RX packets:70 errors:0 dropped:0 overruns:0 frame:0

TX packets:111 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:100

RX bytes:4200 (4.1 Kb) TX bytes:6582 (6.4 Kb)

Interrupt:11 Base address:0xec00



eth1:9 Link encap:Ethernet HWaddr 00:0D:87:06:16:80

inet addr:127.255.255.255 Bcast:127.255.255.255 Mask:255.0.0.0

UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

Interrupt:11 Base address:0xec00



lo Link encap:Local Loopback

inet addr:127.0.0.1 Mask:255.0.0.0

UP LOOPBACK RUNNING MTU:16436 Metric:1

RX packets:70 errors:0 dropped:0 overruns:0 frame:0

TX packets:70 errors:0 dropped:0 overruns:0 carrier:0

collisions:0 txqueuelen:0

RX bytes:4594 (4.4 Kb) TX bytes:4594 (4.4 Kb)



------------------------------end of
ifconfig--------------------------------------------



-----------------copy of dmesg | grep
eth1---------------------------------------

eth1: VIA VT6102 Rhine-II at 0xec00, 00:0d:87:06:16:80, IRQ 11.

eth1: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 41e1.

eth1: Setting full-duplex based on MII #1 link partner capability of 41e1.

eth1: Promiscuous mode enabled.

device eth1 entered promiscuous mode

device eth1 left promiscuous mode

---------------------end of
dmesg--------------------------------------------------





I’d very much appreciate any assistance.



Thanks in advance!



Michael Badt




 
Reply With Quote
 
 
 
 
Clifford Kite
Guest
Posts: n/a

 
      11-21-2003, 06:50 PM
Michael Badt <(E-Mail Removed)> wrote:

> ADSL type: PPPOE – I use rp-pppoe.


Yes, it should be PPPoE if RP is involved.

> In Mandrake 9.1 I’ve set up eth1 to boot with DHCP which indeed did work.


> In Mandrake 9.2 I’ve tried the same, yet got a VERY DIFFERENT IP address
> (see below) and what’s more, while ifconfig reports eth1 to be Up & RUNNING,
> the Mandrake network wizard reports it to be down.


> Afterwards, I’ve tried to set eth1 with a static 192.168.1.100 IP address.
> This time the wizard too reported it to be up yet I couldn’t connect (or
> ping) with the ADSL modem either.


> I can’t ping to the ADSL modem which is supposed to have an 192.168.1.1
> address.


> My questions:


> 1.. How can I verify if eth1 is UP or DOWN?


Use ifconfig. The output below shows it's up, but there is an alias
attached to it and I don't know what's that's about.

> 2.. I’d rather have a static IP address for eth1 (faster boot).


Doesn't make any difference what the IP address for eth1 is, or even
if eth1 has one, if that's the Ethernet interface for your PPPoE ADSL.
According to the output below it doesn't have an IP address.

> 3.. What should I do?


First find out why there is no PPP interface in the ifconfig output.
It must exist for PPPoE to work. The eth0 interface simply carries the
PPPoE frame that contains the PPP payload to the ISP, using the NIC
Ethernet addresses for the ISP AC and for you. Only the PPP interface
needs IP addresses.

> eth0 Link encap:Ethernet HWaddr 00:50:FC:E4:23:2F
> inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:100
> RX bytes:0 (0.0 b) TX bytes:240 (240.0 b)
> Interrupt:10 Base address:0x6000


> eth1 Link encap:Ethernet HWaddr 00:0D:87:06:16:80
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:70 errors:0 dropped:0 overruns:0 frame:0
> TX packets:111 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:100
> RX bytes:4200 (4.1 Kb) TX bytes:6582 (6.4 Kb)
> Interrupt:11 Base address:0xec00


> eth1:9 Link encap:Ethernet HWaddr 00:0D:87:06:16:80
> inet addr:127.255.255.255 Bcast:127.255.255.255 Mask:255.0.0.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> Interrupt:11 Base address:0xec00


I can't provide any help with Mandrake-specific network configuration
scripts/programs.

--
Clifford Kite Email: "echo xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads: http://ckite.no-ip.net/
/* I hear and I forget. I see and I remember. I do and I understand.
--Confucius, 551-479 BC */
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is Talk Talk LLU ADSL2+ or standard ADSL? John Broadband 4 02-16-2010 06:06 AM
BT line, talk talk phone, ADSL? The Natural Philosopher Broadband 4 02-09-2008 04:53 PM
talk talk modem options wasted Broadband 4 05-28-2007 07:50 PM
Talk-Talk modem / router connection Gio Broadband 4 05-03-2007 03:58 PM
Talk-Talk Broadband - what modem do you get? Maneate Broadband 3 10-17-2006 06:42 PM



1 2 3 4 5 6 7 8 9 10 11