I have a problem to connect to the dsl-rooter with the internal network card. With an PCMCIA card it works fine. The following script output was created when the PCMCIA card was not plugged in:
- *** uname -a
- Linux linux-urmn 2.6.25.20-0.1-default #1 SMP 2008-12-12 20:30:38 +0100 i686 i686 i386 GNU/Linux
- ==================================================================================================================
- *** cat /etc/*-release
- openSUSE 11.0 (i586)
- VERSION = 11.0
- ==================================================================================================================
- *** cat /etc/resolv | grep -vi “search”
- ==================================================================================================================
- *** cat /etc/hosts
- 127.0.0.1 localhost
- 127.0.0.2 linux-urmn.site linux-urmn
- 192.168.178.29 Andrea Andrea
- 192.168.178.30 andrea andrea
- ==================================================================================================================
- *** cat /etc/HOSTNAME
- linux-urmn.site
- ==================================================================================================================
- *** route
- Kernel IP routing table
- Destination Gateway Genmask Flags Metric Ref Use Iface
- 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
- ==================================================================================================================
- *** ifconfig
- eth0 Link encap:Ethernet HWaddr ##:##:##:##:##:#1
-
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
-
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
-
TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
-
collisions:0 txqueuelen:1000
-
RX bytes:0 (0.0 b) TX bytes:5814 (5.6 Kb)
- 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:42 errors:0 dropped:0 overruns:0 frame:0
-
TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
-
collisions:0 txqueuelen:0
-
RX bytes:2708 (2.6 Kb) TX bytes:2708 (2.6 Kb)
- ==================================================================================================================
- *** ping tests
- connect: Network is unreachable
- Ping of 195.135.220.3 failed
- ping: unknown host Linux OS | SUSE Linux Enterprise
- Ping of Linux OS | SUSE Linux Enterprise failed
- ==================================================================================================================
- *** dhcpcd-test
- eth0: No DHCP server detected
- ==================================================================================================================
- *** lspci
- 00:06.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 08)
- ==================================================================================================================
- *** lsusb
- lsusb not available. usbutils package needs to be installed
- ==================================================================================================================
- *** hwinfo --netcard; # (filtered)
- 15: PCI 06.0: 0200 Ethernet controller
- Model: “Intel 82557/8/9/0/1 Ethernet Pro 100”
- Vendor: pci 0x8086 “Intel Corporation”
- Device: pci 0x1229 “82557/8/9/0/1 Ethernet Pro 100”
- SubVendor: pci 0x1468 “AMBIT Microsystem Corp.”
- SubDevice: pci 0x0440
- Driver: “e100”
- Driver Modules: “e100”
- Device File: eth0
- Link detected: yes
-
Driver Status: e100 is active
-
Driver Activation Cmd: "modprobe e100"
-
Driver Status: eepro100 is not active
-
Driver Activation Cmd: "modprobe eepro100"
- ==================================================================================================================
- *** List of loaded modules
- | ac | af_packet | agpgart | ata_piix |
- | battery | binfmt_misc | button | cdrom |
- | dm_mod | dock | e100 | edd |
- | ext3 | fan | fat | firmware_class |
- | fuse | gameport | i2c_core | i2c_piix4 |
- | intel_agp | jbd | joydev | led_class |
- | libata | loop | mbcache | microcode |
- | mii | nls_cp437 | nls_iso8859_1 | parport |
- | parport_pc | pci_hotplug | pcmcia | pcmcia_core |
- | ppdev | processor | rsrc_nonstatic | rtc_cmos |
- | rtc_core | rtc_lib | scsi_mod | sd_mod |
- | sg | shpchp | snd | snd_es1938 |
- | snd_hwdep | snd_mixer_oss | snd_mpu401_uart | snd_opl3_lib |
- | snd_opl3_synth | snd_page_alloc | snd_pcm | snd_pcm_oss |
- | snd_rawmidi | snd_seq | snd_seq_device | snd_seq_midi |
- | snd_seq_midi_emul | snd_seq_midi_event | snd_timer | soundcore |
- | sr_mod | thermal | uhci_hcd | usbcore |
- | vfat | wmi | yenta_socket |
- ==================================================================================================================
- *** cat /etc/sysconfig/network/ifcfg-[earwd]* | egrep -v “.*=’’”
- ==================================================================================================================
- *** cat /etc/sysconfig/network/ifcfg-eth0
- BOOTPROTO=‘dhcp’
- STARTMODE=‘auto’
- USERCONTROL=‘no’
- ==================================================================================================================
- *** cat /etc/sysconfig/network/ifcfg-eth1
- BOOTPROTO=‘dhcp’
- NAME=‘21x4x DEC-Tulip compatible 10/100 Ethernet’
- STARTMODE=‘auto’
- USERCONTROL=‘no’
- ==================================================================================================================
- *** NWEliza states
- IF:eth0 IM:1
- DI:1 dI:1 NIC:1 cNiC:1:1 NI:2 cNI:2 DHCP:0 NIWD:0 IP6:0 KM:1 WLW: 0
It seems for me, that with the network card no connection to the router could be established.
What can I do to get a connection with this card?
Regards,
Christian