LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-10-2018, 05:26 PM   #1
cwr32
LQ Newbie
 
Registered: Oct 2018
Posts: 1

Rep: Reputation: Disabled
Broadcomm wireless modem installing using tar.gz in the terminal


I am trying to install my Broadcomm BCM4312 wireless network controller using the tar.gz command using a ubuntu open source driver. In the terminal how do I open it correctly. I extracted it to the desktop now I have to figure out how to use the command correctly for the modem.


Thank you I will look at the archives also.
 
Old 10-10-2018, 05:59 PM   #2
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
Welcome to LQ,

When you extracted it, was there a README file, or an INSTALL file, or some form of file to read about the next steps? There should be, so recommend you check for that, because it will give you specific guidelines and discuss prerequisites you need to have installed on your system to build and install this driver.

To install something from source, the typical steps are like:
configure
make
install

Typically on the command line as:
$ ./configure
$ make
$ sudo make install

configure is usually a script which checks your system to determine if you have all the pre-requisites. And sorry, if the software is unusual or highly complicated, just getting through the configure step sometimes can be difficult. And then sometimes it just runs, and tells you to do the make and install afterwards with no fuss. Sometimes a coin toss.

make is a command to run the build which configure has set up as part of that earlier function.

sudo make install: The sudo gives root privileges to this process. Make is the same as make, but you're giving it an argument this time, install. The install argument sets up the installed software in the proper places on your system for use.
 
Old 10-10-2018, 06:22 PM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
You need firmware for that card as well. See this How To on Ubuntu.

https://askubuntu.com/questions/1199...reless-drivers

You did not state what distro you are using. If it is not a buntu, then look in the repos for your distro for the firmware.
 
  


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
LXer: All About Tar Files And How To tar, untar Files In Linux Using Terminal LXer Syndicated Linux News 0 05-30-2017 06:44 AM
[SOLVED] A doubt regarding broadcomm wifi driver aditya.mukundan Slackware 2 05-14-2017 11:43 PM
[SOLVED] Broadcomm wireless driver working on LXDE desktop but not on Gnome3 on Mint 11 sdpolke Linux Mint 2 09-22-2011 10:51 PM
problems getting broadcomm bcmxx working in f9 sir-lancealot Linux - Wireless Networking 2 06-02-2008 07:45 AM
upgrade from fc4 to fc6 and now broadcomm 4306 not working aw_wolfe Linux - Wireless Networking 4 02-10-2007 10:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:58 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