From owner-freebsd-current Mon Dec 6 21:11:28 1999 Delivered-To: freebsd-current@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id DE1DC14EE9 for ; Mon, 6 Dec 1999 21:11:21 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:8XgyY83CwdyULlhPwKGvticD0PTh1HEu@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id OAA32511; Tue, 7 Dec 1999 14:10:37 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id OAA22642; Tue, 7 Dec 1999 14:15:28 +0900 (JST) Message-Id: <199912070515.OAA22642@zodiac.mech.utsunomiya-u.ac.jp> To: "Viren R.Shah" Cc: freebsd-current@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Using USB modules with an USB keyboard... In-reply-to: Your message of "Mon, 06 Dec 1999 21:19:40 EST." <14412.28348.832717.776543@jabberwock.rstcorp.com> References: <14412.28348.832717.776543@jabberwock.rstcorp.com> Date: Tue, 07 Dec 1999 14:15:28 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Is there any way to use only the USB KLDs (i.e. remove all the USB >options from the kernel config file) on a machine that has an USB >keyboard? Add "flags 0x100" to syscons. Note this is still an experimental flag. device sc0 at isa? flags 0x100 >I tried doing this (removed all the USB options from my config file, >but left KBD_INSTALL_CDEV). However, this caused the kernel build to >fail with undefined symbols when compiling the syscons stuff. So, I Would you provide your kernel configuration file and exact error messages when you compiled a kernel with this configuration? >tried it with putting the normal keyboard line back in (atkbdc and >atkbd), but this just caused the system to look for a normal >keyboard. And the atkbd driver fails to find an AT keyboard, right? That should not cause any problem to you. Or, did you find any trouble? But, if it still bothers you, you may "disable" the atkbd driver included in the kernel, by specifying device atkbd0 at atkbdc? disable irq 1 Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message