edmastro
Group: Members
Posts: 2
Joined: Jan. 2007 |
|
Posted: Jan. 08 2007,22:14 |
|
Thanks for the info, Chris!
I got things to work out, and in case anyone else runs into this problem, here is how I solved it.
I found another website where a guy was trying to install a Debian-based Linux distro on a newer Dell machine and to get wireless to work via PCMCIA. I followed what he did and this is what I ended up with.
Edit /etc/pcmcia/config.opts file to not include port 0x800-0x8ff. It should look like this:
Code Sample | #include port 0x100-0x4ff , port 0x800-0x8ff, port 0xc00-0xcff include port 0x100-0x4ff, port 0xc00-0xcff include memory 0xc000-0xfffff include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
include port 0xa00-0xaff
exclude irq 4 exclude irq 7
|
Then, I edited /etc/default/pcmcia so that it looks like this:
Code Sample | PCMCIA=yes PCIC=i82365 PCIC_OPTS=do_scan=0 CORE_OPTS= CARDMGR_OPTS=-f
|
I then rebooted with PCMCIA hardware detection (switched on by default) and it DIDN'T freeze when trying to run cardmgr!!
Now I just have to figure out how to load a driver... (I am definitely a noob )
Hope that helps!!
|