red card

Asked by Fernando

I have a Notebook dv1000 hp laptop. doesnt read or recognize the internal wireless card. I doesnt turn on the blue light. It worked fine with Windows. so what can I do?
thanks

Question information

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

temporarily hook up your ethernet to get access to the internet.

to try to get your wifi working go to System → Administration → Software Sources click on the Updates tab, then check the box for Unsupported updates (intrepid-backports). after you've enabled the backports update your ubuntu software from a terminal with the commands:

sudo apt-get update
sudo apt-get upgrade

you may need to reboot. after that go to System->Administration->Hardware Drivers and enable any restricted drivers you have available.

if that doesnt work, Open a Terminal from the menu Applications → Accessories → Terminal and type:

lshw -C network

let us know the output.

Revision history for this message
Fernando (swordmaster-6) said :
#2

Thanks nhasian, that solved my question.