2

I need to install the wifi driver to ubuntu. so I downloaded the driver from hp website but the extension is .rpm, so I need to convert him to .deb so I can install it on ubuntu.

The problem is I don't have internet connection on ubuntu to do this :

sudo apt-get install alien

How can convert the driver on windows for example, or how can I do download alien and place it under my usb to install it after booting on ubuntu.

It's an HP ProBook 4525s with this two drivers :

Pilote LAN sans fil Ralink

Pilote LAN sans fil Broadcom

Jorge Castro
  • 71,754
Anonymous
  • 143

2 Answers2

1

Ask a friend or in a linux/ubuntu forum for help in converting the driver - if the license doesn't prohibit it, of course.

user unknown
  • 6,507
0

You can (possibly, depending on your circumstances) download the file alien_8.81_all.deb onto a removable medium (e.g. USB key) from http://packages.ubuntu.com/maverick/alien (assuming that you are running 10.10 — if not, change 'maverick' to your release name).

To install that file from ubuntu, run dpkg --install /path/to/it/alien_8.81_all.deb from a terminal window. This is mostly the same as running apt-get install alien.

intuited
  • 7,213