![]() |
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.
|
|
Apple Intel Users Discussions for users who are using Apple Intel based systems with Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Just Give Me the Beans!
![]() |
Anyone figure out how to get Airport Extreme to connect to the web? Seems also my Ethernet connection isn't going to work it was then quit i had to switch back to my OS X to post this i been searching but have not found anything of use
thank you in advanced i was trying the network in Ubuntu it kept saying i was connected but nothing loaded up I am using 17 inch IMAC Intel core duo not the core 2 duo and not a macbook Last edited by bigred3373; April 21st, 2007 at 09:55 PM.. |
|
|
|
|
|
#2 | |
|
Dark Roasted Ubuntu
![]() Join Date: May 2006
Location: Philadelphia
Beans: 1,107
Kubuntu Karmic Koala (testing)
|
Re: No Wireless in Fawn Help please
Quote:
|
|
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2006
Beans: 78
Ubuntu 7.04 Feisty Fawn
|
Re: No Wireless in Fawn Help please
Actually, you CAN get your wireless working. I just did it, and it's not hard. I also have a 17" iMac Intel Core Duo, with a Broadcom 4310 wireless card.
First, to check if you also have the same card, do this: Code:
lspci | grep Broadcom\ Corporation 1. Open System->Administration->Network and find the device eth1. Open the settings for eth1, and uncheck the box that says "Roaming". This will prevent NetworkManager for interfering with the following process. (NetworkManager is that networking icon in the upper-right corner of your screen.) For some reason, NetworkManager didn't work for me, and I had to turn it off when I installed the wireless driver. 2. Open synaptic package manager (from System->Administration->Synaptic Package Manager) or a terminal. 3. If using synaptic, search (ctrl+f) for "ndiswrapper" and select the packages related to ndiswrapper, then install them. 4. If using terminal, type: Code:
sudo apt-get install ndiswrapper-common ndiswrapper-utils Code:
sudo gedit /etc/modprobe.d/blacklist Code:
# remove the following to allow use of bcm43xx for wireless blacklist bcm43xx Code:
ftp://ftp.hp.com/pub/softpaq/sp33001-33500/sp33008.exe Code:
sudo apt-get install cabextract Code:
cabextract sp33008.exe 10. While still in the same directory as sp33008.exe, run the command: Code:
sudo ndiswrapper -i bcmwl5.inf 11. Type: Code:
sudo ndiswrapper -l 12. If you see something like, "Driver installed," you've done it right. 13. Type: Code:
sudo ndiswrapper -m sudo modprobe ndiswrapper sudo gedit /etc/modules Code:
ndiswrapper Code:
sudo iwconfig 17. You can also type the following command to make sure your wireless card is seeing networks, especially yours. Also, it can help you know what your network's ESSID is for the next step: Code:
sudo iwlist scan Code:
sudo iwconfig eth1 essid "<YOUR NETWORK'S NAME>" Code:
sudo iwconfig eth1 key restricted <YOUR WEP PASSWORD> 19. Type: Code:
sudo dhclient Good luck. I hope this works for you. If not, please post here again - it's possible I mistyped something.
__________________
http://stressfracture.sourceforge.net Dual booting: Mac OS X 10.4.9 and Ubuntu 7.04 on an Intel iMac 17", 1.83 ghz, 512 mb RAM, ATI x1600, BCM4310 wireless card. |
|
|
|
|
|
#4 | |
|
Just Give Me the Beans!
![]() |
Quote:
Last edited by bigred3373; April 22nd, 2007 at 03:17 PM.. |
|
|
|
|
|
|
#5 | |
|
Dark Roasted Ubuntu
![]() Join Date: May 2006
Location: Philadelphia
Beans: 1,107
Kubuntu Karmic Koala (testing)
|
Re: No Wireless in Fawn Help please
Quote:
Code:
cd /home/bigred3373/Desktop/FolderWithDrivers Hope this helps! |
|
|
|
|
|
|
#6 | |
|
Just Give Me the Beans!
![]() |
Re: No Wireless in Fawn Help please
Quote:
should i get the book the offical ubuntu or is there another one out there already for the newest fawn? will it help me in this array of commands? Last edited by bigred3373; April 22nd, 2007 at 03:52 PM.. |
|
|
|
|
|
|
#7 | |
|
Dark Roasted Ubuntu
![]() Join Date: May 2006
Location: Philadelphia
Beans: 1,107
Kubuntu Karmic Koala (testing)
|
Re: No Wireless in Fawn Help please
Quote:
|
|
|
|
|
|
|
#8 |
|
Dark Roasted Ubuntu
![]() Join Date: May 2006
Location: Philadelphia
Beans: 1,107
Kubuntu Karmic Koala (testing)
|
Re: No Wireless in Fawn Help please
That is one killer post. I assume anyone can substitute a different driver based on their chipset, perhaps by consulting the ndiswrapper page on SourceForge?
|
|
|
|
|
|
#9 | |
|
Dark Roasted Ubuntu
![]() Join Date: May 2006
Location: Philadelphia
Beans: 1,107
Kubuntu Karmic Koala (testing)
|
Re: No Wireless in Fawn Help please
Quote:
Code:
ragnarok@DragonBoat:~$ ndiswrapper -l inf : invalid driver! net5416 : driver installed ragnarok@DragonBoat:~$ |
|
|
|
|
|
|
#10 |
|
Just Give Me the Beans!
![]() Join Date: Jul 2006
Beans: 78
Ubuntu 7.04 Feisty Fawn
|
Re: No Wireless in Fawn Help please
I'm afraid I don't know exactly what your problem is, since I haven't tried other cards than my BCM4310.
Did you check sudo iwconfig and sudo iwlist scan to see if it was actually working despite saying the driver was invalid? I doubt it, but I suppose it's possible. Maybe you could look up exactly what wireless card you have and then search the web for other tutorials about getting it working. In fact, the driver should be the same one as the Windows one, since ndiswrapper really just makes Windows wireless drivers work in Linux. Hope you manage to fix it.
__________________
http://stressfracture.sourceforge.net Dual booting: Mac OS X 10.4.9 and Ubuntu 7.04 on an Intel iMac 17", 1.83 ghz, 512 mb RAM, ATI x1600, BCM4310 wireless card. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|