I have a wifi usb antenna (rt2780) and my router is far from the computer (30%~45% range). I can use it without big problems in Fedora 16 and Mint 13 but Slitaz 4.0 can't find my network most of the time.
Any tips?
I have a wifi usb antenna (rt2780) and my router is far from the computer (30%~45% range). I can use it without big problems in Fedora 16 and Mint 13 but Slitaz 4.0 can't find my network most of the time.
Any tips?
Post output:
lsusb
lsmod
I have a D-Link DWA-140 Draft N. The wifibox shows all the neighbors' networks.
Outputs:
tux@slitaz:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002
Bus 002 Device 001: ID 1d6b:0002
Bus 003 Device 001: ID 1d6b:0002
Bus 004 Device 001: ID 1d6b:0001
Bus 005 Device 001: ID 1d6b:0001
Bus 006 Device 001: ID 1d6b:0001
Bus 007 Device 001: ID 1d6b:0001
Bus 001 Device 002: ID 1a40:0101
Bus 002 Device 002: ID 07d1:3c09
Bus 001 Device 003: ID 0e6a:6001
Bus 001 Device 004: ID 15d9:0a4f
Bus 008 Device 001: ID 1d6b:0003
Bus 001 Device 005: ID 1a40:0101
Bus 001 Device 006: ID 1241:5004
tux@slitaz:~$ lsmod
Module Size Used by Tainted: G
rt2870sta 316830 0
rt2800usb 7855 0
rt2800lib 24574 1 rt2800usb
rt2x00usb 5720 1 rt2800usb
rt2x00lib 20851 3 rt2800usb,rt2800lib,rt2x00usb
mac80211 145388 3 rt2800lib,rt2x00usb,rt2x00lib
cfg80211 99896 2 rt2x00lib,mac80211
rfkill 10682 1 cfg80211
button 3602 0
xhci_hcd 45731 0
snd_hda_codec_realtek 202176 1
snd_hda_intel 15886 1
snd_hda_codec 45027 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 3808 1 snd_hda_codec
snd_pcm 43737 2 snd_hda_intel,snd_hda_codec
snd_timer 12515 1 snd_pcm
snd 33394 8 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 3357 1 snd
snd_page_alloc 4853 2 snd_hda_intel,snd_pcm
ati_agp 4010 0
agpgart 18221 1 ati_agp
-----------------------------------------------------
PS: I will be travelling for the next 2 or 3 days without internet.
Bus 002 Device 002: ID 07d1:3c09 => http://cateee.net/lkddb/web-lkddb/RT2870.html => rt2870sta
rt2800usb is loaded and conflicts with rt2870sta on Slitaz-4.0 2.6.37 kernel
Stop networking:
# /etc/init.d/network.sh stop
Unload both wireless modules:
# modprobe -r rt2800usb
# modprobe -r rt2870sta
Load the correct module:
# modprobe rt2870sta
Start networking:
# /etc/init.d/network.sh start
It Works!
Thank you mojo!!
You must log in to post.