You are not logged in.
Hi everybody,
I just made the switch to #! and i had a lot of trouble with wireless performance. Connection to the AP was always good but the connection would just drop from time to time, or become really slow.
Just to be thorough, i am on: Linux crunchbang 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux (waldorf)
I tried a lot of things, even bought a PCI card to replace the USB dongle i had. That worked great for about a day until speed dropped to zero again from time to time. It was really annoying.
What did the trick for me was disabling IPV6. My connection is now faster and stable. I know this is a stopgap solution, but i think it is a safe bet this will be solved when i need IPV6.
Here's what i did: (thanks : https://joshlefler.com/2013/01/20/disab … n-wheezy/)
$sudo cp /etc/default/grub /etc/default/grub/old
$sudo nano /etc/default/grub
in nano:
replace the line
GRUB_CMDLINE_LINUX=""
With
GRUB_CMDLINE_LINUX="ipv6.disable=1"
Save and exit (ctrl+o, enter,ctrl+x)
$sudo update-grub
$reboot
Now ipv6 should be disbabled, and for me this resolved all my wireless issues.
hope this helps someone!
Cheers
Guido
edited for spelling error / edited title for release version / omg i really cant spell 
Last edited by pipokoeie (2013-04-17 10:45:17)
Offline
Thanks!
Offline
Mind posting info for your wireless card?
lspci -knn | grep -EiA2 netPerhaps disabling IPV6 for your connection works too and is less intrusive?
Last edited by xaos52 (2013-04-17 10:20:36)
bootinfoscript - emacs primer - wireless problems- I ♥ #!
Offline
sure! It is a pci card, this is the output of the command:
07:00.0 Network controller [0280]: Atheros Communications Inc. AR9227 Wireless Network Adapter [168c:002d] (rev 01)
Subsystem: Atheros Communications Inc. Device [168c:0300]
Kernel driver in use: ath9k
Offline
So after my initial success, one day my wifi just died. It did connect to the accecs point but there were no packets being sent or received. Changing my WPA2 encryption from AES to TKIP solved the issue. Anybody else experience this?
Offline
I think a wlan-router problem.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.