[SOLVED] wifi driver problem on 10 yrs old VAIO + Linksys WM

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Hugoo

[SOLVED] wifi driver problem on 10 yrs old VAIO + Linksys WM

Post by Hugoo »

Hello,

I've failed to make the wireless connection (with WPA key) work on a ten years old VAIO RS-502 working with Pentium 4 (http://www.ciao.fr/Sony_VAIO_PCV_RS5...#productdetail) and a LINKSYS WIRELESSG PCI ADAPTER WITH SRX WMP54GX (http://support.linksys.com/en-us/sup...apters/WMP54GX) working with a Broadcomm chip.

In Driver Manager, I get the message 'No proprietary drivers are in use'. Linksys has never delivered any Linux driver for the WMP54GX.

After long searches on the web, I've tried this:
- I've installed the STA driver for a Broadcomm chip. No change.
- I've executed Ndiswrapper so that Linux can use the Windows drivers. But I've been unable to go further than the launch.


Any solution, preferably using graphical tools (I'm new to Linux) ?

I've also tried Linux Mint 16 and 17 with the same failure.

The card and antenna work correctly on Windows XP on the same computer.

Thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wireless driver problem on a 10 yrs old VAIO with Linksy

Post by JeremyB »

Lets run something simple in terminal to find out what is going on

Code: Select all

sudo apt-get install pastebinit

Code: Select all

 wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
When the code asks for password, enter your password and when the script asks about pastebin choose Y and then post the URL that is returned
Hugoo

Re: wireless driver problem on a 10 yrs old VAIO with Linksy

Post by Hugoo »

Thank you Jeremy.

Here is the log: http://pastebin.com/07AvE7Ti

Hope the source of the problem lays here!

Hugo
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wireless driver problem on a 10 yrs old VAIO with Linksy

Post by JeremyB »

Hugoo wrote:Thank you Jeremy.

Here is the log: http://pastebin.com/07AvE7Ti

Hope the source of the problem lays here!

Hugo
I hate to say this but it is probably a lost cause as I can't find any clues in the script report and google searches don't show any real success, even those that got ndiswrapper working had issues. The best advise I can give is to see if there is a cheap PCI wifi card with an intel chipset from the list from http://wireless.kernel.org/en/users/Drivers/iwlwifi

Intel® Wireless 3160 (3.10)
Intel® Centrino® Advanced-N 6235 (3.2)
Intel® Centrino® Wireless-N 2230 (3.2)
Intel® Centrino® Wireless-N 2200 (3.2)
Intel® Centrino® Advanced-N 6230 (2.6.36)
Intel® Centrino® Wireless-N 1030 (2.6.36)
Intel® Centrino® Advanced-N 6205 (2.6.35)
Intel® Centrino® Ultimate-N 6300 (2.6.30)
Intel® Centrino® Advanced-N 6200 (2.6.30)
Intel® Centrino® Wireless-N 1000 (2.6.30)
Intel® Wireless WiFi 5150AGN (2.6.29)
Intel® Wireless WiFi 5100AGN, 5300AGN, and 5350AGN (2.6.27)

I did remove a few models that I have found or heard to have issues
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wireless driver problem on a 10 yrs old VAIO with Linksy

Post by JeremyB »

I saw your post on ubuntuforums, this is how to install the graphical version of ndiswrapper

Code: Select all

sudo apt-get install ndisgtk ndiswrapper-dkms dkms linux-headers-generic build-essential
Hopefully it all downloads fine, then

Code: Select all

sudo ndisgtk
Select install new driver from the graphical version and select the .inf file from the drivers you have downloaded and see how it goes
Hugoo

Re: wireless driver problem on a 10 yrs old VAIO with Linksy

Post by Hugoo »

Running Ndiswrapper solved the problem. I can now get connected by Wi-Fi.

Thank you so much !
JeremyB
Level 21
Level 21
Posts: 13880
Joined: Fri Feb 21, 2014 8:17 am

Re: wireless driver problem on a 10 yrs old VAIO with Linksy

Post by JeremyB »

Hugoo wrote:Running Ndiswrapper solved the problem. I can now get connected by Wi-Fi.

Thank you so much !
I don't like recommending ndiswrapper because it is almost impossible to troubleshoot if there are issues
Locked

Return to “Networking”