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 - 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 01-06-2013, 01:06 PM   #16
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled

I got as far as getting the card. I have a Broadcom BCM-4401. I actually searched for this, and found this: http://www.broadcom.com/support/ethernet_nic/4401.php. I got the i386 for linux. is this the right thing? if so, how do I install this onto my linux machine?
 
Old 01-06-2013, 05:33 PM   #17
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
lspci
lspci -n

cdimage.debian.org

Wireless is still a non-intuitive install for many devices. I've found that using a wireless router (stand alone device) and connecting with ethernet is simpler at least for an initial install. aka Good enough to let you download the wireless network drivers to get your wireless network working so you can download ANY drivers. Or at least that's how I resurrected my old laptop so I could use it as an ethernet to wireless bridge for my desktop. And for light web browser to read game guides while playing the game on the desktop.

The actual how to depends on your device. For me b43. Which wasn't intuitive in that I had to chose between b43 and b43legacy, and b43legacy wasn't the right choice for my circa 2006 laptop. News to me I guess. I used to always use ndiswrapper back in the day.
 
Old 01-06-2013, 05:43 PM   #18
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Well i386 would imply 32 bit, which may not work (well) with 64 bit systems. Try modprobe b44 before you get too invested.

$ find /lib/modules/ -iname '*b*44*ko'

And then see if ifconfig and friends shows your device. aka dmesg and whatever else applies. Used to be called bcm4400 and other quirks with drivers that used to exist external to the linux kernel.
 
Old 01-06-2013, 06:22 PM   #19
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
it is actually a 32-bit machine.
I am still not sure where to get the driver from. is the cd image site for the OS?
 
Old 01-06-2013, 07:41 PM   #20
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by sniper8752 View Post
I got as far as getting the card. I have a Broadcom BCM-4401.
Take a look at this page.

Quote:
Originally Posted by sniper8752 View Post
I actually searched for this, and found this: http://www.broadcom.com/support/ethernet_nic/4401.php. I got the i386 for linux. is this the right thing?
The only reason to go looking outside of the official Debian repositories is that Debian doesn't have what you need. This is highly unlikey. Takea look at the link above.

Quote:
Originally Posted by sniper8752 View Post
if so, how do I install this onto my linux machine?
Don't worry about this until you have tried firmware-linux-nonfree and/or firmware-brcm80211. To get them, assuming you have a wired connection, you will need to enable contrib and non free in your sources.list.

Last edited by k3lt01; 01-06-2013 at 07:43 PM.
 
Old 01-07-2013, 06:34 AM   #21
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Most drivers are included in the linux kernel and are already there per say.

$ find /lib/modules/`uname -r`/ -iname '*.ko'

Otherwise you should be able to use the distros package management system.

# apt-get update
# apt-get dist-upgrade
# apt-get install <package>

With various ways to find the package you are looking for.

# apt-get install apt-file
# apt-file update
$ apt-file find name_of_file
$ dpkg-query --load-avail -l '*partial*name*with*wildcards*'

Used to just be dpkg -l '*xxx*', but on my current install of debian sid that seems to only scan "installed" packages these days.
 
Old 01-07-2013, 12:41 PM   #22
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Shadow_7 View Post
Most drivers are included in the linux kernel and are already there per say.
Not in Debian. Since the release of Squeeze Debian has removed all non-free firmware from the kernel. The OP will need to install it. The only other way to get around it, apart from what is alredy mentioned, is to get a non-free install CD and install Debian or the firmware from that.
 
Old 01-07-2013, 01:53 PM   #23
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by k3lt01 View Post
Take a look at this page.
I tried selecting those two options, which are check boxes, and they would not check when clicked on. it was ran as sudo.
 
Old 01-07-2013, 06:44 PM   #24
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by sniper8752 View Post
I tried selecting those two options, which are check boxes, and they would not check when clicked on. it was ran as sudo.
I'm sorry but the link you quoted doesn't give you options or check boxes. It is a page that tells you what is available. I have no idea what options you are talking about.

Can you tell me a few things.
1. Do you have a wired connection that you are using with Debian?
2. Have you enabled contrib and non-free in your sources.list. Infact could you post your sources.list up for us please. You can find it in /etc/apt/sources.list
3. Have you downloaded either in Linux or Windows the packages I suggested in post 20? If not do you intend to do so?
4. Why are you running anything as sudo in Debian?

Last edited by k3lt01; 01-07-2013 at 06:46 PM.
 
Old 01-07-2013, 06:52 PM   #25
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
i'm sorry - i meant in the linux machine, the sources.list. don't you need sudo to access it?
 
Old 01-07-2013, 07:04 PM   #26
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by sniper8752 View Post
i'm sorry - i meant in the linux machine, the sources.list. don't you need sudo to access it?
Nope, open the root terminal and type in
Code:
gedit /etc/apt/sources.list
and it will open so you can edit it. if you are in a normal terminal type in
Code:
su
type in your password and when the ~$ changes to a # you have root access. Then type in the gedit command above and it will open for you
 
Old 01-07-2013, 07:26 PM   #27
sniper8752
Member
 
Registered: Oct 2012
Posts: 564

Original Poster
Rep: Reputation: Disabled
i am not sure how to edit it in a text file. I was in the windows explorer, if you can call it that. not sure what they call it in linux.
 
Old 01-07-2013, 08:14 PM   #28
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
In Gnome it is called Nautilus, other Desktop Environments have different names because they use different ones.

If you open it how I said to open it the rest is easy and it will help us to see if you have the required things in your sources list. I am taking a guess but I think it is probably only listing the CD/DVD you installed from. If it is you will need to add entries to it to get anything more than what is on the CD/DVD.

Go to this page and it will help you to create a sources.list for what you need. Make sure you select:
1. Your country.
2. The correct version of Debian (Squeeze or Wheezy, Squeeze is the current stable).
3. 32 bits.
4. main, contrib, non-free, security, updates.
5. Where is says "Do I include the source packages?" do not select that at this time.
6. Click "Generate sources.list".
7. copy the list that comes up into a txt file and save it to your home folder.

Once you have done that compare what is on your system already to the one you just made on the website. If they are different, which I am bettng they are, we can change it to your new one and then go from there.

This is what a basic sources.list for Squeeze from an Australian mirror would look like

Code:
deb http://ftp.au.debian.org/debian stable main contrib non-free
deb http://ftp.debian.org/debian/ squeeze-updates main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free

Last edited by k3lt01; 01-07-2013 at 08:17 PM.
 
Old 01-08-2013, 12:50 AM   #29
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by k3lt01 View Post
Not in Debian. Since the release of Squeeze Debian has removed all non-free firmware from the kernel. The OP will need to install it. The only other way to get around it, apart from what is alredy mentioned, is to get a non-free install CD and install Debian or the firmware from that.
Which is the video driver and wireless network driver. But not the audio driver in most cases. Or keyboard, mouse, HDD, and "most" drivers. I was just pointing out that one does not "HAVE TO" install a linux kernel from sources. Or download and use proprietary drivers directly from the manufacturer. Although one could. As far as video goes the "vesa" driver is good enough for many things associated with a desktop. And the ethernet drivers almost always work out of the box.

Wireless is a pain. And if you can't get that going, and it's your only network option. Getting those not included by default non-free packages can be a bit of a hassle, but not an impossibility.
 
Old 01-08-2013, 01:32 AM   #30
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by Shadow_7 View Post
I was just pointing out that one does not "HAVE TO" install a linux kernel from sources. Or download and use proprietary drivers directly from the manufacturer. Although one could. As far as video goes the "vesa" driver is good enough for many things associated with a desktop. And the ethernet drivers almost always work out of the box.
I agree totally, my only concern is the level of difficulty for the OP with anything other than Debian packages. If I can help him get his sources.list sorted and install the appropriate packages (I still don't know if he has a wired connection or not) then he'll have a good base to work from.

Quote:
Originally Posted by Shadow_7 View Post
Wireless is a pain. And if you can't get that going, and it's your only network option. Getting those not included by default non-free packages can be a bit of a hassle, but not an impossibility.
My first foray into Linux wireless was with ndiswrapper and back in 2007 it was a very hit and miss affair. The availability of firmware is much better now but experience levels play a big part in getting things working properly. It is still, to me, Linux's only drawback but only a minor one.
 
  


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
Installing debian REJOREJI Linux - Newbie 9 08-13-2012 09:18 AM
LXer: Installing Nagios On Debian Lenny And Monitoring A Debian Lenny Server LXer Syndicated Linux News 0 03-08-2011 01:40 AM
LXer: Installing Debian Etch From A Windows System With "Debian-Installer Loader" LXer Syndicated Linux News 0 09-28-2007 12:41 AM
Installing Debian with 3 CD's LinuxLala Debian 7 02-03-2004 07:43 AM

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

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