Yast cant detect any interface with his network manager.
There is no wireless interface in the overview tab.
Yast cant detect any interface with his network manager.
There is no wireless interface in the overview tab.
What directory is there rt2870sta.ko file in?
/OS/Linux. From there I load it in the kernel.
I can c it in the /proc/module list.
How can I c its running in the kernel?
Try these steps:
rmmod rt2870sta
cp /OS/Linux/rt2870sta.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
depmod -a
modprobe rt2870sta
iwconfig
The cp function doesnt work very well…
I c the .ko is not copied.
Check files:
ls /OS/Linux/rt2870sta.ko
ls /lib/modules/`uname -r`/kernel/drivers/net/wireless/
And did you blacklist rt800usb module?
Sorry, i mean rt2800usb module
What does blacklisting mean novsan?
rt2800usb module can conflicts with rt2870sta module.
So, check - whether the rt2800usb is loaded into memory?
lsmod | grep rt2800usb
blacklisting - method to not load unwanted modules automatically
novsan, do I load the module from the driver directory? Or it dont matter?
Cause when I want to load from that directory it cant find the file.
But I can c it in the list ‘ls /net/drivers/wireless’
You have very interesting filesystem.
Did you mean /lib/modules/2.6.*/kernel/drivers/net/wireless/ ?
And do you have rt2800usb module loaded into memory?
lsmod | grep rt2800usb
Yes, rt2800usb is running.
Yes, I mean /lib/modules/2.6.*/kernel/drivers/net/wireless/. 
I have rt2x00usb also running in kernel. Blacklist?
ok, let’s try again:
rmmod rt2870sta
remove and blacklist rt2800usb and rt2x00usb modules:
rmmod rt2800usb
echo "blacklist rt2800usb" >> /etc/modprobe.d/50-blacklist.conf
rmmod rt2x00usb
echo "blacklist rt2x00usb" >> /etc/modprobe.d/50-blacklist.conf
modprobe rt2870sta
iwconfig
if last command doesn’t show interface with wireless extentions, try:
ifconfig ra0 up
iwconfig
ra0 is unknown interface - No such device.
What is the output of iwconfig command?
maybe
ifconfig ral0 up
?
No,
Output =
lo no wireless extensions.
eth0 no wireless extensions.
There are troubles with driver:
Please read sticky topics at top of Wireless - openSUSE Forums subforum.
Sorry.