To get support with motherboards, sound, wireless, ethernet and graphics cards, you need to know what you have installed and which drivers are used. There are two methods to do this.
Method 1This takes only 3 steps to get a print out:1. Open your terminal and enter lspci -n
Mine gives me:
00:00.0 0600: 1106:3099
00:01.0 0604: 1106:b099
00:05.0 0200: 168c:0013 (rev 01)
00:06.0 0200: 10ec:8139 (rev 10)
00:08.0 0401: 1274:5880 (rev 04)
00:11.0 0601: 1106:3074
00:11.1 0101: 1106:0571 (rev 06)
00:11.2 0c03: 1106:3038 (rev 1b)
00:11.4 0c03: 1106:3038 (rev 1b)
01:00.0 0300: 10de:0322 (rev a1)
2. Highlite, right click and copy the data3. Go to http://kmuto.jp/debian/hcl/ and paste the data and click "check"You now have a list of your hardware make, model and driver

PCI ID Works? Vendor Device Driver Comment
11063099 Yes VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333] via-agp v2.6.24
1106b099 - VIA Technologies, Inc. VT8366/A/7 [Apollo KT266/A/333 AGP]
168c0013 Yes Atheros Communications, Inc. AR5212 802.11abg NIC ath5k,ath_pci v2.6.24
10ec8139 Yes Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ 8139too,8139cp v2.6.24
12745880 Yes Ensoniq 5880 AudioPCI snd-ens1371,es1371 v2.6.24
11063074 Yes VIA Technologies, Inc. VT8233 PCI to ISA Bridge via-ircc,i2c-viapro v2.6.24
11060571 Yes VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE via82cxxx v2.6.24
11063038 Yes VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller usb-uhci
11063038 Yes VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller usb-uhci
10de0322 Yes NVIDIA Corporation NV34 [GeForce FX 5200] nv
I would probably get rid of the Via motherboard details and keep the Audio, Graphics card and Wireless.
And tidy it up a bit

PCI ID Works? Vendor Device Driver
168c0013 Yes Atheros AR5212 802.11abg NIC ath5k,ath_pci v2.6.24
12745880 Yes Ensoniq 5880 AudioPCI snd-ens1371,es1371 v2.6.24
10de0322 Yes NVIDIA Corporation NV34 [GeForce FX 5200] nv
Method 2Use the program "
Hardinfo" It will generate a html rport which you can open in your browser and copy and paste the details.
sudo apt-get install hardinfo