免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: 朦胧夜色
打印 上一主题 下一主题

[FreeBSD] 新安装的freebsd在安装完网卡后不能正常启动? [复制链接]

论坛徽章:
0
11 [报告]
发表于 2003-05-04 16:21 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

# This is loader.conf - a file full of useful variables that you can
# set to change the default load behavior of your system. You should
# not edit this file!  Put any overrides into one of the
# loader_conf_files instead and you will be able to update these
# defaults later without spamming your local configuration information.
#
# All arguments must be in double quotes.
#
# $FreeBSD: src/sys/boot/forth/loader.conf,v 1.25.2.21 2002/08/22 17:32:49 orion Exp $

##############################################################
###  Basic configuration options  ############################
##############################################################

exec=".( Loading /boot/defaults/loader.conf ) cr"

kernel="/kernel"
kernel_options=""

userconfig_script_load="NO"
userconfig_script_name="/boot/kernel.conf"
userconfig_script_type="userconfig_script"

loader_conf_files="/boot/device.hints /boot/loader.conf /boot/loader.conf.local /boot/nextboot.conf"

verbose_loading="NO"                # Set to YES for verbose loader output


##############################################################
###  Splash screen configuration  ############################
##############################################################

splash_bmp_load="NO"                # Set this to YES for bmp splash screen!
splash_pcx_load="NO"                # Set this to YES for pcx splash screen!
vesa_load="NO"                        # Set this to YES to load the vesa module
bitmap_load="NO"                # Set this to YES if you want splash screen!
bitmap_name="/boot/splash.bmp"        # Set this to the name of the bmp or pcx file
bitmap_type="splash_image_data"


##############################################################
###  Loader settings  ########################################
##############################################################

#autoboot_delay="10"                # Delay in seconds before autobooting
#bootfile="kernel;kernel.old"        # Set the default boot file set
#console="vidconsole"                # Set the current console
#currdev="disk1s1a"                # Set the current device
#module_path="/;/boot;/modules"        # Set the module search path
#prompt="\\${interpret}"        # Set the command prompt
#root_disk_unit="0"                # Force the root disk unit number
#rootdev="disk1s1a"                # Set the root filesystem


##############################################################
###  Kernel settings  ########################################
##############################################################

                        # The following boot_ variables are enabled
                        # by setting them to any value.
#boot_askname=""        # Prompt the user for the name of the root device
#boot_ddb=""                # Instructs the kernel to start in the DDB debugger
#boot_gdb=""                # Selects gdb-remote mode for the kernel debugger
#boot_single=""                # Start system in single-user mode
#boot_userconfig=""        # Run kernel's interactive device configuration program
#boot_verbose=""        # Causes extra debugging information to be printed
#init_path="/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"
                        # Sets the list of init candidates
#dumpdev="ad0s1b"        # Set device for crash dumps


##############################################################
###  Kernel tunables  ########################################
##############################################################

#kern.maxusers="32"                # Set size of various static tables
#kern.ipc.nmbclusters=""        # Set the number of mbuf clusters
#kern.vm.kmem.size=""                # Sets the size of kernel memory (bytes)
#machdep.pccard.pcic_irq="0"        # Assigns PCCARD controller IRQ (0=polled)
#net.inet.tcp.tcbhashsize=""        # Set the value of TCBHASHSIZE
#vfs.root.mountfrom=""                # Specify root partition in a way the
                                # kernel understands


##############################################################
###  Filesystem and related modules  #########################
##############################################################

# Filesystems

cd9660_load="NO"                # ISO 9660 filesystem
coda_load="NO"                        # CODA filesystem
fdesc_load="NO"                        # Filedescriptors filesystem
kernfs_load="NO"                # Kernel filesystem
mfs_load="NO"                        # Memory filesystem
msdos_load="NO"                        # FAT-12/16/32
nfs_load="NO"                        # NFS
ntfs_load="NO"                        # NTFS
null_load="NO"                        # Null filesystem
portal_load="NO"                # Portal filesystem
procfs_load="NO"                # Process filesystem
umap_load="NO"                        # User-id map filesystem
union_load="NO"                        # Union filesystem

# Related stuff

ccd_load="NO"                        # Concatenated disk driver
vinum_load="NO"                        # Concatenated/mirror/raid driver
vn_load="NO"                        # Vnode driver


##############################################################
###  Screen saver modules  ###################################
##############################################################

# This is best done in rc.conf

screensave_load="NO"                # Set to YES to load a screensaver module
screensave_name="green_saver"        # Set to the name of the screensaver module


##############################################################
###  Emulation modules  ######################################
##############################################################

fpu_load="NO"                        # Floating point emulation
gnufpu_load="NO"                # GNU floating point emulation
ibcs2_load="NO"                        # IBCS2 (SCO) emulation
ibcs2_coff_load="NO"
linux_load="NO"                        # Linux emulation
svr4_load="NO"                        # SystemV R4 emulation
streams_load="NO"                # System V streams module


##############################################################
###  Networking modules  #####################################
##############################################################

if_disc_load="NO"                # Discard device
if_ppp_load="NO"                # Kernel ppp
if_sl_load="NO"                        # SLIP
if_tun_load="NO"                # Tunnel driver (user process ppp)
ipfw_load="NO"                        # Firewall


##############################################################
###  Networking drivers  #####################################
##############################################################

miibus_load="NO"                # miibus support, needed for some drivers
if_an_load="NO"                        # Aironet 4500/4800 802.11 wireless NICs
if_dc_load="NO"                        # DEC/Intel 21143 and various workalikes
if_ef_load="NO"                 # multiple frame types
if_fxp_load="NO"                # Intel EtherExpress PRO/100B (82557, 82558)
if_ray_load="NO"                # Ratheon wireless NICs
if_rl_load="NO"                        # RealTek 8129/8139
if_sf_load="NO"                        # Adaptec Duralink PCI (AIC-6915 "starfire")
if_sis_load="NO"                # Silicon Integrated Systems SiS 900/7016
if_sk_load="NO"                        # SysKonnect SK-984x series PCI gigabit ethernet
if_ti_load="NO"                        # Alteon Networks Tigon 1 and Tigon 2
if_tl_load="NO"                        # Texas Instruments TNETE100 ("ThunderLAN")
if_vr_load="NO"                        # VIA Rhine I and Rhine II
if_wb_load="NO"                        # Winbond W89C840F
if_wi_load="NO"                        # WaveLAN/IEEE 802.11 wireless NICs
if_wx_load="NO"                        # Intel Gigabit Ethernet
if_xl_load="NO"                        # 3Com Etherlink XL (3c900, 3c905, 3c905B)

##############################################################
###  Netgraph modules  #######################################
##############################################################

ng_UI_load="NO"                        # UI netgraph node type
ng_async_load="NO"                # asynchronous framing netgraph node type
ng_bpf_load="NO"                # Berkeley packet filter netgraph node type
ng_bridge_load="NO"                # Ethernet bridging netgraph node type
ng_cisco_load="NO"                # Cisco HDLC protocol netgraph node type
ng_echo_load="NO"                # Netgraph echo node type
ng_ether_load="NO"                # Ethernet netgraph node type
ng_frame_relay_load="NO"        # frame relay netgraph node type
ng_hole_load="NO"                # Netgraph discard node type
ng_iface_load="NO"                # interface Netgraph node type
ng_ksocket_load="NO"                # kernel socket netgraph node type
ng_lmi_load="NO"                # frame relay LMI protocol netgraph node type
ng_mppc_load="NO"                # Microsoft MPPC/MPPE compression and encryption netgraph node type
ng_one2many_load="NO"                # packet multiplexing netgraph node type
ng_ppp_load="NO"                # PPP protocol netgraph node type
ng_pppoe_load="NO"                # RFC 2516 PPPOE protocol netgraph node type
ng_pptpgre_load="NO"                # PPTP GRE protocol netgraph node type
ng_rfc1490_load="NO"                # RFC 1490 netgraph node type
ng_socket_load="NO"                # Netgraph socket node type
ng_tee_load="NO"                # Netgraph ``tee'' node type
ng_tty_load="NO"                # Netgraph node type that is also a line discipline
ng_vjc_load="NO"                # Van Jacobsen compression netgraph node type

##############################################################
###  Sound modules  ##########################################
##############################################################

snd_ad1816_load="NO"                # ad1816 isa
snd_cmi_load="NO"                # cmi8738 pci
snd_csa_load="NO"                # cs46xx/cs4280 pci
snd_cs4281_load="NO"                # cs4281 pci
snd_ds1_load="NO"                # yamaha ds1/dsxg pci
snd_emu10k1_load="NO"                 # creative Sound Blaster Live
snd_ess_load="NO"                # ess isa
snd_es137x_load="NO"                # es1370/es1371/es1373/ct5880 pci
snd_fm801_load="NO"                # forte media fm801 pci
snd_ich_load="NO"                # Intel ICH
snd_maestro_load="NO"                # ess maestro-2 pci
snd_maestro3_load="NO"                # ess maestro-3 pci
snd_mss_load="NO"                # mss-compatible isa
snd_neomagic_load="NO"                # neomagic nm256av/nm256zx pci
snd_sb8_load="NO"                # Sound Blaster (Pro) isa
snd_sb16_load="NO"                # Sound Blaster 16/awe32/awe64 isa
snd_solo_load="NO"                # ess solo-1 pci
snd_t4dwave_load="NO"                # trident 4dwave dx/nx pci
snd_via8233_load="NO"                # via8233 pci
snd_via82c686_load="NO"                # via82c686 pci
snd_load="NO"                        # All sound drivers (use instead of above)

##############################################################
###  USB modules  ############################################
##############################################################

usb_load="NO"                        # USB subsystem
ugen_load="NO"                        # USB generic device, if all else fails ...
ufm_load="NO"                        # Fm Radio
uhid_load="NO"                        # Human Interface Devices
ukbd_load="NO"                        # Keyboard
ulpt_load="NO"                        # Printer
ums_load="NO"                        # Mouse
umass_load="NO"                        # Mass Storage Devices
umodem_load="NO"                # Modems
uscanner_load="NO"                # Scanners
if_aue_load="NO"                # ADMtek USB ethernet
if_cue_load="NO"                # CATC USB ethernet
if_kue_load="NO"                # Kawasaki LSI USB ethernet

##############################################################
###  Other modules  ##########################################
##############################################################

bktr_mem_load="NO"              # Brooktree Bt848/Bt878 Card Memory Holder
bktr_load="NO"                  # Brooktree Bt848/Bt878 TV/Video Capture Card
ispfw_load="NO"                        # Qlogic ISP Firmware
agp_load="NO"                        # agp module
accf_data_load="NO"                # Wait for data accept filter
accf_http_load="NO"                # Wait for full HTTP request accept filter

##############################################################
###  Module loading syntax example  ##########################
##############################################################

#module_load="YES"                # loads module "module"
#module_name="realname"                # uses "realname" instead of "module"
#module_type="type"                # passes "-t type" to load
#module_flags="flags"                # passes "flags" to the module
#module_before="cmd"                # executes "cmd" before loading the module
#module_after="cmd"                # executes "cmd" after loading the module
#module_error="cmd"                # executes "cmd" if load fails

刚才您说的是不是这个文件
/boot/defaults/loder.conf

论坛徽章:
0
12 [报告]
发表于 2003-05-04 16:24 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

是的

论坛徽章:
0
13 [报告]
发表于 2003-05-04 16:26 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

这个好像是旧的freebsd?????

论坛徽章:
0
14 [报告]
发表于 2003-05-04 16:45 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

[quote]原帖由 "朦胧夜色"]3com 3c509b的isa网卡,这种网卡freebsd支持吗[/quote 发表:

isa网卡太旧了吧..
換pci 的吧...

isa 自己不熟...
也许看handbook和faq会有说..

论坛徽章:
0
15 [报告]
发表于 2003-05-05 10:14 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

我先换了一个pci网卡,其他没有改
# /stand/sysinstall
安装上驱动,就解决了

我决定不用isa网卡了,如果用isa网卡,我想要在以上提的loader.conf文件中改动相应的设置吧。

再次感谢各位老大们。

论坛徽章:
0
16 [报告]
发表于 2003-05-05 10:36 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

ISA网卡很难用了噢
PnP的和非PnP的很麻烦的
关键就是IO Address,DMA,IRQ需要硬件和驱动程序/操作系统配合
要么都支持PnP的,要么都用设定的使用非PnP方式
还是PCI好:)

论坛徽章:
0
17 [报告]
发表于 2003-05-05 12:03 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

呵呵,3C509B这块卡肯定是支持的,FB2.11起就开始对这块卡支持了(如果我没记错的话)。我觉得可能是你网卡的设置没有设好,找出DOS的设置驱动,将网卡设为非PNP方式,中断10,地址300。然后再用FB去找,肯定没问题的。我有很多3C509B的网卡,因为没钱,买不起PCI百兆的网卡,所以十兆我也将就用了。

论坛徽章:
0
18 [报告]
发表于 2003-05-05 12:20 |只看该作者

新安装的freebsd在安装完网卡后不能正常启动?

网卡旧点也没有关系,安装时网络设置是否正确,有没有使用dns?如果没有就把dns设成本机ip好像也行。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP