There is no reason to re-install to get back online with Mandriva, or any other distro that is properly installed.
Mandy has many tools to determine status, as does wireless tools. What is lacking is your skill, I'm not saying that to be nasty, it just that it is a learned skill. Re-install is a windoze type approach.
From the command line try these commands when things are working. Then you will start to learn what is there when things work, and when things fail, you can start to have some idea what isn't working.
I post the commands in single quotes, like this, 'command'. Type only what is between the quotes.
'/sbin/ifconfig' will will list information about the status of your configured interfaces. It will output the names of each interface. If you have a single card, you will see at least two listings. example
Quote:
/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:1D:7D:20:F4:67
inet addr:192.168.1.26 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2188 errors:0 dropped:0 overruns:0 frame:0
TX packets:2539 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1336159 (1.2 MiB) TX bytes:302929 (295.8 KiB)
Interrupt:20 Base address:0x8000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:401 errors:0 dropped:0 overruns:0 frame:0
TX packets:401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27830 (27.1 KiB) TX bytes:27830 (27.1 KiB)
|
This is from a wired ethernet card, it will look similar from a wireless card.
'/sbin/iwconfig' this command will list the status of the wireless interface. I'm not on my lappy right now. Try it, you should see things like "ESSID" which comes from the wireless access point you are connected to.
You can activate and deactivate the interface, once you know the name. 'ifup eth0' and 'ifdown eth0' would activate and deactivate the interface eth0.
Open up MCC ( Mandriva Control Center ). There is a section called Networking and Internet. Go there, you will see the Network Center. Open it, you can display the wireless interface(s) there, monitor and re-configure if necessary. You can see if data is being sent and received.
When you need more information, you can install a package called Nmap. It allows you to trace data being sent and received. This is an advanced tool, any for most users in never needed.
Try these things out, post your questions, and don't ever re-install to fix a problem like this.
Hope this helps.