Size: 10003
Comment:
|
Size: 10587
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from InstallingDebianOn/VIA/Gigabyte/Z77-DS3H | |
Line 17: | Line 18: |
= Installation Rating = ||**..||Installs with D-I/Stable, no major feature problem.<<BR>>manual configuration required to get one important feature working.|| |
|
Line 19: | Line 23: |
Line 22: | Line 27: |
|| LAN network card: || {OK} {i} X-( (alx Driver compilation required)|| | || LAN network card: || {OK} {i} (alx Driver compilation required)|| |
Line 50: | Line 55: |
### uncomment one of the two lines | ### uncomment one of the two lines |
Line 52: | Line 57: |
## {X} There is currently a bug that ... | ## {X} There is currently a bug that ... |
Line 62: | Line 67: |
The ''Intel® HD Graphics 2500'' from an ''Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz'' worked out of the box. ## If this computer has variants with various Display adapter, simply |
The ''[[http://en.wikipedia.org/wiki/Intel_HD_Graphics#Ivy_Bridge|Intel® HD Graphics 2500]]'' from an ''Intel(R) [[http://ark.intel.com/products/68316/|Core(TM) i5-3470 CPU]] @ 3.20GHz'' worked out of the box. ## If this computer has variants with various Display adapter, simply |
Line 73: | Line 78: |
The board has a built in ''Atheros AR8161 Gigabit Ethernet'' controller which didn't work out of the box. Had to download the [[http://www.linuxfoundation.org/collaborate/workgroups/networking/alx|ALX Driver]] from The Linux Foundation's Networking workgroup. | The board has a built in ''Atheros AR8161 Gigabit Ethernet'' controller which didn't work out of the box. Had to download the [[http://www.linuxfoundation.org/collaborate/workgroups/networking/alx|ALX Driver]] from The Linux Foundation's Networking workgroup. This driver was in the upstream stable kernel by the time I needed to install it so chanses are that when you are reading this the Atheros AR8161 will be supported out of the box already! |
Line 93: | Line 99: |
You can now check to see if the card is detected: ~-{{{ ifconfig -a }}}-~ |
|
Line 99: | Line 109: |
## Then explain how to get it working | ## Then explain how to get it working |
Line 134: | Line 144: |
## Uncomment and Paste the output of one of the three lines (within some {{{ }}}} brackets) | ## Uncomment and Paste the output of one of the three lines (within some {{{ }}}} brackets) |
Line 137: | Line 147: |
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null | lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null |
Line 153: | Line 163: |
bDeviceProtocol 3 | bDeviceProtocol 3 |
Line 158: | Line 168: |
iProduct 0 | iProduct 0 |
Line 164: | Line 174: |
iProduct 0 | iProduct 0 |
Line 169: | Line 179: |
bDeviceProtocol 0 | bDeviceProtocol 0 |
Line 175: | Line 185: |
bDeviceProtocol 0 iProduct 2 Microsoft Basic Optical Mouse v2.0 |
bDeviceProtocol 0 iProduct 2 Microsoft Basic Optical Mouse v2.0 |
Line 182: | Line 192: |
iProduct 0 | iProduct 0 |
Line 194: | Line 204: |
## Some interesting files you can attach: (Named with computer name and model, and Debian version, like "dmidecode.Etch_Thinkpad_T60_1952-W5R.txt") | ## Some interesting files you can attach: (Named with computer name and model, and Debian version, like "dmidecode.Etch_Thinkpad_T60_1952-W5R.txt") |
Line 201: | Line 211: |
<<AttachList>> | <<AttachList>> |
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
Gigabyte Z77-DS3H Desktop Motherboard
Installation Rating
**.. |
Installs with D-I/Stable, no major feature problem. |
Overall Status
Core Components |
||
Boot Standard Kernel: |
|
|
LAN network card: |
|
|
Detect CD/DVD: |
|
|
Detect hard drives: |
|
|
Boot System |
|
|
Extra Features |
||
CPU Frequency Scaling |
|
|
Hibernation |
[?] |
|
Sleep / Suspend |
[?] |
|
?OnboardAudio |
|
|
Xorg |
|
|
- OpenGL |
|
|
- Resize-and-Rotate(randr) |
|
|
- Dual Monitors of internal HD Graphics 4000 card |
|
|
Switch to External Screen |
|
|
Mouse |
|
|
- Built-in (Trackpoint) |
[-] |
|
- Built-in (Touchpad) |
[-] |
|
Modem |
[-] |
|
Wireless/Wifi |
[-] |
|
Keyboard's Hotkeys |
|
Legend :
= OK ;
Unsupported(No Driver) ;
= Error (Couldn't get it working); [?] Unknown, Not Test ; [-] Not-applicable
= Configuration Required;
= Only works with a non-free driver and or firmware
Important Note
This article is about the Gigabyte Z77-DS3H Desktop Motherboard and Debian Wheezy running on it, GRUB with MBR booting. Did a targeted install.
Configuration
Display
The Intel® HD Graphics 2500 from an Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz worked out of the box.
Audio
Audio didn't work initially and I was encountering errors while booting. No sound output was available and just the standard devices were visible.Installed ALSA's upstream version from ALSA's homepage and used the alsa-compile script.
Ethernet
The board has a built in Atheros AR8161 Gigabit Ethernet controller which didn't work out of the box. Had to download the ALX Driver from The Linux Foundation's Networking workgroup. This driver was in the upstream stable kernel by the time I needed to install it so chanses are that when you are reading this the Atheros AR8161 will be supported out of the box already!
Compilation is pretty straight forward: sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`
Unpack and compile the driver with make: tar -xjf compat-wireless-3.6.8-1-snpc.tar.bz2
sudo su
cd compat-wireless-3.6.8-1-snpc
./scripts/driver-select alx
make
make install
Add kernel module: modprobe alx
You can now check to see if the card is detected: ifconfig -a
Mouse
Generic USB / PS2
Power Management
- Not tested (will do)
WiFi
- Not applicable
Modem
- Not applicable
System Summary
lspci
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller [8086:0150] (rev 09)
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller [8086:0152] (rev 09)
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
00:1c.3 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev c4)
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation Z77 Express Chipset LPC Controller [8086:1e44] (rev 04)
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e02] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8161 Gigabit Ethernet [1969:1091] (rev 10)
03:00.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 41)
lsusb
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub iProduct 2 EHCI Host Controller Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub iProduct 2 EHCI Host Controller Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub bDeviceClass 9 Hub bDeviceProtocol 1 Single TT iProduct 2 xHCI Host Controller Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub bDeviceClass 9 Hub bDeviceProtocol 3 iProduct 2 xHCI Host Controller Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub bDeviceClass 9 Hub bDeviceProtocol 1 Single TT iProduct 0 bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub bDeviceClass 9 Hub bDeviceProtocol 1 Single TT iProduct 0 bDeviceClass 9 Hub bDeviceProtocol 0 Full speed (or root) hub Bus 001 Device 007: ID 04b3:3025 IBM Corp. NetVista Full Width Keyboard bDeviceClass 0 (Defined at Interface level) bDeviceProtocol 0 iProduct 2 USB NetVista Full Width Keyboard (Bus Powered) (Bus Powered) Bus 001 Device 004: ID 045e:00cb Microsoft Corp. Basic Optical Mouse v2.0 bDeviceClass 0 (Defined at Interface level) bDeviceProtocol 0 iProduct 2 Microsoft Basic Optical Mouse v2.0 (Bus Powered) (Bus Powered) Bus 001 Device 005: ID 046d:0802 Logitech, Inc. Webcam C200 bDeviceClass 239 Miscellaneous Device bDeviceProtocol 1 Interface Association iProduct 0 (Bus Powered) bDeviceClass 239 Miscellaneous Device bDeviceProtocol 1 Interface Association (Bus Powered)
USB Host controllers entries (without OHCI, UHCI, EHCI) are removed too.
Resources
Attachments
Some configuration files and sample outputs.
Useful Links
Credits