Gentlemen,
I believe that the cause of the problem is the missing calls to
pci_enable_dev() and pci_set_master(), which were lost during the
refactoring of the code.
Can you please try building a kernel with attached patch, and see if
it improves the situtation in any way?
Best regards,
--
I had some time to work on this today and found a possible solution.
The smsc_ircc2 module in the newer 2.6 kernels appears to conflict with
the 8250_pnp module. The 8250_pnp module will load first, creating the
device, but then udev will load smsc_ircc2 which blocks the
device resulting in the "L
Processing commands for [EMAIL PROTECTED]:
> # Automatically generated email from bts, devscripts version 2.9.22
> retitle 390759 linux-2.6: please re-enable CONFIG_VMSPLIT_3G_OPT
Bug#390759: linux-image-2.6.18-1-686: high memory in use with just 1GB (worked
in 2.6.17)
Changed Bug title.
>
End o
Package: linux-2.6
Followup-For: Bug #379090
Attached the patch for 64bit kernel for i386 updated to 2.6.18.
MfG
Goswin
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kerne
Bastian Blank <[EMAIL PROTECTED]> writes:
> On Tue, Nov 21, 2006 at 10:05:06AM +0100, Goswin von Brederlow wrote:
>> 1. Who says so?
>
> | ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
> | override CROSS_COMPILE = $(DEB_HOST_GNU_TYPE)-
> | endif
>
> So it works for the not crosscompilation variant.
Package: linux-image-2.6.18-2-vserver-686
Version: 2.6.18-5
Followup-For: Bug #352891
this kernel also seems to fail to power off.
linux-image-2.6.18-2-486 (version 2.6.18-5) works fine, though.
perhaps this bug is related to:
#378323: linux-image-2.6.17-1-686: CONFIG_SMP=y keeps APM poweroff
On Wed, Nov 22, 2006 at 08:50:38PM +0100, Goswin von Brederlow wrote:
> when I build linux-2.6 I would like to use both my cpus. So I set
> CONCURRENCY_LEVEL=2.
| $ grep CONCURRENCY_LEVEL -r debian
| ./debian/rules.real: setup_env_kpkg_jobs =
CONCURRENCY_LEVEL=$(DEBIAN_KERNEL_JOBS)
| $
CONCURRE
Hi,
when I build linux-2.6 I would like to use both my cpus. So I set
CONCURRENCY_LEVEL=2. Now the build starts of building the normal
images fine with 2 cpus by calling:
28945 pts/3S+ 0:00 bash -e -c cd 'debian/build/build-i386-none-686';
env -u ABINAME -u ARCH -u SUBARCH -u FLAVOUR -u
Package: linux-image-2.6.18-2-686
Version: 2.6.18-5
Followup-For: Bug #391459
Hi,
well, not much more to say, but don't hesitate to contact me if you need
more infos. I'm eager to get this bug fixed before etch freeze.
Thanks, Eric
-- System Information:
Debian Release: 4.0
APT prefers test
Your message dated Wed, 22 Nov 2006 10:08:34 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#399847: linux-image-2.6.15-1-amd64-k8-smp: Oops in netatalk
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this i
On Wed, Nov 22, 2006 at 01:02:49PM +0100, Francesco Potorti` wrote:
> Package: linux-image-2.6.15-1-amd64-k8-smp
> Version: 2.6.15-8
> Severity: normal
2.6.15 was removed long ago. Please test with 2.6.18 from sid (the
kernel planned for etch). If you can still reproduce this, open a new
bug.
--
Processing commands for [EMAIL PROTECTED]:
> reassign 399847 linux-2.6
Bug#399847: linux-image-2.6.15-1-amd64-k8-smp: Oops in netatalk
Warning: Unknown package 'linux-image-2.6.15-1-amd64-k8-smp'
Bug reassigned from package `linux-image-2.6.15-1-amd64-k8-smp' to `linux-2.6'.
> --
Stopping process
On Wed, Nov 22, 2006 at 08:50:21AM -0500, Joey Hess wrote:
> joeyh: I remember talking about #398962 with waldi, IIRC platform
> devices in recent kernels provide $MODALIAS while they should not. so udev
> will always try loading again the driver after it has been loaded
> I suppose I could add
Package: linux-image-2.6.15-1-amd64-k8-smp
Version: 2.6.15-8
Severity: normal
Nov 22 12:03:05 tucano kernel: Unable to handle kernel NULL pointer dereference
at RIP:
Nov 22 12:03:05 tucano kernel: {:appletalk:atalk_sendmsg+369}
Nov 22 12:03:05 tucano kernel: PGD 358a5067 PUD 358a
joeyh: I remember talking about #398962 with waldi, IIRC platform devices
in recent kernels provide $MODALIAS while they should not. so udev will always
try loading again the driver after it has been loaded
I suppose I could add a workaround in udev since I do not know about any
platform drive
Here's a couple patches that fix this bug.
The first is a patch to linux-kbuild-2.6. It adds support for
including arch-specific files. Most of it is the addition of the
arch/ia64/scripts files.
The second is a patch to linux-2.6 that checks to see if there is an
arch-specific scripts dir. If so,
Processing commands for [EMAIL PROTECTED]:
> reassign 399822 linux-2.6
Bug#399822: linux-image-2.6.18-1-686: detection of IBM USB mouse flaky
Warning: Unknown package 'linux-image-2.6.18-1-686'
Bug reassigned from package `linux-image-2.6.18-1-686' to `linux-2.6'.
> --
Stopping processing here.
Package: linux-image-2.6.18-1-686
Version: 2.6.18-3
Severity: normal
On my Thinkpad X20, with lspci -v:
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev
01) (prog-if 00 [UHCI])
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at 1820 [size=32]
"Christian T. Steigies" <[EMAIL PROTECTED]> writes:
> On Tue, Nov 21, 2006 at 10:05:06AM +0100, Goswin von Brederlow wrote:
>
>> 3. How else do you build a kernel for a different arch (amd64) than
>> your systems arch (i386)?
>
> This is how I build m68k kernels on i386/amd64 machines:
>
> DEB_HOS
19 matches
Mail list logo