[linux-usb-devel] Re: USB 2.0 ehci failure with large amount of RAM (4GB) on x86_64

2006-05-04 Thread David Brownell
> On Wed, May 03, 2006 at 09:52:11PM -0700, Nathan Becker wrote: > > Hi, > > > > I recently added two more memory modules to my Gigabyte K8NXP-SLI > > motherboard, bringing the total up to 4GB. I had 2GB previously and > > things were running well with kernel 2.6.16.9 x86_64. The CPU is an > > AM

Re: [linux-usb-devel] Interesting problem with asix on ppc

2006-05-04 Thread David Hollis
On Wed, 2006-05-03 at 01:00 +0200, Mattias Bergsten wrote: > Well, we've got some progress: > > usb 1-2.1: new high speed USB device using ehci_hcd and address 5 > usb 1-2.1: configuration #1 chosen from 1 choice > asix 1-2.1:1.0: status ep1in, 8 bytes period 11 > eth1: register 'asix' at usb-000

[linux-usb-devel] Re: USB 2.0 ehci failure with large amount of RAM (4GB) on x86_64

2006-05-04 Thread Nathan Becker
Yes, GART_IOMMU is already turned on. Do you want me to send more detailed debugging messages? Presumably you're running with the GART IOMMU? If not, then turn that on. Maybe even turn on IOMMU_DEBUG. --- Using Tomcat but need to do more?

[linux-usb-devel] Re: USB 2.0 ehci failure with large amount of RAM (4GB) on x86_64

2006-05-04 Thread Nathan Becker
I tried 2.6.17-rc3 and the problem persists. I don't see any messages about EHCI BIOS handoffs. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your jo

[linux-usb-devel] patch usb-usbcore-don-t-check-the-device-s-power-source.patch added to gregkh-2.6 tree

2006-05-04 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: USB: usbcore: don't check the device's power source to my gregkh-2.6 tree. Its filename is usb-usbcore-don-t-check-the-device-s-power-source.patch This tree can be found at http://www.kernel.org/pub/l

Re: [linux-usb-devel] PC Card cellular modems, EVDO, 1xRTT etc and usbserial

2006-05-04 Thread Greg KH
On Thu, May 04, 2006 at 07:51:32AM -0700, Thomas L. Marshall wrote: > Sorry if this is a duplicate, I did not see this make it onto the list. > > Greg KH and anyone else that can help, > > I am trying to better understand the details with these cellular data cards > and have found a number of res

Re: [linux-usb-devel] [PATCH] Remove USB private semaphore

2006-05-04 Thread Alan Stern
On Thu, 4 May 2006, Olaf Hering wrote: > On Tue, May 02, Alan Stern wrote: > > > As for 2.6.16... Can you log in without using the keyboard (say over > > ssh)? If you can, then use usbmon to trace what's happening with the > > keyboard. Maybe rmmod usbhid and modprobe usbhid while you're >

Re: [linux-usb-devel] [PATCH] Remove USB private semaphore

2006-05-04 Thread Alan Stern
On Thu, 4 May 2006, Olaf Hering wrote: > On Wed, May 03, Alan Stern wrote: > > > You should also try adding a backlist entry with HID_QUIRK_NOGET for your > > keyboard. > > Yes, that seems to fix it. I have added this. lsusb shows 2 keyboards > with different ids. Should I add both (3005 and 3

Re: [linux-usb-devel] Re: Patch to support 20 GB TGE MP3 Player Disk

2006-05-04 Thread sbenni
Hello Phil, Please let me know if you'll apply the patch. Benjamin --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM Web

[linux-usb-devel] PC Card cellular modems, EVDO, 1xRTT etc and usbserial

2006-05-04 Thread Thomas L. Marshall
Sorry if this is a duplicate, I did not see this make it onto the list. Greg KH and anyone else that can help, I am trying to better understand the details with these cellular data cards and have found a number of resources but still have some questions as follows: Are the majority of these cell

[linux-usb-devel] Re: PC Card cellular modems, EVDO, 1xRTT etc and usbserial

2006-05-04 Thread Greg KH
On Thu, May 04, 2006 at 07:04:54AM -0700, Thomas L. Marshall wrote: > Sorry if this is a duplicate, I did not see this make it onto the list. That is because you are sending email with HTML. So this one didn't make it either. Please fix your email client and try it again. thanks, greg k-h --

Re: [linux-usb-devel] [PATCH] Remove USB private semaphore

2006-05-04 Thread Olaf Hering
On Wed, May 03, Alan Stern wrote: > You should also try adding a backlist entry with HID_QUIRK_NOGET for your > keyboard. Yes, that seems to fix it. I have added this. lsusb shows 2 keyboards with different ids. Should I add both (3005 and 3006)? +#define USB_VENDOR_ID_IBM 0x04b3

[linux-usb-devel] [PATCH-2.6.17-rc3-git9] USB: ftdi_sio: Add support for HCG HF Dual ISO RFID Reader

2006-05-04 Thread Ian Abbott
Hi Greg, This patch adds support for ACG Identification Technologies GmbH's HF Dual ISO Reader (an RFID tag reader) to the ftdi_sio driver's device ID table. The product ID was supplied by anotonios (anton at goto10 dot org) on the ftdi-usb-sio-devel list and subsequently verified by myself (Ian

Re: [linux-usb-devel] [PATCH] Remove USB private semaphore

2006-05-04 Thread Olaf Hering
On Tue, May 02, Alan Stern wrote: > As for 2.6.16... Can you log in without using the keyboard (say over > ssh)? If you can, then use usbmon to trace what's happening with the > keyboard. Maybe rmmod usbhid and modprobe usbhid while you're > monitoring, so we can see the keyboard initializa

[linux-usb-devel] Re: USB 2.0 ehci failure with large amount of RAM (4GB) on x86_64

2006-05-04 Thread Andi Kleen
On Thursday 04 May 2006 07:27, Greg KH wrote: > Andi, you remember what fixed this the last time? IIRC there wasn't a fix - just a conclusion that in one case it was likely a bad interaction with SMM code. In the other case we didn't get that far. -Andi