1. First off you need to ensure that you have the build essentials package installed so that you can build the b43-fwcutter.
sudo apt-get install build-essential
2. Once that is installed you can download and build b43-fwcutter.
wget *bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..
3. Now we need to download the Broadcom firmware and install it. Note that the “FIRMWARE_INSTALL_DIR” must point to the directory where your firmware directory is. The one I have used below is what it is in Ubuntu.
export FIRMWARE_INSTALL_DIR=”/lib/firmware”
wget *downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
tar xjf broadcom-wl-4.80.53.0.tar.bz2
cd broadcom-wl-4.80.53.0/kmod
../../b43-fwcutter-011/b43-fwcutter -w “$FIRMWARE_INSTALL_DIR” wl_apsta.o
4. Now simply reboot the laptop and presto… the little wireless light should be blue
You need anet connection to install the packages which enable this. Otherwise you should have probably installed mint. Maybe you can install the packages from a mint cd / dvd but you will have to check for that.1) How to play restricted formats in Ubuntu? I searched a lot, but got only the apt get method which needs net connection, which currently i don't have.
2) I have a Zebronics 7300GT 512 MB AGP card, but I think Ubuntu did not recognized it. I am not able to enable the special effects & cannot set the monitor resoultion to 1024*768. Any way? Driver install?
I use *www.fs-driver.org/ I believe it supports ext3 also.3)Which is the best software for Windows XP to read & write to a ext3 partition?
From my experience . Check your dmesg and see if you are gettign any huge delay at the part where your hard disk is mounted. Remove unwanted services Like cupsys etc if you dont print. You could remove gnome all together and use a lightweight environment like FLuxbox but configuring it would eb a pain.4)Some system optimization tips for faster startup/shutdown etc? Like disabling some services... a link will be helpful
Hi guys, I am also a new to linux just like my fellow friend narangz. I just Installed Ubuntu 8.04 & have some queries :
1) How to play restricted formats in Ubuntu? I searched a lot, but got only the apt get method which needs net connection, which currently i don't have.
2) I have a Zebronics 7300GT 512 MB AGP card, but I think Ubuntu did not recognized it. I am not able to enable the special effects & cannot set the monitor resoultion to 1024*768. Any way? Driver install?
3)Which is the best software for Windows XP to read & write to a ext3 partition?
4)Some system optimization tips for faster startup/shutdown etc? Like disabling some services... a link will be helpful
Sorry Narangz for hijacking your thread, but I thought there is no need to open a new one as both of us will be able to learn from this. Share me your knowledge too, I am late in this class of prakash sir No offense Praka123.
You can prefix the command with "sudo" to execute it as root. If you haf not changed anything after a default install then it will not ask for a root password.First thing I needed was internet, so I decided to proceed as per the sticky thread in OSS section. I have a Nokia 5700 Xpress Music.
No sooner I started, I was in a ditch. The commands required to be inputed as a root.
But I didn't remember, when did the setup asked for root password
Is there any way to reset the root password?? I need to figure this out before I proceed in learning Linux.