From owner-freebsd-config Tue Feb 25 15:42:42 2003 Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE3D37B401 for ; Tue, 25 Feb 2003 15:42:41 -0800 (PST) Received: from hotmail.com (bay2-f138.bay2.hotmail.com [65.54.247.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410C543FAF for ; Tue, 25 Feb 2003 15:42:41 -0800 (PST) (envelope-from srinivas85@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 15:42:40 -0800 Received: from 150.135.68.216 by by2fd.bay2.hotmail.msn.com with HTTP; Tue, 25 Feb 2003 23:42:40 GMT X-Originating-IP: [150.135.68.216] From: "Srinivas V." To: freebsd-config@freebsd.org Subject: national semiconductor ethernet card Date: Wed, 26 Feb 2003 05:12:40 +0530 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Feb 2003 23:42:40.0973 (UTC) FILETIME=[95FE4FD0:01C2DD27] Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello I am new to freebsd and was hoping someone could help me. I am setting up freebsd 4.5 in a PC with a National Semiconductor DP83815 Fast Ethernet card. I looked up the h/w compatibility list for freebsd 4.5 and it says that the card is supported with the sis driver. When i boot the install CD and reach the kernel configuration stage, I get a few conflicts (since the PC actually has 2 other intel ethernet cards; i can't pull them out). specifically, under the network section, the following devices show up as having a conflict: cs0, ed0, fe0, ie0, lnc0, sn0 Is there anyway I can figure out which of these drives is the right one to use with the national semi ethernet card ?? thanx srinivas _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message From owner-freebsd-config Tue Feb 25 16:41:35 2003 Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2286237B401 for ; Tue, 25 Feb 2003 16:41:33 -0800 (PST) Received: from mail.arc.nasa.gov (pony1.arc.nasa.gov [128.102.31.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EE943F3F for ; Tue, 25 Feb 2003 16:41:32 -0800 (PST) (envelope-from jtoung@mindspring.com) Received: from mindspring.com (grape.arc.nasa.gov [128.102.196.169]) by mail.arc.nasa.gov (8.9.3/8.9.3) with ESMTP id QAA10310; Tue, 25 Feb 2003 16:41:21 -0800 (PST) Message-ID: <3E5C0CCC.3DDCB7A4@mindspring.com> Date: Tue, 25 Feb 2003 16:39:40 -0800 From: Jerry Toung X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "Srinivas V." Cc: freebsd-config@freebsd.org Subject: Re: national semiconductor ethernet card References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, based on the man page (man cs), I would say cs0 for the national semiconductor card. CS(4) FreeBSD/i386 Kernel Interfaces Manual CS(4) NAME cs - ethernet device driver SYNOPSIS device cs In /boot/device.hints: hint.cs.0.at="isa" hint.cs.0.port="0x300" hint.cs.0.irq="10" hint.cs.0.maddr="0xd000" DESCRIPTION The cs driver provides support for ISA ethernet adapters based on the Crystal Semiconductor CS8900 and CS8920 NICs. These devices are used on the IBM EtherJet ISA adapters and in many embedded applications where the high integration, small size and low cost of the CS89x0 family compensate for their drawbacks. The cs driver will obtain configuration parameters either from /boot/device.hints or from the card. At least the I/O port number must be specified. Other parameters specified in /boot/device.hints will be used if present; the card may be soft-configured so these may be any valid value. Adapters based on the CS8920 normally offer PnP configura- tion and the driver will detect the IBM EtherJet and the CSC6040 adapters automatically. Note that the CS8900 is limited to 4 IRQ values; these are normally implemented as 5, 10, 11 and 12. The CS8920 has no such limitation. Memory-mapped and DMA operation are not supported at this time. DIAGNOSTICS cs%d: full/half duplex negotiation timeout The attempt to negotiate duplex settings with the hub timed out. This may indicate a cabling problem or a faulty or incompatible hub. cs%d: failed to enable The CS89x0 failed to select the nominated media, either because it is not present or not operating correctly. -------------------------------- "Srinivas V." wrote: > Hello > > I am new to freebsd and was hoping someone could help me. I am setting up > freebsd 4.5 in a PC with a National Semiconductor DP83815 Fast Ethernet > card. I looked up the h/w compatibility list for freebsd 4.5 and it says > that the card is supported with the sis driver. > > When i boot the install CD and reach the kernel configuration stage, I get a > few conflicts (since the PC actually has 2 other intel ethernet cards; i > can't pull them out). specifically, under the network section, the following > devices show up as having a conflict: > > cs0, ed0, fe0, ie0, lnc0, sn0 > > Is there anyway I can figure out which of these drives is the right one to > use with the national semi ethernet card ?? > > thanx > > srinivas > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-config" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message From owner-freebsd-config Tue Feb 25 16:45:13 2003 Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F39B37B401 for ; Tue, 25 Feb 2003 16:45:09 -0800 (PST) Received: from mail.arc.nasa.gov (pony1.arc.nasa.gov [128.102.31.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D3E443FBF for ; Tue, 25 Feb 2003 16:45:09 -0800 (PST) (envelope-from jtoung@mindspring.com) Received: from mindspring.com (grape.arc.nasa.gov [128.102.196.169]) by mail.arc.nasa.gov (8.9.3/8.9.3) with ESMTP id QAA05899; Tue, 25 Feb 2003 16:44:59 -0800 (PST) Message-ID: <3E5C0DA6.DA47DF6@mindspring.com> Date: Tue, 25 Feb 2003 16:43:18 -0800 From: Jerry Toung X-Mailer: Mozilla 4.61 [en] (X11; I; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: "Srinivas V." , freebsd-config@freebsd.org Subject: Re: national semiconductor ethernet card References: <3E5C0CCC.3DDCB7A4@mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You may also wanna check : NGE(4) FreeBSD Kernel Interfaces Manual NGE(4) NAME nge - National Semiconductor PCI gigabit ethernet adapter driver SYNOPSIS device miibus device nge DESCRIPTION The nge driver provides support for various NICs based on the National Semiconductor DP83820 and DP83821 gigabit ethernet controller chips, including the following: o SMC EZ Card 1000 (SMC9462TX) o D-Link DGE-500T o Asante FriendlyNet GigaNIX 1000TA and 1000TPC o Addtron AEG320T o LinkSys EG1032 (32-bit PCI) and EG1064 (64-bit PCI) o Surecom Technology EP-320G-TX o Netgear GA622T o Netgear GA621 o Ark PC SOHO-GA2500T (32-bit PCI) and SOHO-GA2000T (64-bit PCI) o Trendware TEG-PCITX (32-bit PCI) and TEG-PCITX2 (64-bit PCI) All of these NICs are capable of 10, 100 and 1000mbps speeds over CAT5 copper cable. The DP83820 supports TBI (ten bit interface) and GMII transceivers, which means it can be used with either copper or 1000baseX fiber applications. The DP83820 supports TCP/IP checksum offload and VLAN tagging/insertion as well as a 2048-bit multicast hash filter and up to 4 pattern match buffers. Most cards also use the DP83861 10/100/1000 copper gigabit transceiver chip, which supports autonegotiation of 10, 100 and 1000mbps modes in full or half duplex. The DP83820 also supports 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. ....................................................................................... Jerry Toung wrote: > Hello, > based on the man page (man cs), I would say cs0 for the national semiconductor > card. > > CS(4) FreeBSD/i386 Kernel Interfaces Manual CS(4) > > NAME > cs - ethernet device driver > > SYNOPSIS > device cs > > In /boot/device.hints: > hint.cs.0.at="isa" > hint.cs.0.port="0x300" > hint.cs.0.irq="10" > hint.cs.0.maddr="0xd000" > > DESCRIPTION > The cs driver provides support for ISA ethernet adapters based on the > Crystal Semiconductor CS8900 and CS8920 NICs. These devices are used on > the IBM EtherJet ISA adapters and in many embedded applications where the > high integration, small size and low cost of the CS89x0 family compensate > for their drawbacks. > > The cs driver will obtain configuration parameters either from > /boot/device.hints or from the card. At least the I/O port number must > be specified. Other parameters specified in /boot/device.hints will be > used if present; the card may be soft-configured so these may be any > valid value. Adapters based on the CS8920 normally offer PnP configura- > tion and the driver will detect the IBM EtherJet and the CSC6040 adapters > automatically. > > Note that the CS8900 is limited to 4 IRQ values; these are normally > implemented as 5, 10, 11 and 12. The CS8920 has no such limitation. > > Memory-mapped and DMA operation are not supported at this time. > > DIAGNOSTICS > cs%d: full/half duplex negotiation timeout The attempt to negotiate > duplex settings with the hub timed out. This may indicate a cabling > problem or a faulty or incompatible hub. > > cs%d: failed to enable The CS89x0 failed to select the nominated > media, either because it is not present or not operating correctly. > -------------------------------- > > "Srinivas V." wrote: > > > Hello > > > > I am new to freebsd and was hoping someone could help me. I am setting up > > freebsd 4.5 in a PC with a National Semiconductor DP83815 Fast Ethernet > > card. I looked up the h/w compatibility list for freebsd 4.5 and it says > > that the card is supported with the sis driver. > > > > When i boot the install CD and reach the kernel configuration stage, I get a > > few conflicts (since the PC actually has 2 other intel ethernet cards; i > > can't pull them out). specifically, under the network section, the following > > devices show up as having a conflict: > > > > cs0, ed0, fe0, ie0, lnc0, sn0 > > > > Is there anyway I can figure out which of these drives is the right one to > > use with the national semi ethernet card ?? > > > > thanx > > > > srinivas > > > > _________________________________________________________________ > > MSN 8 with e-mail virus protection service: 2 months FREE* > > http://join.msn.com/?page=features/virus > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-config" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-config" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message From owner-freebsd-config Tue Feb 25 20:21:44 2003 Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AFF137B401 for ; Tue, 25 Feb 2003 20:21:43 -0800 (PST) Received: from dknim001.defence.gov.au (dknim001.defence.gov.au [203.10.231.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id A184B43F3F for ; Tue, 25 Feb 2003 20:21:41 -0800 (PST) (envelope-from Alex.Wilkinson@dsto.defence.gov.au) Received: (from uucp@localhost) by dknim001.defence.gov.au (8.12.1/8.12.1) id h1Q4LNTH005203 for ; Wed, 26 Feb 2003 04:21:24 GMT Date: Wed, 26 Feb 2003 10:17:31 +1030 (CST) From: "Wilkinson,Alex" X-X-Sender: wilkinsa@squirm.dsto.defence.gov.au Reply-To: Alex.Wilkinson@dsto.defence.gov.au To: "Srinivas V." Cc: freebsd-config@freebsd.org Subject: sec:unclassified Re: national semiconductor ethernet card In-Reply-To: Message-ID: <20030226101629.H29242@squirm.dsto.defence.gov.au> References: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG man 4 eg shell> man 4 cs - aW >cs0, ed0, fe0, ie0, lnc0, sn0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message From owner-freebsd-config Thu Feb 27 1:46:51 2003 Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB3637B401 for ; Thu, 27 Feb 2003 01:46:50 -0800 (PST) Received: from vivaldi.meteo.fr (vivaldi.meteo.fr [137.129.28.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 607E843F93 for ; Thu, 27 Feb 2003 01:46:48 -0800 (PST) (envelope-from igor.pokrovsky@cnrm.meteo.fr) Received: from cti825.cnrm.meteo.fr (localhost.meteo.fr [127.0.0.1]) by vivaldi.meteo.fr (8.9.3 (PHNE_22672)/8.9.3) with ESMTP id JAA18229 for ; Thu, 27 Feb 2003 09:46:30 GMT Received: from xdata.cnrm.meteo.fr (xdata.cnrm.meteo.fr [137.129.150.2]) by cti825.cnrm.meteo.fr (8.9.3 (PHNE_18546)/8.9.3) with ESMTP id KAA27600 for ; Thu, 27 Feb 2003 10:46:22 +0100 (MET) Received: from cnrm.meteo.fr (mai3.cnrm.meteo.fr [137.129.157.34]) by xdata.cnrm.meteo.fr with ESMTP (8.9.3 (PHNE_18546)/8.7.1) id KAA07372 for ; Thu, 27 Feb 2003 10:46:22 +0100 (MET) Message-ID: <3E5DDE6D.37A162C8@cnrm.meteo.fr> Date: Thu, 27 Feb 2003 10:46:21 +0100 From: Igor Pokrovsky X-Mailer: Mozilla 4.06 [en] (X11; I; HP-UX B.10.20 9000/780) MIME-Version: 1.0 To: freebsd-config@freebsd.org Subject: font problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (cti825/CNRM) Organization: METEO FRANCE(CNRM) Sender: owner-freebsd-config@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm tried to set up French locale and console character set on the latest stable, but some character after configuration look like they should not (for example pseudo graphic characters in sysinstall). Here is what I have done: Added to rc.conf: font8x8="iso-8x8" font8x14="iso-8x14" font8x16="iso-8x16" keymap=fr.iso.acc I also changed console names in ttys from cons25 to cons25l1, and added entry to login.conf for french users like this: charset=ISO8859-1 lang=fr_FR.ISO8859-1 Maybe somebody also has the same problem. P.S. I'm not subscribed to -config. -- Igor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-config" in the body of the message