Differences between revisions 1 and 2
Revision 1 as of 2015-02-09 14:17:15
Size: 6956
Editor: ?RafaelGaunaTrindade
Comment:
Revision 2 as of 2015-02-09 14:18:43
Size: 6951
Editor: ?RafaelGaunaTrindade
Comment:
Deletions are marked like this. Additions are marked like this.
Line 37: Line 37:
|| Xorg || {OK} (Jessie only) ||
|| - OpenGL || {OK} (Jessie only) ||
|| - Resize-and-Rotate(randr) || {OK} (Jessie only) ||
|| Switch to External Screen || {OK} (Jessie only) ||
|| Xorg || {i} (Jessie only) ||
|| - OpenGL || {i} (Jessie only) ||
|| - Resize-and-Rotate(randr) || {i} (Jessie only) ||
|| Switch to External Screen || {i} (Jessie only) ||
Line 45: Line 45:
|| Wireless/Wifi || {OK} (Jessie only) || || Wireless/Wifi || {i} (Jessie only) ||

Translation(s): none

DebianOn is an effort to document how to install, configure and use Debian on some specific hardware. Therefore potential buyers would know if that hardware is supported and owners would know how get the best out of that hardware.

The purpose is not to duplicate the Debian Official Documentation, but to document how to install Debian on some specific hardware.

If you need help to get Debian running on your hardware, please have a look at our user support channels where you may find specific channels (mailing list, IRC channel) dedicated to certain types of hardware.

Models covered:
Inspiron i15-3542-A30

Options:
- Video card (Intel Haswell)
- Screen size 15.6"
- Wireless card Atheros AR9565
- Disk 1TB SATA
- RAM 4GB

Overall Status

Core Components

[ATTACH]

Boot Standard Kernel:

{OK}

LAN network card:

{OK}

Detect CD/DVD:

{OK}

Detect hard drives:

{OK}

Extra Features

CPU Frequency Scaling

{OK}

Hibernation

[?]

Sleep / Suspend

[?]

Xorg

{i} (Jessie only)

- OpenGL

{i} (Jessie only)

- Resize-and-Rotate(randr)

{i} (Jessie only)

Switch to External Screen

{i} (Jessie only)

Mouse

- Built-in (Trackpoint)

{OK}

- Built-in (Touchpad)

{OK}

Modem

{OK}

Wireless/Wifi

{i} (Jessie only)

Keyboard's Hotkeys

{OK}

Legend :
{OK} = OK ; {X} Unsupported(No Driver) ; /!\ = Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
{i} = Configuration Required; X-( = Only works with a non-free driver and or firmware

Important Note

{X} Wireless drivers only available in Jessie
{X} 2D/3D acceleration only supported with mesa version founded in Jessie

Configuration

Display

  • Intel Corporation Haswell-ULT Integrated Graphics Controller
    Haswell driver only found in Jessie. dist-upgrade from wheezy will not solve this.

WiFi

Wheezy or early

  • Download the backport driver (link on Useful links) and compile it into kernel (you need to do this again if the kernel is upgraded)

#unpack the downloaded tar and enter on its folder
su
make defconfig-ath9k
make install
depmode ath9k
#ready

Jessie or later

  • Driver available since installation image.

EFI Boot (Wheezy only)


System Summary

lspci

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4)
00:1c.2 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
06:00.0 Network controller: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter (rev 01)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 07)

lsusb

lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null

Bus 003 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. 
Bus 003 Device 004: ID 0cf3:0036 Atheros Communications, Inc. 
Bus 003 Device 003: ID 0c45:6a04 Microdia 
Bus 003 Device 002: ID 8087:8000 Intel Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.

Resources

Attachments

Some configuration files and sample outputs.

https://backports.wiki.kernel.org/index.php/Main_PageAC

Backports drivers for Atheros AR9565 Wireless Card

Credits