On Tue, 31 May 2016 11:54:54 +0100 Ben Hutchings
wrote:
> On Tue, 2016-05-31 at 07:23 +0200, Geert Stappers wrote:
[...]
> > I don't know what PowerPC hardware is available these days.
> [...]
>
> Looking at who's participating in OpenPOWER, I think it's mostly
> servers now. (There are still l
On 12/08/2015 06:30 PM, John Paul Adrian Glaubitz wrote:
> On Fri, Apr 10, 2015 at 05:39:50PM -0400, Milan Kupcevic wrote:
> > The module landed in sid D-I. It gets loaded automatically as it is not
>> blacklisted in D-I. I've been able to boot and run the installer on an
&
On 07/22/2015 11:47 AM, intervenant0 gilles charabot wrote:
>
> Dear Maintainer, To avoid the consequences of the bug#741642, I want
> to use mkvmlinuz/38, but it isn't inside Jessie repository and isn't
> yet inside jessie-backports repository and when I tried to download
> the patch with :
>
>
On 07/25/2015 06:38 AM, Adam D. Barratt wrote:
> Control: tags -1 + moreinfo
>
> On Fri, 2015-07-24 at 22:32 -0400, Milan Kupcevic wrote:
>> mkvmlinuz/37+deb8u1 is fixing bug #741642 already fixed in sid/testing
>> to allow for smooth upgrade from wheezy to jess
On Sun, 26 Apr 2015 16:35:29 +0200 Holger Levsen
wrote:
[...]
>
> I've upgraded my old PowerMac from wheezy to jessie, which failed
> like shown below.
[...]
> (/boot/initrd.img-3.16.0-4-powerpc) -- doing nothing at
> /var/lib/dpkg/info/linux-image-3.16.0-4-powerpc.postinst line 263.
> /e
On 06/30/2015 05:56 AM, Peter Saisanas wrote:
[...]
> You cant get nouveau working with your current kernel. Period. It
> doesn't matter what kernel options or module options you pass,
> nouveau with acceleration just doesn't currently work with a 64kb
> pagesize kernel.
>
> You are falling bac
On 04/10/2015 06:05 PM, Ben Hutchings wrote:
> On Fri, 2015-04-10 at 17:39 -0400, Milan Kupcevic wrote:
>> On 04/09/2015 08:21 AM, Ben Hutchings wrote:
>> [...]
>>
>>>
>>> It isn't reverted. All I've done is to add radeonfb.ko to th
On 04/09/2015 08:21 AM, Ben Hutchings wrote:
[...]
>
> It isn't reverted. All I've done is to add radeonfb.ko to the drivers
> that are included *in the installer*.
>
> Neither radeon.ko nor xserver-xorg-video-radeon are included in the
> installer, so how could they possibly be used? If you t
On 04/09/2015 12:29 PM, Ben Hutchings wrote:
>
> Let's try to keep this civil, please.
>
> Ben.
>
Sorry, my reaction to personal attacks was too harsh. Will stick to
technical issues and ignore any personal slurs from now on.
Milan
signature.asc
Description: OpenPGP digital signature
On 04/09/2015 04:08 AM, John Paul Adrian Glaubitz wrote:
> On 04/09/2015 12:38 AM, Milan Kupcevic wrote:
>>> Well, yes. As you could see from the bug report you linked above,
>>> compiling radeonfb into the kernel broke X on basically all
>>> Radeon cards.
>&g
On 04/08/2015 04:02 PM, John Paul Adrian Glaubitz wrote:
> Control: reopen -1
>
> On 04/08/2015 09:51 PM, Milan Kupcevic wrote:
>> In Wheezy and in Jessie RC1 radenfb was compiled in the kernel
>> itself while debian installer worked fine on this machine.
>
> Well,
On 04/08/2015 02:03 PM, John Paul Adrian Glaubitz wrote:
> Hi Milan!
>
> I just stumbled across this bug report and was actually wondering why
> your Pegasos-II board won't work properly with the radeon KMS driver.
>
> As far as I know, the Radeon 9250 found on the Pegasos-II board is fully
> sup
Package: src:linux
Version: 3.16.7-ckt7-1
Severity: important
Tags: d-i jessie
The last line seen on the screen after installer CD boots is
'returning from prom_init'. This is a regression introduced in
d-i rc2 which persist in daily builds.
Connecting serial terminal and booting with 'consol
tags 781935 + patch
thanks
diff --git a/hooks/thermal b/hooks/thermal
index 93f5100..0b755e0 100755
--- a/hooks/thermal
+++ b/hooks/thermal
@@ -32,8 +32,11 @@ powerpc|ppc64)
MODEL="${MODEL##*: }"
case "$MODEL" in
- RackMac3,1|PowerMac7,2|PowerMac7,3)
- force_load therm_pm72
+ RackMac
tags 781934 + patch
thanks
Index: linux/debian/config/kernelarch-powerpc/config
===
--- linux/debian/config/kernelarch-powerpc/config (revision 22467)
+++ linux/debian/config/kernelarch-powerpc/config (working copy)
@@ -389,8 +389,10
The therm_pm72 module is obsolete. It does not do thermal management anymore.
I've compiled windfarm_rm31 and windfarm_pm72 modules and successfully tested
on an XServe G5 (RackMac3,1) and a Power Mac G5 (PowerMac7,3).
Milan
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
Package: src:linux
Version: 3.16.7-ckt7-1
Severity: important
Installing jessie makes XServe G5 fans run full speed all the time.
-- Package-specific info:
** Version:
Linux version 3.16.0-4-powerpc64 (debian-kernel@lists.debian.org) (gcc version
4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-
On 09/24/2012 05:04 AM, Rick Thomas wrote:
>
> On Sep 13, 2012, at 2:58 PM, Rick Thomas wrote:
>
>>
>>
>> 1) It seems likely that adding a udeb for fuse-modules will allow
>> os-prober to identify other Linux OS root partitions and get them
>> added to the boot-loader config file... But only as l
On 09/13/2012 01:41 AM, Christian PERRIER wrote:
> Quoting Rick Thomas (rbtho...@pobox.com):
>>
>> On Sep 12, 2012, at 4:21 PM, Rick Thomas wrote:
>>
>>> I have not tried running os-prober from the -F2 console
>>> during the install, to see if it gives different results. I'll do
>>> that and report
tags 684265 patch
thanks
Debian installer os-prober needs fuse module to look into various
partitions for already installed operating systems.
Patch is attached.
Milan
Index: debian/installer/package-list
===
--- debian/installer/pa
On 07/02/2012 07:07 AM, Touko Korpela wrote:
> On Sun, Jul 01, 2012 at 11:03:02AM -0400, Milan Kupcevic wrote:
>> On 07/01/2012 07:05 AM, Touko Korpela wrote:
>>>> ...
>>>> +if test "$post_2_6_38"; then
>>>> + XZ="xz --check=crc32 -8&quo
On 07/01/2012 04:13 PM, Geert Stappers wrote:
>
>
> Please use the more readable
>
> test -n "$is_xz_supported"
>
Have a look at this:
test "$string"
test -n "$string"
[ "$string" ]
[ -n "$string" ]
They are just four different expressions of exactly the same thing. It
is hard to pleas
On 07/01/2012 12:31 PM, Ben Hutchings wrote:
> On Sat, 2012-06-30 at 23:01 -0400, Milan Kupcevic wrote:
> [...]
>> --- mkvmlinuz (revision 19233)
>> +++ mkvmlinuz (working copy)
> [...]
>> @@ -158,6 +153,12 @@
>>post_2_6_19=
>> fi
>>
>
On 07/01/2012 07:05 AM, Touko Korpela wrote:
>> ...
>> +if test "$post_2_6_38"; then
>> + XZ="xz --check=crc32 -8"
>> +else
>> + XZ=false
>> +fi
>
> From xz(1) manual page (you can ignore DecMem):
> Preset DictSize CompCPU CompMem DecMem
>-0
> some OpenFirmware implementations, such as the one in the PegasosII,
> have a 12 MB size limit on kernel images, and no initrd loading
> capability. The latter is worked around by merging the initrd into the
> image with the "mkvmlinuz" tool, however the generated images are
> unbootable if they
found 666021 3.2.18-1
tags 666021 +confirmed
thanks
Linux version 3.2.0-2-powerpc64 (Debian 3.2.18-1)
(debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-4) )
#1 SMP Mon May 21 22:39:59 UTC 2012
While running debmirror I'm getting call trace every few minutes. Call
trace is a
On 01/29/2012 03:24 PM, Ben Hutchings wrote:
>
> The IDE modules listed here have presumably been replaced by
> libata-based modules, but there might be some cases where neither driver
> is built or neither is included in the installer.
>
IBM Intellistation POWER 275 needs pata_sl82c105 in Power
On 01/27/2012 10:12 AM, Bastian Blank wrote:
> Hi folks
>
> There is a package called mkvmlinuz in the archive. It is maintained by
> the kernel team.
>
> mkvmlinuz is only used on the powerpc architecture.
>
> Does anyone know the current state of mkvmlinuz? Is it still needed?
>
> Bastian
>
On 09/07/2011 01:47 AM, Rick Thomas wrote:
>
> I tried again today. I installed Sid from the Sid_d-i PowerPC daily
> businesscard. Same problem.
>
Fixed kernel did not get into d-i, yet.
Milan
--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscrib
On 08/06/2011 07:53 AM, Stephane Louise wrote:
>
> Therefore, the patch should be as trivial as (not tested though):
>
> --- config.old2011-08-06 12:52:46.0 +0200
> +++ config2011-08-06 12:53:43.0 +0200
> @@ -1560,7 +1560,7 @@
> # CONFIG_PATA_IT8213 is not set
> CONF
On upgrade from lenny to squeeze linux-base package changes content of
/etc/yaboot.conf but does not run /usr/sbin/ybin to actually apply the
changes on the bootloader. Machines with drive enumeration problems and
drive naming changes introduced in new kernels will be non-(re)bootable.
Milan
s
On 11/19/2010 04:09 AM, maximilian attems wrote:
> oh fun, thought that linux-2.6 was fixed to autoload those modules.
Only i2c_powermac gets included/loaded without manual intervention. I
removed it from this hook.
>> -if [ -e /sys/bus/ps3_system_bus/ ]; then
>> -exit 0
>> -
The first patch did not include PowerMac9,1. Corrected patch is attached
to this message.
Thanks,
Milan
diff -Nru ./hooks/thermal ../initramfs-tools-0.98.5/hooks/thermal
--- ./hooks/thermal 2010-09-23 14:43:51.0 -0400
+++ ../initramfs-tools-0.98.5/hooks/thermal 2010-11-18 21:54:21.000
Package: initramfs-tools
Version: 0.98.5
Severity: important
Tags: patch
On iMac and PowerMac G5 machines, about a minute after boot, fans run at
full speed producing jet engine noise. Thermal modules do not get loaded
as they were in Lenny.
diff -Nru ./hooks/thermal ../initramfs-tools-0.98.5/hook
34 matches
Mail list logo