Re: Dual Athlon on 2.2.19 ?

2001-05-24 Thread Prasanna P Subash
/ + entry.mask = 1; /* disable IRQ */ + entry.dest.logical.logical_dest = 0xff; idx = find_irq_entry(apic,pin,mp_INT); if (idx == -1) { On Thu, May 24, 2001 at 03:36:54PM -0400, Johannes Erdfelt wrote: > On Thu, May

Re: Dual Athlon on 2.2.19 ?

2001-05-24 Thread Prasanna P Subash
Alan, I have a dual athlon on the 760MP chipset. 2.2.20pre1 and 2 dont work. I got it to work partly after applying Johannes Erdfel's 760MP patch in io_apic.c. Even after applying the patch, there are messages like hdc: IRQ probe failed(0) hdd: IRQ probe failed(0) hde: IRQ probe failed(0) hdc:

Dual Athlon on 2.2.19

2001-05-24 Thread Prasanna P Subash
Is there a patch to make 2.2.19 kernel work on a dual athlon ? I tried both 2.2.20-pre2aa( with k7 smp ) and 2.2.20-pre2 and at boot after it detects the ide devices it hangs. I tried compiling in kdb to get a stack trace but the machine went into a hang. -- Prasanna Subash --- [EMAIL PRO

Dual Athlon on 2.2.19 ?

2001-05-24 Thread Prasanna P Subash
Hi all, Is there a patch to make dual athlons work on 2.2.19 ? I know it work on 2.4.3-pre1 with AA's patch. -- Prasanna Subash --- [EMAIL PROTECTED] --- TurboLinux, INC Linux, the choice | Doing b

Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Prasanna P Subash
be glad to furnish more info... -Prasanna Subash [EMAIL PROTECTED] > > Regards -- Andy > > > -Original Message- > > From: Prasanna P Subash [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, April 05, 2001 11:12 AM > > To: Marcus Meissner > > Cc: [EMA

Re: [Problem] 3c90x on 2.4.3-ac3

2001-04-05 Thread Prasanna P Subash
Thats right. ACPI was what made 3c90x not work :( With APM it works perfectly. Thanks Marcus. On Thu, Apr 05, 2001 at 10:14:56AM +0200, Marcus Meissner wrote: > In article <[EMAIL PROTECTED]> you wrote: > > > hi lkml, > > I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networki

[Problem] 3c90x on 2.4.3-ac3

2001-04-04 Thread Prasanna P Subash
hi lkml, I just built 2.4.3-ac3 with my old 2.4.2 .config and somehow networking does not work. dhclient eventually froze the machine. here is what dhclient complains. [root@psubash linux]# cat /tmp/error.txt skb: pf=2 (unowned) dev=lo len=328 PROTO=17 0.0.0.0:68 255.255.255.255:67 L=3

Verbose debug messages when accessing /dev/fd0

2001-02-28 Thread Prasanna P Subash
Hi lkml. when i do a fd = open( "/dev/fd0", O_WRONLY ); in 2.4.2 series kernels, i get these messages on the console: psubash kernel: floppy0: reschedule timeout lock fdc psubash kernel: floppy0: reschedule timeout redo fd request psubash kernel: floppy0: reschedule time

Re: Linux device driver writing

2001-02-23 Thread Prasanna P Subash
a treasure trove of info on linux would be /usr/src/linux/Documentation/kernel-docs.txt -Prasanna On Fri, Feb 23, 2001 at 10:01:40AM +, Rahul wrote: > Hi friends, > > I am new to this field of writing device drivers. I > have done my course in Unix/C and presently working > for a company in

Re: Documentation about programming sk_buffers

2001-02-21 Thread Prasanna P Subash
maybe this will be useful. http://www.linux-sna.org/events/papers/Bang%21inux-netstack-2001/skb%20definition.html On Wed, Feb 21, 2001 at 02:23:53PM -, Dragos, Radu wrote: > Does anyone know some good documentation about handling sk_buffers ? > > I'll need to work with them for some kind of

Re: PROBLEM: ext2 superblock issue on 2.4.1-ac20

2001-02-21 Thread Prasanna P Subash
On Thu, Feb 22, 2001 at 12:50:52AM +, Alan Cox wrote: > > I just oldconfiged linux kernel with my 2.4.1 .config. When I boot the new > > 2.4.1-ac20 kernel, I get a message saying that my ext2 superblock is corrup= > > ted. > > I get a message asking me to run e2fsck -b 8193 <...hdd dev..>

Re: PROBLEM: ext2 superblock issue on 2.4.1-ac20

2001-02-21 Thread Prasanna P Subash
oops. sorry for the panic. my fault. I was trying to boot a non-devfs'ed with devfs. thanks anyway. -- Prasanna Subash --- [EMAIL PROTECTED] --- TurboLinux, INC Linux, the choice | Who is John Galt? of a

PROBLEM: ext2 superblock issue on 2.4.1-ac20

2001-02-21 Thread Prasanna P Subash
Hello lkml, I just oldconfiged linux kernel with my 2.4.1 .config. When I boot the new 2.4.1-ac20 kernel, I get a message saying that my ext2 superblock is corrupted. I get a message asking me to run e2fsck -b 8193 <...hdd dev..> My 2.4.0-ac4 that I've been running for more than 2-3 weeks

Re: problem in BOGOmips

2001-02-09 Thread Prasanna P Subash
the bogomips algorithm changed between kernels. Now it uses the tsc register. Your bogomips should typically be about 2*processor mhz. On Sat, Feb 10, 2001 at 02:35:05AM +0530, Ashish Gupta wrote: > Hi, > I want to use bogomips as the indicator of CPU capability for > different architecture

[Patch]Re: Serious reproducible 2.4.x kernel hang

2001-02-02 Thread Prasanna P Subash
> #include > #include > #include > #include > > int > main(int argc, const char* argv[]) > { > int retval; > int sockets[2]; > char buf[1]; > > retval = socketpair(PF_UNIX, SOCK_DGRAM, 0, sockets); > if (retval != 0) > { > perror("socketpair"); > exit(1); > } > shut

Re: kernel ver 2.4.1 VFS problem

2001-02-01 Thread Prasanna P Subash
On Thu, Feb 01, 2001 at 04:22:03PM -0800, [EMAIL PROTECTED] wrote: > > > But the driver for my Hard disk is not there in the list, mine is FUJISTU disk > .I think Generic scsi driver will work > > Thanks > Jagan > > Your scsi driver could be compiled into as a module. "mkinitrd" to boot off a

Re: bttv problems in 2.4.0/2.4.1

2001-01-31 Thread Prasanna P Subash
My bttv is at IRQ 3 and it still hangs the machine :( I dont even have acpi built in. btw I am testing with 2.4.1-pre9 -- Prasanna Subash --- [EMAIL PROTECTED] --- TurboLinux, INC Linux, the choice | Whe

Re: bttv problems in 2.4.0/2.4.1

2001-01-30 Thread Prasanna P Subash
I have experienced similar issues with 2.4.0 and its test. I have a bttv848 chipset. I even tried compiling in kdb as a part of the kernel to see if it oopses, but no luck. I will try trying 0.7.47 today. this works on 2.2.16, last time i tried. -- Prasanna Subash --- [EMAIL PROTECTED] -

Re: 2.2.18 and EMU10K1 problems...

2001-01-09 Thread Prasanna P Subash
remember seeing something about this on the list. Build it as a module, and not into the kernel and it should work. -- Prasanna Subash --- [EMAIL PROTECTED] --- TurboLinux, INC Linux, the choice | Actually

Re: Pentium IV-summary

2000-11-08 Thread Prasanna P Subash
rking on 2.4.0-test10. Just started testing it. It actually seems pretty stable. -- Prasanna P Subash [EMAIL PROTECTED] PGP signature