lkml.org 
[lkml]   [1996]   [Sep]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: test version of 2.1.0 available
Linus Torvalds writes:
>
> Could people who are doing device drivers and other people that just want
> to live dangerously check out the new pre-2.1.0.gz file that I just put
> out for ftp on
>
> ftp://ftp.cs.helsinki.fi/pub/Software/Linux/Kernel/testing/pre-patch-2.1.0.gz

I've just tried this, and get the following behaviour when I try to
load a module (this happens for a variety of modules, not just one):

# cd /lib/modules/2.1.0/net
# insmod 3c509.o
create_module: Unknown error 997978112
# lsmod
Module: #pages: Used by:
3c509 2 (uninitialized)

No such problems with 2.0.21. Kernel boot log attached.

Regards,

Richard....
===============================================================================
Sep 24 11:59:22 fred linux: Console: 8 point font, 400 scans
Sep 24 11:59:22 fred linux: Console: colour VGA+ 80x50, 1 virtual console (max 63)
Sep 24 11:59:22 fred linux: pcibios_init : BIOS32 Service Directory structure at 0xc00fabe0
Sep 24 11:59:22 fred linux: pcibios_init : BIOS32 Service Directory entry at 0xfb0a0
Sep 24 11:59:22 fred linux: pcibios_init : PCI BIOS revision 2.10 entry at 0xfb0d0
Sep 24 11:59:22 fred linux: Probing PCI hardware.
Sep 24 11:59:22 fred linux: Calibrating delay loop.. ok - 47.82 BogoMIPS
Sep 24 11:59:22 fred linux: Memory: 63432k/65536k available (572k kernel code, 384k reserved, 1148k data)
Sep 24 11:59:22 fred linux: Swansea University Computer Society NET3.035 for Linux 2.0
Sep 24 11:59:22 fred linux: NET3: Unix domain sockets 0.12 for Linux NET3.035.
Sep 24 11:59:22 fred linux: Swansea University Computer Society TCP/IP for NET3.034
Sep 24 11:59:22 fred linux: IP Protocols: ICMP, UDP, TCP
Sep 24 11:59:22 fred linux: Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.
Sep 24 11:59:22 fred linux: Checking 'hlt' instruction... Ok.
Sep 24 11:59:22 fred linux: Linux version 2.1.0 (rgooch@fred) (gcc version 2.7.2.f.1) #1 Tue Sep 24 11:19:45 EST 1996
Sep 24 11:59:22 fred linux: Serial driver version 4.13 with no serial options enabled
Sep 24 11:59:22 fred linux: tty00 at 0x03f8 (irq = 4) is a 16550A
Sep 24 11:59:22 fred linux: tty01 at 0x02f8 (irq = 3) is a 16550A
Sep 24 11:59:22 fred linux: Real Time Clock Driver v1.07
Sep 24 11:59:22 fred linux: Ramdisk driver initialized : 16 ramdisks of 4096K size
Sep 24 11:59:23 fred linux: ide: i82371 PIIX (Triton) on PCI bus 0 function 57
Sep 24 11:59:23 fred linux: ide0: BM-DMA at 0x3000-0x3007
Sep 24 11:59:23 fred linux: ide1: BM-DMA at 0x3008-0x300f
Sep 24 11:59:23 fred linux: hda: Maxtor 7425 AV, 407MB w/64kB Cache, LBA, CHS=1002/16/52
Sep 24 11:59:23 fred linux: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Sep 24 11:59:23 fred linux: scsi-ncr53c7,8xx : at PCI bus 0, device 17, function 0
Sep 24 11:59:23 fred linux: scsi-ncr53c7,8xx : NCR53c810 at memory 0xf0800000, io 0x6000, irq 11
Sep 24 11:59:23 fred linux: scsi0 : burst length 8
Sep 24 11:59:23 fred linux: scsi0 : reset ccf to 3 from 0
Sep 24 11:59:23 fred linux: scsi0 : NCR code relocated to 0x3ffc600 (virt 0xc3ffc600)
Sep 24 11:59:23 fred linux: scsi0 : test 1 started
Sep 24 11:59:23 fred linux: scsi0 : NCR53c{7,8}xx (rel 17)
Sep 24 11:59:23 fred linux: scsi : 1 host.
Sep 24 11:59:23 fred linux: Started kswapd v 1.4.2.2
Sep 24 11:59:23 fred linux: scsi0 : target 0 accepting period 100ns offset 8 10.00MHz FAST SCSI-II
Sep 24 11:59:23 fred linux: scsi0 : setting target 0 to period 100ns offset 8 10.00MHz FAST SCSI-II
Sep 24 11:59:23 fred linux: Vendor: SEAGATE Model: ST12400N Rev: 8010
Sep 24 11:59:23 fred linux: Type: Direct-Access ANSI SCSI revision: 02
Sep 24 11:59:23 fred linux: Detected scsi disk sda at scsi0, channel 0, id 0, lun 0
Sep 24 11:59:23 fred linux: scsi0 : target 6 accepting period 200ns offset 8 5.00MHz synchronous SCSI
Sep 24 11:59:23 fred linux: scsi0 : setting target 6 to period 200ns offset 8 5.00MHz synchronous SCSI
Sep 24 11:59:23 fred linux: Vendor: MATSHITA Model: CD-ROM CR-506 Rev: 8S04
Sep 24 11:59:23 fred linux: Type: CD-ROM ANSI SCSI revision: 02
Sep 24 11:59:23 fred linux: scsi : detected 1 SCSI disk total.
Sep 24 11:59:23 fred linux: SCSI device sda: hdwr sector= 512 bytes. Sectors= 4194685 [2048 MB] [2.0 GB]
Sep 24 11:59:23 fred linux: Partition check:
Sep 24 11:59:23 fred linux: sda: sda1 sda2 sda3
Sep 24 11:59:24 fred linux: hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
Sep 24 11:59:24 fred linux: VFS: Mounted root (ext2 filesystem) readonly.
Sep 24 11:59:24 fred linux: Adding Swap: 130748k swap-space

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.229 / U:0.280 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site