View previous topic :: View next topic |
Author |
Message |
imageek Tux's lil' helper
Joined: 29 Aug 2002 Posts: 77 Location: Richardson, TX
|
Posted: Fri Jul 25, 2003 9:35 pm Post subject: pcmcia: orinoco_cs cant bind to socket. |
|
|
I am having some problems getting my network adapter to work after i reloaded the OS on my laptop. I am fairly positive that i have correctly compiled my kernel and installed the pcmcia-cs package. Running kernel 2.4.20 (gentoo-sources) and pcmcia-cs 3.2.4 with the orinoco patch. When pcmcia services start up i get a high beep then a low one and it tells me it is watching 3 sockets. I have done searches in forums and lists and on google to try to find anything about the errors i am getting, but i cant figure it out. Hopefully someone here can. Here is the output of dmesg then the tail on /var/log/syslog (repsectively).
Code: |
Linux PCMCIA Card Services 3.2.4
kernel build: 2.4.20-gentoo-r5-25Jul2003 #1 Fri Jul 25 11:21:33 CDT 2003
options: [pci] [cardbus] [apm]
Intel ISA/PCI/CardBus PCIC probe:
PCI: Found IRQ 11 for device 02:01.0
PCI: Sharing IRQ 11 with 02:01.1
PCI: Found IRQ 11 for device 02:01.1
PCI: Sharing IRQ 11 with 02:01.0
TI 1420 rev 00 PCI-to-CardBus at slot 02:01, mem 0x20001000
host opts [0]: [ring] [pci + serial irq] [pci irq 11] [lat 32/32] [bus 3/6]
host opts [1]: [ring] [pci + serial irq] [pci irq 11] [lat 32/32] [bus 7/10]
ISA irqs (scanned) = 3,4,5,7,9,10 PCI status changes
PCI: Found IRQ 11 for device 02:03.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
TI 1410 rev 01 PCI-to-CardBus at slot 02:03, mem 0x20003000
host opts [0]: [pci only] [pci irq 11] [lat 32/176] [bus 11/14]
PCI card interrupts, PCI status changes
cs: memory probe 0xa0000000-0xa0ffffff: clean.
hermes.c: 4 Dec 2002 David Gibson <hermes@gibson.dropbear.id.au>
orinoco.c 0.13b (David Gibson <hermes@gibson.dropbear.id.au> and others)
orinoco_cs.c 0.13b (David Gibson <hermes@gibson.dropbear.id.au> and others)
Jul 25 12:50:04 localhost cardmgr[1035]: executing: 'modprobe -r orinoco_cs'
Jul 25 12:50:05 localhost cardmgr[1035]: exiting
Jul 25 12:50:05 localhost kernel: unloading PCMCIA Card Services
Jul 25 12:50:06 localhost kernel: Linux PCMCIA Card Services 3.2.4
Jul 25 12:50:06 localhost kernel: kernel build: 2.4.20-gentoo-r5-25Jul2003 #1 Fri Jul 25 11:21:33 CDT 2003
Jul 25 12:50:06 localhost kernel: options: [pci] [cardbus] [apm]
Jul 25 12:50:06 localhost kernel: Intel ISA/PCI/CardBus PCIC probe:
Jul 25 12:50:06 localhost kernel: PCI: Found IRQ 11 for device 02:01.0
Jul 25 12:50:06 localhost kernel: PCI: Sharing IRQ 11 with 02:01.1
Jul 25 12:50:06 localhost kernel: PCI: Found IRQ 11 for device 02:01.1
Jul 25 12:50:06 localhost kernel: PCI: Sharing IRQ 11 with 02:01.0
Jul 25 12:50:06 localhost kernel: TI 1420 rev 00 PCI-to-CardBus at slot 02:01, mem 0x20001000
Jul 25 12:50:06 localhost kernel: host opts [0]: [ring] [pci + serial irq] [pci irq 11] [lat 32/32] [bus 3/6]
Jul 25 12:50:06 localhost kernel: host opts [1]: [ring] [pci + serial irq] [pci irq 11] [lat 32/32] [bus 7/10]
Jul 25 12:50:06 localhost kernel: ISA irqs (scanned) = 3,4,5,7,9,10 PCI status changes
Jul 25 12:50:06 localhost kernel: PCI: Found IRQ 11 for device 02:03.0
Jul 25 12:50:06 localhost kernel: PCI: Sharing IRQ 11 with 00:1f.5
Jul 25 12:50:06 localhost kernel: PCI: Sharing IRQ 11 with 00:1f.6
Jul 25 12:50:06 localhost kernel: TI 1410 rev 01 PCI-to-CardBus at slot 02:03, mem 0x20003000
Jul 25 12:50:06 localhost kernel: host opts [0]: [pci only] [pci irq 11] [lat 32/176] [bus 11/14]
Jul 25 12:50:06 localhost kernel: PCI card interrupts, PCI status changes
Jul 25 12:50:06 localhost cardmgr[8774]: watching 3 sockets
Jul 25 12:50:06 localhost cardmgr[8774]: starting, version is 3.2.4
Jul 25 12:50:06 localhost cardmgr[8774]: socket 2: Intersil PRISM2 11 Mbps Wireless Adapter
Jul 25 12:50:06 localhost kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Jul 25 12:50:07 localhost cardmgr[8774]: executing: 'modprobe orinoco_cs'
Jul 25 12:50:07 localhost kernel: hermes.c: 4 Dec 2002 David Gibson <hermes@gibson.dropbear.id.au>
Jul 25 12:50:07 localhost kernel: orinoco.c 0.13b (David Gibson <hermes@gibson.dropbear.id.au> and others)
Jul 25 12:50:07 localhost kernel: orinoco_cs.c 0.13b (David Gibson <hermes@gibson.dropbear.id.au> and others)
Jul 25 12:50:07 localhost cardmgr[8774]: bind 'orinoco_cs' to socket 2 failed: Operation not permitted |
|
|
Back to top |
|
|
sKewlBoy Guru
Joined: 03 Nov 2002 Posts: 406 Location: Portugal
|
Posted: Sat Jul 26, 2003 12:16 pm Post subject: |
|
|
you have 3 pcmcia slots ? nice...
well, I dont really know how to help you, but you could try pcmcia-cs-drivers insted of the ones in the kernel... |
|
Back to top |
|
|
imageek Tux's lil' helper
Joined: 29 Aug 2002 Posts: 77 Location: Richardson, TX
|
Posted: Sat Jul 26, 2003 1:00 pm Post subject: |
|
|
those are the drivers that i am using. the ones from the pcmcia-cs package. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|