From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 05:54:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D87CC106564A for ; Wed, 10 Dec 2008 05:54:55 +0000 (UTC) (envelope-from noor@comrax.com) Received: from smtp1.comrax.com (smtp1.comrax.com [62.219.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id D21B18FC12 for ; Wed, 10 Dec 2008 05:54:54 +0000 (UTC) (envelope-from noor@comrax.com) Received: from corporate.local ([192.168.80.77]) by smtp1.comrax.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 10 Dec 2008 07:35:29 +0200 Content-class: urn:content-classes:message Date: Wed, 10 Dec 2008 07:33:44 +0200 Message-ID: <5646C960E487E84C8307CF11C1EC0B3D016E01D7@comrax-dom.CORPORATE.LOCAL> MIME-Version: 1.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: USB Keyboard is not working with a custom kernel X-MimeOLE: Produced By Microsoft Exchange V6.5 Thread-Index: AclZR0QXvmptvDBbRTmtk8zcMGUX+wBQZngN References: <5646C960E487E84C8307CF11C1EC0B3D018A795B@comrax-dom.CORPORATE.LOCAL> From: "??? ????" To: X-OriginalArrivalTime: 10 Dec 2008 05:35:29.0737 (UTC) FILETIME=[1CD2DB90:01C95A89] Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: USB Keyboard is not working with a custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2008 05:54:55 -0000 Hello list, I've custom-built a kernel for a FreeBSD 7.0-STABLE amd64 system. The kernel file (/sys/amd64/conf/KERNEL) is shown below: *********************************************************** START OF = FILE ** machine amd64 cpu HAMMER ident KERNEL maxusers 1024 # Mandatory options options SCHED_ULE # SMP options SMP # CPU frequency control device cpufreq # Memory (Adjusted for 4GB RAM for AMD64) options MAXDSIZ=3D"(1536UL*1024*1024)" # = 1.5GB for data options MAXSSIZ=3D"(256UL*1024*1024)" # = 256MB for stack options DFLDSIZ=3D"(1536UL*1024*1024)" # Set = default data size to 1.5GB # Configuration options KSE options PREEMPTION options PANIC_REBOOT_WAIT_TIME=3D30 options COMPAT_43 options SYSVSHM options SYSVSEM options SYSVMSG options _KPOSIX_PRIORITY_SCHEDULING options ADAPTIVE_GIANT # Screen, Keyboard & Mouse options MAXCONS=3D4 # File System options FFS options CD9660 options PROCFS options PSEUDOFS options SOFTUPDATES options UFS_DIRHASH options UFS_GJOURNAL # Filesystems, Samba/CIFS shares options NETSMB # SMB/CIFS requester options LIBMCHAIN # mbuf management = library options LIBICONV options SMBFS options NFSSERVER options NFSCLIENT options NFSLOCKD # Networking options INET options ACCEPT_FILTER_DATA # All devices (Network, SCSI, Disks, Interface, ...) device miibus device bge device sio device fdc device ata device atadisk device atapicd device atapifd device loop device ether device isa device eisa device pci device agp device random device scbus device da device cd device ciss # Screen, Keyboard & Mouse device atkbdc device atkbd device psm device vga device sc device uhci # UHCI PCI->USB = interface device ohci # OHCI PCI->USB = interface device ehci # EHCI PCI->USB = interface (USB 2.0) device usb # USB Bus (required) device ukbd # Keyboard device ugen # Generic device uhid # "Human Interface = Devices" # Misc device acpi device pass device pty device snp device speaker ************************************************************* END OF = FILE ** With this kernel, whenever I connect a USB keyboard, I see on the = console an alert ("USB keyboard device this and that, connected to = ....") and even the make/model of the keyboard is shown, but the = keyboard doesn't work. The Num/Caps locks work (I mean, the light on the = keyboard alternates between ON/OFF whenever press on the keys). Anyone knows what's the problem? And how to fix it? Thanks in advance. Noor