2.4.0-test10 BUG at swap_state.c:60 / 2.2.x getenv() failure

2000-11-01 Thread pete
ectors (1707 MB) w/96KiB Cache, CHS=827/64/63 hdc: 60074784 sectors (30758 MB) w/2048KiB Cache, CHS=59598/16/63 [...] ne2k-pci.c:vpre-1.00e 5/27/99 D. Becker/P. Gortmaker http://cesdis.gsfc.nasa.gov /linux/drivers/ne2k-pci.html eth0: RealTek RTL-8029 found at 0xec00, IRQ 5, 00:40:95:46:A0:00. Thanks for reading, - Pete. -- email: [EMAIL PROTECTED] - 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: Integration of SCST in the mainstream Linux kernel

2008-02-02 Thread Pete Wyckoff
as I can. But I'm not particularly interested in arguing about which implementation is best, or trying to interpret bandwidth comparison numbers from poorly designed tests. It takes work to understand these issues. -- Pete -- To unsubscribe from this list: send the line &qu

Re: [PATCH] Core driver for WM97xx touchscreens

2008-02-11 Thread Pete MacKay
In wm97xx-core.c, should > +int wm97xx_resume(struct device *dev) be static? Also, should > + if (wm->ts_use_count) { have been changed to > + if (wm->input_dev->users) { in this revised revision? (Oops, that was repetitively redundant. :) -- To unsubscribe from th

Re: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-11 Thread Pete Zaitcev
make commands flexible, e.g. sometimes with just a virtual address and size, sometimes with an s/g table. If you guys make struct scatterlist illegal to copy with memcpy one day, this is probably what I'll do. -- Pete -- To unsubscribe from this list: send the line "unsubscribe linux-ker

Re: [PATCH 1/6] Core driver for WM97xx touchscreens

2008-02-12 Thread Pete MacKay
> This patch series adds support for the touchscreen controllers provided > by Wolfson Microelectronics WM97xx series chips in both polled and > streaming modes. We're using the wm9712 codec with the sound/soc/pxa code configured in and came across this build error: In file included from include/

Re: [ofa-general] Re: Demand paging for memory regions

2008-02-13 Thread Pete Wyckoff
ifiers, libraries can manage registration caches more efficiently, letting the kernel unmap pinned pages as it likes. -- Pete -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at htt

Re: Huawei E220 and usb storage

2008-02-14 Thread Pete Zaitcev
e it. But perhaps they are mistaken about the operation of their own hardware. Stranger things happened... -- Pete -- 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: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-05 Thread Pete Zaitcev
ink ub.c is basically abandoned in favour of usb-storage. If so, > perhaps we should remove or disble ub.c? Actually I think it may be an argument for keeping ub, if ub exposes a bug in the __blk_end_request. I'll look at the head of the thread and see if Mr. Pinter has hit anything related

Re: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-08 Thread Pete Zaitcev
t's just Tomo or Jens made a mistake when converting to the new s/g API. Nothing to be too concerned about. I know I should've reviewed their patch closer, but it seemed too simple... -- Pete Fix up the conversion to sg_init_table(). Signed-off-by: Pete Zaitcev <[EMAIL PROTECTED

Re: xtensa port maintenance

2012-08-16 Thread Pete Delaney
er [mailto:m...@tensilica.com] > Sent: Friday, August 10, 2012 9:47 PM > To: Pete Delaney; Chris Zankel; Arnd Bergmann; linux-xte...@linux-xtensa.org; > Kirill Krinkin; Stephen Rothwell; Greg KH; linux-kernel@vger.kernel.org; Max > Filippov; linux-n...@vger.kernel.org; Andrew Morton; Linu

3.6-rc2 Panic -- Network interrupt

2012-08-17 Thread Pete Clements
Fatal exception in interrupt -- Pete Clements -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Huawei E220 and usb storage

2008-02-25 Thread Pete Zaitcev
irmware update exists to resolve the issue (version 11.117.07.00.67). Probably they started to comply with the spec and return 12 bytes of sense according to the allocation length in the SCSI command. https://bugzilla.redhat.com/show_bug.cgi?id=253096#c51 -- Pete -- To unsubscribe from this list: se

[PATCH 0/2] (was Re: [ofa-general] fmr pool free_list empty)

2008-02-26 Thread Pete Wyckoff
note, I don't remember seeing this patch on the openfabrics mailing list. Perhaps I missed it. Sometimes these sorts of interactions can be spotted if proposed changes get wider attention. -- Pete -- To unsubscribe from this list: send the line "unsubscribe linux-kern

[PATCH 1/2] Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"

2008-02-26 Thread Pete Wyckoff
used FMR entries also to be purged. During that process, another thread can see that there are no free FMRs and fail, even though there should always have been enough available. Signed-off-by: Pete Wyckoff <[EMAIL PROTECTED]> --- drivers/infiniband/core/fmr_pool.c | 21 ++

[PATCH 2/2] ib fmr pool: flush used clean entries

2008-02-26 Thread Pete Wyckoff
ib_flush_fmr_pool() is called, and other FMR users are not affected. Simply move used entries from the clean list onto the dirty list before letting the cleanup thread do its job. Signed-off-by: Pete Wyckoff <[EMAIL PROTECTED]> --- drivers/infiniband/core/fmr_pool.c | 17 ++

Stuck: What to do with solid locks?

2001-04-02 Thread Pete Toscano
ting. I really, really want to be able to start doing something on my workstation without having to worry everytime about it crashing. Thanks, pete # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level opti

Re: Stuck: What to do with solid locks?

2001-04-03 Thread Pete Toscano
ack down bugs, but if I can't get into KDB even, then I have no idea where to begin to help fix this problem (or these problems). pete On Tue, 03 Apr 2001, Alan Cox wrote: > > This is very frustrating. I really, really want to be able to start > > doing something on my workstati

Re: Is jumbo ethernet MTU possible with Hamachi Gigabit ethernet driver?

2001-04-05 Thread Pete Wyckoff
The hardware also must support jumbo MTUs. Hamachi limit is 1518 or 1522 (vlan) bytes, and the driver can't fix that. -- Pete [EMAIL PROTECTED] said: > I'm trying to get some Gigabit ethernet cards that use the Packet > Engines Hamachi GNIC-II chip to use a larg

sk->state_chage is not called for listening sockets

2001-04-12 Thread Pete Zaitcev
sk->state_change(sk); sk_wake_async(sk,0,POLL_OUT); } tp->snd_una = TCP_SKB_CB(skb)->ack_seq; Thanks, -- Pete - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: Linux 2.4.3-ac5

2001-04-13 Thread Pete Toscano
> modutils 2.4.2 [snip] probably a silly question, but have you tried modutils 2.4.5? these won't help with the missing symbol issues, but are you using the latest hotplug scripts and the patched version of pci-utils and usb-utils? there are links to all of these at the linux-usb site. hth, pete PGP signature

Re: usb-uhci.c problems in latest kernels?

2001-04-14 Thread Pete Zaitcev
7.1 release. Some people suggest to switch to uhci instead of usb-uhci, which helps precisely because it does not have a corresponding printk. -- Pete - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More ma

Re: 2.4.x SMP blamed for Xfree 4.0 crashes

2001-02-13 Thread Pete Toscano
with the binary-only module from matrox, so i'm seeing if the same problem presents itself with the original mga.o loaded (which also disables hardware dri). pete On Tue, 13 Feb 2001, Tony Gale wrote: > Having experienced a number of crashes with Xfree 4.0 with 2.4 > kernels, that I was

Re: 2.4.1ac17 hang on mounting loopback fs

2001-02-17 Thread Pete Toscano
seek=1 dd: advancing past 1 blocks in output file `/dev/fd0': Permission denied With 2.4.1, I get a different error message, but, AFAICT, the same result. pete Alan Cox writes: > > # mount -t ext2 -o loop /spare/i486-linuxaout.img /spare/mnt > > loop: enabling 8 loop devices > >

Re: 2.4.1ac17 hang on mounting loopback fs

2001-02-17 Thread Pete Toscano
Excellent! Thanks, that worked. pete On Sat, 17 Feb 2001, Thomas Molina wrote: > On Sat, 17 Feb 2001, Pete Toscano wrote: > > > reading this, I see now why mkbootdisk was locking in the D state with > > the loop mounted... Would this also explain not being able to seek

Mysterious lockups with 2.4.X (Help w/KDB)

2001-02-25 Thread Pete Toscano
g me pull out what little hair I have =) -- but I don't know what to do next, so I implore you, o great kernel hackers, to impart some of your knowledge upon me so that I may debug too. Any tips would be good too. =;] FWIW, I'm running 2.4.2 with the KDB patch, modutils-2.4.2, binutils 2.10.0.33, util-linux 2.10s, e2fsprogs 1.19, GNU make 3.79, and RedHat's kgcc (egcs 2.91.66). thanks, pete PGP signature

2.4.2 + SMP + EMU10k1 == lock?

2001-03-01 Thread Pete Toscano
.8 on my SMP machine (2xp3-600). I have a serial console connected to my box. It looks like things might be locking up in the EMU10k1 driver. Anyone else? Is there any further info I can provide to someone who might be working on this? Thanks, pete [0]kdb> rd eax = 0xc983cca0 ebx = 0x00

So, what about kwhich on RH6.2?

2001-01-03 Thread Pete Zaitcev
Are we going to use Miquel's patch? I cannot build fresh 2.2.x on plain RH6.2 without it. The 2.2.19-pre6 comes out without it. Or is "install new bash" the official answer? Alan? -- Pete --- linux-2.2.19-pre3/scripts/kwhichSun Dec 10 16:49:45 2000 +++ linux-2.2.19-pre3-p3

Re: So, what about kwhich on RH6.2?

2001-01-03 Thread Pete Zaitcev
>Date:Wed, 03 Jan 2001 22:08:33 -0800 >From: Pete Zaitcev <[EMAIL PROTECTED]> > >Are we going to use Miquel's patch? I cannot build fresh 2.2.x on >plain RH6.2 without it. The 2.2.19-pre6 comes out without it. Or >is "install n

usb + smp + apollo pro 133a + 2.4.0 = still broken

2001-01-05 Thread Pete Toscano
i'm more than willing to help test patches and provide any more info to people working on this, but i lack the low-level knowledge to actually fix it. thanks, pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

Re: Related VIA PCI crazyness?

2001-01-09 Thread Pete Toscano
#x27;t help with smp-enabled systems, but if there's something similar that you think might help solve this one, please let me know and i'll be more than happy to oblige. thanks, pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

Re: Linux 2.2.19pre7

2001-01-09 Thread Pete Zaitcev
> o Fix kwhich versus old bash (Pete Zaitcev) A small clarification may be in order here. First, this patch comes from Miquel Smoorenburg, not from me. Second, DaveM pointed out that it fixes a non-problem. I stepped on a bug with an obscure kernel, I think it was 2.2.18-pre3, which cal

Re: VIA chipset discussion

2001-01-17 Thread Pete Toscano
e, considering their load). i've asked on the list too, but i've only heard back from people with the same problem, not anyone who can fix the problem. i've pretty much got the same system as you, except for the ultra66 promise card. pete On Wed, 17 Jan 2001, David D.W. Downey wrot

Turning off ARP in linux-2.4.0

2001-01-22 Thread Pete Elton
el, so I thought I would ask the guys who really know what is going on. I know that you are all very busy, but any help that you can provide is greatly appreciated. Pete Elton - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL P

ns558 pci/isa change

2000-11-13 Thread Pete Wyckoff
. Trivial fix attached, with plenty of context. -- Pete --- drivers/char/joystick/ns558.c.orig Mon Nov 13 18:04:16 2000 +++ drivers/char/joystick/ns558.c Mon Nov 13 18:11:41 2000 @@ -299,37 +299,38 @@ deactivate: if (dev->deactivate) dev->deac

2.4.0-test11-pre6 fails compile (dev.c)

2000-11-16 Thread Pete Clements
rst use in this function) dev.c:2736: (Each undeclared identifier is reported only once dev.c:2736: for each function it appears in.) make[3]: *** [dev.o] Error 1 make[3]: Leaving directory `/sda3/usr/src/linux-2.4.0-test11/net/core' make[2]: *** [first_rule] Error 2 -- Pete Clements [EMAIL

2.2.18pre21 and ipv6 problems/questions

2000-11-18 Thread Pete Toscano
hen try to "ifconfig del" it, i get "SIOCDIFADDR: Invalid argument". i've tried to del with and without the /prefixlen and neither has worked. thanks, pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

Loud screech after reboot of 2.2.18-pre22

2000-11-19 Thread Pete Zaitcev
and that I checked to the best of my ability that those loopbacks are muted. Therefore I conclude that the loopback happens inside the AC97 (if such a thing is possible). --Pete - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

2.4.0-test12pre1 fails compile (vmscan.c)

2000-11-27 Thread Pete Clements
#x27; make[2]: *** [vmscan.o] Error 1 make[2]: Leaving directory `/sda3/usr/src/linux-2.4.0-test12/mm' -- Pete Clements [EMAIL PROTECTED] - 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: how to compile redhat6.0 kernel

2000-12-03 Thread Pete Keller
;thanx >mourad, Here is a URL for a Linux Journal article that discusses Kernel Compiling http://www2.linuxjournal.com/lj-issues/issue43/2404.html Pete =-= A4C7 3342 EF0C 2504 9FBF 6808 C5C0 7A78 354A B81D =-= Hi! I'm a signature virus! add me to your signature to help me

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pete Zaitcev
> Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) > From: Pavel Roskin <[EMAIL PROTECTED]> > cc: Jaroslav Kysela <[EMAIL PROTECTED]>, Pete Zaitcev <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > The native YMF PCI driver from Lin

Re: YMF PCI - thanks, glitches, patches (fwd)

2000-12-06 Thread Pete Zaitcev
> Date: Wed, 6 Dec 2000 15:00:38 -0500 (EST) > From: Pavel Roskin <[EMAIL PROTECTED]> > To: Pete Zaitcev <[EMAIL PROTECTED]> > Subject: Re: YMF PCI - thanks, glitches, patches (fwd) > > > Date: Wed, 6 Dec 2000 13:12:13 -0500 (EST) > > > From: Pavel Ros

serial.c

2000-10-25 Thread Pete Popov
te->type in get_async_struct(), where the rest of the async_struct parameters are set? Pete - 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/

Patch to DECODER_SET_NORM invocations

2000-11-07 Thread Pete Zaitcev
would you look at it please? Greetings, --Pete diff -ur linux-2.2.18-pre19/drivers/char/buz.c linux-2.2.18-pre19-p3/drivers/char/buz.c --- linux-2.2.18-pre19/drivers/char/buz.c Wed May 3 17:16:33 2000 +++ linux-2.2.18-pre19-p3/drivers/char/buz.cTue Nov 7 08:43:58 2000 @@ -2389,7 +2

Re: [PATCH] for YMF PCI sound cards

2000-12-08 Thread Pete Zaitcev
> Date: Fri, 8 Dec 2000 11:41:07 -0500 (EST) > From: Pavel Roskin <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > cc: <[EMAIL PROTECTED]>, Pete Zaitcev <[EMAIL PROTECTED]>, > Jaroslav Kysela <[EMAIL PROTECTED]> > --- ./drivers/sound/Co

2.4.0-t12p8 fails compile (smbfs/sock.c)

2000-12-10 Thread Pete Clements
ember named `next' make[3]: *** [sock.o] Error 1 make[3]: Leaving directory `/sda3/usr/src/linux-2.4.0-test12/fs/smbfs' make[2]: *** [first_rule] Error 2 -- Pete Clements [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Patch for ymfpci in test12-pre7

2000-12-10 Thread Pete Zaitcev
. Thanks in advance, --Pete --- linux-2.4.0-pre12-test7/drivers/sound/ymfpci.h Fri Dec 8 22:45:29 2000 +++ linux-2.4.0-test12-pre7-p3/drivers/sound/ymfpci.h Sat Dec 9 23:36:14 2000 @@ -247,7 +247,7 @@ }; struct ymf_unit { - unsigned int rev; /* PCI revisi

Re: 2.4.0-test12 not liking high disk i/o

2000-12-12 Thread Pete Toscano
sed it). there were no messages in the logs. if there's any info i can provide or tests i can run, just let me know. pete On Tue, 12 Dec 2000, Petr Vandrovec wrote: > On 12 Dec 00 at 17:43, Niels Kristian Bech Jensen wrote: > > On Tue, 12 Dec 2000, Mohammad A. Haque wrote: &g

Re: [linux-usb-devel] PROBLEM: USB (MS Intellimouse specifically) does not work with SMP Linux 2.2.18.

2000-12-12 Thread Pete Toscano
eeing more noise about it. laramie, try disabling apic at the lilo prompt (add "noapic" after your kernel image's name) and see if that helps. pete On Tue, 12 Dec 2000, Greg KH wrote: > On Tue, Dec 12, 2000 at 02:07:59PM -, Laramie Leavitt wrote: > > [1.] One line su

test1[12] + sparc + bind 9.1.0b1 == bad things

2000-12-13 Thread Pete Toscano
oo? is it not bad enough that i spent the whole day frustrated, working with this system? but then the computer had to keep making faces at me, mocking me. *sigh* =;] pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

linux ipv6 questions. bugs?

2000-12-13 Thread Pete Toscano
is be the other way around? this would explain why the openbsd box doesn't respond to the linux box's n.s. until it starts looking at all the packets in promisc mode, right? thanks, pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

Re: linux ipv6 questions. bugs?

2000-12-13 Thread Pete Toscano
rom the linux box have the source mac address set to its mac address and the destination mac address set to 0:0:0:0:0:0 and not the other way around? thanks, pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

Re: test1[12] + sparc + bind 9.1.0b1 == bad things

2000-12-13 Thread Pete Zaitcev
ilar change should be mandatory if you are insterested in any sort of debugging. The alternative is to use a serial console, captured at all times. --Pete diff -u -r1.63 traps.c --- arch/sparc/kernel/traps.c 2000/06/04 06:23:52 1.63 +++ arch/sparc/kernel/traps.c 2000

Re: linux ipv6 questions. bugs?

2000-12-13 Thread Pete Toscano
bytes from X:Y::1: icmp_seq=15 hops=64 time=1.000 sec the pings start working when i put the X:Y::1 box's ethernet card into promsc mode and it sees an ipv6 packet destined for one of its multicast addresses. (i guess promsc mode tells the eth to just ignore all link-level addressing info.) pe

Re: test1[12] + sparc + bind 9.1.0b1 == bad things

2000-12-13 Thread Pete Toscano
On Wed, 13 Dec 2000, Pete Zaitcev wrote: > > Is this the first OOPS it prints out? I don't think so. I am > > very sure it printed out messages from die_if_kernel first and > > we need that initial OOPS to diagnose this bug and fix it. > > > > All the re

usb + smp + 2.4.0test = pci irq routing problem?

2000-12-20 Thread Pete Toscano
re than willing to try any kind of patch or give any information about my system that could help squash this bug. it's a problem that quite a few people on the linux-usb list are complaining about (all, it seems, have this via chipset). please let me know if there's any more info i can p

Security-enhanced Linux available at NSA site

2000-12-22 Thread Pete Loscocco
The Information Assurance Research Office of the National Security Agency is pleased to make available a prototype version of a security-enhanced Linux system (http://www.nsa.gov/selinux). This version of Linux has a strong, flexible mandatory access control architecture incorporated into the majo

Re: How to write patches

2000-12-29 Thread Pete Zaitcev
ux-2.2.17-pre22-p3.diff a little longer # after the base moved on, for the sake of slower paced collegues. And the ball just keeps rolling. -- Pete - 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: SparcLinux on Sun E10000

2000-09-27 Thread Pete Zaitcev
Is it a coincidence that E1 is officially declared obsolete today? Sun never allows us to use the latest and greatest hardware. --Pete > Date: Wed, 27 Sep 2000 17:28:49 +1100 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > From: Anton Blanchard <[EMAIL PROTECTED]&

usb and smp problems with 2.4.0-test9/2.2.18-pre15

2000-10-09 Thread Pete Toscano
drivers, but there's no change. any ideas? any more information i can provide to help? thanks, pete -- Pete Toscanop:[EMAIL PROTECTED] w:[EMAIL PROTECTED] GPG fingerprint: D8F5 A087 9A4C 56BB 8F78 B29C 1FF0 1BA7 9008 2736 PGP signature

Re: usb and smp problems with 2.4.0-test9/2.2.18-pre15

2000-10-09 Thread Pete Toscano
oh, btw, i also tried an asus p2b-ds mobo with the intel bx chipset with the same results. pete On Mon, 09 Oct 2000, Pete Toscano wrote: > hello, > > i haven't been on lkml since vger died, but just subscribed and looked > at the archives and was unable to find anything on

Re: usb and smp problems with 2.4.0-test9/2.2.18-pre15

2000-10-09 Thread Pete Toscano
nd the rio is plugged into the keyboard, if at all. i'll send my .config file if you think it'd be helpful. it's set to mps 1.1. linux has issues with 1.4? if it's not a problem, would you please send the patches or point me to where i can pick them up? thanks, pete On Mon, 0

e2fsck hang with test9

2000-10-17 Thread Pete Harlan
c AIC-7860. The fsck was during bootup; the partition was the /var/home, and not mounted at the time. It's a heavily-used server, so I can't experiment much on it, but if anyone wants me to try something, I could conceivably do so one evening. -- Pete Harlan [EMAIL PROTECTED] - To unsubs

Q. about oops backtrace

2001-03-07 Thread Pete Zaitcev
ppreciate a suggestion about what .S file to read for the explanation. -- Pete - 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

Re: SLAB vs. pci_alloc_xxx in usb-uhci patch [RFC: API]

2001-03-09 Thread Pete Zaitcev
odo list > > yet. > > Some hardware (like OHCI) talks to drivers using those dma handles. I wonder if it may be feasible to allocate a bunch of contiguous pages. Then, whenever the hardware returns a bus address, subtract the remembered bus address of the zone start, add the offset to the

Re: [linux-usb-devel] Re: SLAB vs. pci_alloc_xxx in usb-uhci patch [RFC: API]

2001-03-09 Thread Pete Zaitcev
l size, poisoning > and so on). And yet when Pete Zaitcev described what that > mapping code actually involved, you didn't object. So you've > succeeded in confusing me. Care to unconfuse? I did not propose an API or library which would be equal amond equals with first rate

2.4.2 Lockup in SCSI Error Handler

2001-03-10 Thread Pete Toscano
e8f4aa71 scsi_old_done+0x501 0xe8f4edfe .text.lock+0x23acmpb $0x0,0xc027d140 Is this a known problem that's been fixed in the AC or test line? Is there any more information I can provide about my system? Any tips on better information to grab next time something like this happens? Thanks, pete PGP signature

Re: APIC usb MPS 1.4 and the 2.4.2 kernel

2001-03-12 Thread Pete Toscano
problem with the PCI IRQ routing for the VIA chipsets, but I've been unable to get anyone who knows about this to do anything (and I've been asking for a while). Alas, since this stuff is beyond me, I just accept the fact that it'll probably always be broke. pete On Mon, 12 Mar 200

Re: APIC usb MPS 1.4 and the 2.4.2 kernel

2001-03-13 Thread Pete Toscano
On Tue, 13 Mar 2001, Greg KH wrote: > On Tue, Mar 13, 2001 at 12:25:13AM -0500, Pete Toscano wrote: > > Well, I can't speak for the consequences of noapic (I've wondered as > > much myself), but I know that there's been a problem with SMP 2.4 > > kernels

Fix to khubd oops, hellooo?

2001-03-13 Thread Pete Zaitcev
Is my fix to khubd going anywhere? Randy, David? I have an actual, reproducible bug that I need to close. Here's my message to linux-usb-devel with explanations: http://marc.theaimsgroup.com/?l=linux-usb-devel&m=98411157628404&w=2 -- Pete diff -ur -X ../dontdiff linux-2.4.2-ac1

Re: APIC usb MPS 1.4 and the 2.4.2 kernel

2001-03-13 Thread Pete Toscano
got USB working under > Win2K here. That would explain why it works for me. Now, if only I didn't have devices that need to have their BIOSes upgraded via a Windows .exe... pete PGP signature

Re: scsi_scan problem.

2001-03-14 Thread Pete Zaitcev
must issue REPORT LUNs and fall back on scanning if the device reports a check condition. I did that when I worked in Sun Storage with A5000/A3500/T3 arrays couple of years ago. -- Pete - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [E

Re: USB Mouse Problem in 2.4 Kernels - 2.2.18 Works Fine

2001-03-17 Thread Pete Zaitcev
.c: port 1 of hub 1 not enabled, trying reset again... hub.c: Cannot enable port 1 of hub 1, disabling port. hub.c: Maybe the USB cable is bad? Now I need something like that for a working kernel on the same hardware. I'll let folks know if I find anything. If anyone wants to investigate

Re: [sligthly OT] serial console on palm

2001-03-18 Thread Pete Toscano
. pete On Sun, 18 Mar 2001, Andreas Dilger wrote: > John Lenton writes: > > I remember seing a project to get a palm pilot working as a > > serial console, but now google seems unable to find it. Does > > anyone know of such a project? > > I got one recently called "

Re: USB Mouse Problem in 2.4 Kernels - 2.2.18 Works Fine

2001-03-19 Thread Pete Zaitcev
> From: Andree Leidenfrost <[EMAIL PROTECTED]> > To: Pete Zaitcev <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Date: 18 Mar 2001 22:50:32 +1100 > > > > I am experiencing problems with a USB mouse: The machine boots, X > > > starts, I log on, ever

Some strange patch to drivers/input/keybdev.c

2001-03-22 Thread Pete Zaitcev
Some guy sent me the attached patch. He says it allows him to use 2 additional keys on the 106 key USB keyboard. I never saw a 106 key keyboard before, USB or not. Does anyone understand what is going on? Vojtech? -- Pete --- drivers/input/keybdev.c.orig Sat Sep 2 19:01:55 2000

Please review patchlet for ov511 (2.4.2-ac19)

2001-03-22 Thread Pete Zaitcev
. Thanks in advance, -- Pete --- linux-2.4.2-ac19/drivers/usb/ov511.cThu Jan 4 13:15:32 2001 +++ linux-2.4.2-ac19-p3/drivers/usb/ov511.c Thu Mar 22 19:55:59 2001 @@ -3141,11 +3141,6 @@ init_waitqueue_head(&ov511->wq); - if (video_register_device(&

Constant Crash in scsi_eh_0

2001-03-24 Thread Pete Toscano
e's anything I can do to try to fix the problem. I'm not adverse to trying experimental patches. pete # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y # # Lo

Possible patch for Dell keyboard lockup

2001-03-28 Thread Pete Zaitcev
ouse event. Which we do not (in case a USB mouse is used, for instance). I may do what BIOS ought to do upon suspend, but it does not feel right. So... do we need anything like that? If yes, I may polish it up w.r.t. non-x86 etc. -- Pete diff -ur -X dontdiff linux-2.4.2-0.1.32/drivers/char/keyboar

Re: oops in uhci.c running 2.4.2-ac28

2001-04-02 Thread Pete Zaitcev
the oops any more. I am behind usb-uhci for a reason. Alan bounced your report to me but I do not see a case for action... -- Pete - 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.ke

Re: Turning off ARP in linux-2.4.0

2001-01-23 Thread Pete Elton
o that will mirror this functionality? The modification that you made to the documentation was pretty straight forward in that the arp_filter was BOOLEAN, so I think I implemented it right. Any other ideas? Thanks for your help. Pete - 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: Turning off ARP in linux-2.4.0

2001-01-23 Thread Pete Elton
> On Tue, Jan 23, 2001 at 03:50:36PM -0800, Pete Elton wrote: > The snippet you posted doesn't describe what ClusterThingy exactly wants > to do with ARPs. Well I think the main difference in what you implemented and what the cluster server thing is doing (I think) is it sound

Re: Turning off ARP in linux-2.4.0

2001-01-23 Thread Pete Elton
> On Tue, Jan 23, 2001 at 04:27:21PM -0800, Pete Elton wrote: > > Any ideas on how I can turn off the arping? I guess the thing that I > > I explained it in my last mail how to do it using arpfilter. I do not claim > that it is an elegant solution. > It's probably no

Re: Turning off ARP in linux-2.4.0

2001-01-24 Thread Pete Elton
rver.org/arp.html > http://www.linuxvirtualserver.org/hidden-2.3.41-1.diff Thanks for the link to the patch. I was able to get it patched into the 2.4.0 kernel and it worked great. Thanks. Pete - 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/

patchlet for cs46xx

2001-01-25 Thread Pete Zaitcev
Sorry for the nitpicking, bust since 2.4 is now "stable"... -- Pete diff -ur -X dontdiff linux-2.4.0-ac9/drivers/sound/cs46xx.c linux-2.4.0-ac9-p3/drivers/sound/cs46xx.c --- linux-2.4.0-ac9/drivers/sound/cs46xx.c Sun Jan 14 15:27:58 2001 +++ linux-2.4.0-ac9-p3/drivers/sound/cs46

Patch to run IrDA with no modules in 2.4.x

2001-01-28 Thread Pete Zaitcev
A minor problem here - module_init(irda_proto_init) got bracketed by #ifdef MODULE and became ineffective if compiled without modules. -- Pete diff -ur -X dontdiff linux-2.4.1-pre11/net/irda/af_irda.c linux-2.4.1-pre11-p3/net/irda/af_irda.c --- linux-2.4.1-pre11/net/irda/af_irda.cSat

Maxwell strikes the heart (ECN: Clearing the air)

2001-01-29 Thread Pete Zaitcev
to a NAKless protocol, would improve stability of the Internet. If anything, it is going to exaggerate traffic oscillations. I would appreciate couple of links to reputable studies or discussions on the subject. -- Pete - 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/

Via PCI IRQ routing problem related? (was: PCI IRQ routing problem in 2.4.0)

2001-01-29 Thread Pete Toscano
I-to-ISA bridge PIRQA (link 0x01): irq 11 PIRQB (link 0x02): irq 5 PIRQC (link 0x03): irq 10 PIRQD (link 0x05): irq 12 any ideas? i also saved the lspci -vvvxxx and dmesg output if that'll be helpful. thanks, pete On Sun, 28 Jan 2001, Linus Torvalds wrote: > On Sun, 28 Jan

Re: Ymfpci 724

2001-01-30 Thread Pete Zaitcev
s based on Jaroslav's ALSA code and will be replaced by ALSA eventually. -- Pete - 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: Linux 2.4.[01] and BogoMips

2001-02-05 Thread Pete Toscano
hmmm, *remembers back to lwe* maybe linus would be able to say if there's been a change... i seem to recall he was surprised by this... =;] pete On Mon, 05 Feb 2001, Pat Verner wrote: > Has there been a change in the definition of "BogoMips"? -- Pete Toscano

Patch for ymfpci and xmms

2001-02-08 Thread Pete Zaitcev
Courtesy of Manish Singh, little bit extended (I hope I did not break it too badly). Supposedly it fixes bad skipping with xmms. -- Pete diff -ur -X dontdiff linux-2.4.1/drivers/sound/ymfpci.c linux-2.4.1-p3/drivers/sound/ymfpci.c --- linux-2.4.1/drivers/sound/ymfpci.c Fri Jan 26 23:31:16

Re: [PATCH] RCU in kernel/intermodule.c

2005-04-04 Thread Pete Zaitcev
d to do this. -- Pete - 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: 2.4.30: pwc pwc_isoc_handler() called with status -84

2005-04-06 Thread Pete Zaitcev
On Tue, 5 Apr 2005 10:55:52 -0300 Marcelo Tosatti <[EMAIL PROTECTED]> wrote: > CCing Pete. > > On Mon, Apr 04, 2005 at 08:59:57PM +0200, Gabor Z. Papp wrote: > > It was working fine with 2.4.29 and earlier kernels, often with > > 100-150 days uptime. > > >

Re: CML2 design philosophy heads-up

2001-05-18 Thread Pete Zaitcev
, and other crap. Half of ESR's justification is "dynatic loading of components and recovery from failure to load them", which goes away if we do not support extras like curses. Another half was GC, which is just a convinience for a project of CML's size. -- Pete - To unsubscr

Re: CML2 design philosophy heads-up

2001-05-18 Thread Pete Zaitcev
not. We are talking about CML2 and interaction with Aunt Tullie. This has nothing to do with automated rebuild at install time. -- Pete - 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://v

Re: dget()

2001-05-19 Thread Pete Wyckoff
; find $(SUBDIRS) init -name '*.[chS]' ) |\ ctags -I../ctags-ignore -L - -f - | sort-tags > tags Note that this only generates tags for your current architecture, and that your ctags must be Exuberant and version >= 5.0. -- Pete - To unsubscribe

Re: Oops on booting 2.4.4

2001-05-22 Thread Pete Zaitcev
odules is the culprit. > May 23 02:46:24 localhost kernel: hub.c: USB new device connect on > bus1/2, assigned device number 2 > May 23 02:46:24 localhost kernel: usb.c: USB device 2 (vend/prod > 0x4a9/0x2204) is not claimed by any active driver. What is this thing you have on USB? Try to run

Patch for PM in ymfpci (against 2.4.5-pre3)

2001-05-24 Thread Pete Zaitcev
I am sorry to be a poor maintainer, people were sending me patches to enable PM support for a long time. I took most of this from Paul Stewart, fixed a buglet, and factored common parts into a function. -- Pete * PM support for suspend/resume (without pm_register, proper PCI API); * Killed some

Re: Patch for PM in ymfpci (against 2.4.5-pre3)

2001-05-24 Thread Pete Zaitcev
> From: Jeff Garzik <[EMAIL PROTECTED]> > Looks ok, only a small nit: an include and 'pmdev' are left over from > the older PM implementation, and can be removed. Oops, here's a better one. -- Pete ---

Re: Fwd: Copyright infringement in linux/drivers/usb/serial/keyspan*fw.h

2001-05-24 Thread Pete Zaitcev
automatically load that "firmware" or any other. [...] A good thing for many reasons, if it works. Personally, I do not care why Adam writes right code as long as he does. :) -- Pete - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [linux-usb-devel] USB oops on SMP, 2.4.5 kernel, and other problems

2001-05-26 Thread Pete Zaitcev
time, one way or another (e.g. perhaps adding one more refcounting somewhere :) If someone needs a resolution until Johannes completes it, use my attached patch, or use Red Hat kernels. -- Pete --- linux-2.4.5/drivers/usb/hub.h Tue Apr 17 17:23:06 2001 +++ linux-2.4.5-tr5/drivers/usb/hub

  1   2   3   4   >