Cant find network folder

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:

  1. Remove module from memory (as root)
rmmod rt2870sta
  1. Copy module to the correct place (as root)
cp /OS/Linux/rt2870sta.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
  1. Build module dependencies
depmod -a
  1. Load module
modprobe rt2870sta
  1. Check interfaces with wireless extentions:
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/. :stuck_out_tongue:

I have rt2x00usb also running in kernel. Blacklist?

ok, let’s try again:

  1. remove rt2870sta module from memory (as root):
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
  1. try to load rt2870sta module:
modprobe rt2870sta
  1. check interfaces with wireless extentions:
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.