Date: Mon, 2 Jul 2001 00:59:28 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: bugs@freebsd.org Subject: syscons lockups Message-ID: <20010702005928.B3836@hades.hell.gr>
next in thread | raw e-mail | index | archive | help
--ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Description: message text Content-Disposition: inline I am running a kernel and world compiled a few days back. FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386 I tried changing the console mode to VESA_800x600 and the only thing that I could see was a black screen. On attempt to switch consoles, the PC speaker starts beeping continuously and I cant switch consoles, or stop it, unless I hit the big red button. Further testing showed that this happens with all the modes except for the 80-column and 90-column ones. That is, for all modes with 132 columns and the VESA_800x600 mode. I'm not sure if this is a problem with syscons or my video adaptor. However, since the same hardware works with a RELENG_4 kernel/world and it's syscons driver, I think it is. The kernel config file, is attached at the end of this message. -giorgos --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Description: kernel configuration Content-Disposition: attachment; filename=CHARON machine i386 cpu I486_CPU cpu I586_CPU cpu I686_CPU ident CHARON maxusers 32 #hints "CHARON.hints" #Default places to look for devices. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options ROOTDEVNAME=\"ufs:ad0s1a\" options CPU_FASTER_5X86_FPU options CPU_SUSP_HLT ##### options COMPAT_43 options SYSVSHM options SYSVSEM options SYSVMSG options DDB options KTRACE #kernel tracing options INVARIANTS options INVARIANT_SUPPORT options UCONSOLE #options USERCONFIG #boot -c editor #options VISUAL_USERCONFIG #visual boot -c editor options ACCEPT_FILTER_DATA options ACCEPT_FILTER_HTTP options DUMMYNET options INET #Internet communications protocols options IPDIVERT #divert sockets options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about dropped packets options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) device bpf #Berkeley packet filter device loop 1 #Network loopback device device ppp 2 #Point-to-point protocol device sl #Serial Line IP device tun #Tunnel driver (ppp(8), nos-tun(8)) device random #support for /dev/urandom options CD9660 #ISO 9660 filesystem options FFS #Fast filesystem options MSDOSFS #MS DOS File System (FAT, FAT32) options NFS #Network File System options NFS_NOSERVER #Disable the NFS-server code. options NSWAPDEV=1 options NTFS #NT File System options NULLFS #NULL filesystem options PROCFS #Process filesystem options SOFTUPDATES #options QUOTA #enable disk quotas options HZ=1000 options MSGBUF_SIZE=40960 options NTIMECOUNTER=20 device pty #Pseudo ttys device md #Memory/malloc disk device snp #Snoop device - to look at pty/vty/etc.. device npx device isa device pci device atkbdc 1 device atkbd device psm device vga options VGA_WIDTH90 # support 90 column modes options VESA # include support for VESA modes device splash device sc 1 options MAXCONS=16 # number of virtual consoles options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode options SC_HISTORY_SIZE=500 # number of history buffer lines options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor options SC_PIXEL_MODE # add support for the raster text mode options SC_TWOBUTTON_MOUSE # The following options will let you change the default colors of syscons. options SC_NORM_ATTR="(FG_LIGHTGREY|BG_BLACK)" options SC_NORM_REV_ATTR="(FG_BLACK|BG_LIGHTGREY)" options SC_KERNEL_CONS_ATTR="(FG_CYAN|BG_BLACK)" options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_CYAN)" device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID device sio options BREAK_TO_DEBUGGER options CONSPEED=9600 #default speed for serial console (default 9600) device pcm device midi device seq device sbc options PANIC_REBOOT_WAIT_TIME=30 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=us-ascii Content-Description: dmesg output of last boot Content-Disposition: attachment; filename=dmesg Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1 The Regents of the University of California. All rights r FreeBSD 5.0-CURRENT #0: Sun Jun 24 18:34:43 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 132632226 Hz CPU: Pentium/P54C (132.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> real memory = 33554432 (32768K bytes) avail memory = 28995584 (28316K bytes) Preloaded elf kernel "kernel" at 0xc03aa000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03a Intel Pentium detected, installing workaround for F00F bu VESA: v1.2, 2048k memory, flags:0x0, mode table:0xc00c1bf VESA: S3 Incorporated. 86C325 npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> at pcibus 0 on motherboard pci0: <PCI bus> on pcib0 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX3 ATA controller> port 0xf000-0xf00f ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: <display, VGA> at 11.0 (no driver attached) orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 atkbd1: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000 sbc0: <Creative SB16/SB32> at port 0x220-0x22f,0x330-0x33 pcm0: <SB16 DSP 4.13> on sbc0 midi0: <SB Midi Interface> on sbc0 midi1: <SB OPL FM Synthesizer> on sbc0 ata6: <Generic ESDI/IDE/ATA controller> at port 0x168-0x1 unknown: <PNP0303> can't assign resources unknown: <PNP0501> can't assign resources unknown: <PNP0501> can't assign resources IP packet filtering initialized, divert enabled, rule-bas DUMMYNET initialized (010124) ad0: 42934MB <WDC WD450AA-00BAA0> [87233/16/63] at ata0-m acd0: CD-RW <PCRW804> at ata1-master PIO4 acd1: CDROM <FX4820T> at ata1-slave PIO4 Mounting root from ufs:/dev/ad0s1a --ikeVEW9yuYc//A+q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010702005928.B3836>