Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Alan Stern
On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > It's not the same hardware and all the machines that I tried that > have keyboards end up WORKING with the USB keyboard as well! But > Dmitry Torokhov was right! I just burned a CD with all three modules, > and the keyboard works! I didn't bot

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Jiri Kosina
On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > Yes! I will try it in the morning. It's now past quitting time and, > following this thread, you will note that the ohci module needed to be > loaded for this AMD unit so the keyboard now works! I will remove the Oh I see, looks like I have

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread linux-os (Dick Johnson)
On Thu, 15 Mar 2007, Jiri Kosina wrote: > On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > > [...] >> The initrd "linuxrc" file that loads the modules is here. One can see >> the order in which the modules are loaded. We had to make our own shell >> to replace 'nash' because the SCSI drivers

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Jiri Kosina
On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: [...] > The initrd "linuxrc" file that loads the modules is here. One can see > the order in which the modules are loaded. We had to make our own shell > to replace 'nash' because the SCSI drivers spawned "children" that > confused nash with S

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread linux-os (Dick Johnson)
On Thu, 15 Mar 2007, Dmitry Torokhov wrote: > On 3/15/07, linux-os (Dick Johnson) <[EMAIL PROTECTED]> wrote: >> echo "Loading uhci-hcd.ko module" >> insmod /lib/uhci-hcd.ko >> echo "Loading ehci-hcd.ko module" >> insmod /lib/ehci-hcd.ko > > I don't see you loading OHCI and I thought AMD boxes use

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread linux-os (Dick Johnson)
On Thu, 15 Mar 2007, Alan Stern wrote: > On Thu, 15 Mar 2007, Dmitry Torokhov wrote: > >> On 3/15/07, linux-os (Dick Johnson) <[EMAIL PROTECTED]> wrote: >>> echo "Loading uhci-hcd.ko module" >>> insmod /lib/uhci-hcd.ko >>> echo "Loading ehci-hcd.ko module" >>> insmod /lib/ehci-hcd.ko >> >> I don'

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Alan Stern
On Thu, 15 Mar 2007, Dmitry Torokhov wrote: > On 3/15/07, linux-os (Dick Johnson) <[EMAIL PROTECTED]> wrote: > > echo "Loading uhci-hcd.ko module" > > insmod /lib/uhci-hcd.ko > > echo "Loading ehci-hcd.ko module" > > insmod /lib/ehci-hcd.ko > > I don't see you loading OHCI and I thought AMD boxes

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Dmitry Torokhov
On 3/15/07, linux-os (Dick Johnson) <[EMAIL PROTECTED]> wrote: > echo "Loading uhci-hcd.ko module" > insmod /lib/uhci-hcd.ko > echo "Loading ehci-hcd.ko module" > insmod /lib/ehci-hcd.ko I don't see you loading OHCI and I thought AMD boxes used that flavor. > echo "Loading usbhid.ko module" > ins

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread linux-os (Dick Johnson)
On Thu, 15 Mar 2007, Alan Stern wrote: > On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > Ouch! I can't do anything by copy from a screen! There is no way to get `dmesg` without the keyboard! That's why I sent a request to linux-kernel, hoping that the problem would sound fam

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Alan Stern
On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > >> Ouch! I can't do anything by copy from a screen! There is no way to get > >> `dmesg` without the keyboard! That's why I sent a request to > >> linux-kernel, hoping that the problem would sound familiar. All I can do > >> is boot the system

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread linux-os (Dick Johnson)
On Thu, 15 Mar 2007, Jiri Kosina wrote: > (added linux-usb-devel@lists.sourceforge.net to CC) > > On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > I have multiple AMD 64-bit servers in several configurations, with several different motherboards, which fail to recognize a USB keyboa

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Dmitry Torokhov
On 3/15/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: > (added linux-usb-devel@lists.sourceforge.net to CC) > > On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > > > >> I have multiple AMD 64-bit servers in several configurations, with > > >> several different motherboards, which fail to recognize

Re: [linux-usb-devel] USB Keyboard

2007-03-15 Thread Jiri Kosina
(added linux-usb-devel@lists.sourceforge.net to CC) On Thu, 15 Mar 2007, linux-os (Dick Johnson) wrote: > >> I have multiple AMD 64-bit servers in several configurations, with > >> several different motherboards, which fail to recognize a USB keyboard > >> when booted from a "stock" Linux kernel.

Re: [linux-usb-devel] USB keyboard problem follow-up

2004-10-26 Thread Alan Stern
On Wed, 27 Oct 2004, Gideon N. Guillen wrote: > Hi, > > I was partially wrong about may last message. It seems that the > keyboard is working already in 2.6.9. I successfully pass the > "Mounting USB file system" part. It still "freezes". Well not really, > more like it stays there for 30 to 45 s

Re: [linux-usb-devel] USB keyboard problem follow-up

2004-10-26 Thread Gideon N. Guillen
On Mon, 25 Oct 2004 12:19:10 -0400 (EDT), Alan Stern <[EMAIL PROTECTED]> wrote: > > This is a followup to the thread regarding my USB keyboard problem. [snipped] > Please try applying the patch below, and then post the dmesg output you > get when plugging the keyboard in after bootup. Hi, I was p

Re: [linux-usb-devel] USB keyboard problem follow-up

2004-10-25 Thread Alan Stern
On Mon, 25 Oct 2004, Gideon N. Guillen wrote: > Hello, > > This is a followup to the thread regarding my USB keyboard problem. > See the following link for the previous thread: > http://sourceforge.net/mailarchive/message.php?msg_id=9751633 > > Anyway, this time, I tried the latest kernel releas

[linux-usb-devel] USB keyboard problem follow-up

2004-10-24 Thread Gideon N. Guillen
Hello, This is a followup to the thread regarding my USB keyboard problem. See the following link for the previous thread: http://sourceforge.net/mailarchive/message.php?msg_id=9751633 Anyway, this time, I tried the latest kernel release (2.6.9) and also use the .config file that came with Fedora

[linux-usb-devel] USB Keyboard not working

2004-10-15 Thread BoehmeSilvio
Hi! I have posted this yesterday to the lkml, but I think linux-usb-devel is a better place to discuss. I have a problem with my USB keyboard. It seems that the keyboard is recognized somehow, but it's not working at the end. I have tested this with Kernel 2.6.9-rc4, 2.6.8.1 and 2.6.4 with the s

Re: [linux-usb-devel] usb keyboard on uclinux framebuffer console

2004-06-18 Thread Lonnie Mendez
> Which device did the hid use for keyboards ??? Make sure "HID Input Layer Support" under "USB Human Interface Device support" is checked as well. I believe that is what enables things such as usb keyboards, mice, etc... If it is already checked, beats me. --

[linux-usb-devel] usb keyboard on uclinux framebuffer console

2004-06-18 Thread Bobby
Hi all, i'm using the Philips ISP1161A1 with a Motorola Coldfire Based embebdded System and uclinux (2.4.24). The usb-driver seems to work fine, but I've problems with an usb keyboard. The usb mouse in microwindows works fine, so the HID - Driver should work. But now I want the get a framebuffe

[linux-usb-devel] usb keyboard on uclinux framebuffer console

2004-06-14 Thread Bobby
Hi all, i'm using the Philips ISP1161A1 with a Motorola Coldfire Based embebdded System and uclinux (2.4.24). The usb-driver seems to work fine, but I've problems with an usb keyboard. The usb mouse in microwindows works fine, so the HID - Driver should work. But now I want the get a framebuffe

[linux-usb-devel] USB keyboard support request

2004-06-11 Thread Abbas Birjandi
Could I please request for adding support for emachines M6805, M6807, and M6809 USB keyboard to support function keys (ie Fn+F2, etc.) Myself and many owners of these machines would appreciate your help in getting a fully functional keybord under Linux. I tried to use xev, lineakd and show uti

[linux-usb-devel] usb keyboard

2004-04-13 Thread Xu, Jiang
Hi All, Be honest, I am new to USB stuff on Linux. Here is the problem I run into: I try to compile USB Keyboard Support into Kernel for an embedded device. So I turn on the following options: 1. CONFIG_USB_HID 2. CONFIG_USB_HIDDEV 3. CONFIG_INPUT 4. CONFIG_INPUT_KEYBDEV * CONFIG_INPUT_EVDE

Re: [linux-usb-devel] USB keyboard not properly initialized on boot

2004-03-23 Thread lode leroy
de leroy <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: [linux-usb-devel] USB keyboard not properly initialized on boot Date: Mon, 22 Mar 2004 13:46:07 + lode leroy wrote: Hello, Since upgrading to 2.6 (I tried 2.6.3 and 2.6.5-rc1-mm1), my USB keyboard is not properly detected at b

Re: [linux-usb-devel] USB keyboard not properly initialized on boot

2004-03-22 Thread Paulo Marques
lode leroy wrote: Hello, Since upgrading to 2.6 (I tried 2.6.3 and 2.6.5-rc1-mm1), my USB keyboard is not properly detected at boot up. un/replugging (multiple times) it fixes it. The keyboard works properly with the BIOS and for selecting from the boot menu, but fails after the kernel is start

[linux-usb-devel] USB keyboard not properly initialized on boot (bis)

2004-03-22 Thread lode leroy
I also noticed that on linux-2.6.0-test2, compiled with usb debug, there are messages about "debounce" which I do not see any more on 2.6.5-rc2-mm1 -- lode (dmesg output from 2.6.0-test2) hub 2-0:0: debounce: port 1: delay 100ms stable 4 status 0x301 Freeing initrd memory: 1435k freed VFS: Moun

[linux-usb-devel] USB keyboard not properly initialized on boot

2004-03-22 Thread lode leroy
Hello, Since upgrading to 2.6 (I tried 2.6.3 and 2.6.5-rc1-mm1), my USB keyboard is not properly detected at boot up. un/replugging (multiple times) it fixes it. The keyboard works properly with the BIOS and for selecting from the boot menu, but fails after the kernel is started. I have a kernel

[linux-usb-devel] usb keyboard bug makes it into another kernel release

2003-10-11 Thread Mr. Mailing List
yay, yet another release that doesn't have the bug fixed:( http://bugme.osdl.org/show_bug.cgi?id=1229 __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This

Re: [linux-usb-devel] USB keyboard

2002-11-29 Thread Kentropy
Could you please tell me what is your CPU configuration ? And menuconfig setting for your keybd ? I'm using SA1110 (not x86) Thanks > > I wonder if is anyone using an USB keyboard with kernel 2.4.x > > Thanks > > I am. It's a Microsoft Natural Elite, and I always use it via USB. I'm > running 2.4

Re: [linux-usb-devel] USB keyboard

2002-11-29 Thread Derrik Pates
On Fri, Nov 29, 2002 at 02:17:16PM +0100, Kentropy wrote: > I wonder if is anyone using an USB keyboard with kernel 2.4.x > Thanks I am. It's a Microsoft Natural Elite, and I always use it via USB. I'm running 2.4.19. -- Derrik Pates [EMAIL PROTECTED] [EMAIL PROTECTED] -

[linux-usb-devel] USB keyboard

2002-11-29 Thread Kentropy
I wonder if is anyone using an USB keyboard with kernel 2.4.x Thanks --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en __

Re: [linux-usb-devel] USB keyboard kernel panic

2002-11-25 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Nov 2002 09:36, Kentropy wrote: > This message is on the host PC, not my target (SA1110 linux-2.4.18-rmk7) > "ksymoops 2.4.1 on i686 2.4.7-10. Options used" Sorry, I didn't pay enough attention to the body of the oops. There might be some c

Re: [linux-usb-devel] USB keyboard kernel panic

2002-11-25 Thread Kentropy
This message is on the host PC, not my target (SA1110 linux-2.4.18-rmk7) "ksymoops 2.4.1 on i686 2.4.7-10. Options used" > > All the keyboard pounters are NULL becouse unassigned. > > Seems that is missing the USB keyboard initialization (kbd_init_hw) > > Do I need to write a new driver or should

Re: [linux-usb-devel] USB keyboard kernel panic

2002-11-25 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Nov 2002 05:21, Kentropy wrote: > All the keyboard pounters are NULL becouse unassigned. > Seems that is missing the USB keyboard initialization (kbd_init_hw) > Do I need to write a new driver or should I use an existing one (which one) > ?

Re: [linux-usb-devel] USB keyboard kernel panic

2002-11-25 Thread Kentropy
> When I press a key for the first time after kernel booting, I get this error. > Unable to handle kernel NULL pointer dereference at virtual address All the keyboard pounters are NULL becouse unassigned. Seems that is missing the USB keyboard initialization (kbd_init_hw) Do I need to wri

[linux-usb-devel] USB keyboard kernel panic

2002-11-25 Thread kentropy
When I press a key for the first time after kernel booting, I get this error. Could someone please help me ? TIA ksymoops 2.4.1 on i686 2.4.7-10. Options used -V (specified) -K (specified) -L (specified) -O (specified) -m System.map (specified) -a arm Unable to hand

Re: [linux-usb-devel] USB keyboard

2002-10-25 Thread Frank Becker
Kentropy wrote: I have attached an USB keyboard to my linux box. What is wrong ? How can I test what peripheral is connected to USB port ? Does exist an utility program ? TIA == Proper ARM zImage ID found. Booting... Uncompressing Linux...

[linux-usb-devel] USB keyboard

2002-10-25 Thread Kentropy
I have attached an USB keyboard to my linux box. What is wrong ? How can I test what peripheral is connected to USB port ? Does exist an utility program ? TIA == Proper ARM zImage ID found. Booting... Uncompressing Linux

[linux-usb-devel] usb keyboard missed key presses

2002-10-16 Thread T Song
Dear Mr. Russell King and Mr. Vojtech Pavlik, I successfully made a usb keyboard work for my embedded system based on Arm 720 with kernel 2.4.6-rmk1-rayl1. However, when I pressed a little bit faster, some of the key events were missed. When I connected the same keyboard to my desktop(linux

Re: [linux-usb-devel] USB keyboard & USB ACTIVE Extention Cable

2002-05-30 Thread Jacek Pliszka
On Thu, 30 May 2002, Jacek Pliszka wrote: > > I'm connect USB keyboard other MAXXTRO USB Extention Cable, when i reset > > it 3 times it wotking. What can I do for it right working without reset! > > kernel: 2.4.18 > > I am using Maxxtro cable with 2.4.18 as well. No problems with keyboard. > On

Re: [linux-usb-devel] USB keyboard & USB ACTIVE Extention Cable

2002-05-30 Thread Jacek Pliszka
On 30 May 2002, Vladimir Pozdnyakov wrote: > I'm connect USB keyboard other MAXXTRO USB Extention Cable, when i reset > it 3 times it wotking. What can I do for it right working without reset! > kernel: 2.4.18 I am using Maxxtro cable with 2.4.18 as well. No problems with keyboard. Only wheel in

Re: [linux-usb-devel] USB keyboard & USB ACTIVE Extention Cable

2002-05-30 Thread Brad Hards
On Thu, 30 May 2002 17:48, Vladimir Pozdnyakov wrote: > Hi! > > I'm connect USB keyboard other MAXXTRO USB Extention Cable, when i reset > it 3 times it wotking. What can I do for it right working without reset! > kernel: 2.4.18 I'm not sure I understand you, but perhaps you tell us what happens w

[linux-usb-devel] USB keyboard & USB ACTIVE Extention Cable

2002-05-30 Thread Vladimir Pozdnyakov
Hi! I'm connect USB keyboard other MAXXTRO USB Extention Cable, when i reset it 3 times it wotking. What can I do for it right working without reset! kernel: 2.4.18 Thank you! ___ Don't miss the 2002 Sprint PCS Application Developer

Re: [linux-usb-devel] USB keyboard - dead keys

2001-04-16 Thread Joseph Carter
On Mon, Apr 16, 2001 at 10:54:06PM +1000, Brad Hards wrote: > I can get all of the "extra" keys on my keyboards, with UHCI and OHCI on a > little endian machine. I think that the endianness issues have all been sorted > for HID, so I can't see that it would make any difference. > Can you confirm t

Re: [linux-usb-devel] USB keyboard - dead keys

2001-04-15 Thread Brad Hards
Joseph Carter wrote: > > I have a USB keyboard made for a mac which features two dead keys which > showkey and xev do not see - the power button and the numeric keypad's = > key. Are these keys not seen at the driver level or at the hardware > level? If the former, a patch to the HID source sho

[linux-usb-devel] USB keyboard - dead keys

2001-04-15 Thread Joseph Carter
I have a USB keyboard made for a mac which features two dead keys which showkey and xev do not see - the power button and the numeric keypad's = key. Are these keys not seen at the driver level or at the hardware level? If the former, a patch to the HID source should make those keys mappable if

[linux-usb-devel] usb keyboard not working after suspend

2001-03-20 Thread Vince Weaver
Hello, I am having a problem with USB after suspend in relation to a "Chicony PFU-65" [i.e. "Happy Hacking"] keyboard and an [ALi] M5237 OHCI controller. The keyboard works fine normally, but after a suspend it stops working. Currently I rmmod usb-ohci, and suspend the machine into S3 sleep. U