Wireless PCMIA problems

2005-02-15 Thread Lars Hederidder
Hey, I have a 3Com 3CRSHPW_96 Wireless PCMIA card for my laptop. However I'm a newbie at using PCMIA cards on FreeBSD. BSD finds the card when I plug it in, but it doesn't show up when I use the ifconfig command. Can anyone help me with this problem, so I can get it up and running. The system

Re: Wireless PCMIA problems

2005-02-15 Thread Andrew L. Gould
On Tuesday 15 February 2005 10:40 am, Lars Hederidder wrote: Hey, I have a 3Com 3CRSHPW_96 Wireless PCMIA card for my laptop. However I'm a newbie at using PCMIA cards on FreeBSD. BSD finds the card when I plug it in, but it doesn't show up when I use the ifconfig command. Can anyone help

Re: Wireless PCMIA problems

2005-02-15 Thread Lars Hederidder
I've tryed to use the Windows driver, but it doesn't seem to work. I did the following: # cd /usr/src/sys/modules/ndis/ # make make install # cd ../if_ndis/ # cp /cdrom/driver/* ./ # ndiscvt -i ./netwpx96.inf -s ./wlpx96e.sys -o ndis_driver_data.h # make make install # kldload ndis # kldload

Re: Wireless PCMIA problems

2005-02-15 Thread Andrew L. Gould
On Tuesday 15 February 2005 01:06 pm, Lars Hederidder wrote: I've tryed to use the Windows driver, but it doesn't seem to work. I did the following: # cd /usr/src/sys/modules/ndis/ # make make install # cd ../if_ndis/ # cp /cdrom/driver/* ./ # ndiscvt -i ./netwpx96.inf -s ./wlpx96e.sys -o