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

 

 

 

Installing a newer kernel for AR9485 driver breaks display

Need help with peripherals or devices?
Post Reply
Message
Author
ahmed
Posts: 2
Joined: 2014-04-08 01:30

Installing a newer kernel for AR9485 driver breaks display

#1 Post by ahmed »

Hello:

I'm trying to install Atheros AR9485 wireless card driver on debian, and I had no luck.

I followed this http://forums.debian.net/viewtopic.php?f=7&t=95848 to install backports kernel version. The wireless card worked, however, intel display driver displayed the color in the wrong way.

Red pixels are green, and green are yellow. It was displayed like when someone try to connect a PAL system to a TV that supports only NTSC.

This is my lspci output:

Code: Select all

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 09)
00:03.0 Audio device: Intel Corporation Device 0a0c (rev 09)
00:14.0 USB controller: Intel Corporation Lynx Point-LP USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation Lynx Point-LP HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation Lynx Point-LP HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation Lynx Point-LP PCI Express Root Port 4 (rev e4)
00:1d.0 USB controller: Intel Corporation Lynx Point-LP USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Lynx Point-LP LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation Lynx Point-LP SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation Lynx Point-LP SMBus Controller (rev 04)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 07)
02:00.0 Network controller: Atheros Communications Inc. AR9565 Wireless Network Adapter (rev 01)
Is there is a way to compile only AR9485 module from the kernel?

Edit:
Solved! Add the following

Code: Select all

i915.i915_enable_fbc=0
to your GRUB_CMDLINE_LINUX_DEFAULT= in /etc/default/grub so you would have something like that

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT=" i915.i915_enable_fbc=0 nomodeset quiet splash"

debian_does_dallas
Posts: 1
Joined: 2014-04-09 15:29

Re: Installing a newer kernel for AR9485 driver breaks displ

#2 Post by debian_does_dallas »

Hi, I'm having a simular issue. I installed debian 7.4, got my Fglrx drivers working but hadnt noticed that wifi (AR9565)wasnt working because i had beed using LAN the whole time. I wen through the same deal and installed the backports kernel. wifi was now detected but my display was suffereing from extreme tearing when i move windows around. any advice?

Post Reply