From owner-freebsd-current Thu Apr 29 3:39:12 1999 Delivered-To: freebsd-current@freebsd.org Received: from main.avias.com (avias-gw.corbina.net [195.14.40.4]) by hub.freebsd.org (Postfix) with ESMTP id AAC3014EC8 for ; Thu, 29 Apr 1999 03:39:01 -0700 (PDT) (envelope-from camel@avias.com) Received: from camel.avias.com (camel.avias.com [195.14.38.87]) by main.avias.com (8.9.3/8.9.2) with SMTP id OAA00439 for ; Thu, 29 Apr 1999 14:38:54 +0400 (MSD) (envelope-from camel@avias.com) From: Ilya Naumov Reply-To: camel@avias.com To: current@freebsd.org Subject: some bug reports... Date: Thu, 29 Apr 1999 14:01:05 +0400 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99042914385400.00520@camel.avias.com> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG running FreeBSD 4.0-CURRENT last 4 days i have encountered the following problems: 1. something is wrong with psm0 driver. my Genius NewScroll PS/2 mouse works well, but in random moment when i touch the mouse kernel begins to write to the systemn log the following. Apr 29 11:55:58 camel /kernel: psmintr: out of sync (00c8 != 0008). Apr 29 11:55:58 camel /kernel: psmintr: out of sync (00c0 != 0008). when it happens, mouse cursor moves, but buttons do not work. only reboot solves this problem. this bug doesn't appear with Microsoft and Hewlett-Packard mice. my string in my kernel config related to mouse is device psm0 at atkbdc? irq 12 and kernel detects the mouse as psm0: on atkbdc0 psm0: model NetMouse, device ID 0 psm0: interrupting at irq 12 2. i cannot run MySQL daemon since yesterday's "make world". here is a piece of MySQL's error log: mysqld started on од 29 Сав 1999 13:59:16 MSD /usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__vt_7filebuf" mysqld ended on од 29 Сав 1999 13:59:16 MSD 3. my ESS1868-based sound card (Luigi's pcm driver) do not work since one of kernel snapshots. the kernel says the follofing: Probing for PnP devices: CSN 1 Vendor ID: ESS1868 [0x68187316] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041] This is an ESS1868, but LDN 1 is disabled .. .. pcm0: not probed (disabled) the strings for pcm driver in kernel config are controller pnp0 device pcm0 at isa? disable port 0x220 irq 10 drq 1 flags 0x0 4. i don't think that it is really a bug, but it's just interesting for me. during bootup process my kernel writes the following message: Bad SMBIOS table checksum! so, what is SMBIOS table and why its checksum is bad? :) -- sincerely, ilya naumov (at work) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message