-
Notifications
You must be signed in to change notification settings - Fork 3
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
byo-switcheroo Kernel Panic w/kernel 3.0.1 #4
Comments
Please provide dmesg (netconsole is a convenient way to do that on these systems) |
From my Syslog, since the kernel oops doesn't completely kill my laptop. Three separate instances:
|
We don't seem to be finding the discrete device. Try adding: if (!igd_dev || !dis_dev) immediately before the call to vga_switcheroo_register_handler. |
Is this in the byo-switcharoo.c file? |
Closing after 10+ years. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Experiencing a kernel panic w/a NULL pointer being dereferenced on modprobe of the byo-switcheroo module, following your issue #3 suggestions. Used the 9231be9 commit on a Gentoo Linux box, vanilla kernel 3.0.1. Used a modded version of asus-switcheroo ebuild so that it would get the latest git commit, and install byo-switcheroo. Hardware is a Asus UL30JT, which reportedly works with the -VT info.
The text was updated successfully, but these errors were encountered: