Bug 532582 - usb devices do not work when system boots with more than 2g ram
Summary: usb devices do not work when system boots with more than 2g ram
Keywords:
Status: CLOSED DUPLICATE of bug 524808
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: x86_64
OS: Linux
low
high
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-02 21:11 UTC by jeremy boyd
Modified: 2009-11-07 23:44 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-11-07 19:29:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
dmesg after fix kernel with intel-iommu=off (48.41 KB, text/plain)
2009-11-06 16:59 UTC, Mariusz Smykuła
no flags Details
dmeseg log with standard kernel options (105.21 KB, text/plain)
2009-11-06 17:04 UTC, Mariusz Smykuła
no flags Details
dmesg with iommu=soft (49.16 KB, text/plain)
2009-11-06 17:35 UTC, Mariusz Smykuła
no flags Details

Description jeremy boyd 2009-11-02 21:11:36 UTC
Description of problem: optical mouse does not function after the kernel begins to boot. also, booting fedora 12 beta live media from a usb stick does not work. i found this https://lists.linux-foundation.org/pipermail/bugme-new/2006-May/014325.html and tried adding mem=2g to my boot options and now the mouse works. i have attached a portion of dmesg that looks suspect but can provide you with any more logs or output that you require.

dmesg:
usb 5-1: new low speed USB device using uhci_hcd and address 3
nommu_map_single: overflow 137c1b0d0+8 of device mask ffffffff
nommu_map_single: overflow 136c047c0+64 of device mask ffffffff
nommu_map_single: overflow 135cb8648+8 of device mask ffffffff
nommu_map_single: overflow 136c047c0+64 of device mask ffffffff
nommu_map_single: overflow 135cb8648+8 of device mask ffffffff
nommu_map_single: overflow 136c047c0+64 of device mask ffffffff
usb 5-1: device descriptor read/64, error -32
nommu_map_single: overflow 135cb8648+8 of device mask ffffffff
nommu_map_single: overflow 1355dff00+64 of device mask ffffffff
nommu_map_single: overflow 135cb8648+8 of device mask ffffffff
nommu_map_single: overflow 1355dff00+64 of device mask ffffffff
nommu_map_single: overflow 137c1b0d8+8 of device mask ffffffff
nommu_map_single: overflow 1355dff00+64 of device mask ffffffff
usb 5-1: device descriptor read/64, error -32
usb 5-1: new low speed USB device using uhci_hcd and address 4
nommu_map_single: overflow 137c1b0d8+8 of device mask ffffffff
nommu_map_single: overflow 137c38f80+64 of device mask ffffffff
nommu_map_single: overflow 135cb85c8+8 of device mask ffffffff
nommu_map_single: overflow 137c38f80+64 of device mask ffffffff
nommu_map_single: overflow 135cb85c8+8 of device mask ffffffff
nommu_map_single: overflow 137c38f80+64 of device mask ffffffff
usb 5-1: device descriptor read/64, error -32
nommu_map_single: overflow 135cb85c8+8 of device mask ffffffff
nommu_map_single: overflow 137d0e980+64 of device mask ffffffff
nommu_map_single: overflow 137c1b0e0+8 of device mask ffffffff
nommu_map_single: overflow 137d0e980+64 of device mask ffffffff
nommu_map_single: overflow 137c1b0e0+8 of device mask ffffffff
nommu_map_single: overflow 137d0e980+64 of device mask ffffffff
usb 5-1: device descriptor read/64, error -32
usb 5-1: new low speed USB device using uhci_hcd and address 5
nommu_map_single: overflow 137c1b0e0+8 of device mask ffffffff
nommu_map_single: overflow 137c1b0e0+8 of device mask ffffffff
usb 5-1: device not accepting address 5, error -32
udev: starting version 145
usb 5-1: new low speed USB device using uhci_hcd and address 6
nommu_map_single: overflow 137c1b0e0+8 of device mask ffffffff
nommu_map_single: overflow 137c1b0e0+8 of device mask ffffffff


Version-Release number of selected component (if applicable):kernel 2.6.31.5-96.fc12.x86_64


How reproducible: always


Steps to Reproduce:
1.boot machine using more than 2gigs of ram
2.
3.
  
Actual results:usb mouse and memory stick do not work


Expected results:


Additional info:

Comment 1 Chuck Ebbert 2009-11-04 20:16:08 UTC
Please post the entire dmesg. And try adding "intel_iommu=off" to the boot options next time, instead of "mem=2g".

Comment 2 Chuck Ebbert 2009-11-04 20:21:00 UTC
Also try "iommu=soft"

Comment 3 Mariusz Smykuła 2009-11-06 16:57:02 UTC
I have this problem too, adding intel_iommu=off fix this for me. This bug is related (identical) with this bugs:
Bug 522668 - No USB mouse function
Bug 530455 - Intel 82801I (ICH9 Family) USB and USB2 controller does not function

thanks for this advice :D Is possible to fix this in kernel? Should I use iommu=soft instead?

Comment 4 Mariusz Smykuła 2009-11-06 16:59:51 UTC
Created attachment 367844 [details]
dmesg after fix kernel with intel-iommu=off

dmesg after fix kernel with intel-iommu=off, whole usb stack work OK

Comment 5 Mariusz Smykuła 2009-11-06 17:04:38 UTC
Created attachment 367847 [details]
dmeseg log with standard kernel options

Whole USB stack is broken (mouse, usb disks, bluetooth)

kernel 2.6.31.5-117.fc12.x86_64

Comment 6 Mariusz Smykuła 2009-11-06 17:33:21 UTC
iommu=soft also fix this problem, which one is better?

This bug apply also to kernel 2.6.31.5-122.fc12.x86_64

Comment 7 Mariusz Smykuła 2009-11-06 17:35:24 UTC
Created attachment 367855 [details]
dmesg with iommu=soft

Comment 8 Adam Williamson 2009-11-07 19:29:58 UTC

*** This bug has been marked as a duplicate of bug 522668 ***

Comment 9 Adam Williamson 2009-11-07 23:44:17 UTC

*** This bug has been marked as a duplicate of bug 524808 ***


Note You need to log in before you can comment on or make changes to this bug.