Bug#871730: Improving the icons

2017-08-14 Thread Stéphane Blondon
I think it's prettier with colored icons (see the screenshot).
If you prefer this version, simply replace the icons from the previous
archive by the icons provided by the attached archive (the picture in
the png/ directory).

The directory svg/ in the attached archive provides the icons in svg
format, as provided by Adwaita but the modification to set up the
colors. The filenames in the svg/ directoy are unchanged from Adwaita theme.


colored_icons.tar.xz
Description: application/xz


signature.asc
Description: OpenPGP digital signature


Re: CSS for installation guide ?

2015-04-05 Thread Stéphane Blondon
2015-04-03 21:30 GMT+02:00 Stéphane Blondon stephane.blon...@gmail.com:
 2015-04-03 21:19 GMT+02:00 Cyril Brulebois k...@debian.org:
 I don't have the files handy, but caution.png  warning.png might be
 similar enough anyway? (As a non-native speaker I tend to consider both
 roughly equal. ;))


 Yes, they are both an exclamation mark.
 Like you, english is not my native tongue so I don't feel a difference
 between caution and warning.

To add some information, there are no caution.png in the Tango project
so I created it, based on important.svg file.I changed the color with
Inkscape and it was done.

In my opinion, add warning.png is still the simpler way to fix the
problem but feel free to choose any other solution.

-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOy+up5M2TZ=2Y2hnGcR7q3TRq0s=jrqtvgwpfaxsarhti4...@mail.gmail.com



Re: CSS for installation guide ?

2015-04-03 Thread Stéphane Blondon
2015-04-03 19:46 GMT+02:00 Karsten Merker mer...@debian.org:
 I have just stumbled over a missing png file on the index page
 of the installation guide:

 The heading of the section:

   Warning

This installation guide is based on an earlier manual written
for the old Debian installation system...

 tr
 td rowspan=2 align=center valign=top width=25img alt=[Warning] 
 src=images/warning.png/td
 th align=leftWarning/th
 /tr

 points to a graphics file images/warning.png which does not exist.

 $ ls images/
 caution.png  home.png  important.png  next.png  note.png prev.png  up.png

You can add the warning.png attached to this message in the same directory.
The provided picture comes from the same source than the other
pictures (Tango icon project). So the size and the style is the
equivalent to the other picture.

Thank you for catching it, I didn't see the need of 'warning.png' file.


-- 
Stéphane


Re: CSS for installation guide ?

2015-04-03 Thread Stéphane Blondon
2015-04-03 21:19 GMT+02:00 Cyril Brulebois k...@debian.org:
 Stéphane Blondon stephane.blon...@gmail.com (2015-04-03):
 2015-04-03 19:46 GMT+02:00 Karsten Merker mer...@debian.org:
  I have just stumbled over a missing png file on the index page
  of the installation guide:
 
  The heading of the section:
 
Warning
 
 This installation guide is based on an earlier manual written
 for the old Debian installation system...
 
  tr
  td rowspan=2 align=center valign=top width=25img 
  alt=[Warning] src=images/warning.png/td
  th align=leftWarning/th
  /tr
 
  points to a graphics file images/warning.png which does not exist.
 
  $ ls images/
  caution.png  home.png  important.png  next.png  note.png prev.png  up.png

 You can add the warning.png attached to this message in the same directory.
 The provided picture comes from the same source than the other
 pictures (Tango icon project). So the size and the style is the
 equivalent to the other picture.

 Thank you for catching it, I didn't see the need of 'warning.png' file.

 Hello,

 I don't have the files handy, but caution.png  warning.png might be
 similar enough anyway? (As a non-native speaker I tend to consider both
 roughly equal. ;))


Yes, they are both an exclamation mark.
Like you, english is not my native tongue so I don't feel a difference
between caution and warning.

You can see a quick screenshot of the icons in attachment.


-- 
Stéphane


Re: CSS for installation guide ?

2015-03-28 Thread Stéphane Blondon
2015-03-28 10:12 GMT+01:00 Samuel Thibault sthiba...@debian.org:
 It looks way much nicer to my eyes, so I committed it, at worse if
 somebody doesn't like it we can revert :)

Thank you Samuel! :-)

I don't plan to work more on the CSS for the installation guide.
If some bugs about the CSS is discovered in the future, feel free to
contact me if you want.

(Please note that I'm NOT on the mailing list.)


-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOy+up7zgUU5ibuVEBNKT=tc6+SD8C+Fge++5bdkxwy=zwe...@mail.gmail.com



Re: CSS for installation guide ?

2015-03-27 Thread Stéphane Blondon
Hello,

2015-03-24 10:57 GMT+01:00 Stéphane Blondon stephane.blon...@gmail.com:
 2015-03-23 23:55 GMT+01:00 Samuel Thibault sthiba...@debian.org:
 This is now commited and uploaded.

 Thank you for the commit.
 I will probably work on the improvement of the table at the end of the week.


After some attempts, I discovered the html tree of the working demo is
not the same as the html generated by buildone.sh.
I don't want to change the html generated (no skills, too risky, not
enought time, etc.)
So there will be no hover effects or even/odd colored lines.

However, I improved lightly the CSS in order to have better looking
tables (in my opinion). You can compare:
- current table: http://stephane.yaal.fr/tmp/installationguide2/ch03s03.html
- new table: http://stephane.yaal.fr/tmp/installationguide3/ch03s03.html

A patch writted against svn (#69699) is attached to the e-mail.


If everyone thinks it's ok, feel free to commit it.


Cheers
-- 
Stéphane
Index: build/stylesheets/install.css
===
--- build/stylesheets/install.css   (révision 69699)
+++ build/stylesheets/install.css   (copie de travail)
@@ -116,27 +116,23 @@
 /* table in content */
 
 .informaltable table, .table-contents table {
-border: 1px solid #AA;
+border-collapse: collapse;
 }
 
 .informaltable table th, .table-contents table th {
-border-width: 0;
 background-color: #C70036;
+border: 1px solid black;
+padding: 0.2em 0.5em 0.2em 0.5em;
 }
-/*
-.informaltable table td, .table-contents table {
-border-width: 0;
-}
 
-.informaltable tbody tr:nth-child(even), .table-contents table 
tr:nth-child(even){
-background-color:#DD;
+.informaltable table td, .table-contents table td {
+border: 1px solid black;
+padding: 0.2em 0.5em 0.2em 0.5em;
 }
 
-.informaltable tbody tr:hover, .table-contents table tr:hover {
-background-color:#66;
-color: #FF;
+.informaltable table th:hover, .table-contents table th:hover {
+color: white;
 }
-*/
 
 
 /* Terminal examples */


Re: CSS for installation guide ?

2015-03-24 Thread Stéphane Blondon
2015-03-23 23:55 GMT+01:00 Samuel Thibault sthiba...@debian.org:
 Stéphane Blondon, le Sun 22 Mar 2015 23:18:47 +0100, a écrit :
 If nobody notices problems, it would be nice to commit it.

 This is now commited and uploaded.

Thank you for the commit.
I will probably work on the improvement of the table at the end of the week.

-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caoy+up7wsahbozfto5w5dzzf0yjr9xbfgdltoaooixyxrvn...@mail.gmail.com



Re: CSS for installation guide ?

2015-03-22 Thread Stéphane Blondon
2015-03-21 13:31 GMT+01:00 Holger Wansing li...@wansing-online.de:
 Stéphane Blondon stephane.blon...@gmail.com wrote:

 Has someone got any others remarks, bugs, etc.?


 Looks great to me.

Good news! I have done a new version which add the {note, caution,
important} icons. A demo is temporarily available at
http://stephane.yaal.fr/tmp/installationguide2/ch04s03.html (see Note
at the bottom of the page).

If nobody notices problems, it would be nice to commit it. There are
several files in attachments:
- add_css.diff : output of `svn diff`, based on revision 69688.
- images.tar.lzma : contains 2 directories of the pictures (png/
contains the used pictures by html, image-sources contains the
modified svg sources)

I tested the patch with.
./buildone.sh armel en html


2015-03-22 18:00 GMT+01:00 Lennart Sorensen lsore...@csclub.uwaterloo.ca:
 On Sat, Mar 21, 2015 at 01:42:02AM +0100, Stéphane Blondon wrote:
 Perhaps we could have a CSS solution (see
 http://codepen.io/cimmanon/pen/KqoCs) but in order to have a patch
 soon, I simply removed the odd/even styling and the highlighting (as
 you suggest).

 That example certainly appears to work well.  I do like the highlighting
 idea, if it works.

I like highlighting too but I prefer to have a first release before
improving it: when the patch will be committed, there will be more
eyes to catch bugs and needed improvements.
(And we've got limited amount of time before the release.)


-- 
Stéphane
Index: build/buildone.sh
===
--- build/buildone.sh   (révision 69688)
+++ build/buildone.sh   (copie de travail)
@@ -29,6 +29,7 @@
 stylesheet_html_single=$stylesheet_dir/style-html-single.xsl
 stylesheet_dsssl=$stylesheet_dir/style-print.dsl
 stylesheet_css=$stylesheet_dir/install.css
+images_css_dir=png
 
 entities_path=$build_path/entities
 source_path=$manual_path/$language
@@ -132,6 +133,7 @@
 
 # Copy the custom css stylesheet to the destination directory
 cp $stylesheet_css $destdir/html/
+cp -r $images_css_dir $destdir/html/images
 
 return 0
 }
Index: build/stylesheets/install.css
===
--- build/stylesheets/install.css   (révision 69688)
+++ build/stylesheets/install.css   (copie de travail)
@@ -1,6 +1,189 @@
 /* Cascading stylesheet for the Debian Installer Installation Guide */
 
-/* Use grey background for examples */
+/* global style of the page */
+body {
+background-color: #EE;
+border: 40px solid #EE;
+margin: 0;
+padding: 0 10px;
+font-family: liberation sans, Myriad , Bitstream Vera Sans, Lucida 
Grande, Luxi Sans, Trebuchet MS, helvetica, verdana, arial, sans-serif;
+line-height: 1.2em;
+}
+
+@media (max-width: 5in), (max-device-width: 5in){
+body {
+border: 0px;
+padding: 0px;
+}
+}
+
+body  div.book, body  div.article, body  div.set, body  div.preface, body 
 div.chapter, body  div.section, body  div.appendix, body  div.part, 
div.sect1 {
+margin-top: 0;
+padding: 2em 6em 6em;
+}
+body  div.book, body  div.article, body  div.set, body  div.preface, body 
 div.chapter, body  div.section, body  div.appendix, body  div.part, 
div.sect1 {
+padding: 2em;
+}
+
+body  div.book, body  div.article, body  div.set, body  div.preface, body 
 div.chapter, body  div.section, body  div.appendix, body  div.part, body  
div.index, div.sect1 {
+background-color: #FF;
+margin: 40px auto 4em;
+padding: 1px 40px 20px 30px;
+}
+
+@media (max-width: 1024px) {
+body  div.book, body  div.article, body  div.set, body  div.preface, 
body  div.chapter, body  div.section, body  div.appendix, body  div.part, 
body  div.index, div.sect1 {
+max-width: 45em;
+}
+}
+@media (min-width: 1025px) {
+body  div.book, body  div.article, body  div.set, body  div.preface, 
body  div.chapter, body  div.section, body  div.appendix, body  div.part, 
body  div.index, div.sect1 {
+max-width: 70em;
+}
+}
+@media (max-width: 5in), (max-device-width: 5in){
+body  div.book, body  div.article, body  div.set, body  div.preface, 
body  div.chapter, body  div.section, body  div.appendix, body  div.part, 
body  div.index, div.sect1 {
+max-width: 100%;
+}
+}
+
+hr {
+border-top: 1px dotted #808080;
+margin: 0;
+}
+
+a:link {
+color: #0035C7;
+text-decoration: none;
+}
+a:visited {
+color: #00207A;
+text-decoration: none;
+}
+a:link:hover {
+color: #00207A;
+text-decoration: underline;
+}
+
+code {
+font-family: liberation mono,bitstream vera mono,dejavu 
mono,monospace;
+font-weight: bold;
+word-wrap: break-word;
+}
+
+h1 {
+color: #C70036;
+line-height: 1.1em;
+}
+
+h2, h3, h4, h5, h6 {
+color: #C70036;
+}
+
+@media (max-width: 5in), (max-device-width: 5in){
+dl, dt, dd {
+margin-left: 0.25em;
+}
+
+ul {
+padding-left: 1.5em

Re: CSS for installation guide ?

2015-03-20 Thread Stéphane Blondon
Hello

2015-03-18 3:59 GMT+01:00 Samuel Thibault sthiba...@debian.org:
 The tables on
 http://stephane.yaal.fr/tmp/installationguide0/ch03s03.html and
 http://stephane.yaal.fr/tmp/installationguide0/ch03s04.html are not
 getting formated.

It's fixed:
http://stephane.yaal.fr/tmp/installationguide1/ch03s03.html
http://stephane.yaal.fr/tmp/installationguide0/ch03s04.html



2015-03-19 15:01 GMT+01:00 Lennart Sorensen lsore...@csclub.uwaterloo.ca:
 The highlighting gets all messed up too.  If you point at IXP4xx, it
 highlights the entire row including ARm and armel, but if you point at
 the next line (kirkwood), then only the last two columns are highlighted.
 Quite inconsistent.  If it isn't going to be consistent, it would probably
 be better to not have it at all.

 Perhaps forgetting the highlighting and alternate row colours and just
 using lines around table cells would work better.  Sure it is old
 fashioned, but it works.

Perhaps we could have a CSS solution (see
http://codepen.io/cimmanon/pen/KqoCs) but in order to have a patch
soon, I simply removed the odd/even styling and the highlighting (as
you suggest).


Has someone got any others remarks, bugs, etc.?


-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOy+up56zbzUJBmpzveDLA0GLHq62iEj5HC33ipJC1=H5L==o...@mail.gmail.com



Re: CSS for installation guide ?

2015-03-19 Thread Stéphane Blondon
Hi,

2015-03-18 3:59 GMT+01:00 Samuel Thibault sthiba...@debian.org:
 On http://stephane.yaal.fr/tmp/installationguide0/ch02s01.html in the
 table the even/odd colors are odd: all ARM lines have the same color,
 and all MIPS/PowerPC lines have the same color.

It's due to the rowspan on these cells.
If the rowspan is replaced by several cells with the same content, the
even/odd colors will be displayed correctly.
I'm not sure if it's fixable with generic CSS.

 The tables on
 http://stephane.yaal.fr/tmp/installationguide0/ch03s03.html and
 http://stephane.yaal.fr/tmp/installationguide0/ch03s04.html are not
 getting formated.

You're right. I'll fix it.


Thank you for your review!
-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOy+up7sZyekHhLcDA0McnHvkv4072J87cnzGP_jc26cRAFv=w...@mail.gmail.com



Re: CSS for installation guide ?

2015-03-17 Thread Stéphane Blondon
2015-03-11 3:20 GMT+01:00 Stéphane Blondon stephane.blon...@gmail.com:
 I started to work on the CSS. Unfortunately, I discovered a remaining
 bug on the release notes CSS. So I currently stopped the work on the
 installation guide in order to fix the bug.

The bug is fixed so I can spend time on CSS for the installation guide.

You can find a first demo here:
http://stephane.yaal.fr/tmp/installationguide0/index.html

(I will delete the files when the new version will be released.)

It requires:
- new version for install.css
- add png files to the repository and copy them when the static html
are generated.

The files are based on svn, revision #69656.


What do you think about it?
Do you see bug or need improvement?


-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOy+up7PJwEpA-RsXs5PoPkK=ey-mqbw00wjhqr2rk22t...@mail.gmail.com



Re: CSS for installation guide ?

2015-03-10 Thread Stéphane Blondon
2015-03-04 20:10 GMT+01:00 Samuel Thibault sthiba...@debian.org:
 Cyril Brulebois, le Tue 03 Mar 2015 04:00:27 +0100, a écrit :
 At first glance, I dont think toying around with CSS would be much of an
 issue, but I'll let others more involved with the installation guide
 speak up (Samuel?).

 I don't think it should be an issue indeed.

Thank you.
I started to work on the CSS. Unfortunately, I discovered a remaining
bug on the release notes CSS. So I currently stopped the work on the
installation guide in order to fix the bug.
I will notice here when I will restart on installation guide. Perhaps
it will be definitely too late.


Have a nice day,
-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caoy+up4aendk2usrvbtxodezkg3arrufdksnwmeyfhztss8...@mail.gmail.com



CSS for installation guide ?

2015-03-02 Thread Stéphane Blondon
Hello,

I helped to add CSS on the page of the release notes and I think it
would be nice to include it in the installation guide too.
You can see the release-notes pages at:
https://www.debian.org/releases/jessie/amd64/release-notes/index.en.html
(without 
https://www.debian.org/releases/stable/amd64/release-notes/index.en.html
)

The thread about the work is in the BTS (see bug #772963).


If the script to generate HTML is equivalent to release notes, the
main steps are:
- removing inline style
- adding png files to the repository
- adding the CSS file to the repository


I heard the debian installer is in freeze now. Is it too late?
 - If it's too late, I think it's still a good idea but there is no
emergency and it's better to not do it now. I will be back after the
relaese.
 - Else, I can try to help: I don't have commit access on the
repository but I can send patches for example.



Please keep me in CC, I didn't suscribe to the debian-boot mailing list.

Regards
-- 
Stéphane


--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAOy+up4E2=vHEO_9kD=zKFwzpT89x_TxEP46EYJ=v_e0ngm...@mail.gmail.com



Bug#590740: install successfull (testing release on amd64)

2010-07-28 Thread Stéphane Blondon
Package: installation-reports

Boot method: boot on USB key which launch the iso CD
Image version: the netinst CD of rolling version of testing
(downloaded Sunday 25 July)
Date: 26,27 July

Machine: several piece of hardware assembled by myself
Processor: AMD Sempron 3000+
Memory: 2Go DDR3
Partitions:
steph...@orion:~$ LANG=C; df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/sda2 ext348157016   2597232  43113552   6% /
tmpfstmpfs  900192 0900192   0% /lib/init/rw
udev tmpfs  895532   236895296   1% /dev
tmpfstmpfs  900192 0900192   0% /dev/shm
/dev/sda7 ext3   378733024228628 359265844   1% /home
/dev/sda6 ext2 2882592   196   2735964   1% /tmp
/dev/sda5 ext3 2882592   1048500   1687660  39% /var



Output of lspci -knn:
steph...@orion:~$ lspci -knn
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host
Bridge Alternate [1022:9601]
Subsystem: ASUSTeK Computer Inc. Device [1043:83a2]
00:01.0 PCI bridge [0604]: ASUSTeK Computer Inc. RS880 PCI to PCI
bridge (int gfx) [1043:9602]
00:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to
PCI bridge (PCIE port 5) [1022:9609]
Kernel driver in use: pcieport
00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA
Controller [IDE mode] [1002:4390]
Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:8389]
Kernel driver in use: ahci
00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
OHCI0 Controller [1002:4397]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ohci_hcd
00:12.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1
Controller [1002:4398]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ohci_hcd
00:12.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
EHCI Controller [1002:4396]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ehci_hcd
00:13.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
OHCI0 Controller [1002:4397]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ohci_hcd
00:13.1 USB Controller [0c03]: ATI Technologies Inc SB700 USB OHCI1
Controller [1002:4398]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ohci_hcd
00:13.2 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
EHCI Controller [1002:4396]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ehci_hcd
00:14.0 SMBus [0c05]: ATI Technologies Inc SBx00 SMBus Controller
[1002:4385] (rev 3c)
Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:8389]
00:14.1 IDE interface [0101]: ATI Technologies Inc SB700/SB800 IDE
Controller [1002:439c]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: pata_atiixp
00:14.2 Audio device [0403]: ATI Technologies Inc SBx00 Azalia (Intel
HDA) [1002:4383]
Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:836c]
Kernel driver in use: HDA Intel
00:14.3 ISA bridge [0601]: ATI Technologies Inc SB700/SB800 LPC host
controller [1002:439d]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
00:14.4 PCI bridge [0604]: ATI Technologies Inc SBx00 PCI to PCI
Bridge [1002:4384]
00:14.5 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB
OHCI2 Controller [1002:4399]
Subsystem: ASUSTeK Computer Inc. Device [1043:8389]
Kernel driver in use: ohci_hcd
00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
Processor HyperTransport Configuration [1022:1200]
00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
Processor Address Map [1022:1201]
00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
Processor DRAM Controller [1022:1202]
00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
Processor Miscellaneous Control [1022:1203]
00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
Processor Link Control [1022:1204]
01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RS880
[Radeon HD 4200] [1002:9710]
Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:83a2]
Kernel driver in use: radeon
01:05.1 Audio device [0403]: ATI Technologies Inc RS880 Audio Device
[Radeon HD 4200] [1002:970f]
Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:83a2]
Kernel driver in use: HDA Intel
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev
03)
Subsystem: ASUSTeK Computer Inc. M4A785TD Motherboard [1043:83a3]
Kernel driver in use: r8169
03:08.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6306/7/8
[Fire II(M)] IEEE 1394 OHCI Controller [1106:3044] (rev c0)