Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2328  / 2 Years ago, thu, august 25, 2022, 1:31:45

I installed Ubuntu 12.04 alongside Windows 7 on a HP dv6700 laptop. I can access wireless internet from my Windows side, but not on Ubuntu. I have NO wired connection available to me to use.



I believe the wireless does not work on Ubuntu because I need the appropriate drivers. However, I can't download them while in Ubuntu because of the lack of any internet connection.



My questions, then, are i) how do I download the driver to a flash drive (and where do I get the appropriate one) using the Windows side, and ii) how to I then install it on my Ubuntu side?


More From » wireless

 Answers
3

You can download any package from Ubuntu packages Web Repository. When you find the right package for your system, you can download the sources and compile them (it can be difficult, I recommend a specific guide) or you can also download the .deb package and install it with sudo dpkg -i package_name.

So:




  1. Download the .deb package.

  2. Move it to your Linux system.

  3. Install it with dpkg or another package manager.



Remember to select the proper architecture (multi-core PC are always 64 bit).

Have a nice day.



Edit: if a package has dependencies dowload and install them before the package with the drivers.


[#29129] Saturday, August 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
gavgenerati

Total Points: 120
Total Questions: 126
Total Answers: 119

Location: Marshall Islands
Member since Wed, Feb 9, 2022
2 Years ago
;