comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas
Linux MintPPC Forums • View topic - Troubleshooting Airport and WPA

All times are UTC + 1 hour





Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 12  Next
  Print view

Re: Troubleshooting Airport and WPA
Author Message
PostPosted: Fri Jan 28, 2011 1:58 am 
Offline

Joined:Sun Nov 28, 2010 3:29 am
Posts:4
Everytime i try it it shows up with this:
/tmp $ mv orinoco.fw /lib/firmware/agere_sta_fw.bin
mv: try to overwrite `/lib/firmware/agere_sta_fw.bin', overriding mode 0644 (rw-r--r--)?



and i don't know what to do from there.


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Fri Jan 28, 2011 9:24 am 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
When do you see this? During instalaltion ? Which version are you installing ?


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Fri Feb 11, 2011 3:43 am 
Offline

Joined:Thu Jan 20, 2011 4:43 am
Posts:28
anymore support figured out for the airport extreme?

_________________
ibook g4 1.33 running mintppc 9


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Fri Feb 11, 2011 9:16 am 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Quote:
anymore support figured out for the airport extreme?


What version of mint-installer did you use ?


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Mon Mar 21, 2011 3:12 pm 
Moderator
Offline

Joined:Fri Nov 05, 2010 3:30 pm
Posts:212
TyEv129 wrote:
Everytime i try it it shows up with this:
/tmp $ mv orinoco.fw /lib/firmware/agere_sta_fw.bin
mv: try to overwrite `/lib/firmware/agere_sta_fw.bin', overriding mode 0644 (rw-r--r--)?



and i don't know what to do from there.
try
Code:
sudo mv orinoco.fw /lib/firmware/agere_sta_fw.bin

_________________
http://blog.computerant.com/2011/01/15/frankintosh/


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Mon Mar 21, 2011 3:18 pm 
Moderator
Offline

Joined:Fri Nov 05, 2010 3:30 pm
Posts:212
Note on the orinoco driver...

In the 9.2 script, the debian non-free package includes the orinoco driver.
(this section)
Code:
wget http://ftp.us.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-linux-nonfree_0.28_all.deb
dpkg -i firmware-linux-nonfree_0.28_all.deb


You shouldn't need to get the orinoco driver separately anymore. In fact that part of the 9.2 script is commented out. But for those who would still like to fetch the orinoco driver manually you can still
do it like this.

Code:
wget http://computerant.com/downloads/iBook_orinoco.fw.tar.bz2
tar -xvjf iBook_orinoco.fw.tar.bz2
mv orinoco.fw /lib/firmware/agere_sta_fw.bin
modprobe airport
cat /etc/modules | grep airport || echo airport >> /etc/modules

_________________
http://blog.computerant.com/2011/01/15/frankintosh/


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Wed Apr 06, 2011 4:18 pm 
Offline

Joined:Sat Apr 02, 2011 8:52 pm
Posts:25
anything new on airport classic and wpa?
I'm running mintppc on an ibook g3 800mhz, 640MP Ram. I tried all possible solutions but always failed on optaining an IP-address.
I compiled a 2.6.38 kernel, but still no luck...


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Wed Apr 06, 2011 4:27 pm 
Site Admin
Offline

Joined:Fri Oct 08, 2010 3:45 pm
Posts:2744
Quote:
Linuxopjemac, I really appreciate you doing that. I couldn't get wpa1 to work in lxde debian lenny with original airport card (fresh install) [though everything else seems to be working]. I changed my sources.list in /etc/apt to point to squeeze, did apt-get update, followed by a apt-get upgrade --no-upgrade xorg. I rebooted and everything seems to be working the same as in Lenny [though resolvconf broke my dnsnameserver in resolv.conf (I use a static ip), I did a apt-get remove resolvconf and now nameserver is working.
Next I did dpkg -i firmware-linux-nonfree_0.28_all.deb.
Then I did apt-get install wireless-tools wpasupplicant wicd. But I still couldn't get my wireless to work. I removed wireless-tools, wpasupplicant, and wicd.
Next I did apt-get install xorg xserver-xorg. I did dpkg --configure -a. Then dpkg -i firmware-linux-nonfree_0.28_all.deb. But then X wouldn't launch, but I noticed that WPA was enabled in the text when booting (This wasn't there before, but was there with Mint install when WPA worked). The fix for X was to do apt-get install xserver-xorg-video-ati. Then X worked. Next I apt-get install wicd wpasupplicant wireless-tools. Still not seeing any of the symptoms I saw in the previous two clean Mint installs.
Wireless could now see the router as WPA1 (making progress), but wicd was messed up and wouldn't do anything when trying to connect. Next I did apt-get install wicd wicd-daemon wicd-curses wicd-cli. Everything appears to be working beautifully on my pismo (wireless wpa1-psk included), thanks so much for the help with squeeze.
One comment I have from upgrading from lenny is everything is snappy as in lenny when doing an apt-get update upgrade. But I noticed that after doing an apt-get dist-upgrade, things tended to slow down and installed a bunch of extra programs that I don't need.


viewtopic.php?f=10&t=278&start=10

try it out and report please


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Wed Apr 06, 2011 5:16 pm 
Offline

Joined:Sat Apr 02, 2011 8:52 pm
Posts:25
thank you, i will...


Top
 Profile  
 

Re: Troubleshooting Airport and WPA
PostPosted: Wed Apr 06, 2011 7:49 pm 
Moderator
Offline

Joined:Fri Nov 05, 2010 3:30 pm
Posts:212
Quote:
Linuxopjemac, I really appreciate you doing that. I couldn't get wpa1 to work in lxde debian lenny with original airport card (fresh install) [though everything else seems to be working]. I changed my sources.list in /etc/apt to point to squeeze,....


So,.. Basically this guy installed lenny, and wicd with wpa1 didn't work. Which I knew it wouldn't without upgrading the kernel to 2.6.32. (see linky below) He then upgraded to squeeze which gave him the needed kernel. I don't understand the remove and reinstall of wicd etc, unless that was so those programs 'noticed' the new kernel. Honestly, I can't see how you have to go through all of these steps if you install squeeze the first time. Unless I'm completely missing something. Frankly, everyone should wipe lenny and just install squeeze from a blank hard drive. IMO, everything just works in fresh squeeze install. I tried the lenny thing, it isn't worth it.

Notice the word lenny in this linky...
http://blog.computerant.com/2010/05/03/debian-lenny-with-mint-on-the-ibook-g3-%E2%80%93-getting-it-all-to-work/

_________________
http://blog.computerant.com/2011/01/15/frankintosh/


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 117 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10 ... 12  Next

All times are UTC + 1 hour


  Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Style by web designer custom , optymalizacja seo pozycjonowanie stron pozycjonowanie
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
comatose
comatose
comatose
comatose
hyenas
hyenas
hyenas
hyenas