linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
@ 2003-06-16  5:58 Michael Frank
  2003-06-16  7:10 ` Michael Frank
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Frank @ 2003-06-16  5:58 UTC (permalink / raw)
  To: linux-kernel

8250_cs loaded manually. Tested with generic modem

2.5.70-mm3 is OK:

Jun 16 13:50:02 mhfl2 kernel: Linux Kernel Card Services 3.1.22
Jun 16 13:50:02 mhfl2 kernel:   options:  [pci] [cardbus] [pm]
Jun 16 13:50:02 mhfl2 kernel: Intel PCIC probe: not found.
Jun 16 13:50:02 mhfl2 kernel: PCI: Enabling device 00:12.0 (0000 -> 0002)
Jun 16 13:50:02 mhfl2 kernel: Yenta IRQ list 0000, PCI irq5
Jun 16 13:50:02 mhfl2 kernel: Socket status: 30000007
Jun 16 13:50:03 mhfl2 cardmgr[3094]: watching 1 sockets
Jun 16 13:50:03 mhfl2 kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Jun 16 13:50:03 mhfl2 kernel: cs: IO port probe 0x0800-0x08ff: clean.
Jun 16 13:50:03 mhfl2 kernel: cs: IO port probe 0x0100-0x04ff: 
  excluding 0x1e0-0x1e7 0x3c0-0x3df 0x408-0x40f 0x480-0x48f 0x4d0-0x4d7
Jun 16 13:50:03 mhfl2 kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Jun 16 13:50:03 mhfl2 cardmgr[3095]: starting, version is 3.2.4
Jun 16 13:50:38 mhfl2 kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Jun 16 13:50:38 mhfl2 cardmgr[3095]: socket 0: Serial or Modem
Jun 16 13:50:38 mhfl2 cardmgr[3095]: executing: './serial start ttyS0'
Jun 16 13:50:38 mhfl2 kernel: ttyS0 at I/O 0x3f8 (irq = 5) is a 16550A

-----
2.5.71-mm1 Problem: does not init 

2.5.71-mm1 log

Jun 16 13:00:56 mhfl2 kernel: Linux Kernel Card Services 3.1.22
Jun 16 13:00:56 mhfl2 kernel:   options:  [pci] [cardbus] [pm]
Jun 16 13:00:57 mhfl2 kernel: Intel PCIC probe: not found.
Jun 16 13:00:57 mhfl2 kernel: Intel PCIC probe: not found.
Jun 16 13:02:58 mhfl2 kernel: PCI: Enabling device 00:12.0 (0000 -> 0002)
Jun 16 13:02:59 mhfl2 kernel: Yenta IRQ list 0000, PCI irq5
Jun 16 13:02:59 mhfl2 kernel: Socket status: 30000011

Socket status after removal and insertion of pcmcia modules:

Jun 16 13:06:59 mhfl2 kernel: Yenta IRQ list 0000, PCI irq5
Jun 16 13:06:59 mhfl2 kernel: Socket status: 30000007

Removing / inserting modem or other cards increases IRQ5 
interrupts, but no further messages in log.

$ cat /proc/interrupts
           CPU0
  0:     174005          XT-PIC  timer
  1:       3082          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  4:          0          XT-PIC  KGDB-stub
  5:         14          XT-PIC  Toshiba America Info ToPIC95 PCI to Cardb
  8:          0          XT-PIC  rtc
  9:        154          XT-PIC  acpi
 10:      16123          XT-PIC  eth0
 12:      29334          XT-PIC  i8042
 14:       6984          XT-PIC  ide0
NMI:          0
LOC:          0
ERR:          0
MIS:          0

$ lsmod

Module                  Size  Used by
8250_cs                 8152  0
ds                     13008  1 8250_cs
yenta                  13068  1
pcmcia_core            69632  3 8250_cs,ds,yenta
toshiba_acpi            6564  0
e100                   67576  0

$ lspci

00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge (rev 01)
00:00.1 RAM memory: Transmeta Corporation SDRAM controller
00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad
00:04.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 13)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 01)
00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
00:0e.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
00:11.0 Bridge: ALi Corporation M7101 PMU
00:12.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 32)
00:14.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)


Regards
Michael

-- 
Powered by linux-2.5.71-mm1, compiled with gcc-2.95-3 because it's rock solid
     
My current linux related activities in rough order of priority:
- Testing of Swsusp for 2.4
- Learning 2.5 kernel debugging with kgdb - it's in the -mm tree
- Studying 2.5 serial and ide drivers, ACPI, S3

The 2.5 kernel could use your usage. More info on setting up 2.5 kernel at 
http://www.codemonkey.org.uk/post-halloween-2.5.txt


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
  2003-06-16  5:58 2.5.71-mm1 PCMCIA Yenta socket nonfunctional Michael Frank
@ 2003-06-16  7:10 ` Michael Frank
  2003-06-16  7:25 ` Russell King
  2003-06-18  5:16 ` Michael Frank
  2 siblings, 0 replies; 7+ messages in thread
From: Michael Frank @ 2003-06-16  7:10 UTC (permalink / raw)
  To: linux-kernel

$ cardmgr -V
cardmgr version 3.2.4

Running card manager manually:

# cardmgr
cardmgr[2871]: no pcmcia driver in /proc/devices

# cat /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 29 fb
108 ppp
128 ptm
136 pts
202 cpu/msr
203 cpu/cpuid

Block devices:
  1 ramdisk
  3 ide0
  7 loop
 43 nbd

Regards
Michael

P.S. pls cc me


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
  2003-06-16  5:58 2.5.71-mm1 PCMCIA Yenta socket nonfunctional Michael Frank
  2003-06-16  7:10 ` Michael Frank
@ 2003-06-16  7:25 ` Russell King
  2003-06-16 10:48   ` Michael Frank
  2003-06-18  5:16 ` Michael Frank
  2 siblings, 1 reply; 7+ messages in thread
From: Russell King @ 2003-06-16  7:25 UTC (permalink / raw)
  To: Michael Frank; +Cc: linux-kernel

On Mon, Jun 16, 2003 at 01:58:30PM +0800, Michael Frank wrote:
> 2.5.71-mm1 Problem: does not init 

Could you check whether plain 2.5.71 (or 2.5.71-bkcurr) works?

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
  2003-06-16  7:25 ` Russell King
@ 2003-06-16 10:48   ` Michael Frank
  2003-06-21  3:31     ` Michael Frank
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Frank @ 2003-06-16 10:48 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel

On Monday 16 June 2003 15:25, Russell King wrote:
> On Mon, Jun 16, 2003 at 01:58:30PM +0800, Michael Frank wrote:
> > 2.5.71-mm1 Problem: does not init
>
> Could you check whether plain 2.5.71 (or 2.5.71-bkcurr) works?

2.5.71 had a compile problem - posted seperately
see 2.5.71 net/built-in.o : undefined reference to `register_cpu_notifier'

2.5.71 PCMCIA works, modem tested and now used to send this message, 
_but_ must start cardmgr manualy.

2.5.71 log

Jun 16 18:26:59 mhfl2 kernel: Linux Kernel Card Services 3.1.22
Jun 16 18:26:59 mhfl2 kernel:   options:  [pci] [cardbus] [pm]
Jun 16 18:26:59 mhfl2 kernel: Intel PCIC probe: not found.
Jun 16 18:26:59 mhfl2 kernel: Intel PCIC probe: not found.
Jun 16 18:28:24 mhfl2 kernel: PCI: Enabling device 00:12.0 (0000 -> 0002)
Jun 16 18:28:24 mhfl2 kernel: Yenta IRQ list 0000, PCI irq5
Jun 16 18:28:24 mhfl2 kernel: Socket status: 30000007
Jun 16 18:31:26 mhfl2 cardmgr[1988]: watching 1 sockets
Jun 16 18:31:26 mhfl2 kernel: cs: IO port probe 0x0c00-0x0cff: clean.
Jun 16 18:31:26 mhfl2 kernel: cs: IO port probe 0x0800-0x08ff: clean.
Jun 16 18:31:26 mhfl2 kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x1e0-0x1e7 0x3c0-0x3df 0x408-0x40f 0x480-0x48f 0x4d0-0x4d7
Jun 16 18:31:26 mhfl2 kernel: cs: IO port probe 0x0a00-0x0aff: clean.
Jun 16 18:31:26 mhfl2 cardmgr[1989]: starting, version is 3.2.4
Jun 16 18:31:26 mhfl2 kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Jun 16 18:31:26 mhfl2 cardmgr[1989]: socket 0: Serial or Modem
Jun 16 18:31:27 mhfl2 kernel: ttyS0 at I/O 0x3f8 (irq = 5) is a 16550A
Jun 16 18:31:27 mhfl2 cardmgr[1989]: executing: './serial start ttyS0'

2.5.71 devices:
$ cat /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 29 fb
108 ppp
128 ptm
136 pts
202 cpu/msr
203 cpu/cpuid
254 pcmcia

Block devices:
  1 ramdisk
  3 ide0
  7 loop
 43 nbd

pcmcia entry missing in -mm1 (see earlier msg)

Why must start cardmgr manualy now?

Regards
Michael

-- 
Powered by linux-2.5.71, compiled with gcc-2.95-3 because it's rock solid

My current linux related activities in rough order of priority:
- Testing of Swsusp for 2.4
- Learning 2.5 kernel debugging with kgdb - it's in the -mm tree
- Studying 2.5 serial and ide drivers, ACPI, S3

The 2.5 kernel could use your usage. More info on setting up 2.5 kernel at 
http://www.codemonkey.org.uk/post-halloween-2.5.txt


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
  2003-06-16  5:58 2.5.71-mm1 PCMCIA Yenta socket nonfunctional Michael Frank
  2003-06-16  7:10 ` Michael Frank
  2003-06-16  7:25 ` Russell King
@ 2003-06-18  5:16 ` Michael Frank
  2 siblings, 0 replies; 7+ messages in thread
From: Michael Frank @ 2003-06-18  5:16 UTC (permalink / raw)
  To: linux-kernel

Problem fixed in 2.5.72-mm1

Thank you

Regards
Michael

P.S. To: Russel King whose spam filter kills my mail

>On Monday 16 June 2003 19:05, Russell King wrote:
>2003-06-16 11:53:36 H=auth22.inet.co.th [203.150.14.104]
> sender verify fail for <mflt1@micrologica.com.hk>: response to "MAIL FROM:<>"
> from imail.micrologica.com.hk [203.161.231.81] was: 501 bogus mail from
>2003-06-16 11:53:36 H=auth22.inet.co.th [203.150.14.104]
> F=<mflt1@micrologica.com.hk> rejected RCPT <rmk@arm.linux.org.uk>:
> Sender verify failed

>Until your ISP resolves this problem, you will not be able to send me
>email.  Note that I'm copying your ISPs postmaster; neither they will
>be able to contact me until they have resolved the issue.

The IP's are correct and it is not an ISP config problem, 
travel and use local PPP access and local SMTP to send mail.
Fetch incoming mail from HK ISP, so the ISP sending mail 
never matches the ISP receiving the mail.

Regards
Michael


-- 
Powered by linux-2.5.72-mm1, compiled with gcc-2.95-3 because it's rock solid

My current linux related activities in rough order of priority:
- Testing of Swsusp for 2.4
- Learning 2.5 kernel debugging with kgdb - it's in the -mm tree
- Studying 2.5 serial and ide drivers, ACPI, S3

The 2.5 kernel could use your usage. More info on setting it up at
http://www.codemonkey.org.uk/post-halloween-2.5.txt



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
  2003-06-16 10:48   ` Michael Frank
@ 2003-06-21  3:31     ` Michael Frank
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Frank @ 2003-06-21  3:31 UTC (permalink / raw)
  To: linux-kernel

On Monday 16 June 2003 18:48, Michael Frank wrote:
>
> Why must start cardmgr manualy now?

Fixed in 2.5.72-mm2

Regards
Michael
-- 
Powered by linux-2.5.72-mm2, compiled with gcc-2.95-3 because it's rock solid

My current linux related activities in rough order of priority:
- Testing of Swsusp for 2.4
- Learning 2.5 kernel debugging with kgdb - it's in the -mm tree
- Studying 2.5 serial and ide drivers, ACPI, S3

The 2.5 kernel could use your usage. More info on setting it up at
http://www.codemonkey.org.uk/post-halloween-2.5.txt



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: 2.5.71-mm1 PCMCIA Yenta socket nonfunctional
       [not found]   ` <20030616110017$7e46@gated-at.bofh.it>
@ 2003-06-16 16:12     ` John Weber
  0 siblings, 0 replies; 7+ messages in thread
From: John Weber @ 2003-06-16 16:12 UTC (permalink / raw)
  To: Michael Frank; +Cc: linux-kernel

Michael Frank wrote:
>
>>Could you check whether plain 2.5.71 (or 2.5.71-bkcurr) works?
> 
> 
> 2.5.71 had a compile problem - posted seperately
> see 2.5.71 net/built-in.o : undefined reference to `register_cpu_notifier'

This has been fixed in the bk snapshots, so use 2.5.71-bkX.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-06-21  6:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-16  5:58 2.5.71-mm1 PCMCIA Yenta socket nonfunctional Michael Frank
2003-06-16  7:10 ` Michael Frank
2003-06-16  7:25 ` Russell King
2003-06-16 10:48   ` Michael Frank
2003-06-21  3:31     ` Michael Frank
2003-06-18  5:16 ` Michael Frank
     [not found] <20030616061004$261e@gated-at.bofh.it>
     [not found] ` <20030616073013$5824@gated-at.bofh.it>
     [not found]   ` <20030616110017$7e46@gated-at.bofh.it>
2003-06-16 16:12     ` John Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).