1

I installed Ubuntu on an old computer. It only has a modem port, and no LAN port. But since it has USB then I can use the USB mobile dongle to connect to the Internet. In order to use it, I need to install the package usb_modeswitch . How and where from to download the files needed from from another computer and how can I install them?

Jakob
  • 10,579
Kangarooo
  • 5,075

3 Answers3

1

Once you get the necessary files downloaded, and copied to the old computer, take a look at this site

Or You can click here to download

Mitch
  • 107,631
  • i would like to download from ubuntu server but how to find package and where and what commands to use universaly for any package from ubuntu server to get same result as if it was with internet connection installed. – Kangarooo Jun 02 '12 at 18:31
  • click on the file name in the link that I included, to download the file. – Mitch Jun 02 '12 at 18:32
  • cant do 1st step sudo aptitude install libusb-dev – Kangarooo Jun 02 '12 at 18:59
  • Does it give you any messages? – Mitch Jun 02 '12 at 19:02
  • yes- couse of no network connection it says E: Couldng find package libusb-dev – Kangarooo Jun 02 '12 at 19:12
  • You can download it from https://launchpad.net/ubuntu/precise/+search?text=libusb-dev – Mitch Jun 02 '12 at 19:17
  • its getting too complicated. from there witch one libusb_0.1.12.orig.tar.gz (380.2 KiB) libusb_0.1.12-20.debian.tar.gz (257.1 KiB) and how to install. I found aptoncd programm but with it i cant put on cd usb-modeswitch – Kangarooo Jun 02 '12 at 19:47
1

Try APTonCD a tool with a graphical interface which allows you to create one or more CDs or DVDs with all of the packages you've downloaded via APT-GET or APTITUDE, creating a removable repository that you can use on other computers (description from APTonCD project website).

pl1nk
  • 6,399
0

Installation files, and instructions can be found here. It walks you through compiling the source, kind of a pain, but it seems to me to be pretty straight forward. unpack, run make. Hope it helps.