In message: <45296307.4060309@protected-networks.net>
Michael Butler <imb@protected-networks.net>
writes:> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I wrote:
> > Any ideas how I might be able to get this card recognized, or better,
to
> > function? ;-)
> >
> > Oct 6 10:17:37 toshi kernel: pccard0: <unknown card>
> > (manufacturer=0xffffffff, product=0xffffffff, function_type=2)
> > at function 0
> > Oct 6 10:17:37 toshi kernel: pccard0: CIS info: Bluetooth BT0100M,
,
>
> With advice from SAITOU Toshihide, setting some debug options seems to
> say that it looks just like a (fancy) serial port .. so .. what needs to
> be done now to make it work?
>
> Oct 8 16:37:52 toshi sudo: imb : TTY=ttyp1 ; PWD=/usr/home/imb ;
> USER=root ; COMMAND=/sbin/sysctl hw.pccard.cis_debug=1 hw.pccard.debug=1
> Oct 8 16:38:05 toshi kernel: pccard0: chip_socket_enable
> Oct 8 16:38:05 toshi kernel: pccard0: read_cis
> Oct 8 16:38:05 toshi kernel: cis mem map 0xe6d80000 (resource: 0xdc010000)
> Oct 8 16:38:05 toshi kernel: pccard0: CIS tuple chain:
> Oct 8 16:38:05 toshi kernel: CISTPL_DEVICE type=null speed=null
> Oct 8 16:38:05 toshi kernel: 01 03 00 00 ff
> Oct 8 16:38:05 toshi kernel: CISTPL_VERS_1
> Oct 8 16:38:05 toshi kernel: 15 17 01 01 42 6c 75 65 74 6f 6f 74 68 20
> 42 54
> Oct 8 16:38:05 toshi kernel: 30 31 30 30 4d 00 00 00 ff
> Oct 8 16:38:05 toshi kernel: CISTPL_FUNCID
> Oct 8 16:38:05 toshi kernel: 21 02 02 01
> Oct 8 16:38:05 toshi kernel: CISTPL_CONFIG
> Oct 8 16:38:05 toshi kernel: 1a 05 01 03 00 01 01
> Oct 8 16:38:05 toshi kernel: CISTPL_CFTABLE_ENTRY
> Oct 8 16:38:05 toshi kernel: 1b 12 c1 81 19 07 b5 1e b5 0e b5 2f aa 60
> f8 02
> Oct 8 16:38:05 toshi kernel: 07 30 b8 9e
> Oct 8 16:38:05 toshi kernel: CISTPL_CFTABLE_ENTRY
> Oct 8 16:38:05 toshi kernel: 1b 07 02 08 aa 60 e8 02 07
> Oct 8 16:38:05 toshi kernel: CISTPL_CFTABLE_ENTRY
> Oct 8 16:38:05 toshi kernel: 1b 07 03 08 aa 60 e8 03 07
> Oct 8 16:38:05 toshi kernel: unhandled CISTPL 14
> Oct 8 16:38:05 toshi kernel: CISTPL_NO_LINK
> Oct 8 16:38:05 toshi kernel: 14 00
> Oct 8 16:38:05 toshi kernel: CISTPL_END
> Oct 8 16:38:05 toshi kernel: ff
> Oct 8 16:38:05 toshi kernel: pccard0: check_cis_quirks
> Oct 8 16:38:05 toshi kernel: pccard0: CIS version unknown (major=1,
> minor=1)
> Oct 8 16:38:05 toshi kernel: pccard0: CIS info: Bluetooth BT0100M, ,
> Oct 8 16:38:05 toshi kernel: pccard0: Manufacturer code 0xffffffff,
> product 0xffffffff
> Oct 8 16:38:05 toshi kernel: pccard0: function 0: serial port, ccr addr
> 100 mask 1
> Oct 8 16:38:05 toshi kernel: pccard0: function 0, config table entry 1:
> I/O card; irq mask 9eb8; iomask a, iospace 2f8-2ff; mwait_required io8
> irqlevel
> Oct 8 16:38:05 toshi kernel: pccard0: function 0, config table entry 2:
> I/O card; irq mask 9eb8; iomask a, iospace 2e8-2ef; mwait_required io8
> irqlevel
> Oct 8 16:38:05 toshi kernel: pccard0: function 0, config table entry 3:
> I/O card; irq mask 9eb8; iomask a, iospace 3e8-3ef; mwait_required io8
> irqlevel
> Oct 8 16:38:05 toshi kernel: pccard0: functions scanning
> Oct 8 16:38:05 toshi kernel: pccard0: Card has 1 functions. pccard_mfc is
0
> Oct 8 16:38:05 toshi kernel: pccard0: I/O rid 0 start 2f8 end 2ff
> Oct 8 16:38:05 toshi kernel: pccard0: ccr_res == dc008000-dc0083ff,
> base=100
> Oct 8 16:38:05 toshi kernel: pccard0: function 0 CCR at 0 offset 100:
> 41 41 41 41, 41 41 41 41, 41
> Oct 8 16:38:05 toshi kernel: pccard0: <unknown card>
> (manufacturer=0xffffffff, product=0xffffffff, function_type=2) at function
0
> Oct 8 16:38:05 toshi kernel: pccard0: CIS info: Bluetooth BT0100M, ,
Probably these CISTPL_CFTABLE_ENTRY are fine, so it can be
able to use as sio. But I forget how to recognize like this
case..., pccard.conf?
# maybe wrong
# Bluetooth BT0100M
card "*" "*" "Bluetooth BT0100M"
config auto "sio" ?
SAITOU Toshihide