Fedora Linux Support Community & Resources Center
  #1  
Old 18th November 2009, 06:56 PM
maztaim Offline
Registered User
 
Join Date: Nov 2009
Posts: 7
windows_7ie
[Solved] FC12 x86_64 Dell Optiplex 760 Install USB Keyboard Fail

When attempting to install FC12 x86_64 on a Dell Optiplex 760, my USB devices stop working after initial boot. I see anaconda, but am unable to change anything since my keyboard, mouse and any other USB devices are not powering up after kernel boot.

Last edited by maztaim; 18th November 2009 at 07:55 PM. Reason: Problem was solved by workaround.
Reply With Quote
  #2  
Old 18th November 2009, 07:35 PM
drunkahol Offline
Registered User
 
Join Date: Jun 2004
Location: Norwich
Posts: 639
linuxfedorafirefox
Sounds familiar. I had USB issue during the Beta (see bug 524808). Something to do with VT-d on desktop machines. A grub line or a BIOS setting was enough to fix I thought?

Cheers

Duncan
Reply With Quote
  #3  
Old 18th November 2009, 07:57 PM
maztaim Offline
Registered User
 
Join Date: Nov 2009
Posts: 7
windows_7ie
Thanks. Information in the bug report you included helped. I wound up adding "intel_iommu=off" to the boot options. I may need to disable "VT for Direct I/O" going forward in the BIOS.
Reply With Quote
  #4  
Old 19th November 2009, 08:39 AM
drunkahol Offline
Registered User
 
Join Date: Jun 2004
Location: Norwich
Posts: 639
linuxfedorafirefox
Just so people know - it seems this USB bug hasn't gone away as anticipated. Work is still being done to isolate issues regarding certain USB on some configurations.

Worth putting together some info and having it as a sticky for a while?

Cheers

Duncan
Reply With Quote
  #5  
Old 24th November 2009, 12:42 PM
jkissane Offline
Registered User
 
Join Date: Jul 2009
Location: Ireland
Posts: 19
linuxfedorafirefox
Quote:
Originally Posted by maztaim View Post
Thanks. Information in the bug report you included helped. I wound up adding "intel_iommu=off" to the boot options. I may need to disable "VT for Direct I/O" going forward in the BIOS.
Thanks for the fix as I'm in the process of testing F12 on an Optiplex 760 as well. Will keep a watch on the Dell site to see if any new BIOS versions appear.
Reply With Quote
  #6  
Old 24th November 2009, 08:43 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
drunkahol: what happened is we fixed the problem happening with systems with >4GB of addressable memory (approx. 2.5GB of physical RAM) but inadvertently broke it for 32-bit systems with *less* than 4GB of addressable memory. What fun.

It's all documented comprehensively in the common bugs: https://fedoraproject.org/wiki/Commo...iommu-problems
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #7  
Old 25th November 2009, 05:36 PM
jkissane Offline
Registered User
 
Join Date: Jul 2009
Location: Ireland
Posts: 19
linuxfedorafirefox
Quote:
Originally Posted by AdamW View Post
drunkahol: what happened is we fixed the problem happening with systems with >4GB of addressable memory (approx. 2.5GB of physical RAM) but inadvertently broke it for 32-bit systems with *less* than 4GB of addressable memory. What fun.

It's all documented comprehensively in the common bugs: https://fedoraproject.org/wiki/Commo...iommu-problems
I ran into the issue on a Dell Optiplex 760 with 8Gb of RAM and the 64 bit version using the kernel from the PXE image. Once the machine was fully built the same thing happened using the kernel that was installed (2.6.31.5-127.fc12.x86_64).

It was fixed by turning off "VT for Direct I/O" in the BIOS settings as pointed out by maztaim.
Reply With Quote
  #8  
Old 25th November 2009, 08:06 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
you probably didn't run into the exact same issue, in that case. what was the *exact* error message you hit? and does kernel -149 (from koji) fix it?
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #9  
Old 26th November 2009, 12:42 PM
jkissane Offline
Registered User
 
Join Date: Jul 2009
Location: Ireland
Posts: 19
linuxfedorafirefox
Quote:
Originally Posted by AdamW View Post
you probably didn't run into the exact same issue, in that case. what was the *exact* error message you hit? and does kernel -149 (from koji) fix it?
Error message is:

Quote:
Your BIOS is broken; DMAR reported at address fedc1000 returns all ones!
BIOS vendor: Dell Inc.; Ver: A05; Product Version:
PC is a Dell Optixplex 760 with 8Gb of RAM running 2.6.31.5-127.fc12.x86_64 & I haven't tried any other kernels. With the "VT for Direct I/O" option turned off I don't see the error above & the keyboard/mouse work.
Reply With Quote
  #10  
Old 26th November 2009, 09:43 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
yeah, that's the slightly different bug which isn't exactly like the case described in the common bugs (note the 'most cases' weasel words - your case is the exception). It should be fixed with a newer kernel from Koji. We're up to 151 now. http://koji.fedoraproject.org/koji/b...buildID=143154
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #11  
Old 27th November 2009, 09:52 AM
jkissane Offline
Registered User
 
Join Date: Jul 2009
Location: Ireland
Posts: 19
linuxfedorafirefox
Quote:
Originally Posted by AdamW View Post
yeah, that's the slightly different bug which isn't exactly like the case described in the common bugs (note the 'most cases' weasel words - your case is the exception). It should be fixed with a newer kernel from Koji. We're up to 151 now. http://koji.fedoraproject.org/koji/b...buildID=143154
Thanks for the update, we're testing F12 for a few weeks before it will be given to any users so guess the newer kernel will arrive at some stage before then. Now that my kickstart script has been debugged, I don't mind if the keyboard/mouse don't work while the PC is building
Reply With Quote
  #12  
Old 27th November 2009, 08:31 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
you should always be able to use the 'intel_iommu=soft' parameter as a workaround until you can get the updated kernel installed, anyway.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #13  
Old 2nd December 2009, 09:39 AM
jkissane Offline
Registered User
 
Join Date: Jul 2009
Location: Ireland
Posts: 19
linuxfedorafirefox
The new kernel (2.6.31.6-145) recently pushed via the updates fixes the problem it looks like.
Reply With Quote
  #14  
Old 2nd December 2009, 07:47 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,832
linuxfedorafirefox
yes, it should fix most cases.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
Reply

Tags
fc12, optiplex 760, usb keyboard, x86_64

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Install Fedora 8 with DELL Optiplex 755? Jeffcliu Installation and Live Media 2 9th February 2009 09:53 PM
Help * Dell Optiplex 745 install issue blascrw Installation and Live Media 0 12th November 2007 05:55 PM
Cannot install FC6 on Dell Optiplex GX1 P3 128MB RAM liturgist EOL (End Of Life) Versions 20 30th November 2006 06:12 PM
install fc3 on dell optiplex gx150 vluk EOL (End Of Life) Versions 8 28th May 2005 03:49 PM


Current GMT-time: 05:12 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat