Loaded 9.10 on HP pavilion ze4900 and have no blue light for wireless connection, wireless don't work.

Asked by My2CentsWorth

Loaded 9.10 on HP pavilion ze4900 and have no blue light for wireless connection, wireless don't work. I am an apple guy and am installing this on an extra laptop we took windows off of. So I am 1st day on the Ubuntu experience. Is there a link to a tutorial that will show me (walk me though) what I need to do to fix this? If not can someone please tell me that also so I can go back and install windows again. Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
My2CentsWorth
Solved:
Last query:
Last reply:
Revision history for this message
Brandon White (fancy-fire) said :
#1

Do you know what kind of wireless card you have? if so you can try finding the drivers for it and look up a tutorial to install it on Ubuntu.

Revision history for this message
My2CentsWorth (securebuyer) said :
#2

Are you for real? Keep your stupid comments to yourself if you don"t have anything that can actually help to say.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Can you chill and give the output of:

sudo lshw -C network

Thanks

Revision history for this message
My2CentsWorth (securebuyer) said :
#4

@ actionparsnip:
Thanks for the sudo command here is the output:

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

myfamilyspc@myfamilyspc-laptop:~$ sudo lshw -C network
[sudo] password for myfamilyspc:
  *-network:0
       description: Ethernet interface
       product: RTL-8139/8139C/8139C+
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 10
       serial: 00:c0:9f:64:89:4d
       size: 10MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=half latency=64 link=no maxlatency=64 mingnt=32 multicast=yes port=MII speed=10MB/s
       resources: irq:10 ioport:3000(size=256) memory:e0202000-e02020ff
  *-network:1
       description: Network controller
       product: BCM4306 802.11b/g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 6
       bus info: pci@0000:02:06.0
       version: 03
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=64
       resources: irq:11 memory:e0200000-e0201fff
  *-network DISABLED
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 00:90:4b:b5:01:c2
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
myfamilyspc@myfamilyspc-laptop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Can you give the output of:

sudo iwlist scan

Thanks

Revision history for this message
My2CentsWorth (securebuyer) said :
#6

@ actionparsnip:

myfamilyspc@myfamilyspc-laptop:~$ sudo iwlist scan
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

wmaster0 Interface doesn't support scanning.

wlan0 Interface doesn't support scanning : Network is down

myfamilyspc@myfamilyspc-laptop:~$

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

If you get a wired connection the updates may make it work ok.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8
Revision history for this message
My2CentsWorth (securebuyer) said :
#9

Not answered yet

Revision history for this message
My2CentsWorth (securebuyer) said :
#10

Solved:
In the Terminal I typed:
lspci
This showed me what I had as far as a network card (LSPCI) but small letters I had a BCM4306 (rev 03).

I used the chart at: http://linuxwireless.org/en/users/Drivers/b43#fw-b43-lp
to see if I needed Driver b43legacy or just b43, (mine used just b43)

I put in the install disk double clicked on it and went to pool - main - b - b43-fwcutter (first file under b) double click on it and install the b43-fwcutter_012-1_i386.deb that is inside. it will get to a point to have you check the box for automatically fetch and install firmware into the right location, make sure you do that.

Then I connected to the internet with my ethernet cable (landline connection), and typed into the Terminal:
sudo apt-get install b43-fwcutter

it went out on the internet and downloaded the rest of what it needed and I just restarted the computer when it was done and now it works.

(note: I don't have a clue as to what I did right or wrong or did unnecessarily to get this to work as I was just going off what I found on forums all over, but this is what I think I did to fix it. I hope it helps others with the same issue.)