| View previous topic :: View next topic |
| Author |
Message |
ddc Guru

Joined: 29 Aug 2006 Posts: 452
|
Posted: Tue Oct 16, 2007 4:46 pm Post subject: pcmcia doesnot work with powerbook G4-15" 1.6Ghz [solve |
|
|
hi,
i'm not able to set the pcmcia to work with powerbook G4 1.6Ghz 15"
i had success in pcmcia, setting /etc/pcmcia/config.opt
for these two machines
| Code: |
#Powerbook Pismo tested with pcmcia-uard: working
include port 0x100-0x4ff, port 0x1000-0x17ff
include memory 0x80000000-0x80ffffff
|
| Code: |
#Powerbook G3 lombard tested with pcmcia-uart: working
include port 0x1000-0x1fff
include memory 0x90000000-0x90ffffff
|
does somebody successfully set the pcmcia for the powerbook 1.6Ghz 15" ?
any idea ?
Last edited by ddc on Sun Feb 17, 2008 4:31 pm; edited 2 times in total |
|
| Back to top |
|
 |
JoseJX Developer

Joined: 28 Apr 2002 Posts: 2620
|
Posted: Wed Oct 17, 2007 2:25 pm Post subject: |
|
|
With 32 bit cardbus cards, it should work correctly without modifying this file (and does on my PB G4 1.67 17"). Unfortunately, I don't have any 16 bit cards to test, but you could try:
| Code: |
include port 0x800-0x8ff
include memory 0x80080000-0x80ffffff
|
_________________ Gentoo PPC FAQ: http://www.gentoo.org/doc/en/gentoo-ppc-faq.xml |
|
| Back to top |
|
 |
ddc Guru

Joined: 29 Aug 2006 Posts: 452
|
Posted: Sat Oct 27, 2007 5:24 pm Post subject: |
|
|
it doesn't work on pb-G4 1.6Gh with my 16bit card (it is RS232 pcmcia 16bit/5V interface)
it works on my pb-G3 (pismo/lombard)
does somebody use "mercury pcmcia RS232 interface" ?
it is a 32bit/3.3V pcmcia card, i don't know if to buy or not ...
... i mean if it will work |
|
| Back to top |
|
 |
ddc Guru

Joined: 29 Aug 2006 Posts: 452
|
Posted: Fri Feb 15, 2008 12:32 pm Post subject: |
|
|
still having this issues
| Quote: |
Yenta: CardBus bridge found at 0001:10:14.0 [0000:0000]
PCI: Bus 17, cardbus bridge: 0001:10:14.0
IO window: 00001000-000011ff
IO window: 00001400-000015ff
PREFETCH window: 90000000-9fffffff
MEM window: f3000000-f33fffff
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0001:10:14.0, mfunc 0x00001002, devctl 0x60
Yenta: ISA IRQ mask 0x0000, PCI irq 53
Socket status: 30000410
pcmcia: parent PCI bridge I/O window: 0x0 - 0x7fffff
pcmcia: parent PCI bridge Memory window: 0xf3000000 - 0xf3ffffff
pcmcia: parent PCI bridge Memory window: 0x80000000 - 0xafffffff
pccard: PCMCIA card inserted into slot 0
cs: memory probe 0x80000000-0xafffffff: excluding 0x80000000-0x807fffff 0x90000000-0xa07fffff
cs: memory probe 0xf3000000-0xf3ffffff: excluding 0xf3000000-0xf33fffff
pcmcia: registering new device pcmcia0.0
ds: ds_open(socket 0)
pcmcia: Detected deprecated PCMCIA ioctl usage from process: cardmgr.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
ds: ds_open(socket 1)
ds: ds_open(socket 1)
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
pcmcia_resource: pcmcia_socket0: odd IO request: base 0x3f8 align 0x100
pcmcia: request for exclusive IRQ could not be fulfilled.
pcmcia: the driver needs updating to supported shared IRQ lines.
ttyS0: detected caps 00000700 should be 00000100
0.0: ttyS0 at I/O 0x400 (irq = 53) is a 16C950/954
|
/etc/init.d/pcmcia start
cardmgr: watching 1 socket
cardmgr: could not adjust resourses: IO port 0x800-0x8ff: Input/output error
cardmgr: could not adjust resourses: memory 0x80080000-0x80ffffff
any idea ? |
|
| Back to top |
|
 |
ddc Guru

Joined: 29 Aug 2006 Posts: 452
|
Posted: Sun Feb 17, 2008 4:30 pm Post subject: |
|
|
about the aluminium pcmcia issue:
i patched my kernel 2.6.23 for the pcmciautils, and the pcmcia-uart-16bit card seems to work properly
the 2.6.23 + pcmciautils patch seems to be the only working kernel about 16bit pcmcia cards
solved ? it may be |
|
| Back to top |
|
 |
|