Laptops :: PCMCIA don't work



Quote (Pete @ July 15 2006,11:01)
Quote (roberts @ July 14 2006,18:36)
Does the boot option pci=assign-busses help?

Hi,

I tried to put that line "pci=assign-busses" in
/etc/lilo.conf, ran lilo but it doesn't work. Could
you be more specific as to how to try this out?

cheers,
P

Ok,

I managed to find out how to get LILO to accept the
prompt and tried booting with the optionb pci=assing-busses.
No error is generated, but no internet access either.
I also note that I cant turn the ethernet service down...
"device or resource busy"...

Try booting with the nopcmcia boot option then when the system is up try

sudo modprobe pcmcia_core
sudo modprobe tcic
sudo modprobe ds
cardmgr

if everything goes well shut down X and see if you get the lost interupt.  If not start X and try the
sudo modprobe axnet_cs

Also what errors do you get with the i82365 modprobe attempt?

Quote (brianw @ July 17 2006,15:37)
Try booting with the nopcmcia boot option then when the system is up try

sudo modprobe pcmcia_core
sudo modprobe tcic
sudo modprobe ds
cardmgr

Unfortunately, all the commands below return errors:

sudo modprobe tcic
sudo modprobe ds

sudo modprobe axnet_cs

----------------------------

init_module: no such device
insmod ... failed

Check that you do not have IRQ conflicts.
At a system prompt

dmesg | grep irq

Many times a conflict at irq 11 will show up.
Then either the card won't work or will be very very slow.
If so, then see if you can disable or assign via bios.

Quote (roberts @ July 21 2006,15:56)
Check that you do not have IRQ conflicts.
At a system prompt

dmesg | grep irq

Many times a conflict at irq 11 will show up.

Again, thaks for your suggestion, but I don't think there is
such a conflict. The result of "dmesg | grep irq" is:


Piccolo: not 100% native mode: will probe irqs later
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
PCI: No IRQ known for interrupt pin A of device 00:13.0. Please try using pci=biosirq.
PCI: No IRQ known for interrupt pin B of device 00:13.1. Please try using pci=biosirq.
Yenta ISA IRQ mask 0x0eb8, PCI irq 0
Yenta ISA IRQ mask 0x0eb8, PCI irq 0
PCI: No IRQ known for interrupt pin A of device 14:00.0. Please try using pci=biosirq.
PCI: No IRQ known for interrupt pin A of device 14:00.0. Please try using pci=biosirq.
ttyS00 at 0x03f8 (irq = 4) is a 16550A
parport0: irq 7 detected
ttyS14 at 0x1c00 (irq = 3) is a Lucent Modem

Next Page...
original here.