similar to: [BUG] Kernel oops when unbinding the graphics card

Displaying 20 results from an estimated 600 matches similar to: "[BUG] Kernel oops when unbinding the graphics card"

2013 Jun 06
1
Lockups ENGT430 (NVc0), failed to unbind.
Twice in a little over a week, nouveau has locked up on my system with an Asus ENGT430 that is "Detected [as] an NVc0 generation card (0x0c1080a1)" at boot time. OS is Mageia 2, kernel 3.4.45-server-1.mga2. At the time of both lockups, I had a couple dozen Firefox windows plus several other miscellaneous windows open. Here are the some snippets from /var/log/messages a few days before
2012 Jun 03
0
still seeking way to recover card after cursor
> Date: Wed, 30 May 2012 13:24:55 +0200 > From: Arvydas Sidorenko > To: "Robert M. Riches Jr." <rm.riches at jacob21819.net> > Cc: nouveau at lists.freedesktop.org > > On Wed, May 30, 2012 at 6:25 AM, Robert M. Riches Jr. > > http://lists.freedesktop.org/mailman/listinfo/nouveau > > I very doubt that rmmod and modprobe will help you in any way since
2018 Sep 05
0
[PATCH] bochs: convert to drm_fb_helper_fbdev_setup/teardown
On Wed, Sep 05, 2018 at 04:41:27PM +0200, Peter Wu wrote: > Currently unloading bochs_drm (after unbinding the vtconsole) results in > a warning about a leaked connector: > > [drm:drm_mode_config_cleanup] *ERROR* connector Virtual-3 leaked! > > While investigating a potential fix I noticed that a lot of open-coded > functionality is already implemented elsewhere, so
2013 Jan 29
6
[Bug 60020] New: Resuming Dell Precision M70 crashes
https://bugs.freedesktop.org/show_bug.cgi?id=60020 Priority: medium Bug ID: 60020 Assignee: nouveau at lists.freedesktop.org Summary: Resuming Dell Precision M70 crashes QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: rcbixler at nyx.net
2014 Feb 24
10
[Bug 75447] New: Secondary gpu is not enabled if nouveau is loaded from initrd/initramfs
https://bugs.freedesktop.org/show_bug.cgi?id=75447 Priority: medium Bug ID: 75447 Assignee: nouveau at lists.freedesktop.org Summary: Secondary gpu is not enabled if nouveau is loaded from initrd/initramfs QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux
2016 Oct 03
0
[Bug 70354] [NVE6, NVE7] HUB_INIT timeout on graph init, blob fw doesn't help
getting same error message. can you address this as well? Here is output from lspci 1:00.0 3D controller [0302]: NVIDIA Corporation GK107M [GeForce GT 745M] [10de:0fe3] (rev a1) Subsystem: Lenovo GK107M [GeForce GT 745M] [17aa:3809] Flags: bus master, fast devsel, latency 0, IRQ 30 Memory at d0000000 (32-bit, non-prefetchable) [size=16M] Memory at a0000000 (64-bit,
2019 May 13
1
[Bug 110669] New: iMac with GK107M unstable - hangs with xorg / crashes with xwayland
https://bugs.freedesktop.org/show_bug.cgi?id=110669 Bug ID: 110669 Summary: iMac with GK107M unstable - hangs with xorg / crashes with xwayland Product: Mesa Version: 19.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2014 Jun 13
7
[Bug 79971] New: 3.15.0-11819-gc1fdb2d: oops
https://bugs.freedesktop.org/show_bug.cgi?id=79971 Priority: medium Bug ID: 79971 Assignee: nouveau at lists.freedesktop.org Summary: 3.15.0-11819-gc1fdb2d: oops QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: arekm at maven.pl Hardware: Other
2013 Apr 15
4
[Bug 63562] New: NVE7: Oops and Freeze on boot when using kms
https://bugs.freedesktop.org/show_bug.cgi?id=63562 Priority: medium Bug ID: 63562 Assignee: nouveau at lists.freedesktop.org Summary: NVE7: Oops and Freeze on boot when using kms QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All) Reporter: anisse at astier.eu
2013 Jul 02
0
binding/unbinding devices to vfio-pci
On Tue, 2013-07-02 at 14:15 +0000, Yoder Stuart-B08248 wrote: > Alex, > > I'm trying to think through how binding/unbinding of devices will > work with VFIO for platform devices and have a couple of questions > about how vfio-pci works. > > When you bind a device to vfio-pci, e.g.: > # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id > > ...I understand
2008 Nov 18
1
Disconnecting without unbinding?
Timo Please have a look at this short thread[1]. That message stops appearing whenever I shutdown dovecot. I'm using dovecot 1.0.15. dovecot-ldap.conf ----------------- dn = ... dnpass = ... ldap_version = 3 auth_bind = no base = ... pass_filter = ... pass_attrs = ... user_filter = ... user_attrs = ... default_pass_scheme = MD5-CRYPT user_global_uid = vmail user_global_gid = vmail Regards,
2008 Jan 10
1
data.frame manipulation: Unbinding strings in a row
Hi all, I have a data.frame I received with data that look like this (comma separated strings in last row): ID Shop Items ID1 A1 item1, item2, item3 ID2 A2 item4, item5 ID3 A1 item1, item3, item4 But I would like to unbind the strings in col(2) items so that it will look like this: ID Shop Items ID1 A1 item1 ID1 A1 item2 ID1 A1 item3 ID2 A2 item4 ID2 A2 item5 ID3 A1 item1 ID3 A1 item3 ID3 A1
2018 Sep 12
0
[PATCH] qxl: refactor to use drm_fb_helper_fbdev_setup
On Mon, Sep 10, 2018 at 03:21:56PM +0200, Peter Wu wrote: > Lots of code can be removed by relying on fb-helper: > - "struct drm_framebuffer" moves to fb_helper.fb. > - "struct drm_gem_object" moves to fb_helper.obj[0]. > - "struct qxl_device" can be inferred as drm_fb_helper is embedded. > - qxl_user_framebuffer_create -> drm_gem_fb_create. > -
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex, I'm trying to think through how binding/unbinding of devices will work with VFIO for platform devices and have a couple of questions about how vfio-pci works. When you bind a device to vfio-pci, e.g.: # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id ...I understand that the echo into 'new_id' tells the vfio pci driver that it now handles the specified PCI ID. But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex, I'm trying to think through how binding/unbinding of devices will work with VFIO for platform devices and have a couple of questions about how vfio-pci works. When you bind a device to vfio-pci, e.g.: # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id ...I understand that the echo into 'new_id' tells the vfio pci driver that it now handles the specified PCI ID. But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
> -----Original Message----- > From: Alex Williamson [mailto:alex.williamson at redhat.com] > Sent: Tuesday, July 02, 2013 9:46 AM > To: Yoder Stuart-B08248 > Cc: kvm at vger.kernel.org list; Alexander Graf; Bhushan Bharat-R65777; a.motakis at virtualopensystems.com; > virtualization at lists.linux-foundation.org > Subject: Re: binding/unbinding devices to vfio-pci > >
2013 Jul 02
2
binding/unbinding devices to vfio-pci
> -----Original Message----- > From: Alex Williamson [mailto:alex.williamson at redhat.com] > Sent: Tuesday, July 02, 2013 9:46 AM > To: Yoder Stuart-B08248 > Cc: kvm at vger.kernel.org list; Alexander Graf; Bhushan Bharat-R65777; a.motakis at virtualopensystems.com; > virtualization at lists.linux-foundation.org > Subject: Re: binding/unbinding devices to vfio-pci > >
2016 Nov 26
2
Bug Report on A1286 (Macbook Pro Mid 2012)
Hi Folks, I did some other bug reports here a while back. I am back again because I updated my kernel from 3.19.1 to linux-4.8.10-gentoo (if you want I can test the mainline too). On boot all my GPU's turn on. If I turn them off via echo "OFF"> /sys/kernel/debug/vgaswitcheroo/switch I can't turn them back on. They also do not turn on if I try to change GPU's. Trying to
2013 Oct 09
0
Null pointer deref in nv50.c after 2fb9d6cf
After 2fb9d6cf (drm/nouveau/core: convert event handler apis to split create/enable semantics) from the nouveau tree I'm getting a kernel panic on boot because pdisp is 0 at core/engine/software/nv50.c:179. The nouveau part of the call trace is: nv50_software_context_ctor+0x80/0x130 nouveau_object_ctor+0x2d/0xe0 nouveau_object_new+0xfa/0x230 nouveau_channel_new+0x53b/0x6c0
2012 Mar 20
15
Xen VGA Passthrough Questions
Dear David Techer, I have read through your article on Xen VGA passthrough on http://www.davidgis.fr. It appears that the following command on your blog doesn''t work. dmesg | grep 01:00.0 | grep BAR The above command shows nothing at all. Is there an alternative solution? Thank you very much. Yours sincerely, Teo En Ming (Zhang Enming)