Sponsored Content
Full Discussion: I cant network my computer
Special Forums IP Networking I cant network my computer Post 14721 by Jai on Tuesday 5th of February 2002 12:28:54 PM
Old 02-05-2002
Well this may sound weird , but there is no link light for the card at the back of the box . But if I disconnect the cable and fix it again the messages are
ef0: Link down
ef0: Link ok
Also manually configuring using ifconfig dosent help
The log messges dont show any errors
 

9 More Discussions You Might Find Interesting

1. IP Networking

Network issues, computer hangs.

Not sure if this is the right section for this. Move if necessary Hey guys, Just wanting to know if anyone has had a similar experience. I have a FreeBSD 4.8 gateway machine with a dual boot win98/FreeBSD machine connected to it. When I'm in windows and playing a game, Diablo II or Star... (11 Replies)
Discussion started by: BSeanD
11 Replies

2. UNIX for Dummies Questions & Answers

Mount a network computer/drive in unix?

:D hey all, how do you scan/mount a network drive or computer/directory? thanks (2 Replies)
Discussion started by: emplate
2 Replies

3. UNIX for Dummies Questions & Answers

Get files from other computer on the network

I wan't to connect to another computer on the network and get a file. I know the IP and name of the computer and have access to it. I've tried the ssh in xterm and think i've managed to logon to it. the file is in /tmp/ on the host computer. I'm using KDE (2 Replies)
Discussion started by: janbanan
2 Replies

4. Solaris

Installing Network on Computer, might be driver

Hi All, Just completing my second Solaris installation, in the previous one which was on a Dell X64 machine, I went through the Network configuration setting, on the current computer which I am installing Solaris on, its a custom built machine and for some reason, I didnt see the screen where I... (1 Reply)
Discussion started by: platforminc
1 Replies

5. IP Networking

ssh server is attachable from local network not from another network

hello i have a ubuntu ssh server that i can acess from any of my comnputers but only if they are on the same wireless network as the server. i tested trhis my tehtehring my samsung blackjack to my windows partition and installing openssh to windows it works when windows is on the wireless but no... (1 Reply)
Discussion started by: old noob
1 Replies

6. UNIX for Dummies Questions & Answers

Recommendations on a book or website on computer network design?

Can someone please recommend a book or a website that has info on how to design a secure fault tolerant network (routers, firewall, domain servers, etc) of 300 wireless computers separated in multiple buildings and floor with multiple users for each station mainly utilizing dtp and internet... (1 Reply)
Discussion started by: rukasu
1 Replies

7. UNIX Desktop Questions & Answers

While Connecting to Google networking. Error = Unusual traffic from your computer network.

Hello, I am working in office, where, more than 60 clients machines (only 16 machines are on windows) are there and one server Centos Server, I have configured clients with server, so that internet will be used form only one IP. Only 1 ip is assigned, but now a days, my client machines are... (2 Replies)
Discussion started by: RedRocks!!
2 Replies

8. Red Hat

Network becomes slow and return fast only after restart network

Hi, I have 2 machines in production environment: 1. redhat machine for application 2. DB machine (oracle) The application doing a lot of small read&writes from and to the DB machine. The problem is that after some few hours the network from the application to the DB becomes very slow and... (4 Replies)
Discussion started by: moshesa
4 Replies

9. IP Networking

I would like to monitor network traffic for a computer on my network

My son does homework on a school laptop. I was thinking about setting up a gateway on my home network, so that I can monitor web traffic and know if he is doing his homework without standing over his shoulder. Ideally I would like to use the Raspberry Pi Model b that I already have. However, I... (15 Replies)
Discussion started by: gandolf989
15 Replies
LGE(4)							   BSD Kernel Interfaces Manual 						    LGE(4)

NAME
lge -- Level 1 LXT1001 NetCellerator PCI Gigabit Ethernet adapter driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device miibus device lge Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_lge_load="YES" DESCRIPTION
The lge driver provides support for various NICs based on the Level 1 LXT1001 NetCellerator Gigabit Ethernet controller chip. The LXT1001 supports fiber PHYs and also a GMII port for use with 10/100/1000 copper PHYs, however there are currently no NICs on the market that use this feature. The LXT1001 supports TCP/IP checksum offload for receive and VLAN-based filtering as well as a 64-bit multicast hash filter. It also sup- ports jumbo frames, which can be configured via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit jumbo frames. Using jumbo frames can greatly improve performance for certain tasks, such as file transfers and data streaming. The lge driver supports the following media types: autoselect Enable autoselection of the media type and options. The user can manually override the autoselected mode by adding media options to rc.conf(5). 1000baseSX Set 1000baseSX operation over fiber optic cable. Both full-duplex and half-duplex modes are supported. The lge driver supports the following media options: full-duplex Force full duplex operation. half-duplex Force half duplex operation. For more information on configuring this device, see ifconfig(8). HARDWARE
Adapters supported by the lge driver include: o SMC TigerCard 1000 (SMC9462SX) o D-Link DGE-500SX DIAGNOSTICS
lge%d: couldn't map memory A fatal initialization error has occurred. lge%d: couldn't map ports A fatal initialization error has occurred. lge%d: couldn't map interrupt A fatal initialization error has occurred. lge%d: no memory for softc struct! The driver failed to allocate memory for per-device instance information during initialization. lge%d: failed to enable memory mapping! The driver failed to initialize PCI shared memory mapping. This might happen if the card is not in a bus-master slot. lge%d: no memory for jumbo buffers! The driver failed to allocate memory for jumbo frames during initialization. lge%d: watchdog timeout The device has stopped responding to the network, or there is a problem with the network connection (cable). SEE ALSO
arp(4), miibus(4), netintro(4), ng_ether(4), ifconfig(8) Level 1 LXT1001 Programming Manual, http://www.FreeBSD.org/~wpaul/Level1/LXT1001SRM.pdf. HISTORY
The lge device driver first appeared in FreeBSD 4.4. AUTHORS
The lge driver was written by Bill Paul <william.paul@windriver.com>. BSD
July 16, 2005 BSD
All times are GMT -4. The time now is 07:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy