Sponsored Content
Full Discussion: Help with updating bios
Top Forums UNIX for Beginners Questions & Answers Help with updating bios Post 303014775 by hicksd8 on Tuesday 20th of March 2018 03:57:16 PM
Old 03-20-2018
That's exactly what jgt means.....Auto-negotiate is auto-detection. Try setting that to a fixed speed compatible with your switch/router.

As far as the DOS prompt is concerned you'd better tell us what hardware this is......make/model/what?
 

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Need BIOS drivers for motherboard

Does anyone know a good driver site. If you've heard of driverguide.com or driversearch.com please do not reccomend them because I already know them. I need to know where to get Motherboard drivers for a homemade computer. If there is any info that you need to know feel free to make a reply. :) (5 Replies)
Discussion started by: computek
5 Replies

2. UNIX for Dummies Questions & Answers

Save 43p bios?

Is there any way to backup the bios on a 43P-140 7043? (0 Replies)
Discussion started by: freestyle10269
0 Replies

3. Solaris

how to get the bios version?

I am using solaris 10 how to get the bios version? thanks (4 Replies)
Discussion started by: melanie_pfefer
4 Replies

4. Shell Programming and Scripting

awk updating one file with another, comparing, updating

Hello, I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^ Here is what I'm trying to achieve : file1: test filea 3495; test fileb 4578; test filec 7689; test filey 9978; test filez 12300; file2: test filea... (11 Replies)
Discussion started by: mecano
11 Replies

5. Red Hat

thinking on a BIOS upgrade

Hello, I got a computer in which I decided to change RAM memory cards. These (2) RAMs are: Brand: Crucial Technology DDR Ram 266 Mhz and when I ran memtest86 tool, both of them have errors. So I decided to change them and purchase a new ones. I bought: Brand: Patriot DDR RAM 512 Mb 266... (2 Replies)
Discussion started by: inhaki
2 Replies

6. UNIX for Advanced & Expert Users

BIOS Password on BL460c

Hi, Can anyone please advise how I can reset my BIOS password on my BL460c-class blade? I need to make some changes but do not know what the password has been set to. This is a newly purchased server so any default I can try may be useful. R, D. (3 Replies)
Discussion started by: Duffs22
3 Replies

7. Hardware

How to get into BIOS and disable NICS?

Hi, I have to get into BIOS and disable onbaord NICS for an IBM server, can someone please help me out. I tried hitting F1 when reboot to get into BIOS, but it seems like a setup screen and I dont see any option to disable NICS? Thanks Sam (2 Replies)
Discussion started by: sam4919
2 Replies

8. Hardware

Where is the BIOS located???

Hi friends, I hope you are doing well. Can you please tell me which part of the motherboard contains the BIOS software, name that exact location. And could please give me the names of the firmwares for atleast 5 archetictures, like sun sparc, ibm power, hp alpha etc. Looking forward to your... (0 Replies)
Discussion started by: gabam
0 Replies

9. Debian

Stuck in BIOS

okay,i made a grave mistake in installing the base bare bones install of debian. here i have edited this from the original. this morning when i got home from work i did some searching and then just shut the system down via the mechanical off on switch. waited a few minutes and then restarted... (0 Replies)
Discussion started by: cowLips
0 Replies

10. Ubuntu

BIOS configuration

I have a problem with a brand new Dell laptop. BioLinux was installed on it without making the necessary changes on BIOS. The installation was completed successfully but the BIOS system cant find the OS after rebooting the machine. I have tried to modify the BIOS setting with no luck this far. I... (7 Replies)
Discussion started by: Xterra
7 Replies
NG_LMI(4)						   BSD Kernel Interfaces Manual 						 NG_LMI(4)

NAME
ng_lmi -- frame relay LMI protocol netgraph node type SYNOPSIS
#include <sys/types.h> #include <netgraph/ng_lmi.h> DESCRIPTION
The lmi node type performs the frame relay LMI protocol. It supports the ITU Annex A, ANSI Annex D, and Group-of-four LMI types. It also supports auto-detection of the LMI type. To enable a specific LMI type, connect the corresponding hook (annexA, annexD, or group4) to DLCI 0 or 1023 of a ng_frame_relay(4) node. Typically, Annex A and Annex D live on DLCI 0 while Group-of-four lives on DLCI 1023. To enable LMI type auto-detection, connect the auto0 hook to DLCI 0 and the auto1023 hook to DLCI 1023. The node will attempt to automati- cally determine which LMI type is running at the switch, and go into that mode. Only one fixed LMI type, or auto-detection, can be active at any given time. The NGM_LMI_GET_STATUS control message can be used at any time to query the current status of the LMI protocol and each DLCI channel. This node also supports the NGM_TEXT_STATUS control message. HOOKS
This node type supports the following hooks: annexA ITU Annex A LMI hook. annexD ANSI Annex D LMI hook. group4 Group-of-four LMI hook. auto0 Auto-detection hook for DLCI 0. auto1023 Auto-detection hook for DLCI 1023. CONTROL MESSAGES
This node type supports the generic control messages, plus the following: NGM_LMI_GET_STATUS This command returns status information in a struct nglmistat: #define NGM_LMI_STAT_ARYSIZE (1024/8) struct nglmistat { u_char proto[12]; /* Active proto (same as hook name) */ u_char hook[12]; /* Active hook */ u_char fixed; /* If set to fixed LMI mode */ u_char autod; /* If currently auto-detecting */ u_char seen[NGM_LMI_STAT_ARYSIZE]; /* bitmap DLCIs seen */ u_char up[NGM_LMI_STAT_ARYSIZE]; /* bitmap DLCIs up */ }; NGM_TEXT_STATUS This generic message returns is a human-readable version of the node status. SHUTDOWN
This node shuts down upon receipt of a NGM_SHUTDOWN control message, or when all hooks have been disconnected. SEE ALSO
netgraph(4), ng_frame_relay(4), ngctl(8) ANSI T1.617-1991 Annex D. ITU-T Q.933 Digital Subscriber Signaling System No. 1 - Signaling Specification for Frame Mode Basic Call Control, Annex A. HISTORY
The ng_lmi node type was implemented in FreeBSD 4.0. AUTHORS
Julian Elischer <julian@FreeBSD.org> BSD
January 19, 1999 BSD
All times are GMT -4. The time now is 11:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy