All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel][RNG] PCI IDs commented out for 82801I (ICH9 Mobile and non-mobile)?
@ 2013-03-20 20:42 Shawn Starr
  2013-03-20 20:52 ` H. Peter Anvin
  2013-03-20 21:03 ` Bjørn Mork
  0 siblings, 2 replies; 4+ messages in thread
From: Shawn Starr @ 2013-03-20 20:42 UTC (permalink / raw)
  To: linux-kernel

Hello folks,

I was looking at why I can't load the Intel RNG driver (or why it doesn't load automatically) and 
it just so happens I have both the mobile and non-mobile ICH9 chipset. Looking at the driver I noticed:

 /* BAM, CAM, DBM, FBM, GxM
       { PCI_DEVICE(0x8086, 0x2448) }, */
 
 /* BA, CA, DB, Ex, 6300, Fx, 631x/632x, Gx
       { PCI_DEVICE(0x8086, 0x244e) }, */

IDs from both machines:
 
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92)
 
I saw a thread from 2006 explaining the 50% chance there's no RNG (but these days all modern chipsets should have an RNG) and I know 
this chipset I have does have an RNG so I'd like to use the HW random generator vs software.

Do we need to revisit this? Even if I try to force it to load it still fails:

# modprobe intel_rng no_fwh_detect=-1 or =1 
modprobe: ERROR: could not insert 'intel_rng': No such device

Thanks,
Shawn

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-21  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-20 20:42 [Intel][RNG] PCI IDs commented out for 82801I (ICH9 Mobile and non-mobile)? Shawn Starr
2013-03-20 20:52 ` H. Peter Anvin
2013-03-21  8:00   ` Jan Beulich
2013-03-20 21:03 ` Bjørn Mork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.