Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r165 does not recognize nVidia core at /dev/nvidiactl #36

Closed
GoogleCodeExporter opened this issue Sep 24, 2015 · 5 comments
Closed

r165 does not recognize nVidia core at /dev/nvidiactl #36

GoogleCodeExporter opened this issue Sep 24, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Pull r165 from svn.
2. Build and install the pyrit & cpyrit_cuda modules.
3. Run: pyrit list_cores and pyrit benchmark

What is the expected output? What do you see instead?
Expect to see pyrit identify my GTX-260 card, but it does not. Instead, it 
displays both AMD cores of the CPU and error message about /dev/nvidiactl:

Pyrit 0.2.4-dev (svn r165) (C) 2008, 2009 Lukas Lueg 
http://pyrit.googlecode.com
This code is distributed under the GNU General Public License v3

The ESSID-blobspace seems to be empty; you should create an ESSID...


NVIDIA: could not open the device file /dev/nvidiactl (No such file or 
directory).


Running benchmark for about 1 seconds... /

Computed 481.71 PMKs/s total.

#1: 'CPU-Core (SSE2)': 247.8 PMKs/s (Occ. 94.6%; RTT 3.0)

#2: 'CPU-Core (SSE2)': 247.4 PMKs/s (Occ. 99.9%; RTT 2.9)


What version of the product are you using? On what operating system?
BT4Pre-Final
r165 from svn

Please provide any additional information below.

This had been working in r159.

And it is true that there is no /dev/nvidiactl entry in my /dev directory. 
Don't know what's going on here. Can you help?

Thanks in advance.

Original issue reported on code.google.com by cpmitc...@gmail.com on 14 Aug 2009 at 7:14

@GoogleCodeExporter
Copy link
Author

Just noticed that this exact error is addressed in the Troubleshooting 
directory...

Let me give it a shot...

Original comment by cpmitc...@gmail.com on 14 Aug 2009 at 7:27

@GoogleCodeExporter
Copy link
Author

Troubleshooting guide says:

NVIDIA: could not open the device file /dev/nvidiactl (No such file or 
directory). 
Ensure that the 'nvidia' module has been successfully loaded. Taking a look at 
the 
kernel ringbuffer may give more help: 
 modprobe nvidia 
 dmesg | tail

On my system, the modprobe nvidia command comes back with no error and no other 
output other than the system prompt.

The next command dmesg | tail  shows the last event to be related to the DHCP 
address pulled:

EXT3 FS on hda1, internal journal
ip_tables: (C) 2000-2006 Netfilter Core Team
powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ processors 
(2 
cpu cores) (version 2.20.00)
[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a 
way 
that Linux understands. Please report this to the Linux ACPI maintainers and 
complain to your BIOS vendor.
[Firmware Bug]: powernow-k8: Your BIOS does not provide ACPI _PSS objects in a 
way 
that Linux understands. Please report this to the Linux ACPI maintainers and 
complain to your BIOS vendor.
eth1: no link during initialization.
eth1: link up.



And that's it.

Suggestions?

Original comment by cpmitc...@gmail.com on 14 Aug 2009 at 7:38

@GoogleCodeExporter
Copy link
Author

Filter nvidia-related messages with "dmesg | grep nvidia" and post the results.

Original comment by lukas.l...@gmail.com on 14 Aug 2009 at 7:50

@GoogleCodeExporter
Copy link
Author

Lukas,

Got it working. It may be related to non-root user doing the modprobe command. 
Switched to root user, performed modprobe nvidia, dmesg | grep nvidia shows 
related 
output, and the card was recognizable once again. Thanks for your support! 
Please 
close the ticket.

Original comment by cpmitc...@gmail.com on 14 Aug 2009 at 8:00

@GoogleCodeExporter
Copy link
Author

closed

Original comment by lukas.l...@gmail.com on 14 Aug 2009 at 8:11

  • Changed state: Invalid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant