Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
im searching for a patch to rpmfusions kmod_rt3070 for ralink rt3070.
its a usb adapter
ra0 Ralink 2560 PCI rt2500 (monitor mode enabled)
working fine but no injection support.
i downloaded the driver and build it myselve but no wireless networks found.
same to the drivers applyd on driver cd no wireless networks found.
the kmod_rt3070.x86_64 is working fine but like i said no packet injection.
witch is supported by this adapter.
how and were do i find a patch kernel for kmod_rt3070.x86_64?
fedora core 12 x86_64
echo "blacklist rtl8187" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist mac80211" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist r8187" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2870sta" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt3070sta" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "blacklist rt2800usb" | sudo tee -a /etc/modprobe.d/blacklist.conf
----------------------------------------------------------------------------------------------
sudo rmmod rtl8187 mac80211
sudo mkdir /usr/src/drivers
cd /usr/src/drivers
sudo wget http://download.aircrack-ng.org/driv...-050nh.tar.bz2
sudo tar jxvf compat-wireless-aircrack-alfa036h-050nh.tar.bz2
cd compat-wireless-aircrack-alfa036h-050nh
sudo wget http://patches.aircrack-ng.org/mac80...g+ack_v3.patch
cat mac80211_2.6.28-rc4-wl_frag+ack_v3.patch | patch -p1
sudo make
sudo make install
sudo make unload
the only thing on my rt2800usb standart driver is this
it has only 8db txpower on that driver :|
it should have 2000mW
iwpriv ra0 show TxPower
shows me # 2000
Distribution: Mint deb 64, Ubu. server ed, wrt's, android [aka cyanogenmod], ? of chang. server in slack again
Posts: 206
Original Poster
Rep:
This version not working on 2.6.32.11
This patched driver is not working on 2.6.32.11
Code:
# modprobe zd1211rw rt2800usb
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
Segmentation fault
[root@vlip compat-wireless-aircrack-alfa036h-050nh]#
Message from syslogd@vlip at May 3 12:24:14 ...
kernel:------------[ cut here ]------------
Message from syslogd@vlip at May 3 12:24:14 ...
kernel:invalid opcode: 0000 [#2] SMP
Message from syslogd@vlip at May 3 12:24:14 ...
kernel:last sysfs file: /sys/module/mac80211/initstate
Message from syslogd@vlip at May 3 12:24:14 ...
kernel:Stack:
Message from syslogd@vlip at May 3 12:24:14 ...
kernel:Call Trace:
Message from syslogd@vlip at May 3 12:24:14 ...
kernel:Code: 0b eb fe 49 83 7d 28 00 75 04 0f 0b eb fe 49 83 7d 18 00 75 04 0f 0b eb fe 49 83 7d 20 00 75 04 0f 0b eb fe 49 83 7d 40 00 75 04 <0f> 0b eb fe 4c 89 6b 60 66 c7 43 54 01 00 49 8d bc 24 30 0d 00
tar xvf compat-wireless-2.6.tar.bz2
cp mac80211_2.6.32.2-wl_frag+ack_radiotap.patch ./compat-wireless-2.6/
cp zd1211rw-inject+dbi-fix-2.6.26.patch ./compat-wireless-2.6/
cd compat-wireless-2.6/
cat mac80211_2.6.32.2-wl_frag+ack_radiotap.patch | patch -p1
cat zd1211rw-inject+dbi-fix-2.6.26.patch | patch -p1
sudo make
sudo make install
Code:
sudo make unload
dit not work
rebooted system
both adapters working again now
the rt2800usb i had to modprobe
Code:
#sudo modprobe rt2800usb
#iwconfig wlan0
wlan0 IEEE 802.11bgn Mode:Managed Access Point: Not-Associated
Tx-Power=5 dBm <<< This is not correct should be a 2000mW adapter
Retry long limit:7 RTS thr:off Fragment thr:off
Power Management:on
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.