Re: Bug#930233: [firmware-realtek] No wifion kernels over 4.9.0.6

2019-08-30 Thread Joerg Kampmann
zu teilen. -- = Joerg Kampmann, Dr. Dipl.-Phys - IBK-Consult for Climate Physics - D-31228 Peine +49-177-276-3140 www.ibk-consult.de - www.kampmannpeine.org www.xing.com/hp/Joerg_Kampmann www.xing.com/net/mathe www.researchgate.net/profile/Joerg_Kampma

firmware installation problem with ASUS X540M (rtl8732BE)

2019-08-07 Thread Joerg Kampmann
In order to install the buster-Debian-version on the above notebook (no LAN, no CD) seems to be difficult. I tried various approaches. It always sticks at the rtlwifi/rtl8723 directory - which is to my knowledge a subdirectory of the /firmware directory. I generated an USB-stick (16 GB) wit

Re: Scheduling 9.5

2018-06-24 Thread Joerg Jaspert
either / both date. No way for me for both, sorry. -- bye, Joerg

Re: UPDATE: Re: Proposal: UEFI secure boot implementation sprint, 5-8 April 2018

2018-01-28 Thread Joerg Jaspert
Savings fare" and a return ticket for around 50€. Just ensure to leave enough time between your planned flight arrival/departure and the train times, as you MUST take the selected train with such a ticket. Also, don't bother with regional trains, select the ICE with no change, runs once every hour. -- bye, Joerg

Re: Proposal: UEFI secure boot implementation sprint, early 2018

2017-11-27 Thread Joerg Jaspert
for me, also easy to reach by Train from Frankfurt Airport - ICE direct connection). Already had FTPMaster meetings in both locations. -- bye, Joerg

Bug#767471: [initramfs-tools] / formatted as ext3 but mounted as ext4 not fsck-able

2015-05-14 Thread Joerg Schneider
I ran into the same problem. The root cause of the problem is that the logic for selecting the fsck programs to include in the initramfs is not the same as the logic for deciding which fsck program to run during boot. During build /usr/share/initramfs-tools/hooks/fsck parses /etc/fstab to det

Bug#769329: linux-image-3.2.0-4-amd64: Upgrade to Debian 7.7 renders kernel of a virtual machine unable to write to an attached USB drive

2014-11-12 Thread Joerg Trawinski
Package: src:linux Version: 3.2.63-2+deb7u1 Severity: normal Dear Maintainer, after upgrading a Debian 7 VM to 7.7 the VM is unable to write to an attached USB harddisk. This VM runs under ESXi 5.5 with vHardware Version 8 and an attached USB harddisk. This is not that common - VMWare did buil

latest kernel package with sources.list

2014-01-16 Thread Joerg Henner
my "sources.list" ? Thanks in advance for your help and answers :) Greetings, Joerg Henner. -- www: http://www.jh-networks.de phone/fax: +49-32121-435020 mobile: +49-152-53704927 -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe&q

Re: Next (old)stable point releases

2013-08-23 Thread Joerg Jaspert
e, at least ftpmaster. Cant say for cd/press, though cds may be hard. - Sep 7-8 - Sep 14-15 - Sep 21-22 - Sep 28-29 - Oct 5-6 - Oct 12-13 - Oct 19-20 - Oct 26-27 Right now it looks like I can do all of them. -- bye Joerg -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org w

Re: Branches post-wheezy

2013-05-01 Thread Joerg Jaspert
ir mailinglist. When thats done and they want it, we are at debian-dak@ldo to discuss how to best do it technically. :) -- bye, Joerg 2.5 million B.C.: OOG the Open Source Caveman develops the axe and releases it under the GPL. The axe quickly gains popularity as a means of crushing moderators he

Re: [RFC PATCH] kbuild: Build linux-tools package with 'make deb-pkg'

2013-04-10 Thread Joerg Roedel
Hi Sedat, On Wed, Apr 10, 2013 at 09:41:55AM +0200, Sedat Dilek wrote: > [ CCing some involved maintainers and MLs ] > > Hi Joerg, > > what is the status of your proposal patch? > Is this [1] the last version you posted? Yes, this looks like the latest version. As far as I

Bug#702245: Thinkpad T61p cannot detect link, too

2013-03-14 Thread Joerg Dorchain
Hello, same here for a thinkpad T61. ethtool show output whenI do ifconfig eth0 down, but nothing when the interface is up and a cable plugged in. Bye, Joerg signature.asc Description: Digital signature

Re: [RFC PATCH] kbuild: Build linux-tools package with 'make deb-pkg'

2012-02-23 Thread Joerg Roedel
new version. It fits the needs for Debian and Ubuntu now. I tested the patch on both distributions and with in-tree and out-of-tree build. The installed packages work fine. >From f17987587e188b34be57b7b20aee851de70a80d1 Mon Sep 17 00:00:00 2001 From: Joerg Roedel Date: Thu, 16 Feb 2012 19:48

[RFC PATCH] kbuild: Build linux-tools package with 'make deb-pkg'

2012-02-16 Thread Joerg Roedel
about a compile-time parameter such as 'make TOOLS=1 deb-pkg' or a special 'make deb-tools-pkg' target. Opinions? ] Cc: Michal Marek Cc: maximilian attems Cc: Ben Hutchings Cc: debian-kernel@lists.debian.org Cc: linux-kbu...@vger.kernel.org Signed-

[PATCH] kbuild: Fix out-of-tree build for 'make deb-pkg'

2012-02-16 Thread Joerg Roedel
arek Cc: maximilian attems Cc: Ben Hutchings Cc: debian-kernel@lists.debian.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Joerg Roedel --- scripts/package/builddeb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/bu

[PATCH 2/2] kbuild: Only build linux-image package for UML

2012-02-15 Thread Joerg Roedel
For user-mode Linux the other packages are not required. So only build the package with the linux-image in it. Cc: Michal Marek Cc: maximilian attems Cc: Ben Hutchings Cc: debian-kernel@lists.debian.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Joerg Roedel --- scripts/package/builddeb

[PATCH 1/2] kbuild: Fix link to headers in 'make deb-pkg'

2012-02-15 Thread Joerg Roedel
Hutchings Cc: debian-kernel@lists.debian.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Joerg Roedel --- scripts/package/builddeb |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 3c6c0b1..39e3f30 100644 --- a

Re: [PATCH] builddeb: Don't create files in /tmp with predictable names

2012-02-15 Thread Joerg Roedel
On Wed, Feb 15, 2012 at 02:17:29PM +, Ben Hutchings wrote: > The current use of /tmp for file lists is insecure. Put them under > $objtree/debian instead. > > Signed-off-by: Ben Hutchings > Cc: sta...@vger.kernel.org > --- > Joerg, this will textually conflict with

Re: [PATCH v2] kbuild: Fix link to headers in 'make deb-pkg'

2012-02-15 Thread Joerg Roedel
On Tue, Feb 14, 2012 at 02:49:13AM +, Ben Hutchings wrote: > On Mon, 2012-02-13 at 15:48 +0100, Joerg Roedel wrote: > > The Link to the kernel header files in the debian packages > > point to the original build directory. This is a bad choice > > if the packages were ins

[PATCH v2] kbuild: Fix link to headers in 'make deb-pkg'

2012-02-13 Thread Joerg Roedel
Hutchings Cc: debian-kernel@lists.debian.org Cc: linux-kbu...@vger.kernel.org Signed-off-by: Joerg Roedel --- scripts/package/builddeb |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/scripts/package/builddeb b/scripts/package/builddeb index f6cbc3d..fc3f76a 100644

Bug#644850: linux-image-2.6.32-5-kirkwood: 2.6.32-38 does not recognise USB harddisks any longer

2011-10-09 Thread Joerg Morbitzer
After upgrading to Debian 6.0.3 I rebooted straight away, ending up with the issue I mentioned. Rebooting again did not help, I had to run flash-kernel to fix things... Regards, Joerg. Ben Hutchings schrieb: On Sun, 2011-10-09 at 21:24 +0200, Joerg Morbitzer wrote: > On 10/09/2011 08:16

Bug#644850: linux-image-2.6.32-5-kirkwood: 2.6.32-38 does not recognise USB harddisks any longer

2011-10-09 Thread Joerg Morbitzer
On 10/09/2011 08:16 PM, Jonathan Nieder wrote: > Joerg Morbitzer wrote: > >> Mmmh, I am quite sure that I didn't see any error message when running >> the upgrade to 6.0.3, and I can find those messages in /var/log/dpkg.log ... >> >> 2011-10-09 17:27:03 conf

Bug#644850: linux-image-2.6.32-5-kirkwood: 2.6.32-38 does not recognise USB harddisks any longer

2011-10-09 Thread Joerg Morbitzer
On 10/09/2011 07:46 PM, Jonathan Nieder wrote: > Hi, > > Joerg Morbitzer wrote: > >> Package: linux-2.6 >> Version: 2.6.32-38 > [...] >> Linux version 2.6.32-5-kirkwood (Debian 2.6.32-30) (b...@decadent.org.uk) >> (gcc version 4.3.5 (Debian 4.3.5-4) ) #

Bug#644850: linux-image-2.6.32-5-kirkwood: 2.6.32-38 does not recognise USB harddisks any longer

2011-10-09 Thread Joerg Morbitzer
oot 15 Oct 9 19:04 87413beb-de04-4716-a6de-be2b1bef095a -> ../../mmcblk0p2 lrwxrwxrwx 1 root root 15 Oct 9 19:04 d164bff8-cdda-4d73-b1d9-68bc20f7f21f -> ../../mmcblk0p3 sheeva:~# Kind regards, Joerg. -- Package-specific info: ** Version: Linux version 2.6.32-5-kirkwood (D

Bug#629932: linux-image-2.6.39-2-amd64: adding physical interface to bridge crashes the kernel

2011-06-09 Thread Joerg
Package: linux-2.6 Version: 2.6.39-2 Severity: normal Adding a tap-interface to a bridge works fine. But adding eth0 to the bridge brctl addif br0 eth0 causes the system to crash. With the previous kernel (2.6.29-1) this was working well. cheers Joerg -- Package-specific info: ** Version

Bug#624400: linux-image-2.6.32-5-amd64: Intel Ethernetcard does not work

2011-04-28 Thread Joerg Stephan
Package: linux-image-2.6.32-5-amd64 Severity: normal There is a problem with the e1000e driver, the Intel cards Intel Corporation 82571EB Gigabit Ethnernet Controller (rev 06) dual port Intel Corporation 82574L Gigabit Ethnet Connection dual port both cards show up via lspci and dmesg but they c

Bug#620059: mountd tries ipv6 only

2011-04-07 Thread Joerg Dorchain
, Joerg # # The network configuration file. This file is currently only # used in # conjunction with the TI-RPC code in the libtirpc library. # # Entries consist of: # # #\ # # # The and fields are always empty in # this # implementation. # udptpi_clts

Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-03-01 Thread Joerg Morbitzer
On 02/28/2011 03:21 PM, Joerg Morbitzer wrote: > On 02/28/2011 03:14 PM, Ben Hutchings wrote: >> On Mon, 2011-02-28 at 14:22 +0100, Joerg Morbitzer wrote: >>> Package: bnx2 >>> Version: 2.6.32-5-amd64 >>> Severity: normal >>> >>> >>>

Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Joerg Morbitzer
On 02/28/2011 03:14 PM, Ben Hutchings wrote: > On Mon, 2011-02-28 at 14:22 +0100, Joerg Morbitzer wrote: >> Package: bnx2 >> Version: 2.6.32-5-amd64 >> Severity: normal >> >> >> Hi all, >> >> on my two Debian 6.0 (Squeeze) servers from HP (Pr

Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Joerg Morbitzer
find further details concerning the network card and ethtool settings bekow. Kind regards, Joerg. cut - root@test-name:~# ethtool -a eth1 Pause parameters for eth1: Autonegotiate: on RX: on TX: on root@test

Bug#604776: linux-image-2.6.32-5-amd64: IPSec + SNAT slows down network performance, high number of software interrupts (%si in top)

2010-11-24 Thread Joerg Kurlbaum
Package: linux-2.6 Version: 2.6.32-27 Severity: normal Tags: squeeze When using the squeeze kernel (2.6.32 on amd64), the performance for IPSec tunnels that also need SNAT is very bad. I'm using OpenSWAN with shorewall (but that doesn't really matter, i think) I have several tunnels configured t

Bug#599465: brcm80211 module missing

2010-10-07 Thread Joerg Friedrich
Package: linux-2.6 Version: 2.6.36~rc6-1~experimental.1 Severity: normal Tags: experimental module is missing from linux-image-2.6.36-rc6-amd64 linux-image-2.6.32-5-amd64 (2.6.32-23) has it and changelog says its included since 2.6.36~rc5-1~experimental.1 config has included r...@gucky:~# grep

Re: linux-image-*-dbg for squeeze?

2010-04-26 Thread Joerg Jaspert
team to upload only the architecture independent packages, having the rest build on the autobuilders. -- bye, Joerg <40293f1b.8130...@news.individual.de> Windows ME? Mit 13? Kann der nicht lieber Drogen nehmen wie andere Kinder in dem Alter? -- To UNSUBSCRIBE, email to debian-kernel-requ...@li

Bug#558426: atl1e performance problems with native IPv6

2009-12-12 Thread Joerg Pareigis
Yes!!! Now I'm using kernel 2.6.32-trunk-686 from ftp.debian.org. Network runs perfect in full speed. Thank you very much. -- MfG, Joerg -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#558426: atl1e performance problems with native IPv6

2009-12-09 Thread Joerg Pareigis
Socket Socket Message Elapsed Size SizeSize Time Throughput bytes bytes bytes secs.10^6bits/sec 87380 16384 1638411.69 0.11 -- MfG, Joerg -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#558426: atl1e performance problems with native IPv6

2009-12-07 Thread Joerg Pareigis
. At first I thought it's OK, because the output of "ls -lR /usr" is very fast, but when I start a X-Application through a "ssh -X host" I see a lot of truncated pakets :-( And also additional "ls -lR" tests produces truncated pakets... -- Joerg. -- To UNSUB

Bug#558426: atl1e performance problems with native IPv6

2009-12-06 Thread Joerg Pareigis
problem. The relevant sections are at 1668 and 2245 in my atl1e_main.c. I use the source from "apt-get install linux-source-2.6.26" -- Joerg. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#558426: atl1e performance problems with native IPv6

2009-12-06 Thread Joerg Pareigis
vers/net/atl1e/atl1e.ko 6) reboot the machine 7) modinfo atl1e filename: /lib/modules/2.6.26-2-686/kernel/drivers/net/atl1e/atl1e.ko version:1.0.0.7-NAPI_JP The IPv6 pakets are still truncated. -- Joerg. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org w

Bug#558426: atl1e performance problems with native IPv6

2009-12-06 Thread Joerg Pareigis
Ben Hutchings schrieb: On Mon, 2009-11-30 at 02:29 +, Ben Hutchings wrote: On Sat, 2009-11-28 at 21:08 +0100, Joerg Pareigis wrote: Package: linux-image-2.6-686 Version: 2.6.26-19lenny2 Module: atl1e IPv4 traffic runs perfect with 100Mbit/s. Receiving data with IPv6 is also OK

Bug#558426: atl1e performance problems with native IPv6

2009-11-28 Thread Joerg Pareigis
Package: linux-image-2.6-686 Version: 2.6.26-19lenny2 Module: atl1e IPv4 traffic runs perfect with 100Mbit/s. Receiving data with IPv6 is also OK. But sending data is horrible like a 9600 modem line. tcpdump on the receiving host says: IP6 truncated-ip6 - 1426 bytes missing! see below. I made a

Bug#516705: linux-image-2.6.26-1-686: tulip_stop_rxtx() failed, problem tulip <--> dmfe

2009-02-23 Thread Joerg Morbitzer
: tulip_stop_rxtx() failed (CSR5 0xfc74 CSR6 0x20422c2) and the network on this network card was down. Both modules - dmfe and tulip - were loaded by the system automatically. After manually removing both and loading just "dmfe" the network card worked again as expected. kind rega

Bug#489684: firmware-iwlwifi: new firmware iwl4965 (228.57.1.21) available

2008-07-07 Thread Joerg Friedrich
Bastian Blank schrieb am Montag, 07. Juli 2008 um 10:33:01 +0200: > The firmware changes the ABI and is not yet referenced in Linus' tree. Follow-up for ABI Ver.2: Both versions should be installed. the appropriate version is chosen, since there are different files: [EMAIL PROTECTED]:~# ll /lib/f

Bug#489684: firmware-iwlwifi: new firmware iwl4965 (228.57.1.21) available

2008-07-07 Thread Joerg Friedrich
Bastian Blank schrieb am Montag, 07. Juli 2008 um 10:33:01 +0200: > On Mon, Jul 07, 2008 at 09:07:10AM +0200, Joerg Friedrich wrote: > > Bumping to important because I have reports from different people about > > better stability when switching ssids and improved data rates (from 5

Bug#489684: firmware-iwlwifi: new firmware iwl4965 (228.57.1.21) available

2008-07-07 Thread Joerg Friedrich
Package: firmware-iwlwifi Version: 0.11 Severity: important Announcment: http://sourceforge.net/mailarchive/forum.php?thread_name=1215135788.14590.598.camel%40debian.sh.intel.com&forum_name=ipw3945-devel Download: http://www.intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-228.57.1.21.

Re: redhat-cluster_2.20071022-1_amd64.changes REJECTED

2007-12-26 Thread Joerg Jaspert
and also do not drink alcohol that might be a very hard task. -- bye Joerg Unstable means "subject to rapid change" rather than "full of bugs", though sometimes it is both :-). pgpT29A2O6NAq.pgp Description: PGP signature

redhat-cluster_2.20071022-1_amd64.changes REJECTED

2007-12-25 Thread Joerg Jaspert
misses (C)holders/license data. You have to include all such differences. Like the LGPL of cman/lib/*, LGPL and GPL of files in cman/qdisk/, LGPL of cmirror-kernel/src/*, missing source for scnap/doc/csnap.ps, LGPL in dlm/lib/* and here I stopped. Its your task to list them all. -- bye Joerg =

Re: Debian's Linux kernel continues to regress on freedom

2007-09-12 Thread Joerg Jaspert
But I could easily be wrong. Those that pass NEW for whatever reason are reviewed. Yes, I did reject lots of such packages for copyright-file brokenness. :) -- bye Joerg "If un-free is black and free is white, then there are degrees of free-ness as there are shades of gray." [Kapil Pa

Re: Debian's Linux kernel continues to regress on freedom

2007-09-12 Thread Joerg Jaspert
If the kernel team has a good solution that lets us trust such a *simple* mistake wont happen again - sure. I do *not* want to check it every time if I can avoid it. -- bye Joerg we have release cycles, that's why it takes so long to get a release out; if we had release race cars, things would

Re: Debian's Linux kernel continues to regress on freedom

2007-09-12 Thread Joerg Jaspert
ich means new uploads of kernel-team packages dont get their old way of fasttracking in NEW, as I now need to check all of their uploads for such cases. Thank you, "kernel-team", for that useless amount of extra work. :( -- bye Joerg Ich will ein anderes Telefon, das hier klingelt immer!

Bug#419197: Re: Bug#419197: USB_SUSPEND=y still in 2.6.22-1-X

2007-07-24 Thread Joerg Morbitzer
is enabled at least since 2.6.20... Regards, Joerg. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#419197: USB_SUSPEND=y still in 2.6.22-1-X

2007-07-24 Thread Joerg Morbitzer
SPEND fixed it, the scanner is working properly again. Are there any reasons to use this experimental feature in the Debian kernels? Regards, Joerg. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#398948: intelfb and intel_agp

2007-07-24 Thread Joerg Friedrich
Hi! I'm not sure whether this matters, but I was able to get intelfb booting with initramfs-tools by adding intelfb _and_ intel_agp to /etc/initramfs-tools/modules. I did not dig deeper into initramfs-tools nor use any alternative. so either initramfs-tools does not honor module dependencies or in

Bug#431291: initramfs-tools: booting with root=UUID=... does not work with version 0.88

2007-07-01 Thread Joerg Platte
Am Sonntag, 1. Juli 2007 schrieb Michael Prokop: > Package: initramfs-tools > Severity: grave > Justification: renders package unusable > > > Booting with 'root=UUID=...' fails, it just hangs at "Waiting for > root file system..." and you can't boot your system anymore unless > you fall back to roo

Bug#412092: [Patch] bug in gdth.c crashing machine

2007-05-09 Thread Joerg Dorchain
27;re able. I found a chance to reboot to the said kernel. At least this particular bug is fixed. I hope to see a new kernel package in the testing pool soon ;-) Bye, Joerg signature.asc Description: Digital signature

Bug#412092: [Patch] bug in gdth.c crashing machine

2007-05-07 Thread Joerg Dorchain
-13~snapshot.8560 when its available. I only found linux-image-2.6.18-5-686_2.6.18.dfsg.1-13~snapshot.8564_i386.deb today and installed it. As the machine in question is in a production environment, it can take some time to find a maintaince window to test it. If so I will report. Bye, Joerg signatur

Bug#415112: linux-image-2.6.18-4-amd64: kernel oops in keyring_destroy

2007-03-15 Thread Joerg Platte
Package: linux-image-2.6.18-4-amd64 Version: 2.6.18.dfsg.1-11 Severity: important Hi, I'm running kernel 2.6.18-4-amd64 on a FujitsuSiemens RX 400 computer, equipped with 8 GB RAM. The computer is used as our file server and unfortunately, it crashed two times this week with the following kernel

Bug#414877: sparc64: module bbc: kenvctrld eats 100% cpu

2007-03-14 Thread Joerg Friedrich
Emanuele Rocca schrieb am Mittwoch, 14. M�rz 2007 um 16:23:51 +0100: > * Joerg Friedrich <[EMAIL PROTECTED]>, [2007-03-14 13:29 +0100]: > > please apply this patch: > > > > http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.20.y.git;a=commit;h=ede6d26177a04

Bug#414877: sparc64: module bbc: kenvctrld eats 100% cpu

2007-03-14 Thread Joerg Friedrich
Package: linux-image-2.6.18-4-sparc64 Version: 2.6.18.dfsg.1-11 Severity: important please apply this patch: http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.20.y.git;a=commit;h=ede6d26177a046ab7f14840e10cb2bbda6bc91df -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "

Bug#412092: [Patch] bug in gdth.c crashing machine

2007-02-23 Thread Joerg Dorchain
; The included patch is derived directly from that mail. Please consider including it until it has made it upstream, as it endangers machines doing tape backups. Bye, Joerg --- gdth.c.orig 2007-02-23 12:48:56.0 +0100 +++ gdth.c 2007-02-23 12:51:44.0 +0100 @@ -3092,6 +

Bug#402701: linux-image-2.6.18-3-amd64: Nvidia driver does no longer work on amd64-Debian due to IOMMU config

2006-12-11 Thread Joerg Morbitzer
pport" if EMBEDDED by ... bool "IOMMU support" and disable "IOMMU" in the kernel config. After compiling the kernel the Nvidia driver works like expected again. Regards, Joerg. -- System Information: Debian Release: testing/unstable APT prefers testin

Bug#401556: DVD Burn Fails with strange behavior

2006-12-05 Thread Joerg Schilling
If you are having problems with DVD writing, I recommend to upgrade to a programt hat supports DVD writing: ftp://ftp.berlios.de/pub/cdrecord/alpha/ Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED](uni) [EMAIL PROTECTED]

Bug#339295: psmouse.c: Failed to reset mouse on isa0060/serio1 - works fine with 2.6.13-1-k7

2006-10-27 Thread Joerg Morbitzer
Mouse is working fine with both, 2.6.17-9 and 2.6.18-3 ! Kind regards, Joerg. David Schmitt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Joerg! In preparation of the upcoming etch release, would you please test if either 2.6.17-9 from testing or 2.6.18-3 from unstable now work

Bug#387420: Bug #387420 can probably be closed

2006-10-03 Thread Joerg Morbitzer
regards, Joerg. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#376912: Can be closed

2006-10-03 Thread Joerg Morbitzer
DVB-T tuner works fine again with linux-image-2.6.18, so this bug can be closed. Regards, Joerg. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387420: #387420 also with 2.6.18

2006-09-27 Thread Joerg Morbitzer
Just for your info: I just installed linux-image-2.6.18-1-k7 from Debian Sid and the problem still exists. Regards, Joerg. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#387420: strace

2006-09-14 Thread Joerg Morbitzer
Timeout) write(1, "\33[0;1;7m\17Error: nfstest.txt: Ope"..., 57) = 57 rt_sigaction(SIGTSTP, {SIG_DFL}, NULL, 8) = 0 rt_sigaction(SIGTSTP, {SIG_IGN}, {SIG_DFL}, 8) = 0 select(1, [0], NULL, NULL, {0, 0}) = 0 (Timeout) select(1, [0], NULL, NULL, {0, 0}) = 0 (Timeout) write(1, "

Bug#387420: linux-image-2.6.17-2-k7: NFS misbehaviour when mounting dir from FreeBSD NFS server

2006-09-14 Thread Joerg Morbitzer
roduce this behaviour with kernel 2.6.16, .17 and .18-rc7. With 2.6.8 (from Sarge) - and I also tested 2.6.14 and 2.6.15 - it works flawless. Let me know if you need any further details. Kind regards, Joerg. -- System Information: Debian Release: testing/unstable APT prefers unstable A

usplash_0.3a_i386.changes REJECTED

2006-07-30 Thread Joerg Jaspert
Hi Maintainer, rejected, your debian/copyright misses to mention the .bdf files that are not GPL. -- bye Joerg === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] w

Bug#376912: linux-image-2.6.17-1-k7: SAA7146 fails with "has no release callback"

2006-07-05 Thread Joerg Morbitzer
RRATEC Electronic GmbH Unknown device 1157 Flags: bus master, medium devsel, latency 32, IRQ 193 Memory at dfffde00 (32-bit, non-prefetchable) [size=512] --- cut--- Please let me know if you need further information. Kind r

linux-kbuild-2.6_2.6.17-1_powerpc.changes REJECTED

2006-06-26 Thread Joerg Jaspert
as requested === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: linux-2.6-exp_2.6.16-1_s390.changes REJECTED

2006-04-29 Thread Joerg Jaspert
>> accept it. > Have you considered asking the kernel team before doing the rejection ? Would you read my mail then you would read that I have asked at least one of that team, waldi. -- bye Joerg (13:24) ist iptables eigentlich nur ein tool zum verhindern von aussenkonnecti,er

linux-2.6-exp_2.6.16-1_s390.changes REJECTED

2006-04-29 Thread Joerg Jaspert
nch isnt used to develop them? Right now, with no deep insight into the kernel team, this package is rejected, as it looks like an addition to unstable that shouldnt be there. Of course you are free to (try to) convince me or other ftp-teamler to accept it. -- bye Joerg === If you don't u

xen-3.0_3.0.1-1_i386.changes REJECTED

2006-03-08 Thread Joerg Jaspert
As requested === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#339295: psmouse.c: Failed to reset mouse on isa0060/serio1 - works fine with 2.6.13-1-k7

2005-12-01 Thread Joerg Morbitzer
Ok, I just upgraded to the latest sid and therefore also upgraded to the Linux version 2.6.14-4 of the linux-image-2.6.14-2-k7 package and for some reason the mouse does work again. Don't know whether the kernel itself or some udev or whatever fixed this problem. Attached you can the the late

Bug#339295: psmouse.c: Failed to reset mouse on isa0060/serio1 - works fine with 2.6.13-1-k7

2005-11-15 Thread Joerg Morbitzer
round didn't help, the mouse is neither working with "pci=noacpi" nor with "pci=routeirq". Regards, Joerg. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#339295: psmouse.c: Failed to reset mouse on isa0060/serio1 - works fine with 2.6.13-1-k7

2005-11-15 Thread Joerg Morbitzer
it the appended output of he following cmd might help (for both kernels working and non working): cat /proc/ioports Please see attachments. Kind regards, Joerg. Linux version 2.6.13-1-k7 (Debian 2.6.13-1) ([EMAIL PROTECTED]) (gcc version 4.0.2 (Debian 4.0.2-2)) #1 Fri Oct 7 00:57:20 JST 20

Bug#339295: psmouse.c: Failed to reset mouse on isa0060/serio1 - works fine with 2.6.13-1-k7

2005-11-15 Thread Joerg Morbitzer
Maximilian Attems wrote: On Tue, Nov 15, 2005 at 10:37:06AM +0100, Joerg Morbitzer wrote: with linux-image-2.6.14-2-k7 my Logitech USB infrared mouse does not work any longer (the infrared light turns on though). During bootup I can see these messages: kernel: psmouse.c: Failed to reset

Bug#339295: psmouse.c: Failed to reset mouse on isa0060/serio1 - works fine with 2.6.13-1-k7

2005-11-15 Thread Joerg Morbitzer
/serio1 kernel: psmouse.c: Failed to enable mouse on isa0060/serio1 Full boot message can be found here: http://www.mistersixt.de/tmp/dmesg-2.6.14.txt With kernel 2.6.13-1-k7 it works like expected. Let me know if you need further information. Kind regards, Joerg. -- System Information: Debian

Bug#330570: apm: laptop resumes automatically after some time, is fine with 2.6.11

2005-09-28 Thread Joerg Morbitzer
works like expected. You can find the full dmesg of 2.6.12-1 here: http://www.mistersixt.de/tmp/dmesg-2.6.12.txt Let me know if you need more information. Kind regards, Joerg Morbitzer -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500,

Re: linux-2.6_2.6.12-3_powerpc.changes REJECTED

2005-08-16 Thread Joerg Jaspert
Horms schrieb: > On Mon, Aug 15, 2005 at 12:14:30PM -0700, Joerg Jaspert wrote: >>Broken > Does anyone in the kernel team know whats up here? -4 is already in, so not important. :) (Was a request from uploader to kick it because its broken...) -- bye Joerg -- To UNSUBSCRIBE, ema

linux-2.6_2.6.12-3_powerpc.changes REJECTED

2005-08-15 Thread Joerg Jaspert
Broken === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Fwd: Unable to load NLS chatset cp437

2005-05-04 Thread Joerg Meyer
i had the same problem, after setting the codepage to 850 it suddenly started working. fstab: /dev/sda5 /media/windows vfat codepage=850,... 0 0 Joerg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

kernel-source-nonfree-2.6.11_2.6.11-1_i386.changes REJECTED

2005-04-04 Thread Joerg Jaspert
As requested === If you don't understand why your files were rejected, or if the override file requires editing, reply to this email. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#301641: Linux kernel include files still inconsistent on sarge

2005-03-27 Thread Joerg Schilling
Package: kernel DISTRIB_ID=3DDebian DISTRIB_RELEASE=3D3.1 DISTRIB_CODENAME=3Dsarge DISTRIB_DESCRIPTION=3D"Debian GNU/Linux" uname -a Linux debian 2.6.8-pegasos #1 Wed Aug 18 16:40:30 CEST 2004 ppc GNU/Linux When compiling star, I get error messages like: =3D=3D> COMPILING "fflags.o" In

Bug#290540: Fixed!

2005-03-15 Thread Joerg Morbitzer
I think after Vojtech's patch for Bug 280075 this one can be closed, too. Regards, Jörg. -- \ /Sol-3 GmbH & Co. KG -- 0 -- Sol-3Fon ++49-6123-7029-15 / \Web http://www.sol-3.de -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Bug#280075: kernel-image-2.6.9-1-686: Laptop has problems when resuming after suspend with apm

2005-03-11 Thread Joerg Morbitzer
still works like expected! Kind regards, Jörg. Vojtech Pavlik wrote: On Sat, Feb 19, 2005 at 10:33:42PM +0100, Joerg Morbitzer wrote: Hi, Thanks for the bug report. I took a quick look and unfortunately there seem to be quite a lot of changes to atkb.c between 2.6.8 and 2.6.9. It is a bit hard to

Bug#268621: Reproducable in parts

2005-02-28 Thread Joerg Schilling
Eduard Bloch <[EMAIL PROTECTED]> wrote: > Moin Joerg! > Joerg Schilling schrieb am Sonntag, den 27. Februar 2005: > > > If you like to have a decent CDDA extraction you need to use > > generic SCSI and this is done by using the SCSI address syntax > > instead o

Bug#268621: Reproducable in parts

2005-02-27 Thread Joerg Schilling
Andreas Metzler <[EMAIL PROTECTED]> wrote: > On 2005-02-26 Joerg Schilling <[EMAIL PROTECTED]> wrote: > > dev=ATA and dev=/dev/hdX are definitely not supposed to do the same thing. > > Hello, > What is the correct devicename on Linux 2.6, if I want DMA? This is th

Bug#268621: Reproducable in parts

2005-02-26 Thread Joerg Schilling
dev=ATA and dev=/dev/hdX are definitely not supposed to do the same thing. Check the cdda2wav(1) man page. Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED](uni) [EMAIL PROTECTED](work) Blog: http://schily.blogspot.com

Bug#280075: kernel-image-2.6.9-1-686: Laptop has problems when resuming after suspend with apm

2005-02-19 Thread Joerg Morbitzer
Vojtech Pavlik wrote: On Fri, Nov 12, 2004 at 05:27:38PM +0900, Horms wrote: On Sun, Nov 07, 2004 at 01:36:04AM +0100, Joerg Morbitzer wrote: Package: kernel-image-2.6.9-1-686 Version: 2.6.9-1 Severity: normal Hi all, with kernel-image 2.6.8 I could send my IBM R40 into suspend using apm and

Bug#292159: kernel does not detect IDE-DVD burner

2005-01-25 Thread Joerg Hoh
/33 scsi1 : ata_piix I use udev, so there are some /dev/sda* device files, but no /dev/hd*. sphinx:~# ls /proc/ide/ drivers sphinx:~# (I had a gentoo before debian on that system, on that with a selfcompiled kernel 2.6.9 I had no problems to use that DVDRAM drive as /dev/hdc.) Joerg -- Da

Bug#292038: Cannot boot from SATA-drives

2005-01-24 Thread Joerg Hoh
Package: kernel-image-2.6.10-1-686 Version: 2.6.10-4 Severity: important I've updated from kernel 2.4 to kernel-image-2.6.10-1-686 on a computer with 1 SATA drive and grub had a wrong kernel boot paramter (root=/dev/hda1 instead of /dev/sda1) and did not boot with that new kernel. Jörg -- Da

Bug#290039: kernel-image-2.4.27-1 ACPI Fix

2005-01-17 Thread Joerg Diederich
On Sat, Jan 15, 2005 at 04:15:43PM +0900, Horms wrote: +> Hi, +> +> I have put up packages for testing that include the attached patch which +> I believes resolves each of then following bugs: +> +> #290039, #290013, #289517, #288712, #285521 +> +> The packages are at the URL below and represent

Bug#290540: kernel-image-2.6.10-1-686: Keyboard does not work after suspend/resume using apm

2005-01-14 Thread Joerg Morbitzer
Package: kernel-image-2.6.10-1-686 Version: 2.6.10-3 Severity: normal Hi all, I reported this bug with the release of the Debian kernel 2.6.9-1-686, this bug is still with 2.6.10-1-686: when suspending and resuming using apm (acpi does not work on my Thinkpad R40-2681HSG), hitting the keyboard e

Bug#289517: kernel-image-2.4.27-1-686: startup errors

2005-01-14 Thread Joerg Diederich
On Fri, Jan 14, 2005 at 09:24:28PM +0900, Horms wrote: +> On Fri, Jan 14, 2005 at 01:11:31PM +0100, Joerg Diederich wrote: +> > Hi Horms, +> > +> > in fact I never used acpi=off on my Thinkpad T40p, but still acpi is +> > for some reason automatically deactivated at bo

Bug#290039: Bug#289517: kernel-image-2.4.27-1-686: startup errors

2005-01-14 Thread Joerg Diederich
Hi Horms, in fact I never used acpi=off on my Thinkpad T40p, but still acpi is for some reason automatically deactivated at boot time. However, I have just compiled new debian kernel packages and everything seems to be fine again (suspend when closing the lid is working). Thanks a lot for your h

Bug#290013: kernel-source-2.4.27: apm problem on IBM Thinkpad T40p: no suspend after closing the lid

2005-01-12 Thread Joerg Diederich
which is pretty convenient for upgrading to newer version. That's why I want to report this bug and hope that it can be fixed so that I can go back to using the debian kernels without recompiling... Thanks and best regards, /Joerg -- System Information: Debian Release: 3.1 APT prefers testin

Bug#288010: PowerPC installed initrd misses files

2005-01-06 Thread Joerg Dorchain
it seems that none of the > > supllied keymaps allows ALT-Fx console switching), but that will be a > > separated bug report. > I do know that is is not the ALT-key on Apple PowerPC, > but I don't know which key it is (and have no FAQ at hand ;-) IMHO the Apple keys look like it. I

Bug#288010: PowerPC installed initrd misses files

2005-01-06 Thread Joerg Dorchain
final remark, in the used /target/etc/mkinird/mkinitrd.conf BUSYBOX was set to "no". Currently I am fighting keymap problems (it seems that none of the supllied keymaps allows ALT-Fx console switching), but that will be a separated bug report. Bye, Joerg signature.asc Description: Digital signature

Bug#288010: PowerPC installed initrd misses files

2005-01-02 Thread Joerg Dorchain
(yaboot) is installed on the ide-hd (as it happens, the disk had some spare bytes at the right position for the bootloader). The openfirmare could load yaboot from the firewire (and most like usb drives as well) directly, but this would not change the initrd content problem. BTW, someone might be i

  1   2   >