Results 1 to 9 of 9
can't find a driver for my wireless card. and forget how to figure it out in the terminal. I have 10.04 and a very smart friend who isn't around anymore ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-11-2013 #1Just Joined!
- Join Date
- Jan 2013
- Location
- If you can't figure it out, you are probably around my level.
- Posts
- 6
wifi driver for what I think is a broadcom wireless card
can't find a driver for my wireless card. and forget how to figure it out in the terminal. I have 10.04 and a very smart friend who isn't around anymore to help me out.
- 01-12-2013 #2
Hello and Welcome!
Take a look through this page. Follow through the steps, and post back here with all requested output.
Someone should be able to help get you sorted.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-04-2013 #3Just Joined!
- Join Date
- Jan 2013
- Location
- If you can't figure it out, you are probably around my level.
- Posts
- 6
info
too big so I compressed and sent. let me know if that works
- 02-05-2013 #4
It came out garbled. Can you simply copy/paste the content to a post?
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-11-2013 #5Just Joined!
- Join Date
- Feb 2013
- Posts
- 3
The commands you want are lspci and lsusb.
If you have a PCI (internal card), then type the command: sudo lspci
If you have a USB (external card), then type the command: sudo lsusb
and to make sure of your architecture type the command: sudo uname -m
Take note of your ID, chipset, and x86 or x64, then just do a google search to download the driver.
Example outputs:
01:01.0 Ethernet controller [0200]: Atheros Communications Inc. AR2413 802.11bg NIC [168c:001a] (rev 01)
i686
ID: 168c:001a
Chipset: AR2413
Architecture: x86
See here if you need to use ndiswrapper with a Windows based driver: ubuntuforums.org/showthread.php?t=885847
- 02-26-2013 #6Just Joined!
- Join Date
- Jan 2013
- Location
- If you can't figure it out, you are probably around my level.
- Posts
- 6
Jay, I think this is it.
lspci, ifconfig, and lsmod attached. hope you can see them this time.
-Sean
- 02-26-2013 #7
Here is your wireless card:
Provided you have an ethernet connection, open up a terminal, and do:Code:Broadcom Corporation Device [14e4:4358]
If all goes well, you should then be able to start scanning for available networks.Code:sudo apt-get update sudo apt-get install bcmwl-kernel-source sudo modprobe wl
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-27-2013 #8Just Joined!
- Join Date
- Jan 2013
- Location
- If you can't figure it out, you are probably around my level.
- Posts
- 6
Doesn't seem like it works. I got a message that it couldn't find something when I did the bcmwl-kernal-source install command.
- 02-28-2013 #9
Have you enabled the extra software repositories for Ubuntu?
https://help.ubuntu.com/community/Repositories/UbuntuJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
