wireless internet not working on my HP dv8000 laptop

Asked by Khanz

I recently installed Ubuntu and have the latest version. I have the wired connection through he Ethernet working, but my wireless is not working at all. I am using a HP dv8000 laptop. I don't know if I am missing wireless drivers or what.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
DLHDavidLH
Solved:
Last query:
Last reply:
Revision history for this message
DLHDavidLH (dlhdavidlh-yahoo) said :
#1

the HP dv8000 laptop might have a
Broadcom 802.11b/g WLAN
--------------------------------
try this...

in
- Ubuntu
go to..
System > Administration > Hardware Drivers

in
- Xubuntu
go to..
System > Hardware Drivers

you must be login as a Admin user or ROOT...

look to see if your wireless is there....if it is you have to enable it...
---------------------------------------------------
i have a Dell Laptop with Ubuntu 8.10
  also i had to do this to make the wireless work (it has a Broadcom chipset)

Revision history for this message
Best DLHDavidLH (dlhdavidlh-yahoo) said :
#2

try and look at this article.....it might help

How are new non-free hardware drivers installed ?

https://answers.launchpad.net/ubuntu/+faq/304

Revision history for this message
gian luca lastraioli (lastraioli) said :
#3

Hi,

I recently solved the same problem you have on my new Compaq Presario HP, which is a similar machine to the one you have. I paste down here the steps I followed. Maybe this is going to work on your machine too.

First under System/Administration/HarwareDrivers disable both the Atheros HAL and the Atheros wireless thing and then reboot.

Then from a terminal type (press enter after each line)

sudo apt-get install build-essential

sudo apt-get install subversion

cd ~

mkdir madwifi

cd madwifi

svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6

cd madwifi-hal-0.10.5.6

make

sudo make install

sudo gedit /etc/modules

Now add the Atheros kernel module to the list of modules to be automatically loaded at boot by adding "ath_pci" (without the quotes) to the end of the /etc/modules file. (Gedit editor automatically opens)

Now you can reboot and it should work

Revision history for this message
Khanz (lawangin-khan) said :
#4

Thanks DLHDavidLH, that solved my question.

Revision history for this message
Khanz (lawangin-khan) said :
#5

Thanks a lot for the help guys. I ended up doing a lot of weird things like installing indiswrapper and other things... but sadly and embarrassingly I never actually checked for updates. I went to update manager, but never pressed check so I thought there were no updates. Doing the update found my missing driver and fixed everything.