Please Help

Longman, Bill yellowdog-newbie@lists.terrasoftsolutions.com
Fri, 15 Aug 2003 10:35:14 -0700


> For the past couple of weeks, I have been trying to get my 
> Netgear WiFi 
> PCMCIA card installed on my Titanium Powerbook with YD3.
> 
> I have done the following:
> 
> -Changed the config file to use 'yenta_socket' and 'PCMCIA=yes'
> 
> -When the network device config and added a wireless network 
> device with the 
> Lucent Orinoco/Prism II-based device.
> 
> When Linux rebooted, it said that the PCMCIA loaded 'OK', but 
> when it boots 
> up and I put in the card, nothing happens.
> 
> Is there something I need to add to the Resource section of 
> the Device add 
> thing? Am I missing something?

Ya know, Dan, this is the same problem I have on my PB. It's a pain. I've
figured it out and I have even slightly automated it. Here's my
"pcmcia_start" script:

#!/bin/sh
modprobe pcmcia_core
modprobe yenta_socket
modprobe ds
exec service pcmcia start

Every time I ran "service pcmcia start" by itself, I get an error that
pcmcia_core can't be found. But if I run "modprobe pcmcia_core" on the
command line, it works fine! I just put all these in the script and things
seem to work. That is, I can get pcmcia to work okay. I'm still having
trouble getting orinoco to load. [It's not working for me now because I'm
getting an "unable to map card memory!" error from cs. This is a totally
different problem, I believe.]

See if loading the modules by hands before you start pcmcia has any benefit.