LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Slackware: PCMCIA wireless card problem (https://www.linuxquestions.org/questions/linux-newbie-8/slackware-pcmcia-wireless-card-problem-457896/)

Wirt 06-24-2006 12:47 PM

Slackware: PCMCIA wireless card problem
 
I have an IBM thinkpad iSeries 1300. I've installed Slackware on it, and now I'm trying to get a wireless connection to work. I have a Netgear WG511v2 PCMCIA card and when I plug it in there does not seem to be any power. How do I enable my card?:Pengy:

cwwilson721 06-24-2006 02:47 PM

Post the results of the following as root:
Code:

lspci
That will tell us the real chipset in there. We can get you going from there

rickh 06-24-2006 04:11 PM

There are two WG511 v2 cards ... One Made in China uses Marvell chipset (Forget it. You can't make it work.) The other one is made in Taiwan. Uses Prism54 (Piece of cake.)

Wirt 06-24-2006 06:28 PM

Here is the result from lspci:

00:00.0 Host bridge: Intel Corporation 82440MX Host Bridge (rev 01)
00:00.1 Multimedia audio controller: Intel Corporation 82440MX AC'97 Audio Controller
00:00.2 Modem: Intel Corporation 82440MX AC'97 Modem Controller
00:02.0 VGA compatible controller: Silicon Motion, Inc. SM712 LynxEM+ (rev a0)
00:03.0 CardBus bridge: O2 Micro, Inc. OZ6812 CardBus Controller (rev 05)
00:06.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 08)
00:07.0 ISA bridge: Intel Corporation 82440MX ISA Bridge (rev 01)
00:07.1 IDE interface: Intel Corporation 82440MX EIDE Controller
00:07.2 USB Controller: Intel Corporation 82440MX USB Universal Host Controller
00:07.3 Bridge: Intel Corporation 82440MX Power Management Controller
01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)

cwwilson721 06-24-2006 06:58 PM

Oops.

Quote:

01:00.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
Yep. You got the Marvell.

However, I'm not as pessimistic about getting it to work.

Look at this thread

Wirt 06-24-2006 10:17 PM

I checked out the thread. I downloaded ndiswrapper, but I can't seem to install it.:scratch:
These are the instructions that came with it:

Download the latest version of the ndiswrapper sources from here and
extract it with the command

tar zxvf ndiswrapper-version.tar.gz

This will create ndiswrapper-version directory. Change to that
directory and run

make uninstall
make

Login as root and run
make install

I extracted the folder and got ndiswrapper-1.18. after that life got hard:mad:

cwwilson721 06-24-2006 11:15 PM

Then type these commands:
Code:

cd ndiswrapper-1.18
make uninstall
make
su
**root password**
make install


Wirt 06-25-2006 01:30 AM

All right!! I checked out a couple of other threads and it seemed that an older version of ndiswrapper would be more stable for me:study: . I downloaded 1.14 and with your helpful advice I got it installed.:D I ended up using the Win 98 drivers off of the CD. IT WORKS! Now I need to figure out how to get it to load at boot time.

For now I have to type-

modprobe ndiswrapper

-to get it to start.

Thanks!!

cwwilson721 06-25-2006 01:37 AM

cool

You can add the line (EDITED)
Code:

/sbin/modprobe ndiswrapper
to /etc/rc.d/rc.modules

That should take care of it.

And while you're at it, edit /etc/rc.d/rc.inet1.conf for your wireless settings.

One other thing:

There is an AWSOME Slackware forum here at LQ:

http://www.linuxquestions.org/questi...splay.php?f=14

You can get quick and accurate answers to your Slackware questions there.

And Welcome to Slackware!

Nylex 06-25-2006 01:50 AM

It should just be /sbin/modprobe, shouldn't it (unless there's a soft link in /usr/sbin)?

cwwilson721 06-25-2006 01:54 AM

You are correct. I was working off of 'memory', which is defined as:

Recollections, usually wrong, that has no basis in reality. You remember being hit by the baseball at 90 MPH, but you still go to the plate...

Wirt 06-25-2006 11:29 AM

Thanks again! I've got it to load at boot.

cwwilson721 06-25-2006 12:01 PM

Cool.

Now learn more, and help others.


All times are GMT -5. The time now is 11:55 AM.