[REGRESSION] -rc7/-rc4+: unable to USB boot - enumeration partially broken (was: Linux v3.8-rc7)

2013-02-09 Thread Andreas Mohr
e :( Experiencing too many grave issues even with recent kernels somehow (which obviously leads me to rather liking the more recent strictly-fixes-only policy). Thanks, Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ma

Re: [REGRESSION] -rc7/-rc4+: unable to USB boot - enumeration partially broken (was: Linux v3.8-rc7)

2013-02-10 Thread Andreas Mohr
Hi, On Sun, Feb 10, 2013 at 01:14:42AM +0100, Andreas Mohr wrote: > After the reinstall I tried to get a current -rc (-rc4+) working. > To my surprise initramfs USB boot failed, completely. > (the tell-tale sign that it likely is a regression was that the same 3.7.0 > kernel that had

Re: [REGRESSION] -rc7/-rc4+: unable to USB boot - enumeration partially broken (was: Linux v3.8-rc7)

2013-02-12 Thread Andreas Mohr
On Sun, Feb 10, 2013 at 03:05:54PM +0100, Andreas Mohr wrote: > Regression sorta confirmed now. -rc3 with a fully suitable .config does > not boot either. Will start bisection. Will take ages. Down to 91 commits (all in USB land!), around 7 steps left. Pretty certain of a valid regressi

Re: [REGRESSION] -rc7/-rc4+: unable to USB boot - enumeration partially broken (was: Linux v3.8-rc7)

2013-02-12 Thread Andreas Mohr
Hi, On Tue, Feb 12, 2013 at 08:16:17AM -0800, Greg KH wrote: > On Tue, Feb 12, 2013 at 05:07:27PM +0100, Andreas Mohr wrote: > > On Sun, Feb 10, 2013 at 03:05:54PM +0100, Andreas Mohr wrote: > > > Regression sorta confirmed now. -rc3 with a fully suitable .config does > >

Re: [RFC PATCH 1/3] PM: Introduce suspend state PM_SUSPEND_FREEZE

2013-01-28 Thread Andreas Mohr
unt down all relevant code sites (possibly even splattered around drivers?) which may have made illegally hard-coded assumptions about the number of PM_SUSPEND state "enum"s ;) (e.g. comparisons - such as "==", "<=" etc. - come into mind) Review of your patch was all

Re: [PATCH] block/partition/msdos: detect AIX formatted disks even without 55aa

2013-01-25 Thread Andreas Mohr
MSDOS 55aa) */ if (aix_magic_present(state, data)) { . . . Apart from that: nice compat catch! HTH, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

usb storage: FATAL DATA CORRUPTION due to innocuous reboot!?

2013-01-26 Thread Andreas Mohr
eally adding up going on my nerves (Alan Cox, anyone?). If this keeps going on, then I *will* be forced to bail out, hard. Thanks, Andreas Mohr -- 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: [PATCH 0/3] Include kernel config by default

2013-01-26 Thread Andreas Mohr
is that the setting is module-based and thus cannot be found in image (extract-ikconfig's header comments don't fully document this fact either). Will be creating a commit for this eventually (or do you want to add such thing to your patchset now? ;). Thanks for your effort, Andreas Mohr

Re: weird keyboard issue (ps/2 port?) 3.9.x/3.10.x?

2013-08-27 Thread Andreas Mohr
put-utils - utilities for the input layer of the Linux kernel xinput - Runtime configuration and test of XInput devices And what do /proc/interrupts counts say? Does PS/2 (i8042) generate events? while :; do clear; cat /proc/interrupts; sleep 1; done HTH [shot in the dark], Andreas M

Re: 3.11-rc6 many problems, wil6210 , snd-pcsp , ibmphp

2013-08-27 Thread Andreas Mohr
provide a minimally usable replacement for a cheapo broken soundcard hardware, or for - God forbid! - soundcard hardware unsupported by Linux). Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you. -- To unsubscribe from this list: send the line "unsubscribe li

Re: weird keyboard issue (ps/2 port?) 3.9.x/3.10.x?

2013-08-27 Thread Andreas Mohr
On Tue, Aug 27, 2013 at 09:18:37PM +0200, Geert Uytterhoeven wrote: > On Tue, Aug 27, 2013 at 7:41 PM, Andreas Mohr wrote: > > while :; do clear; cat /proc/interrupts; sleep 1; done > > watch cat /proc/interrupts > > (yes, I spent ca. 15 years of my life using a similar lo

Re: [RFC PATCH] ES938 support for ES18xx driver

2013-09-15 Thread Andreas Mohr
ssor found!"?) ((or "Detected ...")) > + /* try to read a register to detect chip presence */ > + if (snd_es938_read_reg(chip, ES938_REG_MISC, NULL) < 0) > + return -ENODEV; Perhaps that check is not specific enough, i.e. it might be useful to figure

Re: [RFC PATCH] ES938 support for ES18xx driver

2013-09-15 Thread Andreas Mohr
Hi, On Sun, Sep 15, 2013 at 10:25:45PM +0200, Ondrej Zary wrote: > On Sunday 15 September 2013 20:49:02 Andreas Mohr wrote: > BTW. I've got an AZT3328 card and it works fine with your driver. Thanks for > it. What!?!? I didn't quite expect any kernel dev to have that one, t

Re: [RFC PATCH] ES938 support for ES18xx driver

2013-09-15 Thread Andreas Mohr
On Sun, Sep 15, 2013 at 11:04:26PM +0200, Ondrej Zary wrote: > On Sunday 15 September 2013 22:35:20 Andreas Mohr wrote: > > What!?!? I didn't quite expect any kernel dev to have that one, too ;) > > Don't remember where I got it from but it looked nice so I bought it :)

Re: [RFC PATCH] ES938 support for ES18xx driver

2013-09-19 Thread Andreas Mohr
lly I do favour u8, since "char" seems so unsuitably stringy - but the prototype currently doesn't offer it typed that way... (Almost-)Reviewed-By: Andreas Mohr Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: [PATCH] workqueue: defer to waiting stop_machine

2013-08-29 Thread Andreas Mohr
l where instead we could simply have a much cheaper reschedule done, thereby go back to hitting one central (and thus cache-hot) code site with stop_machine check etc.? Afraid of having stated the glaringly obvious ;), Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe

[YASB] Re: Linux 3.7-rc7

2012-12-03 Thread Andreas Mohr
e irqpoll" (dito) [none of which helped in my two remaining cases]. So, all the usual problems (suspend breakage, USB storage) alive and kicking... Crawling back into my corner, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you. -- To unsubscribe from t

Re: [YASB] Re: Linux 3.7-rc7

2012-12-03 Thread Andreas Mohr
Hi, On Mon, Dec 03, 2012 at 11:39:07AM -0800, Linus Torvalds wrote: > On Mon, Dec 3, 2012 at 11:33 AM, Andreas Mohr wrote: > > Florian Fainelli (1): > > x86/ce4100: Fix pm_poweroff > > > > sounds like it *might* happen to be a candidate (I could try to add a &g

Re: [YASB] Re: Linux 3.7-rc7

2012-12-03 Thread Andreas Mohr
Hi, On Mon, Dec 03, 2012 at 08:48:17PM +0100, Andreas Mohr wrote: > Will try script to unload half of all drivers etc. > (heavy amounts of bisection wouldn't be joyful on this box). > > > I failed to mention the effects: > Suspend starts, disk does spin down, yet display

Look Ma, da kernel is b0rken

2012-12-04 Thread Andreas Mohr
lly lessen *their* warning level settings), I would strongly vote for having a hard discussion about the status quo. As a somewhat aggravating comment, please note that this warning actually seems to date back to 1da177e (initial repository build) according to blame on that file. Andreas Mohr P.S

Re: Look Ma, da kernel is b0rken

2012-12-05 Thread Andreas Mohr
Hi, On Wed, Dec 05, 2012 at 03:27:56PM +, Alan Cox wrote: > > On Wed, Dec 05, 2012 at 08:09:01AM +0100, Andreas Mohr wrote: > > > Hi, > > > > > > drivers/pnp/pnpacpi/core.c: In function 'ispnpidacpi': > > > drivers/pnp/pnpacp

Re: Look Ma, da kernel is b0rken

2012-12-05 Thread Andreas Mohr
On Wed, Dec 05, 2012 at 05:44:10PM +0100, Borislav Petkov wrote: > On Wed, Dec 05, 2012 at 05:39:05PM +0100, Andreas Mohr wrote: > > Thanks to Borislav Petkov for his reply, too - > > however I'd like to state that given this lack of tooling/attention > > writing a mail i

Re: [YASB] Re: Linux 3.7-rc7

2012-12-05 Thread Andreas Mohr
quot;box" :-)) Just saw the -rc8 announce, thus I wanted to clarify status now, but I'm still only 98% solid about this bisection result here. Probably best to go straight ahead to -rc8. Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel&

Re: Look Ma, da kernel is b0rken

2012-12-07 Thread Andreas Mohr
business there any more). Dito e.g. isa/cmi8330.c. Hmm, anyone deeply familiar with ISA PnP ID magic? :) Andreas Mohr -- 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: Look Ma, da kernel is b0rken

2012-12-07 Thread Andreas Mohr
Hi, On Fri, Dec 07, 2012 at 06:44:05PM +0100, Borislav Petkov wrote: > On Fri, Dec 07, 2012 at 05:52:18PM +0100, Andreas Mohr wrote: > > Hmm, anyone deeply familiar with ISA PnP ID magic? :) > > Even if this is violating the ACPI spec, any fix for this needs to be > tested on t

[PATCH] usbnet: improve/fix status interrupt endpoint interval

2013-06-04 Thread Andreas Mohr
>From 307685fe8e6dfc8181e30167b9c31479332cb22f Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sun, 2 Jun 2013 20:37:05 +0200 Subject: [PATCH] usbnet: improve/fix status interrupt endpoint interval tweaking. - failed to take super-speed into account - <= full-speed seems to have wrong

[PATCH] usbnet: mcs7830: improve workaround against unreliable link status.

2013-06-04 Thread Andreas Mohr
>From d4bf85d0c6776bf4b15a0eea7772f9c55cef3daf Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sun, 2 Jun 2013 22:24:35 +0200 Subject: [PATCH] usbnet: mcs7830: improve workaround against unreliable link status. - to guard against spurious link loss, try to improve precision by taking i

Re: [PATCH] usbnet: improve/fix status interrupt endpoint interval

2013-06-05 Thread Andreas Mohr
Hi, On Wed, Jun 05, 2013 at 09:22:25AM +0800, Ming Lei wrote: > On Wed, Jun 5, 2013 at 2:28 AM, Andreas Mohr wrote: > > > > From 307685fe8e6dfc8181e30167b9c31479332cb22f Mon Sep 17 00:00:00 2001 > > From: Andreas Mohr > > Date: Sun, 2 Jun 2013 20:37:05 +0200 > >

Re: [PATCH] usbnet: improve/fix status interrupt endpoint interval

2013-06-05 Thread Andreas Mohr
On Thu, Jun 06, 2013 at 09:33:28AM +0800, Ming Lei wrote: > On Thu, Jun 6, 2013 at 12:34 AM, Andreas Mohr wrote: > > Hi, > > > > On Wed, Jun 05, 2013 at 09:22:25AM +0800, Ming Lei wrote: > >> On Wed, Jun 5, 2013 at 2:28 AM, Andreas Mohr wrote: > >> >

Re: [PATCH] Documentation: cover CONFIG_BINFMT_SCRIPT in init.txt

2013-05-30 Thread Andreas Mohr
to see that that file remained at only one initial commit since 2010, thus thumbs up for your help! Docs in general seem to be a wee bit too unmaintained. Acked-by: Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

Re: [PATCH] Documentation: cover CONFIG_BINFMT_SCRIPT in init.txt

2013-06-03 Thread Andreas Mohr
Hi, On Mon, Jun 03, 2013 at 06:16:12AM -0500, Rob Landley wrote: > On 05/30/2013 03:33:10 PM, Andreas Mohr wrote: > >It's somewhat sad to see that that file remained at only one > >initial commit > >since 2010, thus thumbs up for your help! > > > >Do

Re: [PATCH] Documentation: cover CONFIG_BINFMT_SCRIPT in init.txt

2013-06-08 Thread Andreas Mohr
g monstrosity to do the same > thing in a much more complicated and less efficient way.) Ouch. Count me in on the huge "people in need of sufficiently recognized pgp signing" list, though ;) Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you. -- To u

libata / IDE cs5536: 80c cable detect issue (and worse?)

2013-07-18 Thread Andreas Mohr
list if possible? : Indeed, I should just have done that. I had intended it to be a : preliminary private inquiry, but the usual consequences of that : (an ugly rewrite) are just too "challenging". : I chose to completely rewrite the mail since the reply contained : some weird non-ASCII

Re: libata / IDE cs5536: 80c cable detect issue (and worse?)

2013-07-18 Thread Andreas Mohr
e bus, which would be properly supported by pata_cs5536 OTOH) thing is the actual reason and might fix it (fingers crossed). Thanks, Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo i

Re: Re: libata / IDE cs5536: 80c cable detect issue (and worse?)

2013-07-19 Thread Andreas Mohr
On Fri, Jul 19, 2013 at 12:40:38PM +0200, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Thursday, July 18, 2013 08:25:41 PM Andreas Mohr wrote: > > Hi, > > > > forgot to mention that I had already added a libata.force=40c boot > > after my 80c config issue

Re: Re: libata / IDE cs5536: 80c cable detect issue (and worse?)

2013-07-19 Thread Andreas Mohr
Hi, On Fri, Jul 19, 2013 at 04:30:22PM +0200, Bartlomiej Zolnierkiewicz wrote: > On Friday, July 19, 2013 02:26:53 PM Andreas Mohr wrote: > > - do a cable correction patch for libata side (I do think that indicating > > 40c if even one device is 40c-only is the way to go [as

Re: [PCMCIA] Solved: No USB 2.0 (ehci) in PCMCIA slot on E7110

2013-08-12 Thread Andreas Mohr
er) > Note that this is only a 1.7Ghz Pentium-4-M dinosaur. That means you really don't want to know which kinds of machines I am using ;) (yes, I'm sitting at a CardBus box here, too) ((TI CardBus controller)) Greetings, Andreas Mohr (KA/S) -- To unsubscribe from this list: send

Re: [PATCH] irq: add quirk for broken interrupt remapping on 55XX chipsets

2013-03-02 Thread Andreas Mohr
* * FW_INFO * Use this one if you want to tell the user or vendor about something * suspicious, but generally harmless related to the firmware. * * Use it for information or very low priority BIOS bugs. */ So perhaps it is appropriate to be used here. HTH, Andreas Mohr -- To unsubscribe f

Re: [PATCH] acerhdf: Fix fan activation with new thermal governor

2013-03-04 Thread Andreas Mohr
timely tackling of the acerhdf matter! Andreas Mohr -- 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: [PATCH] acerhdf: Fix fan activation with new thermal governor

2013-03-05 Thread Andreas Mohr
re nicely discussed in this activity - So what do we want to have committed, and what do we not, and most importantly, does it all work fatally precisely correctly? ;) (remember, this is thermal layer, not particularly a place for sloppiness) Thanks, Andreas Mohr -- To unsubscribe from this list: sen

Re: psmouse synaptics: "hardware appears to be different" bail out

2012-08-13 Thread Andreas Mohr
Hi, On Fri, Jul 20, 2012 at 08:21:45PM +0200, Andreas Mohr wrote: > Hi, > > On Mon, Jul 16, 2012 at 03:07:19PM -0700, Dmitry Torokhov wrote: > > On Mon, Jul 16, 2012 at 11:44:53PM +0200, Andreas Mohr wrote: > > > Hi, > > > > > > just found the follow

[semi-solved] Re: [sdhci] mmc0: unrecognised SCR structure version 1

2008-02-06 Thread Andreas Mohr
ing this down myself (I'll just bail the check for now to have it boot properly) since originally I had more productive things in mind ;) (note that disabling the check on 2.6.24 makes the card boot ok up to a full mobile desktop) Thanks, Andreas Mohr -- To unsubscribe from this list: send th

Re: psmouse synaptics: "hardware appears to be different" bail out

2012-07-20 Thread Andreas Mohr
Hi, On Mon, Jul 16, 2012 at 03:07:19PM -0700, Dmitry Torokhov wrote: > On Mon, Jul 16, 2012 at 11:44:53PM +0200, Andreas Mohr wrote: > > Hi, > > > > just found the following in dmesg after resume > > (currently running -rc7): > > > > [ 9312.672073] psmouse

[REGRESSION] [nailed] USB boot failure: USB: EHCI: make ehci-pci a separate driver

2013-02-12 Thread Andreas Mohr
Hi guys (*wink*), On Tue, Feb 12, 2013 at 08:16:17AM -0800, Greg KH wrote: > On Tue, Feb 12, 2013 at 05:07:27PM +0100, Andreas Mohr wrote: > > On Sun, Feb 10, 2013 at 03:05:54PM +0100, Andreas Mohr wrote: > > > Regression sorta confirmed now. -rc3 with a fully suitable .config d

Re: [REGRESSION] [nailed] USB boot failure: USB: EHCI: make ehci-pci a separate driver

2013-02-12 Thread Andreas Mohr
Hi, On Wed, Feb 13, 2013 at 07:44:36AM +0100, Andreas Mohr wrote: > So, what to do? I'm now going to do some experimentation with git revert > on some revision, and I'm trying to establish the USB port dependency > (BIOS-owned handoff root hub invisible!?, as discussed in ini

Re: [REGRESSION] [nailed] USB boot failure: USB: EHCI: make ehci-pci a separate driver

2013-02-12 Thread Andreas Mohr
[CC initramfs-tools] On Wed, Feb 13, 2013 at 08:16:28AM +0100, Andreas Mohr wrote: > Hi, > > On Wed, Feb 13, 2013 at 07:44:36AM +0100, Andreas Mohr wrote: > > So, what to do? I'm now going to do some experimentation with git revert > > on some revision, and I'm t

Re: [REGRESSION] [nailed] USB boot failure: USB: EHCI: make ehci-pci a separate driver

2013-02-13 Thread Andreas Mohr
Indeed, adding ehci_pci to /etc/initramfs-tools/modules and running update-initramfs -u -k 3.7.0-rc5+ to get /boot/initrd.img-3.7.0-rc5+ of the formerly broken -rc5+ build corrected manages to fix boot. On Wed, Feb 13, 2013 at 08:44:09AM +0100, Andreas Mohr wrote: > (is there a way

Re: [REGRESSION] [nailed] USB boot failure: USB: EHCI: make ehci-pci a separate driver

2013-02-13 Thread Andreas Mohr
working regression bisects over all versions (of regressions *other* than this USB boot effect, that is), even that smallish window ought to be fully covered. If it thus is decided to be a sizeable versioning issue, then it really should be downgraded to 3.7 very soon, in order to prevent a support

Re: [PATCH] PCI / ACPI: Report _OSC control mask returned on failure to get control

2013-02-13 Thread Andreas Mohr
), AE_ALREADY_EXISTS (20121018/psparse-537) [0.516168] pci_root PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM [0.516179] pci_root PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08) HTH, Andreas Mohr -- To unsubscribe from this list: send the line

Re: [PATCH] PCI / ACPI: Report _OSC control mask returned on failure to get control

2013-02-14 Thread Andreas Mohr
r perhaps I should at least specify the URL reference when replying to older activity) Sorry & Thanks, Andreas Mohr -- 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.ke

[ASAP] thermal_sys.c NULL ptr deref patch likely incomplete

2013-02-14 Thread Andreas Mohr
some governor setup which seems to have just been available on my last setup, or so) Thanks, Andreas Mohr -- 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/majordo

thermal governor: does it actually work??

2013-02-14 Thread Andreas Mohr
)? Kernel bug, .config mistake, missing/wrong user-side setup? Needless to say if kernel bug this ought to be fixed pre-3.8 ideally. Thanks, Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org M

Re: thermal governor: does it actually work??

2013-02-15 Thread Andreas Mohr
the > device performance to generate less heat. I won't continue to elaborate on this separate issue now, given that my time currently is very limited ;) Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord.

Re: [PATCH] mcs7830: Fix link state detection

2012-10-11 Thread Andreas Mohr
eems solid to me (short explanatory comment "track link state several times, to guard against transient erroneous link state of (some versions of?) this chip" might have been useful though). Thank you very much for your patch! Andreas Mohr -- To unsubscribe from this list: send the line &

Re: Linux 3.8-rc1 - another regression on USB :-(

2013-01-12 Thread Andreas Mohr
.). I'm usually more or less current (currently on -rc2 plus local commits). Andreas Mohr -- 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: [GIT PULL] irq_work changes for 3.9

2013-01-16 Thread Andreas Mohr
a lone kick to the mouse always fixes it... (-rc2 here) Hell yeah that does sound like a potential candidate to me. Andreas Mohr -- 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

Re: [GIT PULL] irq_work changes for 3.9

2013-01-16 Thread Andreas Mohr
Hi, [trimmed recipient list] On Wed, Jan 16, 2013 at 11:12:09PM +0100, Frederic Weisbecker wrote: > 2013/1/16 Andreas Mohr : > > Hell yeah that does sound like a potential candidate to me. > > > > Andreas Mohr > > I doubt it. I don't see a sound driver using st

Re: forcedeth: MAC-address reversed on resume from suspend

2008-01-04 Thread Andreas Mohr
Hi, On Fri, Jan 04, 2008 at 04:43:57AM +0100, Björn Steinbrink wrote: > On 2008.01.03 01:42:09 +0200, Adrian Bunk wrote: > > [ original bug report: http://lkml.org/lkml/2008/1/2/253 ] > > > > On Wed, Jan 02, 2008 at 10:48:43PM +0100, Andreas Mohr wrote: > > > The n

Re: forcedeth: MAC-address reversed on resume from suspend

2008-01-04 Thread Andreas Mohr
On Fri, Jan 04, 2008 at 11:17:40AM +0100, Björn Steinbrink wrote: > On 2008.01.04 09:45:17 +0100, Andreas Mohr wrote: > > And then it needs these card I/O functions wrapped into two functions which > > interface with driver- and OS-related MAC variables > > (struct variables A

Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23

2007-12-08 Thread Andreas Mohr
em too.. Local setup issue only, at least this one *isn't* a 2.6.24-rc regression. ;) > Our list just reached 30. Oh, so this is in fact a separate issue? Wasn't sure, couldn't do enough analysis of similar cases. Will test any (already submitted!) suggestions ASAP. Andreas Mohr

Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23

2007-12-08 Thread Andreas Mohr
dma4 *udma5 AdvancedPM=no WriteCache=enabled Drive conforms to: Unspecified: ATA/ATAPI-1,2,3,4,5 * signifies the current active mode Athlon on EPOX 8K5A2+ board. Again, 2.6.23 and 2.6.24-rc1 work, yet 2.6.24 -rc2, -rc3 and -rc4 FAIL. Probably won't be able to do any reporting over the

Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23

2007-12-09 Thread Andreas Mohr
Hi, On Mon, Dec 10, 2007 at 12:46:57AM +0900, Tejun Heo wrote: > Please post full kernel boot log and the result of 'lspci -nn'. Done, on #9530. Will try some of the promising patches/suggestions now, hopefully this will show me what's up. Will add further results there.

Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23

2007-12-09 Thread Andreas Mohr
Hi, [ACPI _GTM suspend issue sorta fixed, read below] On Sat, Dec 08, 2007 at 12:24:16PM -0600, Robert Hancock wrote: > Matthew Garrett wrote: >> On Sat, Dec 08, 2007 at 02:20:01AM -0800, Andrew Morton wrote: >>> On Sat, 8 Dec 2007 11:12:57 +0100 Andreas Mohr <[EMAIL PROTECT

Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23

2007-12-09 Thread Andreas Mohr
Hi, On Sun, Dec 09, 2007 at 10:36:42PM +0100, Andreas Mohr wrote: > And the second, possibly much more lucrative, question would be > whether we're actually doing something wrong with our ACPI _GTM execution > which triggers the AE_AML_PACKAGE_LIMIT problem. > > This migh

Re: 2.6.24-rc4-git5: Reported regressions from 2.6.23

2007-12-09 Thread Andreas Mohr
On Mon, Dec 10, 2007 at 01:04:31AM +0100, Andreas Mohr wrote: > IOW, it seems very likely that _GTM on these BIOSes (VIA chipsets) isn't > actually wrongly implemented but simply expects IDE controller values > to have been set up ""differently"". > > &g

Re: 2.6.24-rc6-mm1

2007-12-25 Thread Andreas Mohr
CKD_V4=y CONFIG_EXPORTFS=y CONFIG_NFS_COMMON=y i386 [EMAIL PROTECTED], gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) Thanks, Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH 2.6.24-rc3] Fix /proc/net breakage

2007-12-27 Thread Andreas Mohr
gs: bus master, stepping, 66MHz, medium devsel, latency 64 Memory at e000 (32-bit, prefetchable) [size=128M] I/O ports at d000 [size=256] Memory at ed00 (32-bit, non-prefetchable) [size=64K] [virtual] Expansion ROM at ec00 [disabled] [size=128K]

Re: [PATCH 2.6.24-rc3] Fix /proc/net breakage

2007-12-27 Thread Andreas Mohr
Hi, On Thu, Dec 27, 2007 at 09:41:45PM +0300, Alexey Dobriyan wrote: > On Thu, Dec 27, 2007 at 06:40:56PM +0100, Andreas Mohr wrote: > > On Fri, Dec 07, 2007 at 02:23:42AM -0800, Andrew Morton wrote: > > > > (commit 2b1e300a9dfc3196ccddf6f1d74b91b7af55e416) > > >

Re: [PATCH 2.6.24-rc3] Fix /proc/net breakage

2007-12-27 Thread Andreas Mohr
Hi, On Fri, Dec 28, 2007 at 09:22:01AM +0300, Alexey Dobriyan wrote: > On Thu, Dec 27, 2007 at 11:17:28PM +0100, Andreas Mohr wrote: > > And this is the state that my 2.6.24-rc_six_-mm1 tree is in already. > > OK. > > > So either it didn't help here or it broke

[RFC/PATCH] e100 driver didn't support any MII-less PHYs...

2007-12-28 Thread Andreas Mohr
mail written using a reassuringly stable connection over the newly adapted driver... Thanks, Andreas Mohr Signed-off-by: Andreas Mohr <[EMAIL PROTECTED]> --- linux-2.6.24-rc6/drivers/net/e100.c.orig2007-12-28 18:05:39.0 +0100 +++ linux-2.6.24-rc6/drivers/net/e100.c 2007-12-29 0

Re: IDE/ACPI related hibernation regression: Second attempt fails

2008-01-01 Thread Andreas Mohr
6+ already then we certainly do have a problem. Disassembled ACPI BIOS AML code (DSDT) of your machine would be very useful in this case, I'm afraid (done via acpidump and iasl, search the internet for pointers). lspci -x or better -xxx of the IDE device would be very useful, too. Thanks for

Re: [RFC/PATCH] e100 driver didn't support any MII-less PHYs...

2008-01-01 Thread Andreas Mohr
bit deeper review after newyears. Thanks for your quick reply! OK, here's part 1, the MII-less support stuff. (preliminary posting, for review only) Note that these diffs apply to 2.6.24-rc6-mm1 without much trouble, thus might want to do -mm testing soon. Signed-off-by: Andreas Mohr <[EMA

Re: [RFC/PATCH] e100 driver didn't support any MII-less PHYs...

2008-01-01 Thread Andreas Mohr
bit deeper review after newyears. Part 2, the spelling corrections. Thanks! Signed-off-by: Andreas Mohr <[EMAIL PROTECTED]> --- linux-2.6.24-rc6/drivers/net/e100.c 2008-01-01 18:53:21.0 +0100 +++ linux-2.6.24-rc6/drivers/net/e100.c 2008-01-01 18:53:25.0 +0100 @@ -94,7 +94,7 @@

Re: [usb regression] Re: [PATCH 2.6.24-rc3] Fix /proc/net breakage

2008-01-01 Thread Andreas Mohr
with all the proper accoutrements. Finally a 2.6.24-rc6-mm1 with working USB WLAN. :) IOW I can confirm that this was the cause of the USB problem I was having. Thanks! Andreas Mohr -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [usb regression] Re: [PATCH 2.6.24-rc3] Fix /proc/net breakage

2008-01-01 Thread Andreas Mohr
nd I haven't tried -rc6 proper on that machine yet either, build takes ages ;). OK, since I cannot really offer anything other than positive feelings about this being non-rc6 breakage, should I try -rc6 proper, too? > Hm, I wonder if this means I can go back to drinking more holiday > wi

Re: forcedeth: MAC-address reversed on resume from suspend

2008-01-02 Thread Andreas Mohr
then the forcedeth people most likely know better how they would like to see it implemented) Thank you for your report! Now the only thing remaining would be: is there a specific way to contact forcedeth-related people? I didn't find anything within a short search. Andreas Mohr -- To uns

Re: [RFC/PATCH] e100 driver didn't support any MII-less PHYs...

2008-01-29 Thread Andreas Mohr
Hi, On Tue, Jan 01, 2008 at 09:09:08PM +0100, Andreas Mohr wrote: > Thanks for your quick reply! > > OK, here's part 1, the MII-less support stuff. > (preliminary posting, for review only) > > Note that these diffs apply to 2.6.24-rc6-mm1 without much trouble, >

Re: [RFC/PATCH] e100 driver didn't support any MII-less PHYs...

2008-01-29 Thread Andreas Mohr
Hi, On Tue, Jan 29, 2008 at 03:09:25PM -0800, Kok, Auke wrote: > Andreas Mohr wrote: > > Perhaps it's useful to file a bug/patch > > on http://sourceforge.net/projects/e1000/ ? Perhaps -mm testing? > > I wanted to push this though our testing labs first which has not

Re: cannot find directory on cdrom

2001-05-03 Thread Andreas Mohr
#x27;t know whether 2.4.x still has the same "feature" that 2.2.x had. A Spanish language training CD of mine has this problem, and I can't read several files on it. Hmm, or maybe your problem is simply that you forgot to enable the "hidden" mount option for your CD-R

OOPS: PPA ZIP 2.4.3 (semi-debugged)

2001-05-03 Thread Andreas Mohr
gged!! ppa: Parallel port cable is unplugged!! sda : READ CAPACITY failed. sda : status = 0, message = 00, host = 1, driver = 00 sda : sense not available. sda : block size assumed to be 512 bytes, disk size 1GB. /dev/scsi/host0/bus0/target6/lun0: I/O error: dev 08:00, sector 0 So it seems to try to

Re: Whether can we put our company's linux driver into linux kernel?

2001-05-03 Thread Andreas Mohr
ile /usr/src/linux/SubmittingDrivers for info on how to do that, if I were you. New VIA drivers are very good for Linux anyway ! :-) (thanks !) Andreas Mohr - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-11-17 Thread Andreas Mohr
Hi, On Wed, Nov 14, 2007 at 02:46:27PM -0800, Randy Dunlap wrote: > On Mon, 5 Nov 2007 20:58:27 +0100 Andreas Mohr wrote: > > Feel free to go ahead, otherwise I'll try another patch sometime soon. > > All I care about is that the result works on (at least) > > one shell

[PATCH] eradicate bashisms in scripts/patch-kernel

2007-11-17 Thread Andreas Mohr
equired) $ signs to shell variable names Signed-off-by: Andreas Mohr <[EMAIL PROTECTED]> --- Thanks for all comments! I might want to make sure to read more specs next time... Cowardly didn't dare to pre-add Randy's line, feel free to ack ;) --- linux-2.6.23/scripts/patch-kernel.

[PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-10-31 Thread Andreas Mohr
t likely needs the ./ prepended, as can be gathered from e.g. http://osdir.com/ml/colinux.devel/2005-12/msg00036.html - the newly replaced sed expression below: is it ok? correct? strict enough? Thanks, Andreas Mohr (who's strongly hoping that submitting a patch for this thingy doesn't

Re: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-11-01 Thread Andreas Mohr
On Wed, Oct 31, 2007 at 03:24:22PM -0700, Randy Dunlap wrote: > Andreas Mohr wrote: > >- the "source" statement most likely needs the ./ prepended, as can be > >gathered from e.g. http://osdir.com/ml/colinux.devel/2005-12/msg00036.html > > That email isn't v

Re: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-11-01 Thread Andreas Mohr
Hi, On Thu, Nov 01, 2007 at 08:24:57AM -0700, Randy Dunlap wrote: > On Thu, 1 Nov 2007 13:11:33 +0100 Andreas Mohr wrote: > > I'll think a bit more about these couple changed places (and whether > > this still truly works as intended) and mail a patch then. > > > &g

HPET force-enable investigations on Via VT8235 (was: Re: extra timer interrupt + konqueror)

2007-08-06 Thread Andreas Mohr
[CC'd LKML for broader testing] Hi, On Sat, Aug 04, 2007 at 12:58:20PM -0400, David Edwards wrote: > Andreas Mohr wrote: > >> Same for "hpet-force-enable-on-vt8235-37-chipsets.patch" (I use this > >> one on my Asrock P4VT8+ motherboard (VT8237 based) with no

Re: HPET force-enable investigations on Via VT8235

2007-08-07 Thread Andreas Mohr
an something be done about it. I still don't entirely buy the "different chipset revision" theory, hopefully I'm correct and it's just another bit to tweak (but hopefully it's not a "write-only" bit that needs tweaking...). BTW, is there any obvious chipset eco

Re: HPET force-enable investigations on Via VT8235

2007-08-07 Thread Andreas Mohr
ly a rotten SiS 735 board ;) (the well-known K7S5A). Andreas Mohr - 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: Gericom Webboy Laptop Mouse/Touchpad

2007-07-31 Thread Andreas Mohr
hrottling on increased system activity? cat /proc/acpi/processor/*/throttling or something there might indicate this. HTH, Andreas Mohr - 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: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-11-02 Thread Andreas Mohr
s where I'd think the problem is. If dash once upon a time decided to support the $ variant only and the specs didn't list both at that time, well... The dash version on my system is 0.5.3-5, BTW. Even Debian testing has 0.5.3-7 only. I'm now quite certain on which side to tweak th

Re: VIA VT6307 OHCI version?

2007-11-04 Thread Andreas Mohr
quite clearly visible). This means that I currently cannot offer any mfct. date data however, unfortunately. Andreas Mohr - 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: VIA VT6307 OHCI version?

2007-11-05 Thread Andreas Mohr
Hi, On Mon, Nov 05, 2007 at 12:00:16AM +0100, Krzysztof Halasa wrote: > Andreas Mohr <[EMAIL PROTECTED]> writes: > > And viewing from a quite problematic angle (card is in running PC, > > difficult to view) strongly seems to indicate a VT630_6_ (the "6" is >

Re: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-11-05 Thread Andreas Mohr
Hi, On Fri, Nov 02, 2007 at 01:17:07PM -0700, Randy Dunlap wrote: > On Fri, 2 Nov 2007 21:09:35 +0100 Andreas Mohr wrote: > > > Hi, > > > I'm now quite certain on which side to tweak things ;) > > The other parts of your patch should probably be merged IMO. Hm

Re: prioritize PCI traffic ?

2007-01-15 Thread Andreas Mohr
whether this is a LKML related question ;) Andreas Mohr - 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.20-rc5: usb mouse breaks suspend to ram

2007-01-16 Thread Andreas Mohr
mething if this is the case. In your case this sounds like the all-too-familiar mis-signalling of the TFT display causing it to "melt" which ends up with an all-white screen, so this should most likely be cured via vbetool post or so. keywords: agpgart r128 suspend resume vbetool inte

intel-agp PM experiences (was: 2.6.20-rc5: usb mouse breaks suspend to ram)

2007-01-18 Thread Andreas Mohr
re some remaining issues. Given the myriads of resume issues we experience in general, it may be wise to do something as simple as a code review of *all* relevant code no matter how "complete" we expect each driver to be... (one could e.g. start with reviewing all other AGP chipset driv

Re: NO_HZ: timer interrupt stuck [Re: Linux 2.6.21-rc1]

2007-02-22 Thread Andreas Mohr
ead and broken > as is humanly possible. > > Can I determine if I have the required hardware? So I can tell if I'm > permanently screwed, or just temporarily. http://lkml.org/lkml/2006/11/14/153 and related posts in this older thread ("CONFIG_NO_HZ: missed ticks, stall (keyb IRQ

2.6.20-mm2 CONFIG_ACPI_BAY=y: undefined reference to `is_dock_device'

2007-02-22 Thread Andreas Mohr
egister_hotplug_dock_device' make[1]: *** [.tmp_vmlinux1] Error 1 make[1]: Leaving directory `/usr/src/linux-2.6.20-mm2' Famous last words: CONFIG_ACPI_DOCK=m... Andreas Mohr - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a me

Re: intel-agp PM experiences (was: 2.6.20-rc5: usb mouse breaks suspend to ram)

2007-01-29 Thread Andreas Mohr
that we are required/supposed to backup the entire PCI space of host bridges, right? How to actually implement this cleanly? Oh, and of course my patch manages to fix the X11 lockup only, actual video is still garbled and requires vbetool magic to get it fixed, too... Thanks, Andreas Mohr --- in

  1   2   3   >