Questions tagged [chipset]
33 questions
2
votes
1 answer
Obtaining additional information with WMI
I have a question, if you can get the HD speed (RPM), if memory is DDR1, DDR2, DDR3, if the HD is SATA or IDE socket and chipset and motherboard ...
If it is possible to phase it in Delphi
Thank You

Jose Eduardo
- 487
- 9
- 27
1
vote
3 answers
Why does this 64-bit software package name contain "AMD"?
I'm about to install Riak on a server. When I log into the server, Ubuntu gives me a greeting string that says, among other things, "x86_64", which I take to mean an x86 chip and a 64-bit architecture.
When I look at my choices for Debian packages…

Nathan Long
- 122,748
- 97
- 336
- 451
1
vote
0 answers
How to use WinIo with Python?
I want to write a MMIO tool with Python to get some chipset register value under Win10 64.
Below is the sample code I write to read a register which MMIO address is 0xFD6E0604.
from ctypes import *
winio =…

Blueboydream
- 11
- 1
1
vote
0 answers
How can I find out the address space of the BIOS chip?
I want to write to BIOS, I know that it is required to disable write protection and more things that can be founded on the PCH datasheet (intel's case).
If I want to write to BIOS, first I have to know the address space of it. I have looked for…

Antonio Sanchez
- 381
- 1
- 3
- 11
1
vote
0 answers
Is there any command to write to BIOS in intel PCH chipset?
I have took a look at the PCH chipset datasheet. There is a lot of information and commands, but I can't find any opcode to write to the BIOS
How can I write to BIOS with PCH chipset?

Antonio Sanchez
- 381
- 1
- 3
- 11
1
vote
1 answer
Can I use API or something else to get close to a TRUE RANDOM NUMBER in VBA?
Is there an API, library, or some other chip-set based command I can access in VBA?
I currently have a setup for getting random numbers; however, when I put the result sets to the test, the numbers do not even come close to generating a good…

Fcarrisalez
- 25
- 4
1
vote
1 answer
Read router manufacturer, model and chipset
#!/usr/bin/env python
from scapy.all import *
ap_set = set()
def PacketHandler(pkt):
if pkt.haslayer(Dot11) and (pkt.type, pkt.subtype) == (0, 0) and pkt.addr2 not in ap_set:
ap_set.add(pkt.addr2)
print "AP…

0xRLA
- 3,279
- 4
- 30
- 42
1
vote
2 answers
adb shell commands for Qualcomm chipset
Good Day everyone, here i am looking for some suggestions about android adb shell commands about Qualcomm wifi chipset. I learned that for Broadcom , in adb shell we can find chipset version by "wl ver" , for country "wl country" and "wl channels"…

Emon Emoni
- 133
- 1
- 5
- 17
1
vote
3 answers
Porting an existing codebase to a different chipset
I heard that Microsoft ported Windows on ARM chipsets.
I just wondered that what does it mean to port a program to a different chipset. Being a Java programmer I do not know much about the low-level details.
Naively I suppose that Windows is written…

jabal
- 11,987
- 12
- 51
- 99
0
votes
0 answers
Where can I find I/O address range of BIOS?
I have been reading this chipset datasheet for a while, looking for the BIOS I/O address range, but I haven't found it.
Where can I find the BIOS address range? Is it on this datashhet or should I look in other place?

Antonio Sanchez
- 381
- 1
- 3
- 11
0
votes
0 answers
How can I use SPI signals?
I've recently started to read this intel's datasheet, but I don't understand section 2.16
This section shows the name of SPI signals and a short description of it.
The point is, how can I use that signals? Is there any way to "play" with that…

Antonio Sanchez
- 381
- 1
- 3
- 11
0
votes
0 answers
Why do Intel QPI chipsets have memory specifications?
In modern Intel architectures where QPI replaces FSB, the RAM memory interfaces directly to the CPU. If this is a fact, why do chipsets designed for such architectures have RAM memory interface specifications? Shouldn't only the CPU be connected to…

PDuarte
- 111
- 5
0
votes
2 answers
Read status of FT245RL pins
Sorry for my ignorance but I am very new in FTDI chip Linux software development.
I have module based on FT245RL chip, programmed to be 4 port output (relays) and 4 port opto isolated input unit.
I found out in Internet program in C to turn on/off…

mackowiakp
- 203
- 1
- 4
- 12
0
votes
0 answers
How to connect 2.2 tft screen tod raspberry pi 2 model b?
hi i buy a raspberry 2 Model b with a TFT screen 2.2 and I can not configure it to use it as a display.
Can you help me on how to wiring to the gpio and how to configure the driver to see.?
Sorry for my English
I´m tried with notro´s kernel but…

Brian Schmidt
- 11
- 1
- 4
-1
votes
1 answer
NFC Chipset evaluation tool
I need to develope a NFC chipset evaluation tool. i need to connect the NFC board (that includes the NFC chip) to PC (running in Windows). then i need to get all the data of the chip to my PC using a software tool. this is the first time i am trying…

Sayak
- 339
- 1
- 6
- 19