Odlan,
Any idea what linkages to set up in Ubuntu to see the wireless cards? In Ubuntu 9.04, I have installed Spoonwep2.deb and get the same result (no cards shown). Thanks.
A
Different debbuging --> same error --> different solutions
You 're wrong I read your post
Odlan,
Any idea what linkages to set up in Ubuntu to see the wireless cards? In Ubuntu 9.04, I have installed Spoonwep2.deb and get the same result (no cards shown). Thanks.
A
NVM Fixed it, /bin/dash looks too similar to /bin/bash
my bad
does this fix the no able to pick an interface ? because that was my issue..
yes, this will make it possible to pick an interface.
Paste this in console and then start spoonwep2.
Code:rm /bin/sh && ln -s /bin/bash/ /bin/sh
Why does changing the symbolic link for "/bin/sh" make it work? (Sorry I overwrote mine in a hurry and didn't bother to stop to check what was actually wrong with it)
Ask questions on the open forums, that way everybody benefits from the solution, and everybody can be corrected when they make mistakes. Don't send me private messages asking questions that should be asked on the open forums, I won't respond. I decline all "Friend Requests".
/bin/sh is a symlink to /bin/dash, however we need /bin/bash, not /bin/dash. Therefore we do this.
update the first post and make it sticky :P
Ask questions on the open forums, that way everybody benefits from the solution, and everybody can be corrected when they make mistakes. Don't send me private messages asking questions that should be asked on the open forums, I won't respond. I decline all "Friend Requests".