LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ubernewbie needs driver (https://www.linuxquestions.org/questions/linux-newbie-8/ubernewbie-needs-driver-759603/)

theangster 10-04-2009 09:54 AM

ubernewbie needs driver
 
I have converted my old dell latitude D600 to Mint7 - I LOVE IT! Problem: i have no direct web connect to this laptop. It has a BCM4309KFB chipset. I have also my primary Dell Inspiron 1525,running XP Pro connected by local wireless to the web. I have tried to download a pure driver for the D600 with no success. Best advice I have so far found was the Dell R140745 executable, but Mint says that it can't find the zipfile directory in it. I am very excited about this new world and would very much appreciate the help. Cheers.

j_jerry 10-04-2009 10:10 AM

so you want a WLAN driver?, please post the result of command lspci

theangster 10-04-2009 11:29 AM

cant find a command line.

j_jerry 10-04-2009 11:33 AM

what linux distro(like redhat, fedora etc) are you using? try pressing alt+f2, then type terminal

theangster 10-04-2009 11:48 AM

network controller: Broadcom BCM4309 802.11a/b/g (rev 3)

verdeboy2k 10-04-2009 11:57 AM

You will probably need the Broadcom binary driver for that wireless card. It is called 'wl'. I don't use Mint so I don't know how to insure that it is installed and loaded.

tredegar 10-04-2009 12:04 PM

Quote:

cant find a command line.
Then open a terminal (it'll be in your menus somewhere) or Alt-F2 and run xterm That's where you type commands.
Quote:

network controller: Broadcom BCM4309 802.11a/b/g (rev 3)
That should work with the bcm43xx module.
Is it loaded? Find out with
lsmod | grep bcm

If it is not listed, load it:
sudo modprobe bcm43xx

Now see if your chipset is detected:
ifconfig
You should see your wireless interface listed.

[Edit:] also, please see here: http://linuxwireless.org/en/users/Drivers/b43 because it looks as though b43xx has been replaced by b43
[/Edit]

j_jerry 10-04-2009 12:04 PM

install broadcom-wl driver; search for broadcom in the package manager or try: yum install broadcom-wl

theangster 10-04-2009 03:49 PM

thanks J:
package manager is calling for a download from ubuntu of an b43-fwcutter, but since my Mint Lap is offline until i inject the driver, i am going to try to dw the package on this one and burn a copy for transfer. Appreciate your assist - it sure ain't as easy as when i was abusing 286's in the 90's. Cheers!

j_jerry 10-04-2009 04:42 PM

you shouldn't download it through another system's Package Manager. If you are downloading from another machine download the installation file:

http://packman.links2linux.org/package/broadcom-wl

theangster 10-04-2009 05:02 PM

Right your are - the other way failed. However, the link you suggested names only models BCM4311 and higher. Mine is a BCM4309. The beat goes on!

j_jerry 10-04-2009 05:27 PM

broadcom-wl driver is reported to work with some other bcm43xx's. so try it

theangster 10-04-2009 09:17 PM

One thing after another! that file is a .ymp - windows doesn't like it and all the programs out there want me to trade my mother for a fix. No way Hector!

j_jerry 10-06-2009 12:28 PM

There'll be a package manager application, refresh the package list and search for 'broadcom'. you'd find broadcom-wl. If you're unable to find one please let us know

theangster 10-06-2009 10:21 PM

no - package manager only shows the B43 fwcutter installed

j_jerry 10-07-2009 08:09 AM

Try this tutorial:

http://mintguides.blogspot.com/2008/...s-working.html


All times are GMT -5. The time now is 07:38 AM.