Date: Sat, 25 Dec 1999 20:19:00 +0100 From: Ollivier Robert <roberto@keltia.freenix.fr> To: FreeBSD mobile Mailing List <mobile@freebsd.org> Subject: PCMCIA modem Toshiba not working [3.3-STABLE] Message-ID: <19991225201859.A40332@keltia.freenix.fr>
index | next in thread | raw e-mail
I have some trouble making my laptop (Sony VAIO Z505SX) recognise my Toshiba
modem. It is one called SlimV90 and it always fails with "driver allocation
failed for TOSHIBA". Any idea ?
Here is the pccard.conf entry I use:
-=-=-
# Generally available IO ports
io 0x240-0x360 0x3e8 0x2e8
# Generally available IRQs (Built-in sound-card owners remove 5)
irq 3 4 5 10 11 13
# Available memory slots
memory 0xd4000 96k
[...]
# 3Com/USR/Toshiba SLIMV90
card "TOSHIBA" "SLIMV90"
config 0x3 "sio2" ?
insert echo Toshiba PCMCIA V90 modem inserted
remove echo Toshiba PCMCIA V90 modem removed
-=-=-
and here is the output of dumpcis:
-=-=-
Configuration data for card in slot 0
Tuple #1, code = 0x1 (Common memory descriptor), length = 3
000: d1 00 ff
Common memory device information:
Device number 1, type Function specific, WPS = OFF
Speed = 250nS, Memory block size = 512b, 1 units
Tuple #2, code = 0x17 (Attribute memory descriptor), length = 3
000: 61 08 ff
Attribute memory device information:
Device number 1, type SRAM, WPS = OFF
Speed = 250nS, Memory block size = 512b, 2 units
Tuple #3, code = 0x15 (Version 1 info), length = 42
000: 04 01 54 4f 53 48 49 42 41 00 53 4c 49 4d 56 39
010: 30 00 52 45 56 23 31 20 30 00 34 54 31 32 39 30
020: 30 30 30 30 30 4c 58 58 00 ff
Version = 4.1, Manuf = [TOSHIBA],card vers = [SLIMV90]
Addit. info = [REV#1 0],[4T129000000LXX]
Tuple #4, code = 0x20 (Manufacturer ID), length = 4
000: ff ff 01 01
PCMCIA ID = 0xffff, OEM ID = 0x101
Tuple #5, code = 0x21 (Functional ID), length = 2
000: 02 00
Serial port/modem
Tuple #6, code = 0x22 (Functional EXT), length = 4
000: 00 02 0f 5c
Serial interface extension:
16550 UART, Parity - Space,Mark,Odd,Even,
Tuple #7, code = 0x22 (Functional EXT), length = 9
000: 05 1f 0f 00 02 00 00 02 00
Modem interface capabilities:
Tuple #8, code = 0x22 (Functional EXT), length = 9
000: 06 1f 0f 00 30 00 00 30 00
Modem interface capabilities:
Tuple #9, code = 0x22 (Functional EXT), length = 13
000: 02 0c 00 3f 1c 03 03 0f 07 00 01 b5 ff
Data modem services available:
Tuple #10, code = 0x22 (Functional EXT), length = 9
000: 13 01 00 1f 00 7a 00 b5 ff
Tuple #11, code = 0x22 (Functional EXT), length = 8
000: 23 01 00 1f 00 00 00 b5
Tuple #12, code = 0x1a (Configuration map), length = 5
000: 01 04 e0 07 07
Reg len = 2, config register addr = 0x7e0, last config = 0x4
Registers: XXX-----
Tuple #13, code = 0x1b (Configuration entry), length = 23
000: c1 81 7d 78 2d 26 36 2d e8 14 5f aa 60 f8 03 07
010: b0 bc 86 48 10 f0 ff
Config index = 0x1(default)
Interface byte = 0x81 (I/O) wait signal supported
Vcc pwr:
Continuous supply current: 2.5 x 10mA
Max current average over 1 second: 2 x 100mA
Max current average over 10 ms: 3 x 100mA
Power down supply current: 2.5 x 10mA
Wait scale Speed = 1.2 x 10 us
RDY/BSY scale Speed = 1.2 x 10 us, scaled by 100
Card decodes 20 address lines
IRQ modes:
IRQs: BERR 2 4 8 9 10 11 12 14
Memory descriptor 1
card addr = 0xb00703f800
Tuple #14, code = 0x1b (Configuration entry), length = 7
000: 02 08 aa 60 f8 02 07
Config index = 0x2
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x2f8 block length = 0x8
Tuple #15, code = 0x1b (Configuration entry), length = 7
000: 03 08 aa 60 e8 03 07
Config index = 0x3
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x3e8 block length = 0x8
Tuple #16, code = 0x1b (Configuration entry), length = 7
000: 04 08 aa 60 e8 02 07
Config index = 0x4
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block start = 0x2e8 block length = 0x8
Tuple #17, code = 0x1b (Configuration entry), length = 5
000: 05 08 aa 40 07
Config index = 0x5
Card decodes 10 address lines, 8 Bit I/O only
I/O address # 1: block length = 0x8
Tuple #18, code = 0xff (Terminator), length = 83
000: 4c 49 4d 56 39 30 20 50 53 54 4e 2f 49 53 44 4e
010: 20 44 61 74 61 2f 46 61 78 20 28 43 29 20 54 6f
020: 73 68 69 62 61 20 53 59 53 54 45 4d 53 20 46 72
030: 00 0c 58 2c 94 48 10 2a 01 02 28 28 e0 93 02 04
040: 08 06 08 86 38 05 88 00 64 86 42 05 00 03 4c 46
050: 0e bc 84
1 slots found
-=-=-
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #75: Tue Nov 2 21:03:12 CET 1999
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991225201859.A40332>
