Connecting to DHCP network with Realtek interface


 
Thread Tools Search this Thread
Special Forums IP Networking Connecting to DHCP network with Realtek interface
# 1  
Old 02-17-2009
Connecting to DHCP network with Realtek interface

I have a Realtek 8139 interface in one of my machines and it will not connect to the network. /etc/rc.conf contains ifconfig_rl0="DHCP" and "rl0" was obtained from a dmesg. A network interface restart yields the following:
Code:
# /etc/rc.d/netif restart
Stopping network: lo0 rl0 fwe0 plip0.
rl0: no link .............. giving up
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=8<VLAN_MTU>
        ether 00:50:fc:6e:0f:5b
        media: Ethernet autoselect (none)
        status: no carrier

I have also tried "ifconfig_rl0 up", but without any effect. Anybody know what else to test and configure?
# 2  
Old 04-05-2009
[SOLVED] Connecting to DHCP network with Realtek interface

Replaced network card
# 3  
Old 04-05-2009
Hi,

I have had similiar issues with a wireless card being intermittent on a laptop (Note: The laptop is often restarted and certain scripts are run by default). On my end initially--and by the way, it's not 100% resolved--is that the default settings of the Operating System/Window Manager are to enable control of the networking settings through 2 different application utilities--which you can choose from, and are each not compatible with the way they manage the settings)


Switching between these applications would result in some of the settings being overwritten, most likely because each was reading certain configuration files (maybe some of the same) and overwriting them to suit the way they worked.

At this point, I am looking in the /udev functioning and maybe the driver modules that are loaded....
But anyway, it always seems to be hard to track down driver issues

I do have another card that works wirelessly, but I want to try and fix it. If I do, i'll be sure to post what I find.
# 4  
Old 04-07-2009
With each new version of the OS there is better driver support. You may also want to check the detailed change log for any updates.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Adding a network interface to a bonded interface

I have a RHEL 5 system with a bonded interface configure using only one network port (eth0). So I have config file for ifcfg-bond0 and ifcfg-eth. I'd like to configure eth5 to be the second SLAVE in the bond. My question is, after I modify ifcfg-eth5, can I add eth5 to the bond0 interface without... (1 Reply)
Discussion started by: westmoreland
1 Replies

2. IP Networking

DHCP and DNS on a home network

Let's say I have a home network containing a server that acts as the resident gateway and serves dhcp and dns requests. Laptop A is frequently connected and disconnected from the network as it is used as a travel computer. Is there a secure way to make sure that whenever laptop A is connected to... (3 Replies)
Discussion started by: Zygomorph
3 Replies

3. Solaris

No network cable But Network interface is UP and Running

I've one Netra 240 After changing main board and system configuration card reader, Network is not accessible any more, Network interfaces are always UP and Running even when there is no cable connected to Network interfaces. I tried to restart and plumb/unplumb with no luck. ifconfig -a... (7 Replies)
Discussion started by: samer.odeh
7 Replies

4. UNIX and Linux Applications

Access to network interface (Mac-network)

Hi, I'm a italian student. For my thesis I develop a gateway with protocol 6lowpan. For that I must access to network interface to develope my personal stack based on standard 802.15.4. Can you help me? I need an explanation for that. (0 Replies)
Discussion started by: berny88
0 Replies

5. Solaris

configure zones to have different network interface and network

i need to configure a zone to use different interface (bge2) than global and have connected to completely different network switch & to use its own defaultrouter and hosts file .. is it possible ..if so ..how ? Thanks (9 Replies)
Discussion started by: skamal4u
9 Replies

6. IP Networking

DHCP Server on Vxworks multi interface question

Hi, We currently operate a DHCP Server on Vxworks system. It seems that the server is functioning only over the boot interface. While trying to use it on a different interface the DHCP client messages seems to reach the interface but stay without response. From a... (1 Reply)
Discussion started by: zohara
1 Replies

7. Ubuntu

dhcp status of an interface

hi, can anyone tell me how to check if my interface is controlled by dhcp? i tried with ifconfig command ifconfig interfacename dhcp status but its showing unknown host : dhcp error. (2 Replies)
Discussion started by: v1jay
2 Replies

8. IP Networking

How to resolve hostnames on DHCP home network

Hi, I have a PC running Solaris 10 (hostname MARKUNIX) and a laptop running WinXP (hostname MARK-LAPTOP). Both are connected to broadband via a router. IP addresses for each are determined via DHCP (192.168.1.nn) and I do not leave either on, 24x7. I am running Oracle on MARKUNIX and... (1 Reply)
Discussion started by: ksdmnv
1 Replies

9. Fedora

Network freezes/ Realtek RTL-8185 wireless lan controller

Hello all :confused: I am using a Realtek RTL-8185 wireless lan controller on my Dell dimension 4800 to try to connect to the internet. my distro is fedora 11. I go to enable wireless and my computer freezes, I have done some upgrading and building on the computer for a year now but I have... (1 Reply)
Discussion started by: schizolinux
1 Replies

10. IP Networking

Solaris Virtual Interface Problem in DHCP

Hi all, I am experiencing a problem with dhcp broadcast packages. these broadcast packages are seen on bge1 and bge1:1 interfaces but somehow they are not seen at bge771001 interface which is second virtual interface on the bge1 interface. I have a server on which I configured it as working... (2 Replies)
Discussion started by: ironoxide
2 Replies
Login or Register to Ask a Question