LinuxQuestions.org
Review your favorite Linux distribution.
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 08-20-2014, 03:08 PM   #1
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Rep: Reputation: Disabled
Want to walk me through installing a driver?


New to Linux...

Have an old MSI U100 Wind Netbook

Just installed the latest ubuntu (ubuntu-14.04.1-desktop-i386)on it because well XP.

My Netbook has an unorginal wifi card:

Looking through the help file I got a some terminal cmds.
nm-tool showed only the wired connection
sudo lshw -c network showed
BCM4311 802.11a/b/g from Broadcom

So went here and downloaded the 32bit *.tar.gz driver.

Transfered over to the netbook, and extracted it. I'm now sitting with it in a folder, and frankly I'm stuck, no idea at all how to install it.

Anyone want to spend 10min and talk me through? bearing in mind that I do know windows well but am confused at present by linux.
 
Old 08-20-2014, 08:16 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
See this post.

http://www.linuxquestions.org/questi...ux-4175434970/
 
Old 08-21-2014, 12:28 AM   #3
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks Frankbell, but that post leads me to the official linux documentation

Unfortunately that is one of the resources I tried before coming here.....
I got as far as
"STA - No Internet access"
Navigate the install media and install the packages listed below
pool/main/d/dkms
pool/main/p/patch
pool/main/f/fakeroot
There is no patch of fakeroot directory on the latest ubuntu install media.


I then tried to build? the driver from the notes in the download from broadcom.
But then I ran into problems as I needed something called headers and tools
using the terminal again, it seems like I have tools but not headers,
and I need to get internet access to get them....hrm
Is there a way to get those headers vie my wifi connection on my nexus7?

This all seems overly complicated to install a driver, I imaging this is going to be the same for BT, GPU, Webcam and other hardware
 
Old 08-21-2014, 12:56 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You can navigate to Ubuntu's "Additional Drivers" section & it will possibly be installed for you.
 
Old 08-21-2014, 01:08 AM   #5
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Settings - software and updates - Additional Drivers

Yes, that's one of the places I had a shufty at, but no proprietary drivers are in use,
and after it searches, it states no additional drivers available.
Thanks for the suggestion though Eddy1
 
Old 08-21-2014, 01:17 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I think the easiest way to do this is to first get online with the wired connection, and then you should be able to easily install whatever is needed to get the wireless working.

See https://help.ubuntu.com/community/Wi...Driver/bcm43xx

Evo2.

PS. No, the other devices will probably just work out of the box.
 
Old 08-21-2014, 01:30 AM   #7
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
I think that's why this is taking me so long and seeming so complicated evo2.

Thing is I have no wired connection available.
The RJ45 port on the netbook is physically broken.

I'd hoped that with the linux driver for the wireless,on the netbook it would just be a case of installing it. But I'm a windows guy, where installing a driver is pretty painless.

After many hours and many websites I'm still not sure if I should be building a driver, downloading some other tools maybe another driver, I really have no idea how to proceed.

It would have been useful for Ubuntu to have the tools to build drivers already in the release.

Anyway, sorry ranting, I'm getting frustrated by this a little
 
Old 08-21-2014, 01:43 AM   #8
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Ironically, about 5years ago I tried linux again, I do so every so often to see how it's improving. At that time I couldn't get wifi working something about nc??? wrappers, anyway I just used a wired connection instead.


I even swapped out the original wifi module and bought this broadcom one as it was well known and more favourable to Linux, I really wanted to give ubuntu a fair crack of the whip as it were...

That's the reason the RJ45 port got broken, as it's a netbook it got moved around a lot tying it to a network socket wasn't the best idea.

If there is no relatively painless way I'm going to be able to get the wifi working, just let me know, I'll look at an alternative OS for now.

Last edited by transmitthis; 08-21-2014 at 01:45 AM.
 
Old 08-21-2014, 11:07 AM   #9
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Well I guess this thread has answered itself:

I've spend too long trying to get this working, It seems no on can answer the question of how to get wifi driver installed without a wired conncetion first...

Sorry Linux, I did try and use you, really I did, but I need to use my netbook, I'll see you again in another 5 years.
 
Old 08-21-2014, 12:08 PM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Ok answer to your question download the .deb driver from ubuntu on another computer copy to flash or cd then install using gdebi or dpkg.

Last edited by EDDY1; 08-21-2014 at 12:11 PM.
 
Old 08-21-2014, 12:16 PM   #11
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks for the reply Eddy

I really don't know what a .deb driver is or how exactly to install it with gdebi or dpkg.

I mean thanks for the answer and all, but unless you can be a little more specific (linus - Newbie forum at all ) I'll probably get lost again and spend hours on the net.

Do you have time to explain it a bit more?


Like where this driver is and what it's called? (search on ubuntu site reveals no .deb)
And the actual commands to put into terminal to install

Last edited by transmitthis; 08-21-2014 at 12:20 PM.
 
Old 08-21-2014, 12:33 PM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Look at broadcom sta from cd https://help.ubuntu.com/community/Wi...Driver/bcm43xx
 
Old 08-21-2014, 12:40 PM   #13
transmitthis
LQ Newbie
 
Registered: Aug 2014
Posts: 8

Original Poster
Rep: Reputation: Disabled
Really Eddy1?

In my second post I specifically said that I had tried to go that route, read all through it and got stuck at this point

Quote:
Originally Posted by transmitthis View Post

Unfortunately that is one of the resources I tried before coming here.....
I got as far as
"STA - No Internet access"
Navigate the install media and install the packages listed below
pool/main/d/dkms
pool/main/p/patch
pool/main/f/fakeroot
There is no patch of fakeroot directory on the latest ubuntu install media.

I'm sorry but this is unbearable, thanks for trying to help, but obviously this is not going to happen, despite me just installing 7 and putting linux back on as I though someone was about to help me out.

Thanks all, and I do apreciate you trying to help.
/thread
 
Old 08-21-2014, 02:06 PM   #14
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You'll have to download fakeroot manually
 
Old 08-21-2014, 05:48 PM   #15
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

as far as I know all the information you need is on the page I linked to. I think you should be using the b43 driver with the binary only firmware. See in particular the section b43 - No Internet access.

If you have trouble post back explaining where you got stuck (in relation to the instructions) and why.

Evo2.
 
  


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
They Walk Among Us!! cousinlucky General 16 08-13-2014 05:23 PM
Could someone walk me through finding and installing something on FreeBSD? szboardstretcher Linux - Software 3 05-20-2011 06:38 PM
Ok who wants to walk me through bograt Linux - Software 6 07-25-2004 04:34 AM
please help with installing the hostap-driver-o.1.3 driver for wireless card chrisseattle Linux - Wireless Networking 1 03-26-2004 12:46 PM

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

All times are GMT -5. The time now is 12:31 AM.

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