Hardware :: Nvidia Co-processor Probe Failed With Error -1
Feb 20, 2010
I'm looking through dmesg and see
Code:
nvidia: probe of 0000:00:03.5 failed with error -1
the corresponding bus is
Code:
00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1)
Subsystem: nVidia Corporation Device cb79
Flags: 66MHz, fast devsel, IRQ 16
Memory at 93300000 (32-bit, non-prefetchable) [size=512K]
Kernel modules: nvidia
from where I infer that the module is correctly loaded though. Do you guys know what is the -1 error code? is there any way I could check if the coprocessor is currently working?
View 2 Replies
ADVERTISEMENT
Aug 23, 2009
I just installed Fedora 11 on an AMD CPU PC. I get the following error during boot up.Aug 22 21:42:07 dragon8 kernel: aic7xxx: probe of 0000:00:0a.0 failed with error -38 Because the aic7xxx has the error, it does not load the st module. I manually loaded the st module, but the /dev/st? devices do not get created, I assume because of the aix7xxx error.I can access the Adaptec AHA-2940W Bios during boot up and see the 2 tape drives that are connected to it.
View 2 Replies
View Related
Nov 18, 2010
I have a clean install of mythbuntu 10.10 and I am trying to get a DVB-T USB stick working for the last 2 weeks. Its a MobiDTV and it seems to have the same chipset/USB ID as EzCap_DVB_T_Stick. I followed the instructions on the [URL] and eventually got the driver compiled (I had to amend some code, change "Bool" pointers to "bool" and add a FIRMWARE MAX_NAME 30 constant). I also copied the af9035 FW file to the firmware directory.
lsusb:
Bus 002 Device 004: ID 15a4:1001 Afatech Technologies, Inc. AF9015/AF9035 DVB-T stick
but it is not working; probe is failing:
dmesg:
[ 105.104195] DRIVER_RELEASE_VERSION : v2.0-1
[ 105.104203] FW_RELEASE_VERSION : v8_8_52_0
[ 105.104209] API_RELEASE_VERSION : 200.20081203.0
[ 105.110713] [Device_init] Error 1
[ 105.110733] dvb_usb_af903x: probe of 2-5:1.1 failed with error 9
I bought the hardware with Windows 7 MCE in mind. I have no Windows 7 disk so I installed Mythbuntu on it to see if build was solid and now I don't want Windows any more.
View 2 Replies
View Related
Mar 2, 2011
OS:Debian Linux 2.6.32-5-amd64 Should i need to worry about these error messages? If 'Yes', how to check and fix? When it boot,
/var/log/syslog
Mar 2 23:29:03 ipb167 kernel: [ 1.465629] PM: Error -22 checking image file
Mar 2 23:29:03 ipb167 kernel: [ 4.110123] amd64_edac: probe of 0000:00:18.2 failed
[code]....
View 2 Replies
View Related
Mar 15, 2011
I am trying to use a rig with Gigabyte GA-880GA-UD3H mother board and Intel 82574L based NIC (EXPI9301CTBLK) under CentOS 5.5. Unfortunately I have issue with the NIC - during boot it fails to initialize:
[Code]....
I receive the same result with the original e1000e driver from the distribution, the latest elrepo driver and the latest driver from Intel site (as seen in the example). I have tried also 2.6.37 kernel version - with the same result. The adapter however works fine under Windows (MiniXP from Hiren's BootCD) and with Ubuntu 10.10 LiveCD.
View 3 Replies
View Related
Jan 3, 2011
when i start uubuntu it automatically goes to tty with out letting me login. then when i press startx it says:
NVIDIA: failed to initialize the nvidia graphics device pci:0:13:0
nvidia: please check your systems kernal log for additional erroe
nvidia: messages and refer to chapter 8
nvidia: failed to initialize the nvidia graphics device!
nvidia: screen found, but none have a usable configuration
fatal screen error: no screen found
right before this i had activated a nvidia graphics device
View 9 Replies
View Related
Jan 6, 2010
I am having trouble upgrading from old grub to grub-pc. I have a clean install of 9.10 on a system with a new ASUS motherboard with Nvidia RAID configured as RAID 0.Although I read the page on SATA pseudo-RAID, this doesn't seem to apply, as both 9.10 and Windows XP installed cleanly without any additional drivers required.I did notice that contrary to the documentation, 9.10 installed with grub v0.97, not the new one as claimed. It is working fine, but just to be ornery, I'm trying to upgrade to the new one, and this is where I ran into trouble.Whenever I try to run grub-upgrade, I get an error from grub-probe that 'no mapping exists for' my raid partition. Apparently grub-probe can deal with the device, but not with the fs_uuid, as follows:
twescott@latitude:~$ sudo grub-probe -t device /boot/grub
/dev/mapper/nvidia_fcacbeib5
twescott@latitude:~$ sudo grub-probe -t fs_uuid /boot/grub
grub-probe: error: no mapping exists for `nvidia_fcacbeib5'
The system seems to be recognizing the RAID with no problems, as in:
twescott@latitude:~$ sudo blkid
/dev/mapper/nvidia_fcacbeib1: UUID="28D83EB2D83E7DDE" TYPE="ntfs"
/dev/mapper/nvidia_fcacbeib2: UUID="4344165e-07c3-4da6-b640-da9bf964a74e" TYPE="swap"
/dev/sda: TYPE="nvidia_raid_member"
[code]....
I'm thinking the problem may be in my grub device.map file, which only lists the SATA raw device aliases, but I may be completely wrong:
twescott@latitude:~$ cat /boot/grub/device.map
(hd0) /dev/sda
(hd1) /dev/sdb
View 5 Replies
View Related
Jan 21, 2011
I am updating the Nvidia packages and I always seem to get a problem updating
Subprocess failed. Error: RPM failed: error: db3 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
error: error(-30987) setting "libc.so.6()(64bit)" records from Requirename index
error: db3 error(-30987) from dbcursor->c_get: DB_PAGE_NOTFOUND: Requested page not found
error: error(-30987) getting "libc.so.6()(64bit)" records from Requirename index
View 2 Replies
View Related
Feb 17, 2010
I`am trying to install drivers for a very old graphics card GeForce2 GTS/Pro on Suse 11.2. I downloaded driver NVIDIA-Linux-x86-71.86.13-pkg1.run and install it successfully. But when I launch "sax2 -r -m 0=nvidia" it crushes with error "isax: could not import file: /var/cache/sax/files/config at /usr/sbin/isax line 199"
[Code]....
View 9 Replies
View Related
May 8, 2009
I am using fedora10 in my notebook. I installed nvidia-graphics driver as follows.
su -c 'rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm'
su -c 'rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm'
su -c 'rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*'
Then i installed kmod-nvidia with yum su -c 'yum install kmod-nvidia' When i tried to open NVIDIA control panel, i got a message that nvidia-driver should be configured. Then i issued the following command as root.
nvidia-xconfig. The i rebooted the system. Now in the boot menu, i see two kernel informations as follows
Fedora (2.6.27.21-170.2.56.fc10.i686)
Fedora (2.6.27.5-117.fc10.i686.PAE)
If i boot my linux with first one, x windows starts, if i boot with the second one (previously default), the x-windows is not opening. Why this happens? So i booted my system with first option in the boot menu. The system booted and x.windows started but i am not able to use any software that uses opengl window. The glxinfo command gives me the following error.
[Code]....
View 3 Replies
View Related
May 1, 2010
I keep getting a warning messaged almost every time I reboot about Ubuntu running in low-graphics mode on a Macbook 5,1. This has been happening since Lucid Beta 1.
Quote:
Failed to initialize the NVIDIA kernel module. Please see the
system's kernel log for additional error messages and
consult the NVIDIA README for details.
[code]....
After I finish loading in low graphics mode I have to run "sudo nvidia-xconfig". Then, the next reboot the graphics card driver is loaded properly. Is anyone else experiencing this problem or have an idea how to correct it? I know it is a long shot, but do you think doing a fresh install of the stable release would work?
View 3 Replies
View Related
Jun 9, 2010
I am looking to buy a laptop for my college years, so I would like to buy one that will serve me many years ahead. Currently the only laptop I have found is the System76 Serval laptop, but they do not ship to Europe.
Another laptops I have found are the Toshiba A505 series, but they are not currently supported by the latest version of Ubuntu.
I anyone knows of a good laptop (must have Corei7 processor and Nvidia/ATI powerful card fully supported by the proprietray drivers), please share your knowledge here.
View 5 Replies
View Related
Mar 31, 2010
When the RPM runs it come up with this error. How do I install the required dependencies? I have added more repositories, but still there are a few dependencies missing. Is there a zypper/sudo -get or something available? Opensuse 11.1 Gnome
[code]...
View 4 Replies
View Related
Mar 15, 2010
I'm trying to install the nvidia drivers but it is not working.
lspci | grep VGA
02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)
My xorg.conf looks like this:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
[code]...
And after that my X is not working. And when i try sudo modprobe nvidia I get this:
FATAL: Error inserting nvidia (/lib/modules/2.6.26-2-686/nvidia/nvidia.ko): No such device
View 2 Replies
View Related
Aug 31, 2010
I spent quite a lot of time jumping from one thread to another trying to fix a problem with my NVIDIA drivers in Lucid. I was getting the error message on startup: NVIDIA: Failed to load the NVIDIA kernel module ...Failed to load module "nvidia" (module-specific error, 0) No drivers available".
After a lot of trial and error, this is what worked for me (I have updated this thread following [URL]):
- Download the latest NVIDIA driver from www.nvidia.com/page/drivers.html
- In the terminal cd to the directory where you downloaded the driver package (e.g., $ cd Downloads)and make it executable (e.g., $ sudo chmod +x ./NVIDIA-Linux-x86_64-256.53.run)
- Edit blacklist.conf $ gksu gedit /etc/modprobe.d/blacklist.conf
and add the following lines to the end of the file:
#recommended by http://ubuntuforums.org/showthread.php?t=1467074
blacklist vga16fb
blacklist nouveau
blacklist rivafb
[Code].....
View 2 Replies
View Related
Jul 30, 2010
I updated kernel and everything seemed ok, except HD-PVR is locking up and recording only two minutes of every show it records. So, I have gone back to my previous kernel, but it seems that X isn't starting:
Code:
(II) NVIDIA dlloader X Driver 195.36.31 Thu Jun 3 08:27:29 PDT 2010
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[code]....
Fatal server error:no screens found I had done a yum install kmod-nvidia for the newer kernel. I am thinking I need to get the kmod for the current kernel again (2.6.32.12-115.fc12.x86_64 #1 SMP Fri Apr 30 19:46:25 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux), but am not sure how that is done?
View 2 Replies
View Related
May 1, 2011
I've been unable to boot into x using the real-time kernel from CCRMA at home. I get the error "Failed to load module "nvidia" (module-specific error,0) no drivers available. I'm using the driver from Nvidia. I know that this is not an official Fedora kernel and I should be bothering CCRMA about this, but in the mean time could I edit the entry in grub.conf so that it will use the Nouveau driver for that kernel only? That way I could "dual-boot", and just use the rt kernel when I want to use audio software and don't need 3d graphics.
View 5 Replies
View Related
Dec 13, 2010
I got the error: "An unrecoverable processor error has been encountered. The virtual machine will reset now." I have edited the options in installation screen with adding noreplace-paravirt at the end of boot parameters. but still have this error and FC installation does not continue.
View 11 Replies
View Related
Jan 5, 2010
i have installed ubuntu in my laptop.since i have AMD processor fedora doesnt support AMD processor..the recent version fedora 12 supprots AMD processor.i am doing my final project in ns2 hence it should support tht too!!! Which is the best choice to override ubuntu grub fedora 12 or redhat linux.
View 3 Replies
View Related
Jan 4, 2010
When I compiling gdb for ARM processor I am getting this error as:
Code:
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for library containing waddstr... no
configure: WARNING: no enhanced curses library found; disabling TUI
checking for library containing tgetent... no
configure: error: no termcap library found
make[1]: *** [configure-gdb] Error 1
make[1]: Leaving directory `/mnt/freescale/sources/gdb-7.0'
make: *** [all] Error 2
sharief@sharief-desktop:/mnt/freescale/sources/gdb-7.0$
What will be the error. I think the termcap library is not there. I downloaded and cross compiled tremcap library but still it is not working.
View 1 Replies
View Related
Jul 14, 2010
I installed Fedora 12 at school on my external hard drive, using Windows Virtual PC 2007 to run Fedora at school on a dell PC with XP 2000, which works at school!However at home, i am using Windows 2007 os, I install Windows Virtual PC 2007, wasn't successful in running Fedora 12.As soon as Fedora begin to boot, an error message appeared which said,"An unrecoverable processor error has been encountered.The virtual machine will reset now".below the message it gives you only option to reset the virtual machine, however this is a vicious cycle
View 1 Replies
View Related
Dec 18, 2009
I'm trying to cross compile embeddedQT on my Debian box for a ARM processor.
I've configured with
Everything went OK. I then made, after about 10 mins of compile I get the following error.
View 5 Replies
View Related
Nov 2, 2010
I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps
View 10 Replies
View Related
Oct 14, 2010
Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.
View 1 Replies
View Related
Jan 28, 2010
I been havin a problem whit the installation of fedora 12 on virtual pc, gives me the error:
"An unrecoverable processor error has been encountered.The virtual machine will reset now."
View 7 Replies
View Related
Apr 9, 2010
Today i upgraded my system and started getting error when i update, install or remove a package. The error isn't restricted only to one repository so i thing something is wrong with my system.
[Code]....
View 4 Replies
View Related
Mar 7, 2010
I have a problem with the GM45 Chipset of Intel in Linux Debian amd64. My machine is a laptop Dell Inspiron 1545.The command lspci correctly list this device but i can't change the resolution and preferences. Also my monitor doesnt show a high quality image.Another question, how can I probe my video performance in Debian?
View 2 Replies
View Related
Nov 29, 2010
I have kuduz installed but am wondering if there is a way to probe hardware with Fedora without having to reboot? Ioscan command is not found in my terminal and I can't find it in my Package Manager or a RPM search. A GUI version would also be of interest but not mandatory.I'm a Mandriva defector that is wheening off of Drake Tools.
View 2 Replies
View Related
May 18, 2010
Internet worked great.
Now while booting there's an error message that says something like, smbus2 probe smb2 not found. While this is on the screen the background turns green.
The networking applet shows the network present but will not accept the security password and connect.
View 1 Replies
View Related
Jan 31, 2011
I'm using Probe to monitor Tomcat5. The problem is that I've multiple instances of Tomcat.Can be used Probe to monitor multiples instances of Tomcat without having to deploy it to each instance?
View 2 Replies
View Related