Re: 2.6.20-git and 2.6.21-rc1, failed to boot on sata_via

2007-02-21 Thread Jean-Luc Coulon (f5ibh)

Le 21.02.2007 17:18:23, Markus Trippelsdorf a écrit :

On Wed, Feb 21, 2007 at 03:01:54PM +0100, Jean-Luc Coulon (f5ibh)
wrote:


At boot time, I've the following messages:

ACPI: PCI Interrupt :00:0f.0[B] GSI 20(level, low) -> IRQ 20
sata_via :00:0f.0: failed on iomap PCI BAR 0
sata_via :00:0f.0: out of memory
ACPI: PCI interrupt for device :00:0f.0 is disabled
sata_via: probe of :00:0f.0 failed with error -12


I had the same problem, but the issue is already fixed. See:
http://www.mail-archive.com/linux-ide@vger.kernel.org/msg03945.html


Thanks Markus. I've applied the patch (and it works :)
I was puzzled because rc1 has been released today without this patch.

Regards

Jean-Luc


pgpRHDNymxlJe.pgp
Description: PGP signature


2.6.20-git and 2.6.21-rc1, failed to boot on sata_via

2007-02-21 Thread Jean-Luc Coulon (f5ibh)

Hi,

I've an ASUS A8V motherboard with a via chipset:

[EMAIL PROTECTED] % lspci
00:00.0 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge  
[K8T800/K8T890 South]


2 SATA drives are on this chipset, using lvm over a raid1.

I've a X86-64 architecture on an amd64.

Since 2.6.20-git, the system refuses to boot, I've  
the same problem with 2.6.21-rc1.


I've opened a bug, see: http://bugzilla.kernel.org/show_bug.cgi?id=8025
but I'm not sure it was the appropriate way.

At boot time, I've the following messages:

ACPI: PCI Interrupt :00:0f.0[B] GSI 20(level, low) -> IRQ 20
sata_via :00:0f.0: failed on iomap PCI BAR 0
sata_via :00:0f.0: out of memory
ACPI: PCI interrupt for device :00:0f.0 is disabled
sata_via: probe of :00:0f.0 failed with error -12

Then the raid is not assembled and the system wont boot.

These are the options (parts of] enabled in my config file:

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=m
CONFIG_BLK_DEV_IDE=m

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=m
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
...
#
# IDE chipset support/bugfixes
#
# CONFIG_IDE_GENERIC is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_IDEPCI_SHARE_IRQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=m
# CONFIG_BLK_DEV_TC86C001 is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDEDMA_IVB=y
CONFIG_IDEDMA_AUTO=y



#
# Serial ATA (prod) and Parallel ATA (experimental) drivers
#
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
CONFIG_SATA_PROMISE=m
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
CONFIG_SATA_VIA=m
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
CONFIG_SATA_ACPI=y
...


I've found a quite similar problem in the archive but which seems to  
have been fixed in the meantime, in this thread:

http://www.ussg.iu.edu/hypermail/linux/kernel/0702.1/1580.html

[I'm not subscribed to the list]


Regards

Jean-Luc


pgpdu2oscxZQl.pgp
Description: PGP signature


Re: 2.4.5-ac20, make menuconfig problem

2001-06-29 Thread f5ibh


>On Thu, 28 Jun 2001, f5ibh wrote:

>> make[4]: Entre dans le répertoire
>> `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
>> gcc -D__KERNEL__ -I/usr/src/kernel-sources-2.4.5-ac20/include -Wall
>> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
>> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
>> -DEXPORT_SYMTAB -c pnp_bios.c
>> pnp_bios.c:252: warning: static declaration for `pnp_bios_dock_station_info'
>> follows non-static
>> pnp_bios.c:432: warning: no semicolon at end of struct or union

>gcc -v?

Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20010319 (Debian prerelease)


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



2.4.5-ac20, make menuconfig problem

2001-06-28 Thread f5ibh


Hi Alan and others,

I'm trying to build 2.4.5-ac20, I get the following error when entering the
submenu  "Ethernet (10 or 100Mbit)  --->"  of "[*] Network device support"


Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q> scripts/Menuconfig: MCmenu31: command not found

 Please report this to the maintainer <[EMAIL PROTECTED]>.  You may also
 send a problem report to <[EMAIL PROTECTED]>.

 Please indicate the kernel version you are trying to configure and
 which menu you were trying to enter when this error occurred.

 make: *** [menuconfig] Erreur 1



If I try to compile this kernel with the .config from -ac19, I get the
following errors :

make[4]: Entre dans le répertoire
`/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
gcc -D__KERNEL__ -I/usr/src/kernel-sources-2.4.5-ac20/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6
-DEXPORT_SYMTAB -c pnp_bios.c
pnp_bios.c:252: warning: static declaration for `pnp_bios_dock_station_info'
follows non-static
pnp_bios.c:432: warning: no semicolon at end of struct or union
pnp_bios.c:432: parse error before `u16'
pnp_bios.c: In function `pnp_dock_thread':
pnp_bios.c:442: warning: function declaration isn't a prototype
pnp_bios.c:442: warning: extern declaration of `daemonize' doesn't match global
one
pnp_bios.c:445: parse error before `struct'
pnp_bios.c:445: warning: unused variable `err'
pnp_bios.c: At top level:
pnp_bios.c:435: storage size of `dock' isn't known
pnp_bios.c:435: warning: `dock' defined but not used
pnp_bios.c:440: warning: `pnp_dock_thread' defined but not used
{standard input}: Assembler messages:
{standard input}:63: Warning: indirect lcall without `*'
{standard input}:144: Warning: indirect lcall without `*'
{standard input}:202: Warning: indirect lcall without `*'
{standard input}:240: Warning: indirect lcall without `*'
make[4]: *** [pnp_bios.o] Erreur 1
make[4]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
make[3]: *** [first_rule] Erreur 2
make[3]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20/drivers/pnp'
make[2]: *** [_subdir_pnp] Erreur 2
make[2]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20/drivers'
make[1]: *** [_dir_drivers] Erreur 2
make[1]: Quitte le répertoire `/usr/src/kernel-sources-2.4.5-ac20'
make: *** [stamp-build] Erreur 2

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



2.4.5-pre1 errors with make menuconfig

2001-05-05 Thread f5ibh

Hi!

If I do a make distclean then make menuconfig, I get the following error
message on the "Processor type and features  --->" entry (maybe a bit
corrupted because I had to do a ctrl_c to avoid the curses display to
owerwrite it). The other entries seems to be ok :

scripts/Menuconfig: CONFIG_M386: command not found
scripts/Menuconfig: ./MCradiolists: line 2: syntax error near unexpected token
`Pentium-III/Celeron(C'
scripts/Menuconfig: ./MCradiolists: line 2: `   function CONFIG_M386 ()
{ l_choice 'Processor family' "386
CONFIG_M386  486CONFIG_M486
586/K5/5x86/6x86/6x86MXCONFIG_M586  Pentium-Classic
CONFIG_M586TSCPentium-MMXCONFIG_M586MMX
Pentium-Pro/Celeron/Pentium-II CONFIG_M686
Pentium-III/Celeron(Coppermine)CONFIG_MPENTIUMIII   Pentium-4
CONFIG_MPENTIUM4 K6/K6-II/K6-IIICONFIG_MK6
Athlon/Duron/K7CONFIG_MK7   Crusoe
CONFIG_MCRUSOE   Winchip-C6 CONFIG_MWINCHIPC6
Winchip-2 CONFIG_MWINCHIP2  Winchip-2A/Winchip-3
CONFIG_MWINCHIP3DCyrixIII/C3
CONFIG_MCYRIXIII" Pentium-III/Celeron(Coppermine) ;}'
make: *** [menuconfig] Erreur 1

If I load a previous configuration from 2.4.4, it is ok
--
Regards

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



Re: Linux 2.4.3-ac12

2001-04-22 Thread f5ibh


Alan,

>> /usr/src/linux-2.4.3-ac12/lib/lib.a(rwsem.o): In function
>> `rwsem_up_write_wake':rwsem.o(.text+0x3c6): undefined reference to
>> `__builtin_expect'
>
>Add a
>
>#define __builtin_expect

I had the same problem here, adding #define __builtin_expect in ../lib/rwsem.c
solved the problem.

gcc is :

[jean-luc@debian-f5ibh] ~ # gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.3/specs
gcc version 2.95.3 20010315 (Debian release)

---
Regards

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



messages with ide-scsi

2001-04-09 Thread f5ibh


Hi !

I'm installing a CD burner and I've setup the ide-scsi, while checking 
the setup, I got the following messages.
What does this means, please ?

System is :
---
Linux debian-f5ibh 2.2.19 #1 lun avr 9 18:33:18 CEST 2001 i586 unknown
 
Gnu C  2.95.2
Gnu make   3.79.1
binutils   2.9.5.0.37
util-linux 2.10f
modutils   2.4.5
e2fsprogs  1.19
PPP2.4.0
Linux C Library2.1.3
ldd: version 1.9.11
Procps 2.0.6
Net-tools  1.54
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded sg ide-scsi ppa scsi_mod parport_pc parport af_packet scc ax25 
autofs lockd sunrpc usbcore w83781d sensors i2c-isa i2c-core unix


And here are the messages :
---
[root@debian-f5ibh] ~ # cdrecord -scanbus
 ALI15X3: MultiWord DMA enabled
 ALI15X3: MultiWord DMA enabled
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 2 hosts.
  Vendor: GoldStar  Model: CD-RW CED-8083B   Rev: 1.05
  Type:   CD-ROM ANSI SCSI revision: 02
  Vendor: CREATIVE  Model: CD3621E  ZC100Rev: 1.00
  Type:   CD-ROM ANSI SCSI revision: 02
  Using libscg version 'schily-0.1'
  
Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'GoldStar' 'CD-RW CED-8083B ' '1.05' Removable CD-ROM
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
ide-scsi: The scsi wants to send us more data than expected - discarding data
0,1,0 1) 'CREATIVE' 'CD3621E  ZC100  ' '1.00' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *


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



Re: Linux 2.2.19pre18

2001-03-23 Thread f5ibh

Hi!

Only a small cosmetic thing : when doing a 'make menuconfig' then
--> "Processor type and features"
--> "(Pentium/K6/TSC/CyrixIII) Processor family"
When doing enter on this entrry, the background of the screen disapears.

If I remember, this has been already reported in a previous version.
---
Regards
Jean-Luc
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: ac13 and lp related problem

2001-03-07 Thread f5ibh


Hi Tim,

>> Mar  7 11:55:55 debian-f5ibh lpd[567]: lp: filter 'f' terminated
>> (termsig=13)

>   Which filter?

Dunno what means 'f', I use magicfilter and the /etc/printcap generated by
magifilterconfig contains :

lp|escp500|Stylus Color 500:\
:lp=/dev/lp0:sd=/var/spool/lpd/escp500:\
:sh:pw#80:pl#72:px#1440:mx#0:\
:if=/etc/magicfilter/StylusColor-500@720dpi-filter:\
:af=/var/log/lp-acct:lf=/var/log/lp-errs:

>Does the patch I posted yesterday help?
I've not had the problem yesterday ;-)
I will try to retrieve the patch and test it.


Thank you, regards

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



ac13 and lp related problem

2001-03-07 Thread f5ibh

Hi,

I ams running xsane to do copy of document to my printer.
The scanner is an usb Epson Perfection 1640SU, the printer a Stylus Color 500.

All is right with 2.2.19pre but with 2.4.2-ac12, after scanning the document,
xsane closed itself and I've the following messages in the system log without
nothing in the spool. The problem does not exist with 2.4.3-pre3.

I use the lpr package together with 'magicfilter'.

Mar  7 11:52:28 debian-f5ibh kernel: scanner.c: USB Scanner support registered.
Mar  7 11:55:55 debian-f5ibh lpd[567]: lp: filter 'f' terminated (termsig=13)
Mar  7 11:55:55 debian-f5ibh lpd[567]: lp: job could not be printed
(cfA106debian-f5ibh)
Mar  7 11:57:58 debian-f5ibh lpd[586]: lp: filter 'f' terminated (termsig=13)
Mar  7 11:57:58 debian-f5ibh lpd[586]: lp: job could not be printed
(cfA107debian-f5ibh)

System is :
AMD K6-2, 128Mb running 2.4.2-ac13 patched for the lm-sensors.

with :

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.19pre16 #1 lun mar 5 20:28:29 CET 2001 i586 unknown
Kernel modules 2.4.3
Gnu C  2.95.2
Binutils   2.9.5.0.37
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10q
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded af_packet scc ax25 scanner adlib_card v_midi opl3 sb uart401 
sound soundcore ppp slhc parport_probe parport_pc lp parport mousedev usb-ohci hid 
input autofs usbcore serial w83781d sensors i2c-isa i2c-core unix

--
Regards

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



2.4.2-ax2 / ac3 die silently

2001-02-24 Thread f5ibh

Hi !

I've experienced Oops with 2.4.x and all the 2.4.1-ac versions of the kernel.
I've the same Oops with 2.4.2.

With 2.4.2-ac2 and ac3 (I've not not tested ac1). I've no OOps but, in the same
conditions, the system die silently ; without any message, nothing in the log
and the magic keys not working.

last time, this appended just after the message :
ax25_sendmsh(): ulistd uses obsolete socket structure

There is no problem at all with the 2.2 serie.

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



PCI: Setting latency timer of device 00:02.0 to 64

2001-02-24 Thread f5ibh


Hi,

What does mean this message ? Why is the latency timer resetted ?
PCI: Found IRQ 11 for device 00:02.0
PCI: Setting latency timer of device 00:02.0 to 64

from lspci :

00:02.0 USB Controller: Acer Laboratories Inc. [ALi] M5237 USB (rev 03) (prog-if 10 
[OHCI])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- 
SERR- FastB2B-
Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



trouble with 2.4.2 just released

2001-02-22 Thread f5ibh

Hi Heitzso,

>On the other box I have yet to get a
>successful build (using a .config that
>runs 2.4.2-pre4 fine).  ld complains
>about a missing binary file.

>ld: cannot open binary: no such file or directory

ld is not complaining about a missing file.

The problem is with the version of ld you use. Some versions are using 
ld --oformat and other versions ld -oformat

This is quite a recent issue. So check the version of you linker.

You can solve the problem changing :
./arch/i386/boot/Makefile:  $(LD) -Ttext 0x0 -s -oformat binary -o $@ $<
to  --oformat 

I think you hav not done any mistake, but the latest Debian (unstable) version
of ld seems not to be right.

I think this will works.

-
Best Regards 

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



[Oops] 2.4.2

2001-02-22 Thread f5ibh

Hi!

2.4.2 oopsed after several seconds. Just after launching ax25 related stuff.

Here is the raw Oops :
--
Unable to handle kernel paging request at virtual address fffc
 printing eip:
c0113cf3
*pde = 1063
*pde = 
OOps = 0
EIP: 0010:[]
EFLAGS: 00010017
eax: c67c15a0 abx:  acx: 0001 edx: c67c15a4
esi: c6a15680 edi: fff8 ebp: c123bedc esp: c123bec0
ds: 0018 es: 0018 sss: 0018
Process kapm-idled (pid:3, stackpage = c123b000)
Stack: c67c1(a0 c6a15680 c02376fc c67c15a4 0001 0286 0001 c123bf44
   c0191bcf c6a15680 c63ee3c0 c01914cf c6A15680  c0192042 c63ee3c0
    c02376fc c0193b73 c63ee3c0 0001 c02375c8 000d c0119540
Call Trace: [] [] [] [] [] 
[] []
[] [] [] [] [] 
[] []

Code: 8b 4f 04 8b 1b 01 85 45 fc 74 51 31 c0 9c 5e fa c7 01 00

Kernel panic. Aiie, killing the interrupt handler!
In interrupt handler - not syscing

Here is the ksymoops processed Oops :
-

ksymoops 2.3.7 on i586 2.4.2.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.2/ (default)
 -m /boot/System.map-2.4.2 (specified)

Unable to handle kernel paging request at virtual address fffc
c0113cf3
*pde = 1063
*pde = 
EIP: 0010:[]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010017
eax: c67c15a0 abx:  acx: 0001 edx: c67c15a4
esi: c6a15680 edi: fff8 ebp: c123bedc esp: c123bec0
ds: 0018 es: 0018 sss: 0018
Stack: c67c1(a0 c6a15680 c02376fc c67c15a4 0001 0286 0001 c123bf44
   c0191bcf c6a15680 c63ee3c0 c01914cf c6A15680  c0192042 c63ee3c0
    c02376fc c0193b73 c63ee3c0 0001 c02375c8 000d c0119540
Call Trace: [] [] [] [] [] 
[] []
[] [] [] [] [] 
[] []
Code: 8b 4f 04 8b 1b 01 85 45 fc 74 51 31 c0 9c 5e fa c7 01 00

>>EIP; c0113cf3 <__wake_up+33/a8>   <=
Trace; c0191bcf 
Trace; c01914cf 
Trace; c0192042 <__kfree_skb+7e/f4>
Trace; c0193b73 
Trace; c0119540 
Trace; c010a1d2 
Trace; c0108e00 
Trace; c0110bba 
Trace; c0110018 
Trace; c0110c88 
Trace; c011138b 
Trace; c0111cc5 
Trace; c010740f 
Trace; c0107418 
Code;  c0113cf3 <__wake_up+33/a8>
 <_EIP>:
Code;  c0113cf3 <__wake_up+33/a8>   <=
   0:   8b 4f 04  mov0x4(%edi),%ecx   <=
Code;  c0113cf6 <__wake_up+36/a8>
   3:   8b 1b mov(%ebx),%ebx
Code;  c0113cf8 <__wake_up+38/a8>
   5:   01 85 45 fc 74 51 add%eax,0x5174fc45(%ebp)
Code;  c0113cfe <__wake_up+3e/a8>
   b:   31 c0 xor%eax,%eax
Code;  c0113d00 <__wake_up+40/a8>
   d:   9cpushf  
Code;  c0113d01 <__wake_up+41/a8>
   e:   5epop%esi
Code;  c0113d02 <__wake_up+42/a8>
   f:   facli
Code;  c0113d03 <__wake_up+43/a8>
  10:   c7 01 00 00 00 00 movl   $0x0,(%ecx)

Kernel panic. Aiie, killing the interrupt handler!

My configuration :
--

ASUS P5A motherboard, K6-2 500 processor, 128Mb SDRAM
-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.19pre13 #1 mar fév 20 20:41:12 CET 2001 i586 unknown
Kernel modules 2.4.2
Gnu C  2.95.2
Binutils   2.9.5.0.37
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10q
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded af_packet scc ax25 parport_probe parport_pc lp parport mousedev 
usb-ohci hid input autofs lockd sunrpc usbcore serial unix


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



HDD good choice ?

2001-02-22 Thread f5ibh

Hi !
I'm running 2.4.x or 2.2.19 (2.4.x is fine but I experienced a bad Oops using
my hamradio packet radio system with it ... and nobody seems interested by my
reports .. sniff).

I would like to change my HDD.
My motherboard is a Asus P5A with a K6-2 500 (overcloked to 550hz .. in test).
The chipset is an Ali one.

What is a good choice for a new HDD for linux ?

Seagate, Barracuda ST330630A, 30.6 Go, 7200 t/min
IBM, DTLA-305020, 20.5 Go, UDMA 100
Western Digital, CAVIAR WD307AA, 30.7 Go

After seeing some messages related to the DMA behaviour of some disks together
with some chipsets with kernel 2.4, I would like some advices.

---
Best regards

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



[Oops] : 2.4.2-pre4 (and others) lp / zip, parallel port problems

2001-02-17 Thread f5ibh

Hi !

I've a parallel zip drive and an epson printer on the parallel port, the
printer is connected to the zip drive in daisy chain. All is modularised.

There are problems with this configuration with all the kernels :
1.2.18, 2.2.19-pre13, 2.4.2-pre4 and 2.4.1-ac15

The behaviour is different depending of the kernel.
If I attach the printer directly to the parallel port, it works fine.
Otherwise, I get the following. The worse is 2.4.2-pre4, with a oops.

with 2.4.2-pre4
===
When I want to print, I've the following messages :

Feb 17 11:34:22 debian-f5ibh kernel: 0x378: FIFO is 16 bytes
Feb 17 11:34:22 debian-f5ibh kernel: 0x378: writeIntrThreshold is 7
Feb 17 11:34:22 debian-f5ibh kernel: 0x378: readIntrThreshold is 7
Feb 17 11:34:22 debian-f5ibh kernel: parport0: PC-style at 0x378 (0x778), irq
7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
Feb 17 11:34:22 debian-f5ibh kernel: lp0: using parport0 (interrupt-driven).
Feb 17 11:34:23 debian-f5ibh kernel: lp0 off-line

At this point, he following modules are loaded
parport_pc 22448   2  (autoclean)
lp  4688   1  (autoclean)
parport27520   2  (autoclean) [parport_pc lp]

Now, if I try to mount the zip drive I get the following :
ppa: Version 2.07 (for Linux 2.4.x)
ppa0: failed to claim parport because a pardevice is owning the port for too
longtime!
[root@debian-f5ibh] ~ # Unable to handle kernel paging request at virtual
address c907d060
 printing eip:
 c907d060
 *pde = 07f9b063
 *pte = 
 Oops: 
 CPU:0
 EIP:0010:[]
 EFLAGS: 00010286
 eax: c907d060   ebx: c6e30f20   ecx: c7932180   edx: 077a
 esi: c7932180   edi: c6e30aa0   ebp: c9066144   esp: c68a3f10
 ds: 0018   es: 0018   ss: 0018
 Process recode (pid: 275, stackpage=c68a3000)
 Stack: c905db41 c907f440 c6e30aa0  c9066120 c9065170 c6e30aa0 0010
 fffb c9065226  c68a2000   
c9065247  0091  0091 c9065335  c6e30aa0
Call Trace: [] [] [] [] [] 
[] []
[] []

Code:  Bad EIP value.

  
Here is the Oops processed by ksymoops :

ksymoops 2.3.7 on i586 2.4.2-pre4.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.2-pre4/ (default)
 -m /boot/System.map-2.4.2-pre4 (specified)

Unable to handle kernel paging request at virtual
 c907d060
 *pde = 07f9b063
 Oops: 
 CPU:0
 EIP:0010:[]
Using defaults from ksymoops -t elf32-i386 -a i386
 EFLAGS: 00010286
 eax: c907d060   ebx: c6e30f20   ecx: c7932180   edx: 077a
 esi: c7932180   edi: c6e30aa0   ebp: c9066144   esp: c68a3f10
 ds: 0018   es: 0018   ss: 0018
 Process recode (pid: 275, stackpage=c68a3000)
 Stack: c905db41 c907f440 c6e30aa0  c9066120 c9065170 c6e30aa0 0010
 fffb c9065226  c68a2000   
   c9065247  0091  0091 c9065335 
   c6e30aa0
Call Trace: [] [] [] [] [] 
[] []
[] []
Code:  Bad EIP value.

>>EIP; c907d060<=
Trace; c905db41 <[parport]parport_release+b1/104>
Trace; c907f440 
Trace; c9066120 <[lp]__module_kernel_version+0/0>
Trace; c9065170 <[lp]lp_error+74/84>
Trace; c9065226 <[lp]lp_check_status+a6/b0>
Trace; c9065247 <[lp]lp_wait_ready+17/3c>
Trace; c9065335 <[lp]lp_write+c9/1d4>
Trace; c012f78a 
Trace; c0108d43 

---

My configuration :

The computer is AMD K6-2 / 128Mb SDRAM

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.4.2-pre4 #1 sam fév 17 10:09:53 CET 2001 i586 unknown
Kernel modules 2.4.2
Gnu C  2.95.2
Binutils   2.9.5.0.37
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10q
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded parport_pc lp parport mousedev usb-ohci hid input autofs4 rtc 
serial isa-pnp unix


If I attach directly the printer or the zip to the computer, I can run each
device separately without any problem.

with 2.2.18
===
If I power on the printer before the zip drive, and I've not yet the zip (ppa
and so) modules loaded, I can use the printer. After accessing the zip drive.
Then, it is impossible to print. There is no problem with the zip drive.
The message is :
Feb 17 13:46:37 debian-f5ibh kernel: lp0 off-line

If the zip drive is power on before the printer, the printer does not works.

with 2.2.19-pre13
=
Feb 17 12:09:30 debian-f5ibh kernel: parport0: PC-style at 0x378 (0x778), irq 7
[SPP,ECP,ECPEPP,ECPPS2]
Feb 17 12:09:31 debian-f5ibh kernel: parport_probe: failed
Feb 17 12:09:31 debian-f5ibh kernel: parport0: no IEEE-1284 device present.
Feb 17 12:09:31 debian-f5ibh 

Re: PATCH: linux-2.4.2-pre3/arch/i386/boot/Makefile breaks with binutils-2.10.1.0.7

2001-02-16 Thread f5ibh


> The "ld" program in binutils-2.10.1.0.7 and in binutils-2.10.91.0.2 now 
> requires "--oformat" instead of "-oformat".

[root@debian-f5ibh] /usr/src/kernel-sources-2.4.2 # ld -v
GNU ld version 2.9.5 (with BFD 2.9.5.0.37)

[root@debian-f5ibh] /usr/src/kernel-sources-2.4.2 # ld --help
Usage: ld [options] file...
Options:
   -a KEYWORD  Shared library control for HP/UX compatibility
   -A ARCH, --architecture ARCH
   ...

   --noinhibit-execCreate an output file even if errors occur
   --oformat TARGETSpecify target of output file
   -qmagic Ignored for Linux compatibility
   ...

So it seems that this option appears before  binutils-2.10.1.0.7 and
binutils-2.10.91.0.2

The 2.4.2i-pre3 kernel minimal requirements are : 
o  binutils   2.9.1.0.25  # ld -v

It is the same for 2.4.1-ac15.

For 2.2.19-pre, the requirements are :
- Binutils   2.8.1.0.23  ; ld -v

I've not 2.8.1.0.23, s I don't know what is the option used.

I've compiled 2.4.2-pre, 2.4.1-acxx and 2.2.19-prexx with the same 'ls" program
without any adverse effect...

Maybe the best would be to apply the patch to 2.2.19pre, 2.4.x and ac releases.
This would allows havind only one "ld" on the system if using more than one
kernel.

--
Regards

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



Re: display problem with matroxfb

2001-01-24 Thread f5ibh


Hi Petr,

> It looks like that there is some problem with screen offset computation then.
> Can you try 'video=matrox:cross4MB' instead of '...:nopan'? I did not

video=matrox:cross4MB  works too !

> XF4.0.x should work reasonably well. Or you can run accelerated XF on mga:
> matroxfb is compatible with accelerated XF 3.3.x, and with accelerated
> XF 4.0.x WITHOUT enabled DRI (as DRI code reprograms hardware even if
> X are on background) (and 'Option "UseFBDev"' is required if you are
> using both heads of G400/G450 with XF4).

I am lost !!
I've XFree86 Version 3.3.6
I've and ATI AGP video card with an S3 chipset and 4Mb plus the Matrox Mystique
(PCI) with 8Mb.

I've told the BIOS to boot the AGP first. So I boot normaly with the display on
the ATI card. Then the system switches to the matrox (and Framebuffer). At this
time, I move manually the display to the Matrox board and all si right (I'm
doing this test before doing some cabling / modification on the 19" IBM
screen). If I start Xwindows with the SVGA accelerated server then it starts on
the ATI card. If I start it with the FBdev server, I get it on the Matrox card.
I've read some stuff in Framebuffer-HOWTO but I think I've still some
experiment to do.
IFAIK, there is no DRI option for the Mystique ... ??



Best Regards

Jean-Luc
-
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/



Re: display problem with matroxfb

2001-01-24 Thread f5ibh


Hi Petr,

> Grr. Did not pass through due to DUL blacklist...
What is DUL blacklist ?
If the problem is with my e-mail address (it is an hamradio address), you can
use <[EMAIL PROTECTED]> instead.

> Can you try 'video=matrox:init' ? And 'video=matrox:nopan'?

Bingo ! 'init' does not work but 'nopam' give me a normal display without the
fbset gimnick.

Thank you for the help.

Next step will be to test dual head. I've already installed an AGP ATI (S3
chipset) together with the PCI matrox Mystique and it seems to work. If I
succeed, I will attach a normal VGA display on the ATI board and a 19" IBM (not
multisync) on the Matrox. The ATI card is a cheap one with only 4Mb RAM. I've
upgraded my Matrox Mystique to 8Mb, so I hope it will work.
Now, I will have a look on how to use XF68_FBDev (if needed).

--
Regards
Jean-Luc
-
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/



Re: display problem with matroxfb

2001-01-23 Thread f5ibh


Hi Petr,

> Stop. Do you see right portion of screen in left, left portion in right,
> with black column in between, or is picture only shifted, without
> wraparound? I thought that you see wrapped display...

The display is shifted, WITH wraparound : the end of the line is at the
beginning of the following one ...

> Are you sure that it is source of problem? Default matroxfb settings
> for 640x480 is 'timmings 39721 48 16 33 10 96 2' - As horizontal position

No, I'm not sure ... so I've tested the parameters you mention : 
timmings 39721 48 16 33 10 96 2

I copied the following block in /etc/fb.modes

mode "640x480-60"
# D: 25.200 MHz, H: 31.500 kHz, V: 59.999 Hz
geometry 640 480 640 480 8
timings 39683 48 16 33 10 96 2
accel true
rgba 8/0,8/0,8/0,0/0
endmode

With these parameters, the command 'fbset -match -a' is enough to reset the
display to normal operation. So, you was right.

> After boot look at /proc/cmdline. If it is cutted at column 64 (or 79),
> you have to upgrade your LILO. RedHat6.2 uses LILO with this dumb limitation.

I use Debian 2.2 and ... grub. But I've tested with lilo too. With the sae
results. The cmdline is not truncated.

> Also, you do not have to specify vesa,pixclock,hslen and vslen, as you leave
> them on defaults. So 'video=matrox:left:50,right:10,upper:32,lower:11'
> should work... But I think that only 'right:' really matters.

This does not work ... I've to use the fbset command to reset the display to
normal operation after login in (or in an automatic command at boot time in
/et/init.d). This works, but I've lost the logo  ;-)

--
Regards
Jean-Luc
-
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/



Re: display problem with matroxfb

2001-01-23 Thread f5ibh


Hi Petr,

I've tested the parameters you gave to me, with no success : all is right with
vesafb and wrong with matroxfb. vesa:0x105 does not work, the monitor is out of
sync (I've tried 0x305 too). 

Here are parts of the syslog at system boot for matroxfb and vesafb :

matroxfb: Matrox Mystique (PCI) detected
matroxfb: MTRR's turned on
matroxfb: 640x480x8bpp (virtual: 640x13075)
matroxfb: framebuffer at 0xE700, mapped to 0xc8805000, size 8388608
Console: switching to colour frame buffer device 80x30
fb0: MATROX VGA frame buffer device


vesafb: framebuffer at 0xe700, mapped to 0xc800, size 8192k
vesafb: mode is 640x480x8, linelength=640, pages=11
vesafb: protected mode interface info at c000:7820
vesafb: scrolling: redraw
Console: switching to colour frame buffer device 80x30
fb0: VESA VGA frame buffer device

After booting and having the display shifted to the middle of the screen, I've
played a bit with fbset and the -left, -right, -move, -match options. After a
while I got an 'acceptable' picture (some pixels missing on the left). At this
point, fbset -s  give me the following :

mode "640x480-60"
# D: 25.176 MHz, H: 31.628 kHz, V: 60.243 Hz
geometry 640 480 640 480 8
timings 39721 50 10 32 11 96 2
accel true
rgba 8/0,8/0,8/0,0/0
endmode

I've replaced these values in /etc/fb.modes instead of the original values and
after login in the system, entering 'fbset -match -a' set the virtual consoles
correctly.

How can I pass the parameters at boot time ? 
I've tried :
video=matrox:vesa:0x301,pixclock:39721,left:50,right:10,upper:32,lower:11,hslen:96,vslen:2
... without any success...

--
Regards
Jean-Luc
-
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/



Re: display problem with matroxfb

2001-01-22 Thread f5ibh


Hi Petr,

Thank you for the answer.

>Are you sure that you did not enabled both vesafb and matroxfb? They cannot
>work together. Also, does this happen only in 8bpp mode, or does this
>happen in other color depths too?

Yes, sure. I've read the docs and tested with vesafb enabled OR matroxfb
enabled, never both.
This happens with both 8bpp or 16bpp. 

Is there a specific configuration file for the matrox ? 

---
Regards
Jean-Luc
-
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/



display problem with matroxfb

2001-01-21 Thread f5ibh

Hi !

I've a matrox mystique with 8Mb RAM.
I've a problem when I use matroxfb instead vesafb.
If I enable CONFIG_FB_VESA, I get the nice logo and all is right for me.
If I enable CONFIG_FB_MATROX, the beginning of each line is in the middle
of the screen and the cursor position does not match the prompt position.
Nevetheless, the screen is 'readable' (no garbage). I've read the files
in ../Documentation/fb and the Framebuffer-HOWTO.

This appends with both 2.2.xx and 2.4.x kernels.

Do I missed something ?


Regards
Jean-Luc
-
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/



Re: Oops while loading ppa in 2.2.19-pre7

2001-01-11 Thread f5ibh


Hi Tim,

>> I got this non-fatal oops while loading the ppa module for my IOMEGA parallel
>> port ZIP drive.

>It doesn't look like it's related to the ZIP drive though:

>> Warning: kfree_skb passed an skb still on a list (from c8074fc1).
>> Oops: 0002
>> CPU:0
>> EIP:0010:[skb_recv_datagram+359/416]
>>   ^

>   Seems to be a networking problem..

You are probably right as I can see in tne oops :
Process tnt (pid: 388, process nr: 29, stackpage=c6fe1000)

tnt is a program for hamradio (packet transmission over radio). And this is
related to the network.



Regards

Jean-Luc
-
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/



Oops while loading ppa in 2.2.19-pre7

2001-01-11 Thread f5ibh


I got this non-fatal oops while loading the ppa module for my IOMEGA parallel
port ZIP drive.

included :
--
- raw oops
- oops processed by ksymoops
- configuration


raw oops :
--

ppa: Version 2.07 (for Linux 2.2.x)
ppa: Found device at ID 6, Attempting to use EPP 32 bit
ppa: Communication established with ID 6 using EPP 32 bit
Warning: kfree_skb passed an skb still on a list (from c8074fc1).
Oops: 0002
CPU:0
EIP:0010:[skb_recv_datagram+359/416]
EFLAGS: 00010046
eax: c781f2c0   ebx:    ecx: 0246   edx: 
esi: 05dc   edi: c6fe1e84   ebp: c6e1a0c4   esp: c6fe1dcc
ds: 0018   es: 0018   ss: 0018
Process tnt (pid: 388, process nr: 29, stackpage=c6fe1000)
Stack: c6fe1e84 c6fe1f48 c7ffa040 c6fe1df0    c01a36a0
   20006d78 c8082b5b c6e1a080   c6fe1e20 c6e00ac0 05dc
   c6fe1e84 c6fe1f48  c01a36a0 c6e1a080 34323730 6337 c77d8e20
Call Trace: [twist_table.693+13984/14496] [unix:unix_socket_table+361083/47427333] 
[twist_table.693+13984/14496] [sock_recvmsg+65/184] [tcp_listen_poll+56/80] 
[sys_recvfrom+168/260] [free_pages+39/44]
[free_wait+101/116] [do_select+487/512] [do_select+440/512] 
[sys_select+993/1176] [sys_socketcall+410/540] [system_call+52/56]
Code: 89 6a 04 89 55 00 c7 00 00 00 00 00 c7 40 04 00 00 00 00 c7
scsi0 : Iomega VPI0 (ppa) interface
scsi : 1 host.
Vendor: IOMEGA   Model: ZIP 100 Rev: L.01
Type:  Direct-Access ANSI SCSI revision: 02

ksymoops 2.3.7 on i586 2.2.19pre7.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.2.19pre7/ (default)
 -m /boot/System.map-2.2.19pre7 (specified)

Warning (compare_maps): ksyms_base symbol module_list_R__ver_module_list not found in 
System.map.  Ignoring ksyms_base entry
Oops: 0002
CPU:0
EIP:0010:[skb_recv_datagram+359/416]
EFLAGS: 00010046
eax: c781f2c0   ebx:    ecx: 0246   edx: 
esi: 05dc   edi: c6fe1e84   ebp: c6e1a0c4   esp: c6fe1dcc
ds: 0018   es: 0018   ss: 0018
Process tnt (pid: 388, process nr: 29, stackpage=c6fe1000)
Stack: c6fe1e84 c6fe1f48 c7ffa040 c6fe1df0    c01a36a0 
20006d78 c8082b5b c6e1a080   c6fe1e20 c6e00ac0 05dc
   c6fe1e84 c6fe1f48  c01a36a0 c6e1a080 34323730 6337 c77d8e20
Call Trace: [twist_table.693+13984/14496] [unix:unix_socket_table+361083/47427333] 
[twist_table.693+13984/14496] [sock_recvmsg+65/184] [tcp_listen_poll+56/80] 
[sys_recvfrom+168/260] [free_pages+39/44]
Code: 89 6a 04 89 55 00 c7 00 00 00 00 00 c7 40 04 00 00 00 00 c7
Using defaults from ksymoops -t elf32-i386 -a i386

Code;   Before first symbol
 <_EIP>:
Code;   Before first symbol
   0:   89 6a 04  mov%ebp,0x4(%edx)
Code;  0003 Before first symbol
   3:   89 55 00  mov%edx,0x0(%ebp)
Code;  0006 Before first symbol
   6:   c7 00 00 00 00 00 movl   $0x0,(%eax)
Code;  000c Before first symbol
   c:   c7 40 04 00 00 00 00  movl   $0x0,0x4(%eax)
Code;  0013 Before first symbol
  13:   c7 00 00 00 00 00 movl   $0x0,(%eax)


1 warning issued.  Results may not be reliable.

configuration :
---
System is K6-2/500  128Mb running  2.2.19-pre7 + patch for usb-Config 
   + patches for ic2 and lm-sensors

   
-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.19pre7 #1 jeu jan 11 17:16:23 CET 2001 i586 unknown
Kernel modules 2.4.1
Gnu C  2.95.2
Binutils   2.9.5.0.37
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded sd_mod parport_pc ppa parport scsi_mod af_packet scc ax25 
mousedev usb-ohci hid input autofs lockd sunrpc usbcore unix w83781d sensors i2c-core

--

Regards

Jean-Luc
-
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/



usb mouse, iomega zip and 2.2.19-pre7

2001-01-09 Thread f5ibh

Hi,

usb-mouse
-
In 2.2.19-pre6 (and previous) we had a CONFIG_INPUT_MOUSEDEV. It has
disapearead in 2.2.19-7. The only alternative for an usb mouse seems 
to be CONFIG_USB_MOUSE which is for an USB HIDBP Mouse.

So there is no mean to get mousedev & input compiled.
Maybe "Input core support" is missing with the matching ../drivers/input 
directory.

Iomega ZIP support
--
IOMEGA parallel port (ppa - older drives)
IOMEGA parallel port (imm - newer drives)
Have vanished from the "SCSI low-level drivers" sub-menu.



Regards

Jean-Luc
-
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/



Re: msg : cannot create ksymoops/nnnnn.ksyms

2001-01-08 Thread f5ibh

Hi Keith,
>> NET4: Unix domain sockets 1.0 for Linux NET4.0.
>> insmod: /lib/modules/2.2.19pre6/misc/unix.o: cannot create
> /var/log/ksymoops/20010106112242.ksyms Read-only file system

> man insmod, look for /var/log/ksymoops.  If you define this directory
> then it is expected to be writable when modules are loaded.  Logging
> module data for ksymoops is a user selectable option, you have to
> decide to use it, and you have done so.

Ok, I knew that, the problem is why unix.o is loaded so early ? I've not found
where it is requested / loaded (I've kmod enabled). 

>> insmod:/lib/modules/2.4.0/kernel/net/unix/unix.o : insmod net-pf-1 failed.

> "alias net-pf-1 unix" is a built in alias.  Looks like you did not
> compile for Unix sockets and something in the kernel wants Unix
> sockets.  If you really do not want Unix sockets, "alias net-pf-1 off".

This was a configuration error. I had missed a configuration step. Thank you.


Thank you and best regards

Jean-Luc
-
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/



msg : cannot create ksymoops/nnnnn.ksyms

2001-01-06 Thread f5ibh

Hi,

With all the kernel 2.2.xx, 2.4.0-testxx, I have the following message at
boot time :

VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 56k freed
INIT: version 2.78 booting
NET4: Unix domain sockets 1.0 for Linux NET4.0.
insmod: /lib/modules/2.2.19pre6/misc/unix.o: cannot create 
/var/log/ksymoops/20010106112242.ksyms Read-only file system
Loading /etc/console-tools/default.kmap
Activating swap...
Adding Swap: 131088k swap-space (priority -1)
Checking root file system...


As it was harmless, I've not taken care of it. I have the same with
2.4.0-prerelease but with 2.4.0 final, there is an unfinite loop with this 
message together with a an other one :

insmod:/lib/modules/2.4.0/kernel/net/unix/unix.o : insmod net-pf-1 failed.

Do I missed something in modules.conf ? Is there a specific alias to net-pf-1 ?

System is :
K6-2/500, 128Mb, running Debian 2.2 
I've tested with both modutils 2.3.24 and 2.4.0

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.19pre6 #1 jeu jan 4 12:30:22 CET 2001 i586 unknown
Kernel modules 2.3.24
Gnu C  egcs-2.91.66
Binutils   2.9.5.0.37
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded ppp_deflate bsd_comp ppp slhc af_packet scc ax25 parport_probe 
parport_pc lp parport mousedev usb-ohci hid input autofs lockd sunrpc usbcore serial 
w83781d sensors i2c-isa i2c-core unix



Regards

Jean-Luc
-
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/



Re: 2.4.0-prerelease, AX25 problems

2001-01-01 Thread f5ibh


Hi Hans,

You wrote :
> Is the "previous test version" you talk about 2.4.0-test13-pre7?  There
> weren't any changes since then that could explain this, except maybe:
Yes, I mean test13-pre[12134567] and other older versions too.
I've already had the problem some time ago with an older 2.4.0-testxx kernel.
I don't think it is directly related to the ax25 stuff but maybe (?) a timer
modified elsewhere ?

> Gnu C  2.95.2
Possible too. These compilers problems (which one for which kernel) are a bit
boring...  Anyway, I've downloaded the correct version of the compiler and
retried the operation.

[root@debian-f5ibh] ~ # gcc -v
Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnu/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

The result is the same than with the other compiler.

-
Best wishes for 2001 for you and your family

Jean-Luc
-
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/



2.4.0-prerelease, AX25 problems

2001-01-01 Thread f5ibh


Hi and Happy New Year,

I've just compiled and tested 2.4.0-prerelease. My AX25 (hamradio) system does
not work with this new release. There is a timing problem. When a fram is sent
on the air, the frame is VERY long (switched off by the watchdog of my drsi
card) and contains no data. On this point of vue, the previous test version was
right.

My system :
---

K6-2 500 / 128Mb
Kernel modules 2.3.24
Gnu C  2.95.2
Binutils   2.9.5.0.41
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded ppp slhc af_packet scc ax25 parport_probe parport_pc lp
parport mousedev usb-ohci hid input autofs lockd sunrpc usbcore serial unix

Ax25 related config :
-
#
# Amateur Radio support
#
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
CONFIG_AX25=m
CONFIG_AX25_DAMA_SLAVE=y
# CONFIG_NETROM is not set
# CONFIG_ROSE is not set
#
# AX.25 network device drivers
#
# CONFIG_MKISS is not set
# CONFIG_6PACK is not set
# CONFIG_BPQETHER is not set
# CONFIG_DMASCC is not set
CONFIG_SCC=m
# CONFIG_SCC_DELAY is not set
# CONFIG_SCC_TRXECHO is not set
CONFIG_BAYCOM_SER_FDX=m
# CONFIG_BAYCOM_SER_HDX is not set
# CONFIG_BAYCOM_PAR is not set
# CONFIG_BAYCOM_EPP is not set
# CONFIG_SOUNDMODEM is not set
# CONFIG_YAM is not set


-

Regards

Jean-Luc
-
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/



usb id for scanner epson 1640SU Photo

2000-12-22 Thread f5ibh


Hi!

Here are the patches for scanner.h (kernels 2.2) and scanner.c (kernels 2.4) to
add the IDs (Vendor, Model) for an usb scanner Epson Perfection 1640SU Photo (or
vanilla 1640SU as the "Photo" is an extension).
This was done with the advice of Karl Heinz Kremer <[EMAIL PROTECTED]>
I think they can be applied withut adverse problems

--- kernel-sources-2.2.19-pre3/drivers/usb/scanner.hFri Dec 22 09:03:23 2000
+++ f5ibh-kernel-2.2.19pre/drivers/usb/scanner.hFri Dec 22 09:02:56 2000
@@ -151,6 +151,7 @@
{ 0x04b8, 0x0101 }, /* Perfection 636U and 636Photo */
{ 0x04b8, 0x0103 }, /* Perfection 610 */
{ 0x04b8, 0x0104 }, /* Perfection 1200U and 1200Photo */
+   { 0x04b8, 0x010a }, /* Perfection 1640SU Photo */
/* Umax */
{ 0x1606, 0x0010 }, /* Astra 1220U */
{ 0x1606, 0x0002 }, /* Astra 1236U */


--- kernel-sources-2.4.0-test13-pre4/drivers/usb/scanner.c  Fri Dec 22 08:58:32 
2000
+++ f5ibh-kernel-2.4.0/drivers/usb/scanner.cFri Dec 22 08:56:58 2000
@@ -303,6 +303,7 @@
 { idVendor: 0x04b8, idProduct: 0x0104 },/* Perfection 1200U and 1200Photo*/
 { idVendor: 0x04b8, idProduct: 0x0106 },/* Stylus Scan 2500 */
 { idVendor: 0x04b8, idProduct: 0x0107 },/* Expression 1600 */
+{ idVendor: 0x04b8, idProduct: 0x010a },/* Perfection 1640SU Photo */
/* Umax */
 { idVendor: 0x1606, idProduct: 0x0010 },   /* Astra 1220U */
 { idVendor: 0x1606, idProduct: 0x0030 },   /* Astra 2000U */

-
Regards

Jean-Luc
-
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/



2.2.19/2.4.0-test and usbdevfs

2000-12-20 Thread f5ibh

Hi !

I use the usb bus. Mostly it is for a mouse and today, I have installed a
scanner. I've read the documentation (yes!) in
/usr/src/linux/Documentation/usb/scanner.txt
There is a mention about the usbdevfs and an advice to add a line in
/etc/fstab. 

I have added the line "none /proc/bus/usb usbdevfs defaults 0 0", I expected to
have access to /proc/bus/usb/devices without any extra manipulation.

# /etc/fstab: static file system information.
#
#   
/dev/hda2   / ext2   defaults,errors=remount-ro 0   1
/dev/hdc1   none  swap   sw 0   0
proc/proc proc   defaults   0   0
none/dev/shm  shmdefaults   0   0
none/proc/bus/usb usbdevfs defaults 0   0

At boot time, I get the messages :

Mounting local file systems...
modprobe: modprobe: Can't locate module shm
mount: fs type shm not supported by kernel
modprobe: modprobe: Can't locate module usbdevfs
mount: fs type usbdevfs not supported by kernel
Running dns-clean.

It is ok fr shm : I have the same fstab for both 2.2.19pre and 2.4.0-test and I
boot 2.2.19pre... And the I've nothing in /proc/bus/usb

If I enter the command 'by hand' :
mount -t usbdevfs /proc/bus/usb /proc/bus/usb
The system accepts the command and I can do a cat /proc/bus/usb/devices :

[root@debian-f5ibh] ~ # mount -t usbdevfs /proc/bus/usb /proc/bus/usb
[root@debian-f5ibh] ~ # cat /proc/bus/usb/devices
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor= ProdID= Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=6100
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs=  1
P:  Vendor=04b8 ProdID=010a Rev= 1.04
S:  Manufacturer=EPSON
S:  Product=Perfection1640
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=ff Prot=ff Driver=(none)
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  3 Spd=1.5 MxCh= 0
D:  Ver= 1.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=04b4 ProdID=0001 Rev= 0.00
S:  Manufacturer=Cypress Sem.
S:  Product=Cypress USB Mouse
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=hid
E:  Ad=81(I) Atr=03(Int.) MxPS=   3 Ivl= 10ms

[root@debian-f5ibh] ~ # cat /proc/bus/usb/drivers
 hid
 hub
 usbdevfs
   

Do I missed something in my usb configuration or in my modules managements ?
Remark : The problem. is the same with 2.4.0-test13

System is :
---
Pentium 200MMX /64 Mb with :

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.19pre1 #1 sam déc 16 10:30:50 CET 2000 i586 unknown
Kernel modules 2.3.23
Gnu C  2.95.2
Binutils   2.9.5.0.41
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded af_packet scc ax25 parport_pc lp parport mousedev usb-uhci hid 
usbcore input autofs lockd sunrpc unix serial

.config  file is (many lines removed) :
---
#
CONFIG_EXPERIMENTAL=y

CONFIG_M586TSC=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_TSC=y
CONFIG_MODULES=y
CONFIG_KMOD=y

CONFIG_NET=y
CONFIG_PCI=y
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_OPTIMIZE=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
#
# USB support
#
CONFIG_USB=m
CONFIG_USB_DEVICEFS=y
CONFIG_HOTPLUG=y
CONFIG_USB_UHCI=m
CONFIG_USB_SCANNER=m
CONFIG_USB_HID=m
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
--
Regards

Jean-Luc
-
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/



Re: 2.4.0-test13-pre2, unresolved symbols

2000-12-16 Thread f5ibh

Hi Keith,

Keith Owens wrote :
>>/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o
>>/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol
>>rpc_wake_up_task

>Does this fix it?

Yes, _this_ problem is fixed, thank you.

Regards

Jean-Luc
-
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/



2.4.0-test13-pre2, unresolved symbols

2000-12-16 Thread f5ibh

Hi!

depmod: *** Unresolved symbols in
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o
depmod: *** Unresolved symbols in
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_wake_up_task
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_killall_tasks
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_init_task
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol nlmclnt_proc
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol 
rpc_shutdown_client
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpciod_up
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_new_task
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpciod_down
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol lockd_down
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol 
rpc_wake_up_status
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_clnt_sigmask
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol 
rpcauth_releasecred
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol lockd_up
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol 
rpc_proc_unregister
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol xdr_encode_array
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol nfs_debug
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_create_client
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_sleep_on
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol 
rpcauth_lookupcred
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol 
rpc_clnt_sigunmask
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_call_setup
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_call_sync
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol xprt_destroy
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_execute
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol rpc_proc_register
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol xdr_zero_iovec
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o: unresolved symbol xprt_create_proto
Using /lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol nlmsvc_ops
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol lockd_down
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
rpc_garbage_args
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
xdr_decode_string
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_exit_thread
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
svc_proc_unregister
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
nlmsvc_invalidate_client
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol lockd_up
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
xdr_encode_array
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_makesock
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_destroy
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
svc_create_thread
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_recv
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_process
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol xdr_one
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_create
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol nfsd_debug
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol 
svc_proc_register
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol svc_proc_read
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o: unresolved symbol rpc_system_err
Using /lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o
-
Regards
Jean-Luc
-
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/



2.4.0-test12-pre8 (plip) does not compile

2000-12-10 Thread f5ibh


Hi there,

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2
-march=i586 -DMODULE   -c -o plip.o plip.c
plip.c: In function `plip_init_dev':
plip.c:352: structure has no member named `next'
plip.c:357: structure has no member named `next'
plip.c:363: structure has no member named `next'
{standard input}: Assembler messages:
{standard input}:18: Warning: Ignoring changed section attributes for .modinfo
make[2]: *** [plip.o] Erreur 1
make[2]: Quitte le répertoire
`/usr/src/kernel-sources-2.4.0-test12-pre8/drivers/net'
make[1]: *** [_modsubdir_net] Erreur 2
make[1]: Quitte le répertoire
`/usr/src/kernel-sources-2.4.0-test12-pre8/drivers'
make: *** [_mod_drivers] Erreur 2



Regards
Jean-Luc
-
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/



Oops in 2.4.0-test12-pre7

2000-12-10 Thread f5ibh


Hi there,

For a long time, I experienced Oops with 2.4.0-testxx-prexx. I've reported
several Oops. With every patch, the system crashes with a Oops and is frozen.
The attached Oops was recorded by hand. Even the 'magic keys' are not working.
After booting the sytem, the filesystem is corrupted with lot of stuff in the
/lost+found. The system is stable with 2.2.18prexx.

I've attached :
 - the raw Oops
 - the Oops processed by ksymoops
 - data about my configuration
 - reflexions about the suspected program

1 - raw Oops


Unable to handle kernel NULL pointer dereference at virtual address 
 printing eip:
c01149f4
*pde= 
Oops: 
CPU: 0
EIP: 0010:[]
EFLAGS: 00010082
eax: c31e0f54   ebc:    ecx: c31e0f54   edx: 
esi: fff8   edi: c02166dc   ebp: c01e5f3c   esp: c01e5f14
ds: 0018es: 0018ss: 0018
Process swapper (pid: 0, stackpage= c01e5000)
Stack: c31e0f50 c32ff040 c02166dc  c31e0f54 0246  0001
   0001 0001 c01e5fa4 c017cc2f c32ff040 c3e3c080 c017c50f c32ff040
    c017d0a3 c3e3c080  c02166dc c017ec53 c3r3c080 0001
Call Trace: [] [] [] [] [] 
[] []
[] [] [] [] [] 
[] [] []
Code: 8b 21 89 55 e4 8b 5e 04 8b 03 85 45 fc 74 e0 83 7d f4 00 74
Aiee, killing interrupt handler
Kernel panic: Attempted to kill the idle task!
In interrupt handler - not syncing!

2 - Oops processed by ksymoops
==

ksymoops 2.3.5 on i586 2.4.0-test12.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.0-test12/ (default)
 -m /boot/System.map-2.4.0-test12 (specified)

Unable to handle kernel NULL pointer dereference at virtual address 
c01149f4
Oops: 
CPU: 0
EIP: 0010:[]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010082
eax: c31e0f54   ebc:  ecx: c31e0f54   edx: 
esi: fff8   edi: c02166dc ebp: c01e5f3c   esp: c01e5f14
ds: 0018es: 0018   ss: 0018
Process swapper (pid: 0, stackpage= c01e5000)
Stack: c31e0f50 c32ff040 c02166dc  c31e0f54 0246  0001
   0001 0001 c01e5fa4 c017cc2f c32ff040 c3e3c080 c017c50f c32ff040
    c017d0a3 c3e3c080  c02166dc c017ec53 c3r3c080 0001
Call Trace: [] [] [] [] [] 
[] []
[] [] [] [] [] 
[] [] []
Code: 8b 21 89 55 e4 8b 5e 04 8b 03 85 45 fc 74 e0 83 7d f4 00 74

>>EIP; c01149f4 <__wake_up+a4/12c>   <=
Trace; c017cc2f 
Trace; c017c50f 
Trace; c017d0a3 <__kfree_skb+7f/114>
Trace; c017ec53 
Trace; c011a3a0 
Trace; 0c010111 Before first symbol
Trace; c0107120 
Trace; e000 
Trace; c0108e50 
Trace; c0107120 
Trace; e000 
Trace; c0107143 
Trace; c01071a7 
Trace; c0105000 
Trace; c0100191 
Code;  c01149f4 <__wake_up+a4/12c>
 <_EIP>:
Code;  c01149f4 <__wake_up+a4/12c>   <=
   0:   8b 21 mov(%ecx),%esp   <=
Code;  c01149f6 <__wake_up+a6/12c>
   2:   89 55 e4  mov%edx,0xffe4(%ebp)
Code;  c01149f9 <__wake_up+a9/12c>
   5:   8b 5e 04  mov0x4(%esi),%ebx
Code;  c01149fc <__wake_up+ac/12c>
   8:   8b 03 mov(%ebx),%eax
Code;  c01149fe <__wake_up+ae/12c>
   a:   85 45 fc  test   %eax,0xfffc(%ebp)
Code;  c0114a01 <__wake_up+b1/12c>
   d:   74 e0 je ffef <_EIP+0xffef> c01149e3 
<__wake_up+93/12c>
Code;  c0114a03 <__wake_up+b3/12c>
   f:   83 7d f4 00   cmpl   $0x0,0xfff4(%ebp)
Code;  c0114a07 <__wake_up+b7/12c>
  13:   74 00 je 15 <_EIP+0x15> c0114a09 <__wake_up+b9/12c>

Aiee, killing interrupt handler
Kernel panic: Attempted to kill the idle task!

3 - configuration 
=====

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.18 #1 dim déc 10 11:32:45 CET 2000 i586 unknown
Kernel modules 2.3.22
Gnu C  2.95.2
Binutils   2.9.5.0.41
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded af_packet scc ax25 parport_pc lp parport mousedev usb-uhci hid 
usbcore input autofs lockd sunrpc serial unix

The computer is a Pentium 200MMx with 32Mb SDRAM. 

4 - suspected program 
-
I'm an hamradio. So I use ax25 and hamradio stuff. I run several programs ,
daemons and drivers related to this activity.
I use a so called 'terminal program' called TNT. And there is a daemon called
'ulistd' which monitor the radio channel which extract data from incoming
frames from a local BBS.
When

2.2.18pre23 Oops

2000-11-24 Thread f5ibh

Hi,

I was running a packet radio (hamradio) program whose name is tnt.
(We can see it is the oops and he disapeared during the oops).
The OOps occured as I was loading the modules for a ppa ZIP parallel port ZIP
drive.

This is the raw Oos without processing it with ksymoops :
*

ppa: Version 2.05 (for Linux 2.2.x)
ppa: Found device at ID 6, Attempting to use EPP 32 bit
ppa: Communication established with ID 6 using EPP 32 bit
Warning: kfree_skb passed an skb still on a list (from c4868fc1).



Oops: 0002
CPU:0
EIP:0010:[skb_recv_datagram+359/416]
EFLAGS: 00010047
eax: c2d868e0   ebx:    ecx: 0246   edx: 
esi: 05dc   edi: c3203e84   ebp: c36d7a04   esp: c3203dcc
ds: 0018   es: 0018   ss: 0018
Process tnt (pid: 316, process nr: 28, stackpage=c3203000)
Stack: c3203e84 c3203f48 c3ffe040 c3203df0    c019de40
2000 c4876b5b c36d79c0   c3203e20 c302ed48 05dc
c3203e84 c3203f48  c019de40 c36d79c0 35323431 6731 c3247e40
Call Trace: [twist_table.690+3744/4256] [] [twist_table.690+3744/4256] 
[sock_recvmsg+65/184] [tcp_listen_poll+56/80] [sys_recvfrom+168/260] [free_pages+39/44]
[free_wait+101/116] [do_select+487/512] [do_select+440/512] [sys_select+993/1176] 
[sys_socketcall+410/540] [common_interrupt+24/32] [error_code+45/52] 
[system_call+52/56]
Code: 89 6a 04 89 55 00 c7 00 00 00 00 00 c7 40 04 00 00 00 00 c7



scsi0 : Iomega VPI0 (ppa) interface
scsi : 1 host.
Vendor: IOMEGAModel: ZIP 100
Rev: L.01
Type:   Direct-Access
ANSI SCSI revision: 02
Detected scsi removable disk sda at scsi0, channel 0, id 6, lun 0
SCSI device sda: hdwr sector= 512 bytes. Sectors= 196608 [96 MB] [0.1 GB]

And here is the oops processed bu ksymoops :



ksymoops 2.3.5 on i586 2.2.18pre23.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.2.18pre23/ (default)
 -m /boot/System.map-2.2.18pre23 (specified)

Oops: 0002
CPU:0
EIP:0010:[skb_recv_datagram+359/416]
EFLAGS: 00010047
eax: c2d868e0   ebx:    ecx: 0246   edx: 
esi: 05dc   edi: c3203e84   ebp: c36d7a04   esp: c3203dcc
ds: 0018   es: 0018   ss: 0018
Process tnt (pid: 316, process nr: 28, stackpage=c3203000)
Stack: c3203e84 c3203f48 c3ffe040 c3203df0    c019de40
   2000 c4876b5b c36d79c0   c3203e20 c302ed48 05dc
   c3203e84 c3203f48  c019de40 c36d79c0 35323431 6731 c3247e40
Call Trace: [twist_table.690+3744/4256] [] [twist_table.690+3744/4256] 
[sock_recvmsg+65/184] [tcp_listen_poll+56/80] [sys_recvfrom+168/260] [free_pages+39/44]
Code: 89 6a 04 89 55 00 c7 00 00 00 00 00 c7 40 04 00 00 00 00 c7
Using defaults from ksymoops -t elf32-i386 -a i386

Code;   Before first symbol
 <_EIP>:
Code;   Before first symbol
   0:   89 6a 04  mov%ebp,0x4(%edx)
Code;  0003 Before first symbol
   3:   89 55 00  mov%edx,0x0(%ebp)
Code;  0006 Before first symbol
   6:   c7 00 00 00 00 00 movl   $0x0,(%eax)
Code;  000c Before first symbol
   c:   c7 40 04 00 00 00 00  movl   $0x0,0x4(%eax)
Code;  0013 Before first symbol
  13:   c7 00 00 00 00 00 movl   $0x0,(%eax)

System is :
***

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.2.18pre23 #1 jeu nov 23 23:38:07 CET 2000 i586 unknown
Kernel modules 2.3.21
Gnu C  2.95.2
Binutils   2.9.5.0.41
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded scc sd_mod ppa scsi_mod adlib_card v_midi opl3 sb uart401
sound soundcore ide-cd cdrom isofs nls_cp437 vfat fat ppp_deflate bsd_comp ppp 
slhc af_packet ax25 parport_pc lp parport mousedev usb-uhci hid usbcore input 
autofs lockd sunrpc serial unix

-

Regards

Jean-Luc
-
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/



2.2.18pre, usb mouse messages

2000-11-23 Thread f5ibh

Hi,

I use an USB mouse, it works perfectly both with 'gpm' and with X-window but
time to time, I've this kind of message stream :

[root@debian-f5ibh] ~ # usb-uhci.c: interrupt, status 3, frame# 20
usb-uhci.c: interrupt, status 3, frame# 44
usb-uhci.c: interrupt, status 3, frame# 68
usb-uhci.c: interrupt, status 3, frame# 92
usb-uhci.c: interrupt, status 3, frame# 116
usb-uhci.c: interrupt, status 3, frame# 140
usb-uhci.c: interrupt, status 3, frame# 164
usb-uhci.c: interrupt, status 3, frame# 188
usb-uhci.c: interrupt, status 3, frame# 212
hub.c: already running port 2 disabled by hub (EMI?), re-enabling...

This message appears with most (all ?) of the 2.2.18pre releases, the actual
one is 2.2.18pre23.

Computer is pentium 200MMX, 64Mb SDRAM.

Relevant CONFIG bits :
--
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_HOTPLUG=y
# CONFIG_USB_BANDWIDTH is not set

#
# USB Controllers
#
CONFIG_USB_UHCI=m
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set

#
# USB Devices
#
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_PLUSB is not set
# CONFIG_USB_PEGASUS is not set
#
# USB HID
#
CONFIG_USB_HID=m
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_WMFORCE is not set
# CONFIG_INPUT_KEYBDEV is not set
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set


boot messages :
---
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb.c: registered new driver hid
usb-uhci.c: $Revision: 1.237 $ time 23:53:07 Nov 23 2000
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0x6100, IRQ 11
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
usb.c: USB new device connect, assigned device number 1
hub.c: USB hub found
hub.c: 2 ports detected
mice: PS/2 mouse device common for all mice
usb.c: USB new device connect, assigned device number 2
mouse0: PS/2 mouse device for input0
input0: USB HID v1.00 Mouse [Cypress Sem. Cypress USB Mouse] on usb1:2.0
hub.c: already running port 2 disabled by hub (EMI?), re-enabling...
usb.c: USB disconnect on device 2
usb.c: USB new device connect, assigned device number 2
mouse0: PS/2 mouse device for input0
input0: USB HID v1.00 Mouse [Cypress Sem. Cypress USB Mouse] on usb1:2.0


Regards

Jean-Luc
-
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/



2.4.0-test11-pre3 doesn't compile

2000-11-12 Thread f5ibh


Hi!

here is the message :

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2
-march=i586 -DMODULE   -c -o sysctl_net_ax25.o sysctl_net_ax25.c
sysctl_net_ax25.c: In function `ax25_register_sysctl':
sysctl_net_ax25.c:117: warning: left-hand operand of comma expression has no
effect
sysctl_net_ax25.c:117: parse error before `;'
make[3]: *** [sysctl_net_ax25.o] Error 1
make[3]: Leaving directory `/usr/src/kernel-sources-2.4.0-test11-pre3/net/ax25'
make[2]: *** [_modsubdir_ax25] Error 2
make[2]: Leaving directory `/usr/src/kernel-sources-2.4.0-test11-pre3/net'
make[1]: *** [_mod_net] Error 2
make[1]: Leaving directory `/usr/src/kernel-sources-2.4.0-test11-pre3'
make: *** [stamp-build] Error 2


Regards

jean-luc
-
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/



2.2.18pre20, VM messages

2000-11-10 Thread f5ibh


Hi !

VM: do_try_to_free_pages failed for tail..  
^ ... or something else

Randomly, I got this message on the console. When this appends, I'm flooded
with this message and cannot do anything with the console.
---
Regards
jean-luc
-
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/



tnt uses obsolete (PF_INET,SOCK_PACKET)

2000-11-01 Thread f5ibh

Hi,

Nov  1 12:09:12 debian-f5ibh kernel: tnt uses obsolete (PF_INET,SOCK_PACKET)

I got often this message, it is harmless (seems to be). What does it means ?

---
Regards
jean-luc
-
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/



Oops in 2.4.0-test10-pre6

2000-10-29 Thread f5ibh

Hi!

This oops is not a new one .. I've it for quite a long time.
It always happens when starting a hamradio program called 'ulistd'.
There is not any problem at all with this program and the 2.2.17 or 2.2.18prex
The system is frozen. I can access the 'magic keys'.


My configuration is Pentium 200MMX / 64Mb SDRAM with :
------
Linux debian-f5ibh 2.4.0-test10 #1 ven oct 27 14:11:33 CEST 2000 i586 unknown
Kernel modules 2.3.19
Gnu C  2.95.2
Binutils   2.9.5.0.41
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded parport_pc lp parport mousedev usb-uhci hid usbcore input 
autofs4 rtc serial isa-pnp unix


This is the raw oops :
--
Unable to handle kernel paging request at virtual address fffc
 printing eip:
c0113f83
*pde = 1063
Oops: 
CPU: 0
EIP: 0010:[]
EFLAGS: 00010013
eax: fff8 ebx: c133acc0 ecx: c0dd8f68 edx: 0001
esi: c3e6b760 edi:  ebp: c01e3f40 esp: c01e3f20
ds: 0018 es: 0018 ss: 0018
Process swapper (pid: 0, stackpage = c01e3000)
Stack: c133acc0 c3e6b760 c02136dc c0dd8f6c 0246  0001 0021
   c01e3fa4 c017be75 c133acc0 c017b75f c133acc0  c017c2e3 c3e6b760
Call Trace: [] [] [] [] [] 
[ []
[] [] [] [] [] 
[] [<00105000>] []
Code: 8b 48 04 8b 3f 8b 11 89 d0 24 df 85 45 fc 74 e4 8b 5d fc 21
Aiee, killing interrupt handler.
Kernel panic: Attempted to kill the idle task!
In interrupt handler - not syncing.


And this is the oops processed by ksymoops :

ksymoops 2.3.4 on i586 2.4.0-test10.  Options used
 -V (default)
 -k /proc/ksyms (default)
 -l /proc/modules (default)
 -o /lib/modules/2.4.0-test10/ (default)
 -m /boot/System.map-2.4.0-test10 (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

Unable to handle kernel paging request at virtual address fffc
c0113f83
*pde = 1063
Oops: 
CPU: 0
EIP: 0010:[]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010013
eax: fff8 ebx: c133acc0 ecx: c0dd8f68 edx: 0001
esi: c3e6b760 edi:  ebp: c01e3f40 esp: c01e3f20
ds: 0018 es: 0018 ss: 0018
Stack: c133acc0 c3e6b760 c02136dc c0dd8f6c 0246  0001 0021
   c01e3fa4 c017be75 c133acc0 c017b75f c133acc0  c017c2e3 c3e6b760
Call Trace: [] [] [] [] [] 
[ []
[] [] [] [] [] 
[] [<00105000>] []
Code: 8b 48 04 8b 3f 8b 11 89 d0 24 df 85 45 fc 74 e4 8b 5d fc 21

>>EIP; c0113f83 <__wake_up+57/130>   <=
Trace; c017be75 
Trace; c017b75f 
Trace; c017c2e3 <__kfree_skb+7f/114>
Trace; c017de13 
Trace; c0119650 
Trace; c010a161 
Trace; c0107120 
Trace; e000 
Trace; c0108e40 
Trace; c0107120 
Trace; e000 
Trace; c0107148 
Trace; c01071a7 
Trace; 00105000 Before first symbol
Trace; c0100192 
Code;  c0113f83 <__wake_up+57/130>
 <_EIP>:
Code;  c0113f83 <__wake_up+57/130>   <=
   0:   8b 48 04  mov0x4(%eax),%ecx   <=
Code;  c0113f86 <__wake_up+5a/130>
   3:   8b 3f mov(%edi),%edi
Code;  c0113f88 <__wake_up+5c/130>
   5:   8b 11 mov(%ecx),%edx
Code;  c0113f8a <__wake_up+5e/130>
   7:   89 d0 mov%edx,%eax
Code;  c0113f8c <__wake_up+60/130>
   9:   24 df and$0xdf,%al
Code;  c0113f8e <__wake_up+62/130>
   b:   85 45 fc  test   %eax,0xfffc(%ebp)
Code;  c0113f91 <__wake_up+65/130>
   e:   74 e4 je fff4 <_EIP+0xfff4> c0113f77 
<__wake_up+4b/130>
Code;  c0113f93 <__wake_up+67/130>
  10:   8b 5d fc  mov0xfffc(%ebp),%ebx
Code;  c0113f96 <__wake_up+6a/130>
  13:   21 00 and%eax,(%eax)

Aiee, killing interrupt handler.
Kernel panic: Attempted to kill the idle task!

1 warning issued.  Results may not be reliable.

---
Regards
jean-luc
-
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/



Re:2.4.0-test9-pre8, usb, unresolved symbols

2000-10-03 Thread f5ibh


Hi!

Randy wrote :
> Are you building USB core support in-kernel or as ai
> module? (Maybe provide your .config file, or at least 
> the CONFIG_USB_xxx portion of it.)

I use modules, here is part of my .config file.
Remark : I've the same problem with 2.4.0-test9-pre9.

Greg wrote:
> Is your modutils package the more recent one?
> Did this same thing happen for 2.4.0-test8?

modutils version is 2.3.16
I had not the problem with test8, the last one without problem was test9-pre7.
So the problem came with test9-pre8.

The .config file is basically the same as with previous versions.

Christoph wrote :
> Could you try undoing the -pre8 changes to drivers/usb/Makefile?
THIS was the solution  I've compiled 2.4.0-test9-pre9 with the
drivers/usb/Makefile of the test9-pre7 version of the kernel. I've no more the
'unresolved symbols' and the usb mouse works.

---

Regards
Jean-Luc

---

CONFIG_INPUT=m
# CONFIG_INPUT_KEYBDEV is not set
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_NS558 is not set
# CONFIG_INPUT_LIGHTNING is not set
# CONFIG_INPUT_PCIGAME is not set
CONFIG_INPUT_ANALOG=m
...
# USB support
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# Miscellaneous USB options
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# USB Controllers
CONFIG_USB_UHCI=m
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set
# USB Devices
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_USS720 is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_PLUSB is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_NET1080 is not set
# USB Human Interface Devices (HID)
CONFIG_USB_HID=m
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_WACOM is not set
...
-
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/



Re:2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread f5ibh


Hi,

Randy wrote :
> All of the missing symbols are in usb.o (usbcore.o module or
> usbdrv.o in-kernel).  Is usbcore.o loaded or do you have
> /etc/modules.conf setup to load it automatically?
> Did you run depmod after 'make modules_install' ?

I've a Debian 2.2 system. With Debian, I use the "make-kpkg" command to build
the kernel in a Debian package. I ALWAYS use the same process to compile
kernel. Then, I install the new kernel with dpkg as any .deb package ... I think
I've built 100's of them now. depmod reports the same error :

depmod: *** Unresolved symbols in /lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o
depmod: *** Unresolved symbols in 
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o

I use the following in my modules.conf to load automatically all the usb related
stuff when starting 'gpm'. This works with the previous test9-prex patches.

# USB mouse
#--
alias char-major-13 mousedev

post-install input modprobe -k hid
post-install hid modprobe -k usb-uhci

---
Regards

Jean-Luc
-
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/



2.4.0-test9-pre8, usb, unresolved symbols

2000-10-02 Thread f5ibh


Hi!

While doing modprobe hid or modprobe usb-uhci, I get the following unresolved
symbols. Config is P200MMX, 64Mb SDRAM.

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux debian-f5ibh 2.4.0-test9 #1 lun oct 2 14:44:11 CEST 2000 i586 unknown
Kernel modules 2.3.16
Gnu C  2.95.2
Binutils   2.9.5.0.41
Linux C Library2.1.3
Dynamic linker ldd: version 1.9.11
Linux C++ Library  2.9.
Procps 2.0.6
Mount  2.10o
Net-tools  2.05
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded nls_iso8859-1 ide-cd cdrom isofs parport_pc lp parport input 
autofs4 rtc serial isa-pnp unix



/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_deregister
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_set_idle
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol 
__usb_get_extra_descriptor
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_register
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_set_protocol
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_string
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol 
usb_get_class_descriptor
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_submit_urb
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: unresolved symbol usb_unlink_urb
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: insmod 
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o failed
/lib/modules/2.4.0-test9/kernel/drivers/usb/hid.o: insmod hid failed
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_claim_bandwidth
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_release_bandwidth
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_check_bandwidth
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol usb_alloc_bus
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol usb_free_dev
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_inc_dev_use
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_deregister_bus
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_disconnect
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol usb_connect
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_new_device
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_root_hub_string
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol usb_alloc_dev
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol 
usb_register_bus
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: unresolved symbol usb_free_bus
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: insmod 
/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o failed
i/lib/modules/2.4.0-test9/kernel/drivers/usb/usb-uhci.o: insmod usb-uhci failed

-
Regards
Jean-Luc
-
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/



[correction] IBM RS600 support ?

2000-09-29 Thread f5ibh


Hi!

I apologize for the typo : the stations are RS6000 (no 600).

Thanks and regards 

Jean-Luc

-
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/



IBM RS600 support ?

2000-09-29 Thread f5ibh


Hi!

I've a RS600 station running AIX. The processor is a RISC 6000 by IBM

A newer RS6000 station has a powerPC as the processor.

Does anybody has an experience about running linux on one of these stations ?
Is there a port compatible with RS6000 ?

Best regards 

Jean-Luc

-
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/