Re: Rik's t8sched patch breaks pcmcia

2000-09-15 Thread Rik van Riel

[my MTA wasn't very happy with that message, so I'm starting fresh]

Hi Joe,

My scheduler patch changes the task_struct a little bit.
That means you'll have to recompile your modules before
things will work...

regards,

Rik
--
"What you're running that piece of shit Gnome?!?!"
   -- Miguel de Icaza, UKUUG 2000

http://www.conectiva.com/   http://www.surriel.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Rik's t8sched patch breaks pcmcia

2000-09-15 Thread Joe Admin

--jho1yZJdad60DJr+
Content-Type: multipart/mixed; boundary*="ansi-x3-4-1968''OgqxwSJOaUobr8KG"
Content-Disposition: inline


--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset*=ansi-x3-4-1968''us-ascii
Content-Disposition: inline

1st of all, THANKS RIK!!! Both patches are a godsend. I won't run a
kernel w/out them. Your mojo's the best.

I've got a Toshiba Satellite 2715 PIII  500 laptop with 128 MB RAM,
running linux-2.4.0-test8 with
+ 2.4.0-t8-vmpatch2 and 2.4.0-t8-sched
+ reiserfs-3.6.14

Removing the sched patch from the mix makes cardmgr work. With the
sched patch in, I get the following: (Attatched is a recorded
session with output from lspci, /proc/cpuinfo, and everything that
cardmgr spewed to syslog)

starting, version is 3.1.20
watching 1 sockets
could not adjust resource: IO ports 0xc00-0xcff: Input/output error
could not adjust resource: IO ports 0x800-0x8ff: Input/output error
could not adjust resource: IO ports 0x100-0x4ff: Input/output error
could not adjust resource: memory 0xc-0xf: Input/output error
could not adjust resource: memory 0x6000-0x60ff: Input/output error
could not adjust resource: memory 0xa000-0xa0ff: Input/output error
could not adjust resource: IO ports 0xa00-0xaff: Input/output error
could not adjust resource: irq 4: Input/output error
could not adjust resource: irq 7: Input/output error
could not adjust resource: irq 12: Input/output error
initializing socket 0
socket 0: Anonymous Memory
executing: 'modprobe memory_cs'
+ modprobe: Can't locate module memory_cs
modprobe exited with status 255
module /lib/modules/2.4.0-test8-t8vmpatch2-reiserfs-t8sched/pcmcia/memory_cs.o not 
available
get dev info on socket 0 failed: Resource temporarily unavailable

-Shawn

 Your eyes are weary from staring at the CRT.  You feel sleepy.  Notice how
 restful it is to watch the cursor blink.  Close your eyes.  The opinions
 stated above are yours.  You cannot imagine why you ever felt otherwise.


--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset*=ansi-x3-4-1968''us-ascii
Content-Disposition: inline; filename*=ansi-x3-4-1968''session%2Etxt
Content-Transfer-Encoding: quoted-printable

Script started on Fri Sep 15 11:57:16 2000
bash-2.04#=20
bash-2.04#=20
bash-2.04#=20
bash-2.04# ps axf
  PID TTY  STAT   TIME COMMAND
1 ?S  0:00 init [S]  =20
2 ?SW 0:00 [kapmd]
3 ?SW 0:00 [kswapd]
4 ?SW 0:00 [kreclaimd]
5 ?SW 0:00 [kflushd]
6 ?SW 0:00 [kupdate]
7 ?SW 0:00 [CardBus Watcher]
8 ?SW 0:00 [CardBus Watcher]
9 ?SW 0:00 [khubd]
  174 tty1 S  0:00 init [S]  =20
  175 tty1 S  0:00  \_ /bin/sh
  191 tty1 S  0:00  \_ script
  192 tty1 S  0:00  \_ script
  193 pts/0S  0:00  \_ bash -i
  194 pts/0R  0:00  \_ ps axf
bash-2.04# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 1
cpu MHz : 497.561962
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
sep_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36=
 mmx fxsr xmm
bogomips: 992.87

bash-2.04# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (r=
ev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev=
 03)
00:05.0 Bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
00:05.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01)
00:05.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01)
00:05.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 03)
00:07.0 Communication controller: Lucent Microelectronics 56k WinModem (rev=
 01)
00:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus=
 Bridge with ZV Support (rev 20)
00:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus=
 Bridge with ZV Support (rev 20)
00:0c.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev =
10)
01:00.0 VGA compatible controller: Trident Microsystems Cyber 9525 (rev 49)
bash-2.04#=20
bash-2.04#=20
bash-2.04#=20
bash-2.04# /etc/rc.d/init.d/pcmcia start
Starting PCMCIA services: cardmgr.
starting, version is 3.1.20
watching 1 sockets
could not adjust resource: IO ports 0xc00-0xcff: Input/output error
could not adjust resource: IO ports 0x800-0x8ff: Input/output error
could not adjust resource: IO ports 0x100-0x4ff: Input/output error
could not adjust resource: memory 0xc-0xf: Input/output error
could not adjust resource: memory 0x6000-0x60ff: Input/output error
could not adjust resource: memory 0xa000-0xa0ff: Input/output error
could 

Rik's t8sched patch breaks pcmcia

2000-09-15 Thread Joe Admin

--jho1yZJdad60DJr+
Content-Type: multipart/mixed; boundary*="ansi-x3-4-1968''OgqxwSJOaUobr8KG"
Content-Disposition: inline


--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset*=ansi-x3-4-1968''us-ascii
Content-Disposition: inline

1st of all, THANKS RIK!!! Both patches are a godsend. I won't run a
kernel w/out them. Your mojo's the best.

I've got a Toshiba Satellite 2715 PIII  500 laptop with 128 MB RAM,
running linux-2.4.0-test8 with
+ 2.4.0-t8-vmpatch2 and 2.4.0-t8-sched
+ reiserfs-3.6.14

Removing the sched patch from the mix makes cardmgr work. With the
sched patch in, I get the following: (Attatched is a recorded
session with output from lspci, /proc/cpuinfo, and everything that
cardmgr spewed to syslog)

starting, version is 3.1.20
watching 1 sockets
could not adjust resource: IO ports 0xc00-0xcff: Input/output error
could not adjust resource: IO ports 0x800-0x8ff: Input/output error
could not adjust resource: IO ports 0x100-0x4ff: Input/output error
could not adjust resource: memory 0xc-0xf: Input/output error
could not adjust resource: memory 0x6000-0x60ff: Input/output error
could not adjust resource: memory 0xa000-0xa0ff: Input/output error
could not adjust resource: IO ports 0xa00-0xaff: Input/output error
could not adjust resource: irq 4: Input/output error
could not adjust resource: irq 7: Input/output error
could not adjust resource: irq 12: Input/output error
initializing socket 0
socket 0: Anonymous Memory
executing: 'modprobe memory_cs'
+ modprobe: Can't locate module memory_cs
modprobe exited with status 255
module /lib/modules/2.4.0-test8-t8vmpatch2-reiserfs-t8sched/pcmcia/memory_cs.o not 
available
get dev info on socket 0 failed: Resource temporarily unavailable

-Shawn

 Your eyes are weary from staring at the CRT.  You feel sleepy.  Notice how
 restful it is to watch the cursor blink.  Close your eyes.  The opinions
 stated above are yours.  You cannot imagine why you ever felt otherwise.


--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset*=ansi-x3-4-1968''us-ascii
Content-Disposition: inline; filename*=ansi-x3-4-1968''session%2Etxt
Content-Transfer-Encoding: quoted-printable

Script started on Fri Sep 15 11:57:16 2000
bash-2.04#=20
bash-2.04#=20
bash-2.04#=20
bash-2.04# ps axf
  PID TTY  STAT   TIME COMMAND
1 ?S  0:00 init [S]  =20
2 ?SW 0:00 [kapmd]
3 ?SW 0:00 [kswapd]
4 ?SW 0:00 [kreclaimd]
5 ?SW 0:00 [kflushd]
6 ?SW 0:00 [kupdate]
7 ?SW 0:00 [CardBus Watcher]
8 ?SW 0:00 [CardBus Watcher]
9 ?SW 0:00 [khubd]
  174 tty1 S  0:00 init [S]  =20
  175 tty1 S  0:00  \_ /bin/sh
  191 tty1 S  0:00  \_ script
  192 tty1 S  0:00  \_ script
  193 pts/0S  0:00  \_ bash -i
  194 pts/0R  0:00  \_ ps axf
bash-2.04# cat /proc/cpuinfo
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
stepping: 1
cpu MHz : 497.561962
cache size  : 256 KB
fdiv_bug: no
hlt_bug : no
sep_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36=
 mmx fxsr xmm
bogomips: 992.87

bash-2.04# lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX - 82443BX/ZX Host bridge (r=
ev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX - 82443BX/ZX AGP bridge (rev=
 03)
00:05.0 Bridge: Intel Corporation 82371AB PIIX4 ISA (rev 02)
00:05.1 IDE interface: Intel Corporation 82371AB PIIX4 IDE (rev 01)
00:05.2 USB Controller: Intel Corporation 82371AB PIIX4 USB (rev 01)
00:05.3 Bridge: Intel Corporation 82371AB PIIX4 ACPI (rev 03)
00:07.0 Communication controller: Lucent Microelectronics 56k WinModem (rev=
 01)
00:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus=
 Bridge with ZV Support (rev 20)
00:0b.1 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus=
 Bridge with ZV Support (rev 20)
00:0c.0 Multimedia audio controller: ESS Technology ES1978 Maestro 2E (rev =
10)
01:00.0 VGA compatible controller: Trident Microsystems Cyber 9525 (rev 49)
bash-2.04#=20
bash-2.04#=20
bash-2.04#=20
bash-2.04# /etc/rc.d/init.d/pcmcia start
Starting PCMCIA services: cardmgr.
starting, version is 3.1.20
watching 1 sockets
could not adjust resource: IO ports 0xc00-0xcff: Input/output error
could not adjust resource: IO ports 0x800-0x8ff: Input/output error
could not adjust resource: IO ports 0x100-0x4ff: Input/output error
could not adjust resource: memory 0xc-0xf: Input/output error
could not adjust resource: memory 0x6000-0x60ff: Input/output error
could not adjust resource: memory 0xa000-0xa0ff: Input/output error
could 

Re: Rik's t8sched patch breaks pcmcia

2000-09-15 Thread Rik van Riel

[my MTA wasn't very happy with that message, so I'm starting fresh]

Hi Joe,

My scheduler patch changes the task_struct a little bit.
That means you'll have to recompile your modules before
things will work...

regards,

Rik
--
"What you're running that piece of shit Gnome?!?!"
   -- Miguel de Icaza, UKUUG 2000

http://www.conectiva.com/   http://www.surriel.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/