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

I am trying to install ubuntu 10.04 server on a desktop and have a few issues.

My network card is not supported by ubuntu 10.04 so I have to download the driver. That is not an issue to install it but there is another issue.

By default, the installation does not have the following libraries, g++, dpkg-dev, libc6, libc-dev-bin, linux-libc-dev.

I cant do an update online since I do not have internet access. How do I get all the required libraries to install on the box so I can install the correct driver so I can get internet access on the box?

I found the ubuntu website download them all by hand but it has way to many dependents. I need something I can download and run maybe like 2 or 3 files only.

share|improve this question
Use a spare network card, something Intel based, or purchase a inexpensive wifi dongle. Both will be much easier than trying to configure your current network card. – kingmilo Feb 21 '12 at 5:52
Tried that. No luck. I don't want to install a wifi card on it. I did try the spare network card. No luck. More ideas? – Justin Feb 21 '12 at 6:15
When you say 'no luck', do you mean the second network card was not recognized either? What type of network card is it? Can you post the results of lspci. You wouldn't have to keep the wifi card it could be used solely to provide connectivity to the desktop which will allow you easier installation of the network card you wish to use. – kingmilo Feb 21 '12 at 6:23
I am what you call a noob at linux. I have no problem detecting the card. However, ubuntu has assigned the wrong driver to it. I am not sure how to get the results of lspci to this screen so ill give you high sumary – Justin Feb 21 '12 at 6:36
ATI pretty much everything The network card is a realtek semiconductor co. ltd RTL8111/8168B PCI express – Justin Feb 21 '12 at 6:37
show 2 more comments

closed as too localized by jrg Jan 11 at 20:13

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.

1 Answer

Im going to provide you with two ways of doing this. The first utilizes the apt-offline method which requires the downloading of the apt-offline PPA. The second utilizes a program called Keryx.

First Option: Download the following by issuing the command in a terminal window and then click the following link to describe how to use an Ubuntu Live CD as a repository to install packages to offline computers. https://help.ubuntu.com/community/AptCdrom

sudo apt-get install apt-offline

Second Option: Keryx is a portable, cross-platform package manager for APT-based (Ubuntu, Debian) systems. It provides a graphical interface for gathering updates, packages, and dependencies for offline computers. Keryx is free and open source. You can get Keryx here: http://keryxproject.org/

share|improve this answer
00:00.0 Host Bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate 00:01.0 PCI Bridge: Acer Incorporated [ALI] Device 9602 00:11.0 Raid bus controller: ATI Technologoies Inc SB700/SB800 SATA Controller [RAID5 model (rev 40) 00.12.0 USB Controller: ATI Technologies Inc SB700/SB000 USB OHCI0 Controller 00.12.2 USB Controller: ATI Technologies Inc SB700/SB000 USB EHCI Controller 00.13.0 USB Controller: ATI Technologies Inc SB700/SB000 USB OHCI0 Controller – Justin Feb 21 '12 at 7:57
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 42) 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller (rev 40) 00:14.4 PCI Bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge (rev 40) 00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller 00:15.0 PCI Bridge: ATI Technologies Inc Device 43a0 00:15.1 PCI Bridge: ATI Technologies Inc Device 43a1 00:15.3 PCI Bridge: ATI Technologies Inc Device 43a3 00:16.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller – Justin Feb 21 '12 at 7:58
00:16.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] Device 1600 00:18.1 Host bridge: Advanced Micro Devices [AMD] Device 1601 00:18.2 Host bridge: Advanced Micro Devices [AMD] Device 1602 00:18.3 Host bridge: Advanced Micro Devices [AMD] Device 1603 00:18.4 Host bridge: Advanced Micro Devices [AMD] Device 1604 00:18.5 Host bridge: Advanced Micro Devices [AMD] Device 1605 01:05.0 VGA compatible controller: ATI Technologies Inc Device 9715 – Justin Feb 21 '12 at 7:58
01:15.1 Audio device: ATI Technologies Inc RS880 Audio Device [Radeon HD 4200] 02:05.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8190 04:00.0 USB Controller: Device 1b6f:7023 (rev 01) 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06) – Justin Feb 21 '12 at 7:58
This should be what you are looking for. – Justin Feb 21 '12 at 7:59

Not the answer you're looking for? Browse other questions tagged or ask your own question.