LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-07-2012, 01:35 PM   #46
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385

Quote:
Originally Posted by colinetsegers View Post
Just for the record, and not to rub it in ;o) Debian 4 does allow easy network connections and features also sound support.
Just for the record that machine is running Debian 6.0.3 !

Regards
 
Old 04-07-2012, 07:47 PM   #47
linuxnoob2012
LQ Newbie
 
Registered: Mar 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
When I try to install the firmware-b43-installer package (.deb) via dpkg, I get this:
Code:
Preparing to replace firmware-b43-installer 4.150.10.5-4 (using .../firmware-b43-installer_4.150.10.5-4_all.deb) ...
Unpacking replacement firmware-b43-installer ...
Setting up firmware-b43-installer (4.150.10.5-4) ...
--2012-04-07 20:40:36--  http://mirror2.openwrt.org/sources/broadcom-wl-4.150.10.5.tar.bz2
Resolving mirror2.openwrt.org... failed: Name or service not known.
wget: unable to resolve host address “mirror2.openwrt.org”
dpkg: error processing firmware-b43-installer (--install):
 subprocess installed post-installation script returned error exit status 4
Errors were encountered while processing:
 firmware-b43-installer
Maybe I can somehow redirect wget to a local file downloaded from my main PC and transferred via USB drive. Does anyone here know how to do this?
 
Old 04-07-2012, 11:50 PM   #48
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,096
Blog Entries: 21

Rep: Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473
First off. You will need the b43 legacy firmware because You broadcom chip and laptop is so old.

http://wireless.kernel.org/en/users/...ported_devices

So this link is the firmware you need

http://packages.debian.org/firmware-b43legacy-installer

Explanation:

Quote:
b43 and b43legacy
These drivers are included as modules in Debian kernel images. Firmware from userspace is required for device operation.

Firmware must be downloaded and extracted, which can be performed by the firmware-b43-installer, firmware-b43legacy-installer or firmware-b43-lpphy-installer packages during their installation. An Internet connection is required.
Pick the Debian version you are running for the right firmware and kernel match, which should be Debian Squeeze stable if running Debian Stable. If running AntiX. Pick the Wheezy download instead.

In the next link you go to . You will need to download to pendrive or cd the

Quote:
dep: b43-fwcutter (>= 1:012)
as it is a required dependency for installing

Quote:
Package: firmware-b43legacy-installer (4.178.10.4-4)
Then down load firmware-b43legacy-installer to usb or cd. Copy them over or cut and past to your internal hardrive and follow instructions for installing.

to check if needed dependencies are installed already like lets say dep: libc6 (>= 2.1) [i386] which is a dependency needed to install b43-fwcutter . You can use the terminal to do

Code:
~$ apt-cache policy libc6
libc6:
  Installed: 2.11.1-0ubuntu7.10
  Candidate: 2.11.1-0ubuntu7.10
  Version table:
 *** 2.11.1-0ubuntu7.10 0
        500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
        500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
        100 /var/lib/dpkg/status
     2.11.1-0ubuntu7 0
        500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
even though I am on Ubuntu right now. That command will work in Antix and Debian also to find installed or non installed packages.

Make sure all dependencies are satisfied and installed before trying to install b43-fwcutter and firmware-b43legacy-installer.

Now to pop your bubble. Broadcom requires you to download their firmware from the net to install their firmware on the computer in question. That is what the firmware-b43legacy-installer which is just a text file only

Quote:
Package Size Installed Size
4.9 kB 48.0 kB [list of files]
That is just the way it is. Unless someone else knows a way around it. I dont know of a way to get around this other than using the ethernet pcmcia cardbus I suggested.

Last edited by rokytnji; 04-07-2012 at 11:52 PM.
 
Old 04-08-2012, 04:40 AM   #49
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by rokytnji View Post
First off. You will need the b43 legacy firmware because You broadcom chip and laptop is so old.

http://wireless.kernel.org/en/users/...ported_devices
I am somewhat astonished about your advice. When I look at the table this link provides it clearly states that for the BCM4318 the b43, not the b43legacy is needed.
But anyways, I have made tarballs of both, the legacy and the normal firmware and uploaded them to my web-server. I will send a mail with the links to the OP, so that he can download those tarballs and try them on that machine.
 
Old 04-08-2012, 10:07 AM   #50
linuxnoob2012
LQ Newbie
 
Registered: Mar 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
I am somewhat astonished about your advice. When I look at the table this link provides it clearly states that for the BCM4318 the b43, not the b43legacy is needed.
But anyways, I have made tarballs of both, the legacy and the normal firmware and uploaded them to my web-server. I will send a mail with the links to the OP, so that he can download those tarballs and try them on that machine.
How would one go about using the files anyways? My best guess is to extract them to the /lib/ directory, but then what?


That assumes these files turn out to be legal in the U$A.
 
Old 04-08-2012, 11:38 AM   #51
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Since you are owning the devices I see no problem in using that firmware.
Quote:
How would one go about using the files anyways?
Open a termianl and become root
Code:
su -
Change to the /-directory
Code:
cd /
Extract the tarballs
Code:
tar -xvf /path/to/b43-firmware.tgz
The firmware should be extracted to the correct directories automatically, just restart the machine and try again to get a connection.
 
Old 04-08-2012, 12:25 PM   #52
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,096
Blog Entries: 21

Rep: Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473Reputation: 3473
Quote:
I am somewhat astonished about your advice.
My bad Tobi.

Quote:
Yesterday, 11:50 PM
I shouldn't post after coming back from the bar. My eyes plays tricks on me I guess. I thought his gear was wireless B. Again apologies to the OP.
Quote:
That assumes these files turn out to be legal in the U$A.
Broadcom released those for USA users also. Not a problem as far as I know.

Quote:
My best guess is to extract them to the /lib/ directory
I'll defer to Tobi on that one. Anytime I needed a .ko installed. I put it in /aufs/lib/modules/(whatever your kernel is)/drivers/net/wireless/.

Like I said. I defer on Tobi for this one.
 
Old 04-08-2012, 12:41 PM   #53
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by rokytnji View Post
Anytime I needed a .ko installed. I put it in /aufs/lib/modules/(whatever your kernel is)/drivers/net/wireless/.
This is a good advice when it comes to kernel modules. The tarballs i created contain only the firmware. That firmware has to be in /lib/firmware. To avoid problems with the location I created the tarballs in that way that the files will be extracted automatically into the correct directory when the archive is extracted in the /-directory.
 
Old 04-08-2012, 05:13 PM   #54
linuxnoob2012
LQ Newbie
 
Registered: Mar 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Since you are owning the devices I see no problem in using that firmware.
Open a termianl and become root
Code:
su -
Change to the /-directory
Code:
cd /
Extract the tarballs
Code:
tar -xvf /path/to/b43-firmware.tgz
The firmware should be extracted to the correct directories automatically, just restart the machine and try again to get a connection.
Extracted as instructed and rebooted. Still no dice. Ifconfig and iwconfig still showing the same outputs as before (loopback and nothing, respectively). I cannot help but think that there is something I am missing here. Should the drivers "just work" after doing the installation, or is there more to it?

Quote:
Originally Posted by rokytnji View Post
I shouldn't post after coming back from the bar. My eyes plays tricks on me I guess. I thought his gear was wireless B. Again apologies to the OP.
Seriously? There is no need to apologize for this. No harm was done, and you are all helping without pay and on your own time. Give yourselves a break.
 
Old 04-08-2012, 06:30 PM   #55
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
May be for some reasons the firmware was not found or the driver module was not loaded:
At first try to load the driver module. You need to be root for that:
Code:
modprobe -v b43
See if it works now. If not, search for errors in your /var/log/messages.
 
1 members found this post helpful.
Old 04-08-2012, 10:42 PM   #56
linuxnoob2012
LQ Newbie
 
Registered: Mar 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by TobiSGD View Post
May be for some reasons the firmware was not found or the driver module was not loaded:
At first try to load the driver module. You need to be root for that:
Code:
modprobe -v b43
See if it works now. If not, search for errors in your /var/log/messages.
And we have... a winner!
This worked like a charm.
Now all that remains is to (maybe) find some way to get my sound working. This is not a priority, however.
Also, can anyone suggest a faster replacement for the default Iceape browser?

Given that I titled this topic "Looking for a distribution for low-spec PC", I would say this community has exceeded my expectations. Not only did I get plenty of OS suggestions, but I also got support for solving some frustrating hardware/driver issues. Thank you.

Total time elapsed between my first post on this thread and this one: 13 days, 14 hours, 7 minutes.
[solved]

Last edited by linuxnoob2012; 04-08-2012 at 10:45 PM. Reason: 7 minutes is more than 1 (typo)
 
Old 04-09-2012, 06:09 AM   #57
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
From what I have heard Midori should be very lightweight.
For your sound issues: I would recommend to open a new thread, containing info about the actual hardware and your distro.
 
1 members found this post helpful.
Old 04-10-2012, 06:34 AM   #58
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Solved, well, at least the wireless. Lucky, the guy I asked couldnt figure out if its possible to do what I was intending (which was d/l the whole 'non-free' and possibly 'contrib' repos for debian onto CD/DVD).

I'd agree with TobiSGD, start a new thread on the sound issues. I'd post your laptop make/model as well, as I couldnt see anything in your lspci output that looks like a sound card/chip.
 
Old 04-11-2012, 08:17 PM   #59
linuxnoob2012
LQ Newbie
 
Registered: Mar 2012
Posts: 26

Original Poster
Rep: Reputation: Disabled
Also, regarding Slitaz: I have installed Slitaz with the loram-cdrom CD. It seems to have both better performance and better appearance on the notebook. However, I am unable to get the wireless card working. I extracted the firmware tarball as instructed and did modprobe -v b43. However, the built in Wirless Netowrk Manager is not recognizing my card/settings. I have tried selecting "b43" and "b43-firmware" for the dirver and firmware settings on the driver page of the utility, but the utility freezes and crashes whenever I try to apply/load these. When I logout and log back on, I find that the settings were not changed. What am I doing wrong here?
 
Old 04-12-2012, 07:00 PM   #60
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
This might be of interest to you: http://vanilla.slitaz.org/index.php?...n-dell-d400/p1
http://doc.slitaz.org/en:guides:wifi-easy
also take a look at this: https://kmandla.wordpress.com/2010/0...om-slitaz-3-0/

Regards
 
  


Reply

Tags
antix, choose, distro, slitaz


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Recommendation for a low spec machine Gallifrey Linux - Newbie 6 03-04-2010 05:17 PM
Low spec network games? Dr Nick Linux - Games 4 12-05-2008 11:43 AM
Low Spec Linux HW? Kyuuketsuki Linux - Distributions 10 01-07-2008 10:00 PM
LXer: Ubuntu Goes Low Spec! LXer Syndicated Linux News 0 01-11-2007 08:33 PM
Slackware on Low-Spec Machine With X? inkysplat Slackware 6 03-22-2004 05:08 AM

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

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