hi all
Author Message
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]
david
Posted : Thu, 11 December 2008 22:56:55
Subject : hi all
thank you very much. i appreciate it .
david
Posted : Fri, 12 December 2008 20:14:44
Subject : hi all
the this is that it doesnt even shows that there is a wireless card connected. and another thing i am using external wireless card
Reed
Posted : Fri, 12 December 2008 20:56:01
Subject : hi all
We still need to know the chipset of the card. Open a terminal and type: lspci then post the output. Then type: dmesg | grep -i Wireless and post the output of that.