![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: May 2005
Beans: 5
|
No WiFi on Gateway M675 Laptop (Broadcom BCM4306)
I have a Gateway M675 laptop. I install Ubuntu on it fine. I am having problems getting the wifi set up though. I followed this post
I can now get wlan0 to come up in the Network Config, but I can't get it to work. I noticed that the antenna button on my laptop is not lit up though, so I'm not even sure if the wifi is active. I also am not able to get the sound working on the laptop. Any help would be greatly appreciated! Thanks! Sean |
|
|
|
|
#2 |
|
A Carafe of Ubuntu
![]() |
Re: No WiFi on Gateway M675 Laptop (Broadcom BCM4306)
I have a PCMCIA card with the same chipset which I got working with Ndiswrapper. For the longest time I couldn't get it to work with WEP, until I changed my wireless router and then it connected right away.
Can you see the wireless adaptor in the device manager? It's usually at the very bottom. If so, there's a few commands to try in the terminal to see what's going on. Code:
iwconfig Code:
iwlist wlan0 scanning Assuming your card shows up and you can see access points with it, the next step is to try and connect. Code:
iwconfig wlan0 essid <name of your AP> dhclient wlan0 Code:
ping www.yahoo.com Once you get the card working without WEP then you can try enabling it and go from there. Code:
iwconfig wlan0 enc <key> Hopefully this will help get you connnected. -Paul |
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Apr 2005
Location: Terborg, The Netherlands
Beans: 101
Kubuntu 8.04 Hardy Heron
|
Re: No WiFi on Gateway M675 Laptop (Broadcom BCM4306)
Well, as follows:
First download the ndiswrapper-1.2-rc1 package from http://sourceforge.net/project/show...lease_id=319772 Because the 1.1 package that comes with ubuntu gives problems sometimes you have to remove it first, here is a howto to get everything working: Code:
sudo modprobe -r bcmwl5 sudo rmmod ndiswrapper sudo apt-get remove ndiswrapper-utils sudo rm -r /etc/ndiswrapper/ sudo rm -r /etc/modprobe.d/ndiswrapper sudo apt-get install linux-headers-2.6.10 (whatever version) cd /usr/src/ sudo tar xvzf ndiswrapper-1.2-rc1 cd /usr/src/ndiswrapper-1.2-rc1/ sudo make sudo make install cd /the dir where your windows networkdrivers are/ sudo ndiswrapper -i bcmwl5 (or other driver name if you have another card) sudo ndiswrapper -l (making sure the driver is installed) sudo modprobe ndiswrapper sudo dmesg (you sould see that the card is installed) sudo iwlist wlan0 scan (to get a list of APs) sudo ndiswrapper -m (ndiswrapper will now be loaded automatic at bootup) now goto System >> Administration >> networking, choose your wlan adapter, properties, check the radiobutton behind "This device is configured", set your essid, wep key and set the configuration to DHCP, close, activate and check if your inet works: Code:
ping -c 3 ubuntuforums.org Last edited by Hieronymus; May 5th, 2005 at 04:53 AM.. |
|
|
|
|
#4 | |
|
First Cup of Ubuntu
![]() Join Date: May 2005
Beans: 5
|
Re: No WiFi on Gateway M675 Laptop (Broadcom BCM4306)
Quote:
Now I just need to get the audio working on this thing. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|