openSUSE 10.2 And RT2×00 Wireless Cards
![]()
Yesterday I decided to put back my Asus WL-130g (based on Ralink RT2500) wireless card back into PCI slot when after few hours I got a feeling that something is wrong with the supplied drivers and decided to use the well established drivers supplied by “rt2×00.serialmonkey project“, which I have been using with SUSE 10.1 and have a famous HowTo for it.
So, my recommendation is to IGNORE the drivers which come with openSUSE 10.2 for your rt2400/2500 wireless cards, unless of course all is working nicely.
Before continuing make sure you have the following packages installed: kernel-source, gcc and make
DISCLAIMER: If your card has been auto detected and installed with openSUSE 10.2 then we need to remove it first:
1. As root execute the following command to remove module:
# modprobe -r rt2500pci
2. Head to Yast -> Software Management -> remove package “wlan-kmp-*” (if such is installed)
Now to INSTALLATION:
1. Get the latest beta driver from here (I used the latest beta available, not the CVS … though you can try with that one)
2. Unzip the downloaded file
3. Now let’s prepare the kernel modules (I always do this, though not necessary)
# cd /usr/src/linux
# make mrproper
# make cloneconfig
# make modules_prepare
4. Now we need to compile a module for the wireless card that we have. Go to folder where you extracted the archive. Open folder called “Module” and execute the following:
# make

5. As root run the following:
# make install

6. Now we load the compiled driver with the following command:
# modprobe rt2500
(notice that with openSUSE 10.2 supplied driver, the module is called rt2500pci whereas here it is rt2500)
7a. To see that the module has been loaded successfully and the wireless card is properly functioning head to Yast -> Network Card (use the traditional ifup method). The following screens confirm that it is on mine:


(notice there is WL_130g there, but not yet configured)

(the module this time is called rt2500, as mentioned by me above)
7b. Now configure your card as per your needs. Once configured you can check that all is well and set according to your settings by using the following command:
# iwconfig

(the alias for module is “wlan0″ and not “ra0″ as it was with SUSE 10.1)
Here is snapshot of my HTC Artemis connected wirelessly to my Linux PC:

There you go …. hope this helps to resolve some issues. I am using simple WEP-128bit secure connection. The card is acting as a wireless router for my notebook and other WiFi devices to connect and have access to internet.
Check this link if you are thinking of turning your computer as a router for your home/small office internet sharing.

“A Linux-based phone with mapping and voice navigation capabilities has gone on sale in China. The Tranzda PM328 can help users locate nearby businesses, such as restaurants and gas stations, and then guide them to their destination with voice prompts, according to GPS module supplier U-blox.The Tranzda PM328 phone has a thin form-factor just 0.6 inches (16mm) thick, and includes a USB port and a Bluetooth radio. Other details are sketchy; however, computer translations of Chinese websites suggest it to be powered by a single-chip, multi-core processor, with the baseband processor driving a CDMA transceiver. That, along with the GPS interface, suggests that the phones multi-processor could be Qualcomm’s multi-chip module
Novell has announced the public beta software availability of the first service pack (SP1) for SUSE® Linux Enterprise 10, with general availability scheduled for the second quarter of this year.
Sabayon Linux aims to give users all the bleeding edge software of SimplyMEPIS and PCLinuxOS but is based on Gentoo and uses Portage as its package management system. I haven’t used Gentoo for a couple of years now, but Sabayon’s popularity is continually increasing and with a new release it’s now time to give it a try.