Keyboard and mouse "dead" after adding sc to kernel.
Koop Mast
kwm at rainbow-runner.nl
Wed May 5 13:49:06 PDT 2004
Hello list,
Like the subject says, I got a problem with that after the kernel boots
on my ultra 2 machine. My keyboard and mouse won't respond. Hitting
numlock doesn't light the numlock led. Also the machine tells me after
it complets booting the day and time. But the login prompt doesn't show
up.
Dmesg and kernel config are attached.
If anyone has a idea how to get it to work, I would be very glad.
Appart from a non working login. X runs fine on this machine.
Thanks,
Koop
-------------- next part --------------
#
# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# For hardware specific information check HARDWARE.TXT
#
# $FreeBSD: src/sys/sparc64/conf/GENERIC,v 1.67 2004/01/24 21:38:52 jeff Exp $
machine sparc64
cpu SUN4U
ident BlackBird
#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platforms supported
# At this time all platforms are supported, as-is.
options SCHED_ULE #ULE scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
options MD_ROOT #MD is a potential root device
options NFSCLIENT #Network Filesystem Client
#options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
#options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 #Keep this for a while
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options PFIL_HOOKS # pfil(9) framework
# Debugging for use in -current
#options DDB #Enable the kernel debugger
#options INVARIANTS #Enable calls of extra sanity checking
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
#options WITNESS #Enable checks to detect deadlocks and cycles
#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
#options DIAGNOSTIC
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
# Standard busses
#device apb # Sun APB PCI-PCI bridge
device ebus
device isa
device pci
device sbus
device central
device fhc
# New OpenFirmware PCI framework. This fixes a number of interrupt-
# routing problems and changes the device enumeration to be hopefully
# closer to Solaris. Be aware that, because of the latter, enabling or
# disabling this option may require reconfiguration, and can even
# cause the machine to not boot without manual intervention before the
# fstab is adjusted.
options OFW_NEWPCI
# Floppy drives
#device fdc
# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
# Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,
# and you will not mount an ATA /.
#options ATA_STATIC_ID #Static device numbering
# SCSI Controllers
# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
device ch # SCSI media changers
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI access)
device ses # SCSI Environmental Services (and SAF-TE)
# syscons is the default console driver, resembling an SCO console
device sc
device creator # Creator graphics cards
device splash # Splash screen and screen saver support
options KBD_INSTALL_CDEV
device ofw_console # OpenBoot firmware console device
# Builtin hardware
device genclock # Generic clock interface
device eeprom # eeprom (really an ebus driver for the MK48Txx)
device "mk48txx" # Mostek MK48T02, MK48T08, MK48T59 clock
# Serial (COM) ports
#device sab # Siemens SAB82532 based serial ports
#device zs # Zilog 8530 based serial ports
device uart # Multi-uart driver
device puc # Multi-channel uarts
# Parallel port
#device ppc
#device ppbus # Parallel port bus (required)
#device lpt # Printer
#device plip # TCP/IP over parallel
#device ppi # Parallel port interface device
#device vpo # Requires scbus and da
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
device hme # Sun HME (Happy Meal Ethernet)
# Pseudo devices - the number indicates how many units to allocated.
device random # Entropy device
device loop # Network loopback
device ether # Ethernet support
#device sl # Kernel SLIP
#device ppp # Kernel PPP
#device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
#device gif # IPv6 and IPv4 tunneling
#device faith # IPv6-to-IPv4 relaying/(translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device bpf #Berkeley packet filter
options BOOTP # Use BOOTP to obtain IP address/hostname
options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
options BOOTP_NFSV3 # Use NFS v3 to NFS mount root
options BOOTP_COMPAT # Workaround for broken bootp daemons
options BOOTP_WIRED_TO=hme0 # Use interface hme0 for BOOTP
-------------- next part --------------
syncing disks, buffers remaining... 1 1
done
stray vector interrupt 2033
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.2-CURRENT #8: Tue May 4 21:45:19 CEST 2004
root at e2.rainbow-runner.nl:/usr/obj/usr/src/sys/BlackBird
Preloaded elf kernel "/boot/kernel/kernel" at 0xc03b0000.
Timecounter "tick" frequency 296010281 Hz quality 0
real memory = 939524096 (896 MB)
avail memory = 892682240 (851 MB)
machine: SUNW,Ultra-2
cpu0: Sun Microsystems UltraSparc-II Processor (296.01 MHz CPU)
mask=0x11 maxtl=5 maxwin=7
initalizing intr_countp
cpu1: Sun Microsystems UltraSparc-II Processor (296.01 MHz CPU)
mask=0x11 maxtl=5 maxwin=7
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
random: <entropy source, Software, Yarrow>
openfirm: <OpenFirmware control device>
null: <null device, zero device>
mem: <memory & I/O>
nexus0: <OpenFirmware Nexus device>
sbus0: clock 25.000 MHz
sbus dvma: DVMA map: 0xfc000000 to 0xffffffff
sbus0: [FAST]
sbus0: [FAST]
initialializing counter-timer
Timecounter "counter-timer" frequency 1000000 Hz quality -2048
sbus0: <U2S UPA-SBus bridge> on nexus0
sbus0: <SUNW,CS4231>, type (unknown) (no driver attached)
sbus0: <auxio>, type (unknown) (no driver attached)
sbus0: <flashprom>, type (unknown) (no driver attached)
sbus0: <SUNW,fdtwo>, type block (no driver attached)
eeprom0: <SBus EEPROM/clock> mem 0x1200000-0x1201fff on sbus0
eeprom0: model mk48t59
eeprom0: registered as a time-of-day clock (resolution 1000000us)
eeprom0: hostid 808f7104
eeprom0: current time: 1083795100.000000000
puc0: <Zilog Z8530 dual channel SCC> mem 0x1100000-0x1100003 irq 2024 on sbus0
uart0: <z8530, channel A> on puc0
uart1: <z8530, channel B> on puc0
puc1: <Zilog Z8530 dual channel SCC> mem 0x1000000-0x1000003 irq 2024 on sbus0
uart2: <z8530, channel A> on puc1
uart3: <z8530, channel B> on puc1
sbus0: <sc>, type (unknown) (no driver attached)
sbus0: <SUNW,pll>, type (unknown) (no driver attached)
sbus0: <SUNW,fas>, type scsi (no driver attached)
hme0: <Sun HME 10/100 Ethernet> mem 0x8c07000-0x8c0701f,0x8c06000-0x8c07fff,0x8c04000-0x8c05fff,0x8c02000-0x8c03fff,0x8c00000-0x8c00107 irq 2017 on sbus0
miibus0: <MII bus> on hme0
nsphy0: <DP83840 10/100 media interface> on miibus0
nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
hme0: bpf attached
hme0: Ethernet address: 08:00:20:8f:71:04
hme0: [GIANT-LOCKED]
sbus0: <SUNW,bpp>, type (unknown) (no driver attached)
creator0: <Elite3D> on nexus0
sc0: Unknown <16 virtual consoles, flags=0x200>
sc0: fb0, terminal emulator: sc (syscons terminal)
procfs registered
Timecounters tick every 10.000 msec
lo0: bpf attached
SMP: AP CPU #1 Launched!
Mounting root from nfs:192.168.1.1:/nfs/freebsd
setrootbyname failed
bootpc_init: wired to interface 'hme0'
Sending DHCP Discover packet from interface hme0 (08:00:20:8f:71:04)
Received DHCP Offer packet on hme0 from 192.168.1.1 (accepted) (no root path)
Sending DHCP Request packet from interface hme0 (08:00:20:8f:71:04)
Received DHCP Ack packet on hme0 from 192.168.1.1 (accepted) (got root path)
hme0 at 192.168.1.9 server 192.168.1.1 boot file freebsd
subnet mask 255.255.255.0 router 192.168.1.1 rootfs 192.168.1.1:/nfs/freebsd
Adjusted interface hme0
NFS ROOT: 192.168.1.1:/nfs/freebsd
start_init: trying /sbin/init
More information about the freebsd-sparc64
mailing list