Kernelkonfiguration

From: Jens Felber <jfe(at)gek-online.de>
Date: Fri, 09 Apr 1999 11:29:34 +0200

Hallo Leute,

ich habe mir FB 3.1 zugelegt und kämpfe nun mit der Konfiguration.
Ich möchte mir einen neuen Kernel kompilieren, der ISDN-fähig ist.
Leider erhalte ich beim booten einen trap 12 mit der sinngemässen Meldung:
page not found. Leider kann ich die Meldung nicht vollständig mailen, da
das automatische reboot zu schnell einsetzt.

Im Anhang findet Ihr mein Kernelconfig-file.

ZU den techn. Daten meines Rechners:

Asus Board mit AHA 7890 on board (P2B-LS)
64 MB Ram
ATI Xpert(at)Work (8MB) AGP
SCSI Platte IBM
SCSI CDROM (Pioneer)
ISDN-Karte Elsa Quickstep 1000 Pro PCI
2 x serial
1 x parallel
PS/2 Mouse und Keyboard

Zu weiteren Konfiguration des ISDN wäre ich sehr dankbar, da ich nicht so
recht weiterkomme und der isdnd immer die Meldung bringt:
i4b not configured.

Also besten Dank für die Hilfe.

Jens


# ISDNKERNEL

machine "i386"
cpu "I686_CPU"
ident ISDNKERNEL
maxusers 32

options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
options "CD9660" #ISO 9660 Filesystem
options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
#options UCONSOLE #Allow users to grab the console
#options FAILSAFE #Be conservative
options USERCONFIG #boot -c editor
options VISUAL_USERCONFIG #visual boot -c editor
options "EXT2FS"

options INET #InterNETworking
#options IPFIREWALL #firewall
#options IPFIREWALL_VERBOSE #print information about dropped packets
#options "IPFIREWALL_VERBOSE_LIMIT=500" #limit verbosity
#options IPDIVERT #divert sockets
#options IPFILTER #kernel ipfilter support
#options IPFILTER_LOG #ipfilter logging

options COMPAT_LINUX # Linux Binary compatibility
#options USER_LDT # for Wine
options LKM

config kernel root on da0s4

# ISA and PCI BUS support
controller isa0
controller pci0

# Floppy
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2
disk fd0 at fdc0 drive 0

# SCSI Devices
controller ahc0
controller scbus0 at ahc0
device da0 at scbus0 target 0
device cd0 at scbus0 target 2 #Only need one of these, the code dynamically grows

options AHC_ALLOW_MEMIO

# atkbdc0 controlls both the keyboard and the PS/2 mouse
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device psm0 at isa? tty irq 12

device vga0 at isa? port ? conflicts

# syscons is the default console driver, resembling an SCO console
device sc0 at isa? tty

# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
device vt0 at isa? tty
#options XSERVER # support for X server
#options FAT_CURSOR # start with block cursor
device npx0 at isa? port IO_NPX irq 13

device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4
device sio1 at isa? port "IO_COM2" tty irq 3
device sio2 at isa? disable port "IO_COM3" tty irq 5
device sio3 at isa? disable port "IO_COM4" tty irq 9

# Parallel port
# parallel device on mainboard
# device lpt0 at isa? port "IO_LPT1" tty irq 7

#device ppc0 at isa? port? net irq 7
#controller ppbus0
#device nlpt0 at ppbus?
#device plip0 at ppbus?
#device ppi0 at ppbus?
#controller vpo0 at ppbus?

# PnP Support
#controller pnp0
#options "USERCONFIG" #
#options "USERCONFIG_BOOT"

pseudo-device loop #Network loopback device
pseudo-device ether #Generic Ethernet
pseudo-device vn 1 #Vnode driver (turns a file into a dev.)
#pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
#pseudo-device disc #Discard device
pseudo-device bpfilter 4 #Berkeley packet filter
pseudo-device pty 16 #Pseudo ttys - can go as high as 256
pseudo-device gzip # Exec gzipped a.out's
#pseudo-device ccd 4 #Concatenated disk driver
pseudo-device tun 1 #Tunnel driver (user process ppp(8))
pseudo-device ppp 1 #Point-to-point protocol
pseudo-device sppp 1 # Synchr. PPP for ISDN
options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER #enable bpf filtering (needs bpfilter)

# ISDN4BSD Non-Active Cards (PCI)
# ELSA QuickStep 1000pro PCI
options "ELSA_QS1PCI"
device isic0

# Pseudo-Devices for ISDN CARDS
# ++++ D-Channel Handling layer 2
pseudo-device "i4bq921"

# ++++ D-Channel Handling layer 3
pseudo-device "i4bq931"

# ++++ Common passiv Card Handling
pseudo-device "i4b"

# ++++ Userland Driver
pseudo-device "i4btrc" 4
pseudo-device "i4bctl"
pseudo-device "i4brbch" 4
pseudo-device "i4btel" 2
pseudo-device "i4bisppp" 4


Jens Felber

Mail: jfe(at)gek-online.de

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 09 Apr 1999 - 11:28:24 CEST

search this site