|
|
Posted : Fri, 05 December 2008 13:16:19
Subject :
hi all
hi all i am a new Linux user and i don't know many things about it. i am using linux ubuntu version and i have Buffalo wireless card. the thing is i cannot download drivers for linux, i had a look on Buffalo official website and it didnt have drivers for linux, it only has windows one. please could tell how to solve this problem.
thank you very much.
|
|
Reed
|
Posted : Fri, 05 December 2008 15:34:14
Subject :
Re: Re: hi all
We need to know the actual chipset of your card.
My guess is that it's one of the broadcom chipsets. These are notoriously beastly under linux. Ubuntu comes with the correct driver for them, but not the firmware you need to run them. To get the firmware you need a package called bcm43xx-fwcutter.
If you open up the terminal program and type:
sudo lspci | grep Broadcom
It will ask for your user password, enter that, then post the output here.
(If that comes up empty, just do "lspci" without the quotes and post the output.)
Here's a how to for the bcm43xx-fwcutter:
http://ubuntuforums.org/showthread.php?p=1071920&mode=linear
You can also use the windows drivers with a program called Ndiswrapper.
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper
https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsBuffalo
[Modified by: Reed on December 05, 2008 10:35 AM]
[Modified by: Reed on December 05, 2008 10:36 AM]
|