You are not logged in.
The in-kernel driver is reported not to be working on an AirLink101 AWLL5088 Wireless N 150 Ultra Mini USB Adapter.
lsusb:
Bus 001 Device 002: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN
The in-kernel driver for this card is rtl8192cu
It is reported not to be working in Statler and Waldorf.
Proposed solution:
------------------------
Status: Still not workable on 3.2.0-0.bpo.2-amd64 - works on 3.2.0-0.bpo.1-amd64
Download and install the proprietory driver from www.realtek.com
Search for 'rtl8188CUS'
Click on RTL8188CUS (Software)
In the table titled 'Unix (Linux)' click on one of the sites closest to your location.
The download should start after a couple of seconds and should put the file
RTL819xCU_USB_linux_v3.4.2_3727.20120404.zipin your download folder.
Now for the preliminaries: Install the kernel sources and the requisites for a kernel compilation:
sudo apt-get install module-assistant
sudo m-a prepareAfter that we are ready to compile the kernel module
in a terminal window:
cd to your download directory
unzip the zipped archive:
unzip RTL[Tab]Do not type [Tab], just press the tab key and the directory name will be auto-completed
cd RTL8188[Tab]
sudo bash -vx ./install.sh 2>&1 | tee ../install.logThis will start the install procedure and store the log in the parent directory.
You will be asked what card type you have:
Please select card type(1/2):
1) RTL8192cu
2) RTL8192duSelect 1
If you do not see the message The Setup Script is completed ! then something went wrong.
Post the content of the install.log file on the forum, and do not continue.
The smart ones amongst you will have noticed that the proprietory driver name is '8192cu', whereas the in-kernel driver is 'rtl8192cu'.
We will have to blacklist the in-kernel driver to avoid conflict:
In a terminal window, type
echo "blacklist rtl8192cu" | sudo tee >/etc/modprobe.d/realtek.confsudo depmod -a
sudo update-initramfs -uNow reboot.
Your wireless should work now.
Last edited by xaos52 (2012-05-12 15:23:31)
bootinfoscript - emacs primer - I ♥ #!
Online
I really appreciate this thread.
HOWEVER, I get stuck at this
greg@waldorf:~/downloads/RTL8188C_8192C_8192D_USB_linux_v3.4.5_3727.20120404$ sudo ./install.sh 2>&1 | tee ../install.log
sudo: ./install.sh: command not foundEverything else up to this point has worked
UPDATE: Fixed it! Had to go to the install.sh's permissions and check it so that it could be executed. My derp.
UPDATE 2: IT LIVES! 
Thank you so very much.
Last edited by weredawg (2012-05-10 16:56:30)
Offline
Your Atheros driver can't connect to wireless networks on kernel upgrade
Atheros ships two models of drivers, ath9k and ath5k, which are fully free software and built into the kernel. No firmware is needed. Once in a while, a hardware encryption bug crops up. You can mostly avoid the problem by reverting from WEP to WPA encryption, which is also much safer.
If that isn't an option, you can make a file named /etc/modprobe.d/ath.conf and paste this in
options ath9k nohwcrypt=1and reload the driver:
sudo modprobe -r ath9k
sudo modprobe ath9kReplace ath9k with ath5k is lspci reports you have that particular driver.
Offline
The in-kernel driver for this card is rtl8192cu
You will be asked what card type you have:
Please select card type(1/2): 1) RTL8192cu 2) RTL8192duSelect 2
I think I might see a small error here... 
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
xaos52 wrote:The in-kernel driver for this card is rtl8192cu
You will be asked what card type you have:
Please select card type(1/2): 1) RTL8192cu 2) RTL8192duSelect 2
I think I might see a small error here...
I guess not? Since it worked for me (at least the first time)
I tried switching to another access point in my house but now I can't connect to either point. I enter my key correctly but after a while it just shows the prompt to enter the key again... 
UPDATE: After trying to switch to the other AP, my two wireless networks were no longer listed under the Wireless Networks section, though they were saved. I did fix the problem by unplugging and plugging the USB adapter back in
Last edited by weredawg (2012-05-10 17:19:23)
Offline
This is with kernel 3.2.0-0.bpo.2-amd64, right? I have the same problem with that kernel; try installing 3.2.0-0.bpo.1-amd64 (make sure you grab the headers too!) and see if it works better with that.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
This is with kernel 3.2.0-0.bpo.2-amd64, right? I have the same problem with that kernel; try installing 3.2.0-0.bpo.1-amd64 (make sure you grab the headers too!) and see if it works better with that.
Are you talking to me?
uname -r
3.2.0-2-686-paeOffline
@OP:
Do the install again.
select 1 now in stead of 2.
Post output of
dmesg|grep 8192
lsmod | grep 8192@ pvsage: Slight mistake corrected. Select 1. Thanks.
@ el_k: tis no atheros, but realtek 
Last edited by xaos52 (2012-05-10 18:38:05)
bootinfoscript - emacs primer - I ♥ #!
Online
@ el_k: tis no atheros, but realtek
I was sure this was a tips&tricks how to handle various wireless problems.
Burp.
Sorry 
Offline
@OP:
Do the install again.
select 1 now in stead of 2.Post output of
dmesg|grep 8192 lsmod | grep 8192@ pvsage: Slight mistake corrected. Select 1. Thanks.
@ el_k: tis no atheros, but realtek
Just making sure
Do the whole thing from beginning to end, and the ONLY difference is to select 1 instead of 2 right?
Offline
Yes. Start again from the install step - you dont have to download again - and select 1 now in stead of 2.
bootinfoscript - emacs primer - I ♥ #!
Online
@pvsage: Have you tried this version of the driver - RTL819xCU_USB_linux_v3.4.2_3727.20120404.zip - with kernel 3.2.0-0.bpo.2-amd64?
This time I have seen no warnings at all in the compilation phase, so they must have changed something.
bootinfoscript - emacs primer - I ♥ #!
Online
^ Hey, the latest version is only a few days old! I'll have to try that this weekend. 
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
Sorry for the late update, but even after re-doing all of the steps and selecting 1, instead of 2, it's still prompting me for my key even though it's right.
Hrm, give me to time to look at this a little more. I didn't report yesterday because I was spending my day graduating.
Offline
No problem 
Can you take a picture of the screen asking for your key, or give me the exact wording. Perhaps it is asking for the password to unlock your gnome-keyring?
bootinfoscript - emacs primer - I ♥ #!
Online
Ok, turned on the laptop, and it automatically connected to my main router no problem (I initially had it establish a connection with the wireless repeater I had)
Dunno, it "works" just kinda random.
Thanks again xaos52
UPDATE:
NOPE. It lost my repeater, even though I was connected to my main router I was not getting any Intenet though my other devices are working fine with the router (Internet is up) and now it started it again.
Can't really attach the screenshot at the moment but it's a dialog box called "Wireless Network Authentication Required"
Options are to type in the password, whether or not to show the password, and Cancel and Connect buttons. This just keeps popping up. The password is not wrong either.
Last edited by weredawg (2012-05-11 21:23:29)
Offline
Well, I tried the latest version of the script with 3.2.0-0.bpo.2-amd64. Still got the "cast from/to pointer to/from integer of different size" warnings. (By the way, you forgot that, if your extract directory is on an ext2/3/4 partition, you need to chmod +x.
) At any rate, the latest build works; posting from bpo.2 now.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
OK. Good news.
Actually I ran the install thus:
sudo bash -vx ./install.shThats why I did not notice the execute bit was off.
I ran it from a 'sid' install and had no warnings at all.
bootinfoscript - emacs primer - I ♥ #!
Online
I regret that I need to backpedal a bit - wifi is still spotty with the bpo.2 kernel, even with the latest build of the blob; back to bpo.1.
As for the warnings, this clearly has to have something to do with the backported kernel headeers.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
Ah. I will update the status again. Worth a try though.
Concerning the warnings - either that or the compiler version.
Last edited by xaos52 (2012-05-12 15:22:32)
bootinfoscript - emacs primer - I ♥ #!
Online
Should I just buy another wireless adapter? Which one works? I prefer mini USB, don't mind having to use a mPCI (Intel most likely) it's just that I don't like the idea of tearing my ThinkPad open to install it. Or even a wireless card for the express slot?
Again, this is for a ThinkPad T41.
I mean the one I got was only $10, so not a big loss, plus I can use it with another PC (or whatever)
Offline
Intel generally is OK, but sometimes it is hard to tell.
What is important is the chipset, and often that is not even mentioned.
bootinfoscript - emacs primer - I ♥ #!
Online
Surely I'm not the only one running CrunchBang with a wireless adapter of some sort. I'll look around on the forums.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.