Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have a custom-built computer and the Ethernet port and my wireless USB card (Belkin DB600) both don't work. The Ethernet port didn't work for Windows either, I had to install the drivers using an image of the driver disk on my laptop. My mother board is an ASUS P8Z77-V

00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM    Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation H77 Express Chipset LPC Controller (rev 04)
00:1f.2 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
00:1f.5 IDE interface: Intel Corporation 7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 660 Ti] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK104 HDMI Audio Controller (rev a1)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8161 Gigabit Ethernet (rev 08)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)

Edit #2: I have been manually downloading every single package required for build-essential. Now I am downloading the linux headers, and HOPEFULLY I'll be able to compile the driver and everything will go smoothly. I will report back soon.

share|improve this question
Your LAN card should be intel 82579V. Please see askubuntu.com/q/151324/65926 – Eric Carvalho Dec 6 '12 at 21:52
What does lspci -nn report about your wireless and ethernet? – chili555 Dec 6 '12 at 22:27
@chili555 I edited my original post to show the output of lspci. – Brett Dec 7 '12 at 0:07
@EricCarvalho For some reason, gcc/g++ are not pre-installed. To install them I would have to manually download 90 packages and them grab from from my Windows partition through Ubuntu. Is there an easier way to do that? – Brett Dec 7 '12 at 0:08
I managed to do it! I manually installed EVERY single package and compiled a driver myself. The driver works perfectly. Thank you everyone for pointing me in the correct direction. – Brett Dec 7 '12 at 5:44
show 1 more comment

closed as too localized by fossfreedom Dec 7 '12 at 23:16

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.