LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-25-2011, 03:22 AM   #1
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Rep: Reputation: Disabled
The usual wireless issues,


Hi everybody.I am sure you are all tired of seeing these wireless problems over and over again. There is so much information out there I am just overwhelmed with it at this point so I just thought I would ask. I have been running various versions of ubuntu for several years and have been able to figure things out with great success so far, however now i am stumped. I have an older Uniwill laptop with a broadcom 4303 wireless card built in. It worked perfectly with ubuntu 10.04. I remember having to install the special driver from the additional drivers list for it when installing 10.04 and it worked fine until I clean installed 11.04.
This is what I am seeing:

paul@laptop:~$ lshw -c network
WARNING: you should run this program as super-user.
*-network:0
description: Ethernet interface
product: SiS900 PCI Fast Ethernet
vendor: Silicon Integrated Systems [SiS]
physical id: 4
bus info: pci@0000:00:04.0
logical name: eth0
version: 91
serial: 00:a0:cc:dd:5f:da
size: 100Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sis900 driverversion=v1.08.10 Apr. 2 2006 duplex=full ip=192.168.0.102 latency=64 maxlatency=11 mingnt=52 multicast=yes port=MII speed=100Mbit/s
resources: irq:19 ioport:cc00(size=256) memory:dbffa000-dbffafff memory:dbfa0000-dbfbffff
*-network:1 UNCLAIMED
description: Network controller
product: BCM4303 802.11b Wireless LAN Controller
vendor: Broadcom Corporation
physical id: a
bus info: pci@0000:00:0a.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=64
resources: memory:dbff8000-dbff9fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
paul@laptop:~$

It is my understanding "unclaimed" means there is no driver installed. Please if somebody has come across this and has any ideas I would appreciate it. Seems like these wireless cards are a real bear at times.
Thanks in advance.
 
Old 09-25-2011, 07:30 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
product: BCM4303 802.11b Wireless LAN Controller

You have a broadcom bcm43xx card - this card uses proprietary firmware.
The proprietary drivers can be activated under the desktop menu System > Administration > Hardware/Additional Drivers using an existing Internet connection (eg - a wired network).

http://ipnlinux.org/?q=node/12
 
Old 09-25-2011, 11:03 AM   #3
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks, did that and apparently I already had the newest version of that driver.

Reading state information... Done
bcmwl-kernel-source is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
paul@laptop:~$

When I look in the system>administration>additional drivers tab I only have one listed. For my graphics card. nvidia cards support.
That is stumping me now, why isn't it seeing the wireless there?
Thanks in advance.
 
Old 09-25-2011, 12:16 PM   #4
etech3
Senior Member
 
Registered: Jul 2009
Location: Virginia
Distribution: Debian Stable Testing Sid Slackware CentOS
Posts: 1,055
Blog Entries: 2

Rep: Reputation: 45
try these two commands to see the results:
Code:
lshw -c network
and
Code:
lspci | grep -i wireless
 
Old 09-25-2011, 01:44 PM   #5
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Ok, etech3, did that here is the result.
paul@laptop:~$ lshw -c network
WARNING: you should run this program as super-user.
*-network:0
description: Ethernet interface
product: SiS900 PCI Fast Ethernet
vendor: Silicon Integrated Systems [SiS]
physical id: 4
bus info: pci@0000:00:04.0
logical name: eth0
version: 91
serial: 00:a0:cc:dd:5f:da
size: 100Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sis900 driverversion=v1.08.10 Apr. 2 2006 duplex=full ip=192.168.0.102 latency=64 maxlatency=11 mingnt=52 multicast=yes port=MII speed=100Mbit/s
resources: irq:19 ioport:cc00(size=256) memory:dbffa000-dbffafff memory:dbfa0000-dbfbffff
*-network:1 UNCLAIMED
description: Network controller
product: BCM4303 802.11b Wireless LAN Controller
vendor: Broadcom Corporation
physical id: a
bus info: pci@0000:00:0a.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=64
resources: memory:dbff8000-dbff9fff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.
paul@laptop:~$ lspci | grep -i wireless
00:0a.0 Network controller: Broadcom Corporation BCM4303 802.11b Wireless LAN Controller (rev 01)
paul@laptop:~$
I am just stumped as to how to activate the card. I think that is what I have to do right? I have the driver and the card is there but the two won't get together. Is there code for "switching on" the card? My computer doesn't have the wireless on/off button like newer ones do.
Thanks everybody..
 
Old 09-25-2011, 03:36 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I have a Broadcom card and when setting it up, I find Linux Wireless to be an invaluable source. This page has the instructions for enabling it. Read them thoroughly before continuing - also see dmesg (open a terminal and type in 'demesg' and read through for the wireless card errors) - before applying the instructions.
 
Old 09-25-2011, 07:10 PM   #7
etech3
Senior Member
 
Registered: Jul 2009
Location: Virginia
Distribution: Debian Stable Testing Sid Slackware CentOS
Posts: 1,055
Blog Entries: 2

Rep: Reputation: 45
Quote:
Originally Posted by XavierP View Post
I have a Broadcom card and when setting it up, I find Linux Wireless to be an invaluable source. This page has the instructions for enabling it. Read them thoroughly before continuing - also see dmesg (open a terminal and type in 'demesg' and read through for the wireless card errors) - before applying the instructions.
Following the instruxtions it tells you
Quote:
Note that you must adjust the FIRMWARE_INSTALL_DIR path to your distribution. The standard place where firmware is installed to is /lib/firmware. However some distributions put firmware in a different place.
How do you find "the proper" location in Debian and is it a different location for Ubuntu?
 
Old 09-25-2011, 07:17 PM   #8
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
How do you find "the proper" location in Debian and is it a different location for Ubuntu?
Just navigate to /lib/firmware, and see if the directory exists. If it does, look in there to see if other firmware files are stored there. Most likely, that is the default location for firmware files in your system, since I have never personally seen a different location for them.
 
Old 09-26-2011, 02:58 AM   #9
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
OK basically I think I have the right drivers installed. My problem is they are not showing up in the drivers list. I ran the b43 installer and restarted and it still won't show up on the list. Only the nvidia graphics driver will show.is the driver installed and just not running? Or is there something else I have to do to get the system to find the card? I seem to think there is a step I am missing that activates either the driver or the card. Any more ideas are very welcome. I am probably going to reinstall 10.04 again if I cant get this working. A laptop is kind of a pain to use with a cat5 cord dragging along.
 
Old 09-26-2011, 03:03 AM   #10
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
I would have gone for

iwconfig

... and this may sound silly, but make sure you've got wireless switched on.
This is something that, these days, normally "just works".

Note: normally you'd install the drivers through the HW drvers dialog. The device then get counted as enabled if the driver is installed. From what you say, the dialog never listed the card as requiring special drivers in the first place. Is this correct?

Last edited by Simon Bridge; 09-26-2011 at 03:07 AM.
 
Old 09-26-2011, 03:13 AM   #11
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
Ok, I did iwconfig and I get this


paul@laptop:~$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

I assume that means the card is not on. How does one switch it on. (I don't have any external switch on the laptop, or quick-key I am aware of.)I am betting that is my problem. I wish I had written down how I did it forever ago on 10,04. I don't remember it being much of a chore.
Yes you are correct. The dialog box for hardware drivers is not displaying anything to do with the wifi. only graphics.
Thanks,

Last edited by pbowe; 09-26-2011 at 03:16 AM. Reason: forgot info
 
Old 09-26-2011, 01:24 PM   #12
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
That would be a safe bet.
There is always a switch of some kind - mine is fn+F10 - look for something that looks like a wireless symbol anywhere (start close to the wireless led). And it can be anywhere - I've seen a physical switch just under the front of the chassis on a Toshiba. What brand of laptop?
 
Old 09-26-2011, 01:28 PM   #13
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
I will look. It is a uniwill. I will try to find the original documentation for the laptop. Get back to you.
 
Old 09-27-2011, 12:11 PM   #14
pbowe
LQ Newbie
 
Registered: Sep 2011
Posts: 7

Original Poster
Rep: Reputation: Disabled
I dont have a switch or button for wifi. I found the original manual for the laptop and there is no hotkey for toggling wifi on/off. You are supposed to switch it into airplaine mode thru the os interface. I am going to reinstall 10.04. I know I can get it working on that version. Thanks every body for your help. There must be something different enough between versions that makes it work on the older one.
 
Old 09-29-2011, 12:22 AM   #15
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
pbowe, run this command and post the output please:

lspci -vnn | grep 14e4

I'm used to dealing with misbehaving Broadcom hardware, from that output I can tell you how to get your wireless working with ease.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless G or N Router Networking, Ethernet, Wireless Adaptor and Connection Issues. RenCat General 1 02-06-2010 10:27 AM
Open, but not as usual article khhome06 General 1 01-16-2007 03:28 AM
Pre-Compile ?'s / Not the usual ............................ justaguynsrq Slackware 4 11-08-2004 10:40 PM
X Causing Problems (as usual) gsibble Linux - General 2 03-18-2004 08:29 AM
Usual newbie needs help. Zander Slackware 17 10-06-2002 11:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration