WAN not available for configuration

Hi! I'm having problems in configuring my Wireless PCMCIA card on Mandrake 10. 1. I have a linksys WPC54G and I'm using ndiswrapper to install the windows drive under linux. Everything went fine till the moment I had to configure wan address.

Linux Hardware 765 This topic was started by ,



data/avatar/default/avatar08.webp

1 Posts
Location -
Joined 2005-11-08
Hi!
I'm having problems in configuring my Wireless PCMCIA card on Mandrake 10.1. I have a linksys WPC54G and I'm using ndiswrapper to install the windows drive under linux. Everything went fine till the moment I had to configure wan address. The problem is that the system doesn't recongnize any wan card. My lynksys card appears as Broadcom pci card and I don't know what to do now.
Does anyone can help me?
 
Thank you in advance.
Nino

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
You most likely need to set the pciid for the PCMCIA services.
 
Did you modprobe ndiswrapper to load the driver? Let us know what you have done so far.
 
Try to set the pciid on the card. I have some instructions that I used located on my web page here.
 

Quote:To check the manufacturer's ID of the card, run; 
cardctl info in a terminal, as root user. Mine returned the value;
 
MANFID = 0271,0012
 
Now make ndiswrapper use the pcmcia device with the -d command manufacturer's id;
 
ndiswrapper -d 0271:0012 net5211
 
Then load the ndiswrapper module with modprobe. Substitute my net5211 example with your Windows driver name.
 
Are you using the rpm for ndiswrapper or by source?
 
Are you using the Win XP driver with ndiswrapper?