Where to download and install wireless drive for BCM 4365? The Next CEO of Stack OverflowBroadcom wireless card disappears after restartDownload and install proprietary wireless driverWhere is wireless driver on CD? How can I install and download drivers without internet?Broadcom STA Wireless Driver failed installLinux (Ubuntu 12.04) driver for Broadcom Corp BCM 4352 Wireless Network Adapterubuntu can't detect wifi macWireless Drivers for Broadcom BCM 4321 (14e4:4329) will not stay connected to a wireless networkHow to set up my wireless card when there is no official driver for BCM43142?Wireless drivers not working on Dell Ispiron 3543
Trouble understanding the speech of overseas colleagues
Removing read access from a file
How to be diplomatic in refusing to write code that breaches the privacy of our users
Visit to the USA with ESTA approved before trip to Iran
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
Should I tutor a student who I know has cheated on their homework?
How do we know the LHC results are robust?
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Why did we only see the N-1 starfighters in one film?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
What is meant by a M next to a roman numeral?
Why here is plural "We went to the movies last night."
Where to find order of arguments for default functions
Does it take more energy to get to Venus or to Mars?
Solution of this Diophantine Equation
How do spells that require an ability check vs. the caster's spell save DC work?
Why do professional authors make "consistency" mistakes? And how to avoid them?
How to make a software documentation "officially" citable?
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
What size rim is OK?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Is there a good way to store credentials outside of a password manager?
Does the Brexit deal have to be agreed by both Houses?
What does "Its cash flow is deeply negative" mean?
Where to download and install wireless drive for BCM 4365?
The Next CEO of Stack OverflowBroadcom wireless card disappears after restartDownload and install proprietary wireless driverWhere is wireless driver on CD? How can I install and download drivers without internet?Broadcom STA Wireless Driver failed installLinux (Ubuntu 12.04) driver for Broadcom Corp BCM 4352 Wireless Network Adapterubuntu can't detect wifi macWireless Drivers for Broadcom BCM 4321 (14e4:4329) will not stay connected to a wireless networkHow to set up my wireless card when there is no official driver for BCM43142?Wireless drivers not working on Dell Ispiron 3543
Hello can any one help me download and install the necessary network drivers required for my network card BCM 4365. Please provide all the details of the steps involved!
Ubuntu 12.04.1 LTS
x86_64
And FYI this one's not a duplicate and I want every detail information for downloading and installing the wireless driver!
wireless drivers
bumped to the homepage by Community♦ 26 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Hello can any one help me download and install the necessary network drivers required for my network card BCM 4365. Please provide all the details of the steps involved!
Ubuntu 12.04.1 LTS
x86_64
And FYI this one's not a duplicate and I want every detail information for downloading and installing the wireless driver!
wireless drivers
bumped to the homepage by Community♦ 26 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
The exact process depends on your Ubuntu version and achitecture. Please open a terminal Ctrl+Alt+t and run: lsb_release -d and also: arch. Edit your question to add the results.
– chili555
Sep 22 '13 at 18:19
@chilli555 Please help me through this!
– Saurabh
Sep 26 '13 at 15:33
add a comment |
Hello can any one help me download and install the necessary network drivers required for my network card BCM 4365. Please provide all the details of the steps involved!
Ubuntu 12.04.1 LTS
x86_64
And FYI this one's not a duplicate and I want every detail information for downloading and installing the wireless driver!
wireless drivers
Hello can any one help me download and install the necessary network drivers required for my network card BCM 4365. Please provide all the details of the steps involved!
Ubuntu 12.04.1 LTS
x86_64
And FYI this one's not a duplicate and I want every detail information for downloading and installing the wireless driver!
wireless drivers
wireless drivers
edited Sep 24 '13 at 13:45
Saurabh
asked Sep 22 '13 at 17:56
SaurabhSaurabh
112
112
bumped to the homepage by Community♦ 26 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 26 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
The exact process depends on your Ubuntu version and achitecture. Please open a terminal Ctrl+Alt+t and run: lsb_release -d and also: arch. Edit your question to add the results.
– chili555
Sep 22 '13 at 18:19
@chilli555 Please help me through this!
– Saurabh
Sep 26 '13 at 15:33
add a comment |
The exact process depends on your Ubuntu version and achitecture. Please open a terminal Ctrl+Alt+t and run: lsb_release -d and also: arch. Edit your question to add the results.
– chili555
Sep 22 '13 at 18:19
@chilli555 Please help me through this!
– Saurabh
Sep 26 '13 at 15:33
The exact process depends on your Ubuntu version and achitecture. Please open a terminal Ctrl+Alt+t and run: lsb_release -d and also: arch. Edit your question to add the results.
– chili555
Sep 22 '13 at 18:19
The exact process depends on your Ubuntu version and achitecture. Please open a terminal Ctrl+Alt+t and run: lsb_release -d and also: arch. Edit your question to add the results.
– chili555
Sep 22 '13 at 18:19
@chilli555 Please help me through this!
– Saurabh
Sep 26 '13 at 15:33
@chilli555 Please help me through this!
– Saurabh
Sep 26 '13 at 15:33
add a comment |
2 Answers
2
active
oldest
votes
Please get a temporary wired ethernet connection. Open a terminal Ctrl+Alt+t and enter these commands:
sudo apt-get install build-essential linux-headers-generic dkms
wget https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
sudo dpkg -i wireless*.deb
sudo modprobe wl
Detach the ethernet and your wireless should now be working.
If you have no internet access, you will need to download these .deb packages on another computer and transfer them on a USB key or similar from here: http://packages.ubuntu.com/
Please select 'Precise' which is the codename for Ubuntu 12.04. Since yours is a 64-bit system, select, if there is a difference, the amd64 package.
build-essential and its dependencies;
dpkg-dev,
g++,
gcc,
libc6-dev and
make
linux-headers-generic and its dependency;
linux-headers matching your running kernel version. Find out with:
uname -r
If, for example, your running kernel version is reported as 3.2.0-54-generic, then you need linux-headers-3.2.0-54-generic.
dkms and its dependencies not already installed above;
coreutils
module-init-tools
patch
You also need the driver package itself: https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
Once you have all these packages on the USB key, drag and drop them to the desktop of the Ubuntu machine. Install them all at once from the terminal:
cd Desktop
sudo dpkg -i *.deb
If a package is missing, download it, add it to the desktop and install again.
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
add a comment |
I had the same issue with my wifi drivers before. You may try this method of downloading from synaptiks, the necessary files involved. Here's the link.
Also, if you don't have an active internet connection, try ubuntu live cd and check if the drivers are working; it probably will. In that case, you can download them in to a pen-drive and procedd to install them to HDD.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f348796%2fwhere-to-download-and-install-wireless-drive-for-bcm-4365%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please get a temporary wired ethernet connection. Open a terminal Ctrl+Alt+t and enter these commands:
sudo apt-get install build-essential linux-headers-generic dkms
wget https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
sudo dpkg -i wireless*.deb
sudo modprobe wl
Detach the ethernet and your wireless should now be working.
If you have no internet access, you will need to download these .deb packages on another computer and transfer them on a USB key or similar from here: http://packages.ubuntu.com/
Please select 'Precise' which is the codename for Ubuntu 12.04. Since yours is a 64-bit system, select, if there is a difference, the amd64 package.
build-essential and its dependencies;
dpkg-dev,
g++,
gcc,
libc6-dev and
make
linux-headers-generic and its dependency;
linux-headers matching your running kernel version. Find out with:
uname -r
If, for example, your running kernel version is reported as 3.2.0-54-generic, then you need linux-headers-3.2.0-54-generic.
dkms and its dependencies not already installed above;
coreutils
module-init-tools
patch
You also need the driver package itself: https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
Once you have all these packages on the USB key, drag and drop them to the desktop of the Ubuntu machine. Install them all at once from the terminal:
cd Desktop
sudo dpkg -i *.deb
If a package is missing, download it, add it to the desktop and install again.
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
add a comment |
Please get a temporary wired ethernet connection. Open a terminal Ctrl+Alt+t and enter these commands:
sudo apt-get install build-essential linux-headers-generic dkms
wget https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
sudo dpkg -i wireless*.deb
sudo modprobe wl
Detach the ethernet and your wireless should now be working.
If you have no internet access, you will need to download these .deb packages on another computer and transfer them on a USB key or similar from here: http://packages.ubuntu.com/
Please select 'Precise' which is the codename for Ubuntu 12.04. Since yours is a 64-bit system, select, if there is a difference, the amd64 package.
build-essential and its dependencies;
dpkg-dev,
g++,
gcc,
libc6-dev and
make
linux-headers-generic and its dependency;
linux-headers matching your running kernel version. Find out with:
uname -r
If, for example, your running kernel version is reported as 3.2.0-54-generic, then you need linux-headers-3.2.0-54-generic.
dkms and its dependencies not already installed above;
coreutils
module-init-tools
patch
You also need the driver package itself: https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
Once you have all these packages on the USB key, drag and drop them to the desktop of the Ubuntu machine. Install them all at once from the terminal:
cd Desktop
sudo dpkg -i *.deb
If a package is missing, download it, add it to the desktop and install again.
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
add a comment |
Please get a temporary wired ethernet connection. Open a terminal Ctrl+Alt+t and enter these commands:
sudo apt-get install build-essential linux-headers-generic dkms
wget https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
sudo dpkg -i wireless*.deb
sudo modprobe wl
Detach the ethernet and your wireless should now be working.
If you have no internet access, you will need to download these .deb packages on another computer and transfer them on a USB key or similar from here: http://packages.ubuntu.com/
Please select 'Precise' which is the codename for Ubuntu 12.04. Since yours is a 64-bit system, select, if there is a difference, the amd64 package.
build-essential and its dependencies;
dpkg-dev,
g++,
gcc,
libc6-dev and
make
linux-headers-generic and its dependency;
linux-headers matching your running kernel version. Find out with:
uname -r
If, for example, your running kernel version is reported as 3.2.0-54-generic, then you need linux-headers-3.2.0-54-generic.
dkms and its dependencies not already installed above;
coreutils
module-init-tools
patch
You also need the driver package itself: https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
Once you have all these packages on the USB key, drag and drop them to the desktop of the Ubuntu machine. Install them all at once from the terminal:
cd Desktop
sudo dpkg -i *.deb
If a package is missing, download it, add it to the desktop and install again.
Please get a temporary wired ethernet connection. Open a terminal Ctrl+Alt+t and enter these commands:
sudo apt-get install build-essential linux-headers-generic dkms
wget https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
sudo dpkg -i wireless*.deb
sudo modprobe wl
Detach the ethernet and your wireless should now be working.
If you have no internet access, you will need to download these .deb packages on another computer and transfer them on a USB key or similar from here: http://packages.ubuntu.com/
Please select 'Precise' which is the codename for Ubuntu 12.04. Since yours is a 64-bit system, select, if there is a difference, the amd64 package.
build-essential and its dependencies;
dpkg-dev,
g++,
gcc,
libc6-dev and
make
linux-headers-generic and its dependency;
linux-headers matching your running kernel version. Find out with:
uname -r
If, for example, your running kernel version is reported as 3.2.0-54-generic, then you need linux-headers-3.2.0-54-generic.
dkms and its dependencies not already installed above;
coreutils
module-init-tools
patch
You also need the driver package itself: https://www.dropbox.com/s/jerkl6uqal5ylv3/wireless-bcm43142-dkms-6.20.55.19_amd64.deb
Once you have all these packages on the USB key, drag and drop them to the desktop of the Ubuntu machine. Install them all at once from the terminal:
cd Desktop
sudo dpkg -i *.deb
If a package is missing, download it, add it to the desktop and install again.
edited Oct 10 '13 at 13:53
answered Sep 27 '13 at 21:50
chili555chili555
39k55280
39k55280
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
add a comment |
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Is there any other way cause i don't even have temporary wired ethernet connection!! any other methods like downloading using windows and installing it offline in ubuntu!
– Saurabh
Oct 7 '13 at 15:20
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Downloading all the packages and all their dependencies and dependencies of the dependencies (!!) is a tedious and difficult process but it can be done. Are you unable to beg or borrow an ethernet connection or else a USB wireless for just a few moment?
– chili555
Oct 7 '13 at 15:49
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
Yeah, you got it right! That's why I am seeking for help which doesn't involve internet connection in ubuntu!
– Saurabh
Oct 9 '13 at 2:17
add a comment |
I had the same issue with my wifi drivers before. You may try this method of downloading from synaptiks, the necessary files involved. Here's the link.
Also, if you don't have an active internet connection, try ubuntu live cd and check if the drivers are working; it probably will. In that case, you can download them in to a pen-drive and procedd to install them to HDD.
add a comment |
I had the same issue with my wifi drivers before. You may try this method of downloading from synaptiks, the necessary files involved. Here's the link.
Also, if you don't have an active internet connection, try ubuntu live cd and check if the drivers are working; it probably will. In that case, you can download them in to a pen-drive and procedd to install them to HDD.
add a comment |
I had the same issue with my wifi drivers before. You may try this method of downloading from synaptiks, the necessary files involved. Here's the link.
Also, if you don't have an active internet connection, try ubuntu live cd and check if the drivers are working; it probably will. In that case, you can download them in to a pen-drive and procedd to install them to HDD.
I had the same issue with my wifi drivers before. You may try this method of downloading from synaptiks, the necessary files involved. Here's the link.
Also, if you don't have an active internet connection, try ubuntu live cd and check if the drivers are working; it probably will. In that case, you can download them in to a pen-drive and procedd to install them to HDD.
edited Apr 13 '17 at 12:25
Community♦
1
1
answered Oct 10 '13 at 14:03
Python StudentPython Student
438316
438316
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f348796%2fwhere-to-download-and-install-wireless-drive-for-bcm-4365%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The exact process depends on your Ubuntu version and achitecture. Please open a terminal Ctrl+Alt+t and run: lsb_release -d and also: arch. Edit your question to add the results.
– chili555
Sep 22 '13 at 18:19
@chilli555 Please help me through this!
– Saurabh
Sep 26 '13 at 15:33