Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

graphics driver fails

Need help with peripherals or devices?
Post Reply
Message
Author
rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

graphics driver fails

#1 Post by rudolfpolzer »

Hello, I made an update from stretch to buster. Now, the graphics driver fails:

lspci -v
...
00:02.0 VGA compatible controller Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
...
Kernel modules: i915
...

sudo modprobe i915
cec_edid: exports duplicate symbol cec_get_edid_phys_addr (owned by kernel)
modprobe: ERROR: could not insert 'i915': Exec format error


rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

Re: graphics driver fails

#3 Post by rudolfpolzer »

I did as suggested, I removed xserver-xorg-video-intel. xserver-xorg-core is installed. But lspci and modprobe output remain unchanged.

rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

Re: graphics driver fails

#4 Post by rudolfpolzer »

I had suspected that the driver package from v4l used for the sat receiver (the driver saa716x_budget is in use, and this package contains many other drivers, also an i915), did overwrite the driver i915 from Debian. I have no idea how to check or correct that.

But this seems to be wrong: the date of the i915.ko file is the date of the Debian stable freeze and not the date of my saa716x_budget driver compilation.
The blocking symbol seems to be defined in the built in kernel module cec, but I can't find it in the module file i915.ko.

So - why is loading of the module i915 not possible?
Last edited by rudolfpolzer on 2019-08-02 15:06, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: graphics driver fails

#5 Post by Head_on_a_Stick »

What does this say

Code: Select all

lspci -k | grep -iA2 vga
deadbang

rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

Re: graphics driver fails

#6 Post by rudolfpolzer »

lspci -k | grep -iA2 vga
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
Kernel modules: i915

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: graphics driver fails

#7 Post by Head_on_a_Stick »

rudolfpolzer wrote:I had suspected that the driver package from v4l used for the sat receiver (the driver saa716x_budget is in use, and this package contains many other drivers, also an i915), did overwrite the driver i915 from Debian.
How exactly did you install that "driver package"?

Does your graphics controller work if you load up a live ISO image?
deadbang

rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

Re: graphics driver fails

#8 Post by rudolfpolzer »

I installed the sat receiver driver as described in
https://www.linuxtv.org/wiki/index.php/ ... stallation
for the open source driver. But I think the i915 driver was not overwritten by this because the file i915.ko has the Debian freeze date as file date.

The graphics controller works as well when choosing the old kernel during boot as with a live image.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: graphics driver fails

#9 Post by Head_on_a_Stick »

rudolfpolzer wrote:I installed the sat receiver driver as described in
https://www.linuxtv.org/wiki/index.php/ ... stallation
Do they have an uninstall target in their Makefile that you can use to remove the driver?
deadbang

rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

Re: graphics driver fails

#10 Post by rudolfpolzer »

The makefile help output suggests that 'make mrproper' would remove all generated files. I tried that with no success.
But the makefile help output is irritating, because I expect this makefile to compile and install drivers, but some of its possible parameters seem to build a kernel.
I can not estimate what it is really doing.

rudolfpolzer
Posts: 10
Joined: 2015-08-16 08:36

Re: graphics driver fails

#11 Post by rudolfpolzer »

This is how I made the graphics driver work again, force rebuild all modules:

#mv /lib/modules/$(uname -r) /lib/modules/$(uname -r)-old
#apt reinstall linux-image-$(uname -r)

It was the media driver blocking the graphics driver.
Now, the media driver doesn't work.

Post Reply