On 2024-08-23 07:58, Dave Vasilevsky wrote:
> On 2024-08-23 03:16, John Paul Adrian Glaubitz wrote:
>> It should be disabled on m68k and sh by default as well.
>
> Sure, I can change that. What's the reasoning, so I can explain in my commit
> message?
Oh I don't think m68k even has ARCH_SUPPORTS
On 2024-08-23 03:16, John Paul Adrian Glaubitz wrote:
> It should be disabled on m68k and sh by default as well.
Sure, I can change that. What's the reasoning, so I can explain in my commit
message?
-Dave
l/Kconfig.kexec | 2 +-
> 10 files changed, 29 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 54b2bb817a7f..200995052690 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1597,6 +1597,9 @@ config ATAGS_PROC
> co
onfig
+++ b/arch/arm/Kconfig
@@ -1597,6 +1597,9 @@ config ATAGS_PROC
config ARCH_SUPPORTS_CRASH_DUMP
def_bool y
+config ARCH_DEFAULT_CRASH_DUMP
+ def_bool y
+
config AUTO_ZRELADDR
bool "Auto calculation of the decompressed kernel image address" if
!ARCH_MUL
n ARCH_SUPPORTS_CRASH_DUMP of ppc, can you or anyone
> post a patch? I don't know how to identify 32-bit Power Macintosh.
>
> arch/powerpc/Kconfig:
> ===
> config ARCH_SUPPORTS_CRASH_DUMP
> def_bool PPC64 || PPC_BOOK3S_32 || PPC_85xx || (44x && !SMP)
&
codes are shared
> by both kexec reboot and crash dumping.
>
> Doing this makes codes and the corresponding config items more
> logical (the right item depends on or is selected by the left item).
>
> PROC_KCORE ---> VMCORE_INFO
>
>|--> VMCO
After a neat install with the latest installer images we need to
give this a test. Well here we go :
root@enceladus:~# nvram --print-config
"common" Partition
-
little-endian?=false
real-mode?=false
auto-boot?=true
diag-switch?=false
fcode-debug?=false
oem-banner?
On Thu, Sep 09, 2021 at 05:49:29PM +, Mick Bert wrote:
> Trying to compile a software, the configure fails complaining for missing
> icu-config. I have already installed icu-devtools and libicu-dev. Which
> package should I install?
>
> Are there a way to query which pac
Trying to compile a software, the configure fails complaining for
missing icu-config. I have already installed icu-devtools and
libicu-dev. Which package should I install?
Are there a way to query which package contains a particular file (maybe
through apt-get or apt-cache, or even a service
gt;> > wrote:
>> >
>> >> I was wondering it would be nice for all to have a site greping all
>> >> config
>> >> files for kernel by machine type.
>> >> Could somebody do that also for mac and nor mac machine, so a user can
>> >&
http://forums.debian.net/viewtopic.php?f=12&t=57583
There. The forum is willing to make dedicated thread.
On 11/20/10, Super Bisquit wrote:
> On Sat, Nov 20, 2010 at 3:05 PM, Mattia Tristo
> wrote:
>
>> I was wondering it would be nice for all to have a site greping all
>
On Sat, Nov 20, 2010 at 3:05 PM, Mattia Tristo wrote:
> I was wondering it would be nice for all to have a site greping all config
> files for kernel by machine type.
> Could somebody do that also for mac and nor mac machine, so a user can
> upload its kernel's config file.
>
I was wondering it would be nice for all to have a site greping all config
files for kernel by machine type.
Could somebody do that also for mac and nor mac machine, so a user can
upload its kernel's config file.
Best regards
MAttia Tristo
--
--
Home Page :
done
> it will be much appreciated!
I just tested the current daily-build (08-Feb-2010 00:09) from here:
http://d-i.debian.org/daily-images/powerpc/daily/powerpc64/netboot/
The installer fails on network config.
If I run 'dhclient eth0' from a console I can see the request at
the d
Brian P. Flaherty wrote:
Wartan Hachaturow wrote:
[...]
Kernel configs are available in kernel image packages, and reside in
/boot/config-*.
Thank you, I'll try to build a new kernel using the 2.6.18 config.
I built a 2.6.26 kernel today starting from the 2.6.18 config. That
c
Wartan Hachaturow wrote:
On 3/18/09, Brian P. Flaherty wrote:
I now just boot 'old' and it works. I'd like to get the .config from
both kernels (working and not), so I can compare them and build a new
kernel that works. Can you point me to the package I install to get
that st
On 3/18/09, Brian P. Flaherty wrote:
> I now just boot 'old' and it works. I'd like to get the .config from
> both kernels (working and not), so I can compare them and build a new
> kernel that works. Can you point me to the package I install to get
> that stock .co
the exact same place and error. So, I think there's a
mismatch between the kernel on my lenny install CD and my computer.
I now just boot 'old' and it works. I'd like to get the .config from
both kernels (working and not), so I can compare them and build a new
kernel t
On 12/9/07, Bin Zhang <[EMAIL PROTECTED]> wrote:
> On Dec 9, 2007 8:34 AM, P Kapat <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Sorry for not getting back early. Work is keeping things busy.. Thanks
> > to Bin, Jörg, and Yannick for the details. I am able to connect to the
> > wireless networks now :
On Dec 9, 2007 8:34 AM, P Kapat <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Sorry for not getting back early. Work is keeping things busy.. Thanks
> to Bin, Jörg, and Yannick for the details. I am able to connect to the
> wireless networks now :) I am providing the two files
> /etc/network/interfaces and
Hi,
Sorry for not getting back early. Work is keeping things busy.. Thanks
to Bin, Jörg, and Yannick for the details. I am able to connect to the
wireless networks now :) I am providing the two files
/etc/network/interfaces and /etc/wpa_suppliant.conf for reference and
may be someone else will fin
P Kapat wrote:
> ok, i need more help... has anyone successfully used ifup / ifdown /
> wpa_supplicant method to access wireless network from the command
> line??
Hi,
A simpler configuration than Jörg's (if you have a simple WPA) is to put
this in your /etc/network/interfaces:
auto eth
Hello P,
P Kapat <[EMAIL PROTECTED]> wrote:
> ok, i need more help... has anyone successfully used ifup / ifdown /
> wpa_supplicant method to access wireless network from the command
> line??
Yes. I use ifup eth1 and some seconds later I get the interface up.
> On 12/5/07, Bin Zhang <[EMAIL PRO
ok, i need more help... has anyone successfully used ifup / ifdown /
wpa_supplicant method to access wireless network from the command
line??
my idea is to start icewm and connect to one of available networks,
without resorting to network-manager-kde...
On 12/5/07, Bin Zhang <[EMAIL PROTECTED]>
On Dec 5, 2007 4:18 PM, P Kapat <[EMAIL PROTECTED]> wrote:
> i think it is better to start a new thread...
>
> On 12/1/07, Bin Zhang <[EMAIL PROTECTED]> wrote:
> > On Dec 1, 2007 5:15 PM, P Kapat <[EMAIL PROTECTED]> wrote:
> > > How about the wireless? Is there any command
> > > line version for N
i think it is better to start a new thread...
On 12/1/07, Bin Zhang <[EMAIL PROTECTED]> wrote:
> On Dec 1, 2007 5:15 PM, P Kapat <[EMAIL PROTECTED]> wrote:
> > How about the wireless? Is there any command
> > line version for NetworkManger? In Gnome, KDE we have either nm-applet
> > or network-ma
On Thu, 2007-08-09 at 18:09 +0200, Wolfgang Pfeiffer wrote:
> Is disk head parking possible now with SENSORS_AMS built from the
> latest git sources?
No, there never was a conclusion as to how to do it iirc.
> If there's no disk parking possible currently: Is there some other use
> of SENSORS_AM
Hi All
Is disk head parking possible now with SENSORS_AMS built from the
latest git sources? Or is there some separate driver that does the
parking? On Google I found SENSORS_AMS_HDPARK being mentioned, but
only for a short period of time, in summer 2006. And the pattern
'hdpark' seems to be mis
On 1/10/07, mike dentifrice <[EMAIL PROTECTED]> wrote:
Hi there,
Would anyone be so kind as to share his/her xorg.conf enabling external
screen for an iBook G4 12" [1]? I need this to work for using a beamer real
soon - quite an emergency!
Here's mine (clone mode, as I only use it for presenta
Hi there,
Would anyone be so kind as to share his/her xorg.conf enabling external
screen for an iBook G4 12" [1]? I need this to work for using a beamer real
soon - quite an emergency!
I had a working setup for a while, which I was using occasionally.
Unfortunately, it ceased to work after a seri
Thank you brian.
I downloaded several different versions and distros.
Never could get sarge out of command line, but in all honesty I never
redownloaded/reinstalled either.
Helped me learn a LOT of valuable command line basics though : )
Now I have my old wallstreet quad booted with yellowdog
On Fri, Sep 08, 2006 at 11:21:59PM -0700, brian wrote:
>
> hans -
>
> did you put modules=dep in the config file inside the
> directory of etc/initramfs-tools.
I have had modules=most in /etc/initramfs-tools since I reported
bug #366620.
> then run update-initramfs.
>
ow up to [EMAIL PROTECTED] CC:ed to debian-powerpc.
> > The official debian kernels for powerpc stopped working for me with
> > 2.6.16 (2.6.15 works fine). The 2.6.16 ones fail to mount root fs at
> > boot, which I have reported in bug #366620
> >
> > I compiled my own 2.6.
hans -
did you put modules=dep in the config file inside the
directory of etc/initramfs-tools.
then run update-initramfs.
may need discover package, so it can see all the
modules.
be careful --
the changes in initrd i have looked at for some
hours,
they are pretty complex. (best i can tell
which I have reported in bug #366620
>
> I compiled my own 2.6.16 with a minimal change in .config, and that
> was it, 2.6.16 now boots on my oldworld mac.
>
> The needed change in config was the following: (diff against
> ./boot/config-2.6.16-2-powerpc in the package
> li
Hi!
The official debian kernels for powerpc stopped working for me with
2.6.16 (2.6.15 works fine). The 2.6.16 ones fail to mount root fs at
boot, which I have reported in bug #366620
I compiled my own 2.6.16 with a minimal change in .config, and that
was it, 2.6.16 now boots on my oldworld mac
are you sure??
i recall my voodoo3 3500 having 32bit desktop and only 16bit
in 3d accel? (on intel)
Dean
Elimar Riesebieter wrote:
On Sat, 08 Jul 2006 the mental interface of
[EMAIL PROTECTED] told:
[...]
(**) TDFX(0): Depth 24, (--) framebuffer bpp 32
The maximum depth the good old Voodoo
minum powerbook. Now I'm trying to get the /etc files right. I am
not sure I really need the kernel config from a Wallstreet install, but
I would like it just in case. Can anyone help me out?
Thanks,
Rob
--
Rob Frohne, Ph.D., P.E.
E.F. Cross School of Engineering
Walla Walla College
On Sat, 2006-07-08 at 23:10 +0200, [EMAIL PROTECTED] wrote:
> I'm trying to get X-Windows to work but keep running into:
>
> TDFX(0): No valid PIO address in PCI config space
>
> What does this Error mean? Any idea what I should try?
Have you tried in one of the other slots
On Sat, 08 Jul 2006 the mental interface of
[EMAIL PROTECTED] told:
[...]
> (**) TDFX(0): Depth 24, (--) framebuffer bpp 32
The maximum depth the good old Voodoo runs with is 16 in X as well
in framebuffer resolution.
Elimar
--
Numeric stability is probably not all that
important when yo
I'm trying to get X-Windows to work but keep running into:
TDFX(0): No valid PIO address in PCI config space
What does this Error mean? Any idea what I should try?
Thanks for your help
(PowerMac 9500/200, 176MB, Voodoo 3 3000 with 16 MB)
XFree86.0.log:
[...]
(II) Setting vga for scr
Peter Rooney <[EMAIL PROTECTED]> writes:
> I can't speak for a keyboard, but I use a three-button scrollwheel USB
> mouse on a 7600 oldworld mac. I recall that imacs have USB built in,
> which should make it as simple as plugging in the mouse and running
> "dpkg-reconfigure xserver-xfree86" to te
Dear Giulio,
I agree that a one button mouse in linux is painful.
I can't speak for a keyboard, but I use a three-button scrollwheel USB mouse
on a 7600 oldworld mac. I recall that imacs have USB built in, which should
make it as simple as plugging in the mouse and running "dpkg-reconfigure
Hello,
i have obtained the packages ( sarge ) and i have installed them. Seem
to work quite well.
I have anyay some various ( little to say the truth ) problems...
I start with the Xfree config:
1) it has an ATI Technologies Inc 3D Rage IIC 215IIC [Mach64 GT IIC] .
This means no opengl via
itor. On another tty, I used the 'lspci' command to
find it, I converted it to decimal and used that, BUT, it won't let
me (Incorrect format or something), It only lets me use a single
digit. I've cycled through the config several times cycling through
0-9 but it still says it
27; command to
> find it, I converted it to decimal and used that, BUT, it won't let
> me (Incorrect format or something), It only lets me use a single
> digit. I've cycled through the config several times cycling through
> 0-9 but it still says it can't find my
, it won't let
me (Incorrect format or something), It only lets me use a single
digit. I've cycled through the config several times cycling through
0-9 but it still says it can't find my screen!!! Any suggestions?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subj
I'd like to know if there is available a config file for kernel 2.6.15 and
PB (5,4) (with all working devices, and without useless modules/devices)
thank you in advance
regards
MAS!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Dnia 12-01-2006, czw o godzinie 19:01 +0100, Elimar Riesebieter
napisał(a):
> On Thu, 12 Jan 2006 the mental interface of
> Michel Dänzer told:
>
> > On Thu, 2006-01-12 at 16:29 +0100, Andrzej Mendel wrote:
> > > After several months of working with half-functional custom ~/.asound.rc
> > > file I
Elimar Riesebieter wrote:
> Thanks for the patch ;) Has someone tested the apatch? I don't have
> a Toonie handy. Jordi and Thomas hve to update alsalib at next
> upload then ;)
[...]
>> type asym
>> +playback.pcm {
>> type plug
This is bug #340478. It was fixed in the 1.0
On Thu, Jan 12, 2006 at 07:01:56PM +0100, Elimar Riesebieter wrote:
> On Thu, 12 Jan 2006 the mental interface of
> Michel Dänzer told:
>
> > On Thu, 2006-01-12 at 16:29 +0100, Andrzej Mendel wrote:
> > > After several months of working with half-functional custom ~/.asound.rc
> > > file I managed
On Thu, 12 Jan 2006 the mental interface of
Michel Dänzer told:
> On Thu, 2006-01-12 at 16:29 +0100, Andrzej Mendel wrote:
> > After several months of working with half-functional custom ~/.asound.rc
> > file I managed to somehow nuke this file and faces the folowing problem:
> > Initializing SDL
On Thu, 2006-01-12 at 16:29 +0100, Andrzej Mendel wrote:
> After several months of working with half-functional custom ~/.asound.rc
> file I managed to somehow nuke this file and faces the folowing problem:
> Initializing SDL audio subsystem.
> ALSA lib conf.c:1596:(snd_config_load1) :51:1:Unexpect
After several months of working with half-functional custom ~/.asound.rc
file I managed to somehow nuke this file and faces the folowing problem:
Initializing SDL audio subsystem.
ALSA lib conf.c:1596:(snd_config_load1) :51:1:Unexpected }
ALSA lib
conf.c:2837:(snd_config_hook_load) /usr/share/alsa/
don't know who's involved in miboot d-i
floppies.
Anyway, I'm submitting my .config for consideration. It was patched to
support squashfs because that's what ipcop uses for its initrd. It was also
patched for ipsec and some other things but I've removed those from the
c
On Mon, Jun 06, 2005 at 06:46:43PM +0100, Paul Brossier wrote:
> hi all,
>
> I have been trying to set up a decent config to run X on a Studio
> Display. I can get a 1280x1024 resolution by changing the hsync and
> vsync values as follow:
>
> Section "Monitor"
>
hi all,
I have been trying to set up a decent config to run X on a Studio
Display. I can get a 1280x1024 resolution by changing the hsync and
vsync values as follow:
Section "Monitor"
Identifier "Generic Monitor"
#HorizSync 28-50
#
be a bit overkill and there are a
> lot of small pages covering ppc realated topics already, so how about
> merging your page with a project like PPCConfDB[1]?
just curious: why don't you work within debian and push the config (it's
nothing more, isn't it?) into the proper k
On Sun, Apr 24, 2005 at 10:30:27PM +0200, Sander van Geloven wrote:
> Hi all,
>
> The Linux kernel configuration project for PowerBook G4 which I provided
> via
> http://home.versatel.nl/vgeloven/powerbook-g4-linux-kernel-configuration/
> will be an orphaned project since I've switched back to Int
Sander van Geloven wrote:
> Hi all,
>
> The Linux kernel configuration project for PowerBook G4 which I provided
> via
> http://home.versatel.nl/vgeloven/powerbook-g4-linux-kernel-configuration/
> will be an orphaned project since I've switched back to Intel with
> Ubuntu.
>
> Hence two questions
Hi all,
The Linux kernel configuration project for PowerBook G4 which I provided
via
http://home.versatel.nl/vgeloven/powerbook-g4-linux-kernel-configuration/
will be an orphaned project since I've switched back to Intel with
Ubuntu.
Hence two questions, the first is who would like to take over t
On Wed, Mar 16, 2005 at 11:26:37PM -0800, Michael wrote:
> 2.) I don't know anyone round here, but could I maybe get someone from
> this list to do that for me? I would pay of course. Preferably someone
> from the California area.
http://www.debian.org/CD/vendors/
Some ship testing and unsta
On Wed, Mar 16, 2005 at 06:28:32PM -0800, Michael wrote:
> I managed to get Woody installed using one disk. But I have no idea
> how to configure things. I ran through the ppp configuration, but the
> error message ran by so fast that I couldn't read it. I didn't know
/var/log has the answ
I managed to get Woody installed using one disk. But I have no idea
how to configure things. I ran through the ppp configuration, but the
error message ran by so fast that I couldn't read it. I didn't know
what to put into the apt sources file, which I am guessing is where to
put whatever
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pander wrote:
[...]
| Here is the PBG4 kernel 2.6.10 config
|
| http://home.versatel.nl/vgeloven/powerbook-g4-linux-kernel-configuration/
[...]
It oould be that I missed the info in an earlier thread, but could you
share which PBG4 this config is for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pander wrote:
[...]
| Here is the PBG4 kernel 2.6.10 config
|
| http://home.versatel.nl/vgeloven/powerbook-g4-linux-kernel-configuration/
[...]
It oould be that I missed the info in an earlier thread, but could you
share which PBG4 this config is for
Hi all,
Here is the PBG4 kernel 2.6.10 config
http://home.versatel.nl/vgeloven/powerbook-g4-linux-kernel-configuration/
Have fun,
Pander
2 FireWire
(rev 81)
0002:20:0f.0 Ethernet controller: Apple Computer Inc. UniNorth 2 GMAC (Sun
GEM) (rev 80)
13:38, marco giusti escribió:
> hi all,
> i'm going to compile the kernel (for the first time). someone of you
> have got a .config for this ibook? maybe with Benjami
hi all,
i'm going to compile the kernel (for the first time). someone of you
have got a .config for this ibook? maybe with Benjamin Herrenschmidt's
sleep patch?
thank you in advice for your help
regards
marco
ps. some more information
minimurdoc:/usr/src/kernel-source-2.6.9# cat /pr
On Fri, 19 Nov 2004, Eric Deveaud wrote:
> On 19 Nov 2004, Jens Schmalzing wrote:
>
> > Eric Deveaud writes:
> >
> > > could someone point me to a working 2.6.9 kernel config file for a
> > > dual-1.8 g5
> >
> > You will find one in /boot/confi
On Fri, 19 Nov 2004 09:18:20 +0100, Guido Guenther <[EMAIL PROTECTED]> wrote:
> Use 2.6.9 +
>
> http://honk.physik.uni-konstanz.de/~agx/linux-ppc/kernel/rivafb-2.6.9-fix-mode-switch-and-nv30.diff
> or 2.6.10-rc2.
Thank you, thank you, that patch fixed it. I'll probably move to
2.6.10-rc2 soon,
Guido Guenther wrote:
I cannot compile a vanilla 2.6.10-rc2 kernel using make-kpkg clean &&
make-kpkg kernel-image in an up to date Debian Sid. I get this error:
You're missing:
http://honk.physik.uni-konstanz.de/~agx/linux-ppc/kernel/mediabay-2.6.10-rc2.diff
or the swsusp-2.6.10-rc2 patch,
On Fri, Nov 19, 2004 at 09:50:54AM +0100, Jaume Sabater wrote:
> Guido Guenther wrote:
>
> >No, the real problem is that you can't set new video modes due to a big
> >in rivafb. Use 2.6.9 +
> > http://honk.physik.uni-konstanz.de/~agx/linux-ppc/kernel/rivafb-2.6.9-fix-mode-switch-and-nv30.diff
> >
On 19 Nov 2004, Jens Schmalzing wrote:
> Eric Deveaud writes:
>
> > could someone point me to a working 2.6.9 kernel config file for a
> > dual-1.8 g5
>
> You will find one in /boot/config-2.6.9-power4-smp if you install the
> kernel-image-power4-smp package from un
Hi,
Eric Deveaud writes:
> could someone point me to a working 2.6.9 kernel config file for a
> dual-1.8 g5
You will find one in /boot/config-2.6.9-power4-smp if you install the
kernel-image-power4-smp package from unstable.
Regards, Jens.
--
J'qbpbe, le m'en fquz pe j'
annot open root device "sda4" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on unknown-block(0,0)
<0>Rebooting in 180 seconds...
I guess there's something wrong with my settings,
could someone point me to a
Colin Leroy wrote:
include/asm-generic/pci-dma-compat.h:12: internal compiler error:
Segmentation fault
Did you happen to compile with 2.6.10-rc1? it corrupts FP registers.
try again until it works :) or reboot using a known-good kernel (2.6.9)
I tried to compile 2.6.9 when it was released,
On 19 Nov 2004 at 10h11, Jaume Sabater wrote:
Hi,
> include/asm-generic/pci-dma-compat.h:12: internal compiler error:
> Segmentation fault
Did you happen to compile with 2.6.10-rc1? it corrupts FP registers.
try again until it works :) or reboot using a known-good kernel (2.6.9)
--
Colin
Colin Leroy wrote:
I cannot compile a vanilla 2.6.10-rc2 kernel using make-kpkg clean &&
make-kpkg kernel-image in an up to date Debian Sid. I get this error:
http://colino.net/tmp/gnupatch1.patch
http://colino.net/tmp/gnupatch2.patch
http://colino.net/tmp/gnupatch3.patch
from bk are needed.
On 19 Nov 2004 at 09h11, Jaume Sabater wrote:
Hi,
> Guido Guenther wrote:
>
> > No, the real problem is that you can't set new video modes due to a big
> > in rivafb. Use 2.6.9 +
> >
> > http://honk.physik.uni-konstanz.de/~agx/linux-ppc/kernel/rivafb-2.6.9-fix-mode-switch-and-nv30.diff
> > o
Guido Guenther wrote:
No, the real problem is that you can't set new video modes due to a big
in rivafb. Use 2.6.9 +
http://honk.physik.uni-konstanz.de/~agx/linux-ppc/kernel/rivafb-2.6.9-fix-mode-switch-and-nv30.diff
or 2.6.10-rc2.
I cannot compile a vanilla 2.6.10-rc2 kernel using make-kpk
Guido Guenther wrote:
No, the real problem is that you can't set new video modes due to a big
in rivafb. Use 2.6.9 +
http://honk.physik.uni-konstanz.de/~agx/linux-ppc/kernel/rivafb-2.6.9-fix-mode-switch-and-nv30.diff
or 2.6.10-rc2.
I cannot compile a vanilla 2.6.10-rc2 kernel using make-kpk
On Thu, Nov 18, 2004 at 10:05:20AM -0500, Orion Montoya wrote:
> Except that I'm back to a problem similar to I had when I first got
> this Powerbook: when I try to shutdown (which I must do often since I
> can't sleep), once it logs out of Gnome the screen goes dead but the
> power stays on, and i
> > The last time I had this problem the solution was an XFree package
> > tweaked for NVidia. Does such a package exist now?
>
> No need, officials testing/sid XFree packages work fine here (PB G4
> 1,33GHz).
Right, that's what I thought, which makes my problem all the more
mystifying. It tur
Le jeudi 11/18/04 Orion Montoya <[EMAIL PROTECTED]> a écrit :
> The last time I had this problem it was non-fatal (the machine would
> manage to shut down) and the solution was an XFree package tweaked for
> NVidia. Does such a package exist now?
No need, officials testing/sid XFree packages wo
After a long period of stability running Sid with 2.4.23 on my PBG4
12" 867MHz, I've finally made the move to 2.6.9-mh3 with Pander's
config. I followed the instructions on Pander's page (patching, etc.)
and everything's fine...
Except that I'm back to a problem sim
Hi,
@matze
Yes I did have that section in my yaboot.conf and ran ybin -v before reboot.
@Julien
Thx for you config. I will go through it tonight. :)
@Pascal
Thx for the XF86Config you sent me. I didn't ask for it but it is always good
to have a running sample if you want something getting
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-11-12 18:21:31 +0100]:
> After installing, the root device was on /dev/hdc7.
> With the new kernel it should be on /dev/hda7 but it isn't.
> I would be grateful for a config file to compare it withe my config.
Do you have an ent
Hi,
does anybody have a usable config-2.6.8 for iBook Ga 1GHz with radeon video
card?
I tried hard, but after booting the new kernel the system cannot find root
device.
I did the konfiguration like this:
http://seb.france.free.fr/linux/ibookG4/iBookG4-howto-4.html
After installing, the root
If you've installed from one of the latest Sarge's you can just copy
/boot/config-2.6.8-powerpc to your kernel source directory.
Also search for good debian kernel compile howto's There are a lot.
Op zaterdag 06 november 2004 01:25, schreef Isidoro Reyes de Zuloaga:
> Hi!
>
Hi!
Does anyone have the appropiate .config for the new powerbook 15''?
it's a 1.5 Ghz, ati raedon 9700 ..
I'm a linux begginer and i don't know how to compile my the new kernel.
thanks a lot
isidoro
Hi!
Does anyone have the appropiate .config for the new powerbook 15''?
it's a 1.5 Ghz, ati raedon 9700 ..
I'm a linux begginer and i don't know how to compile my the new kernel.
thanks a lot
isidoro
Guido Guenther wrote:
On Mon, Oct 25, 2004 at 06:15:38PM +0200, Pander wrote:
The sound on my PowerBook G4 was working quit oke until I upgraded to
from 2.6.8.1 to 2.6.9. Think there is something wrong with the loading
of the modules.
What exactly is the problem. Can you try:
...
It rever
Guido Guenther <[EMAIL PROTECTED]> writes:
> On Tue, Oct 26, 2004 at 07:43:56PM +0200, intrigeri wrote:
>> Guido Guenther <[EMAIL PROTECTED]> writes:
>> > On Thu, Oct 21, 2004 at 02:12:32PM +0200, intrigeri wrote:
>> >> Djoumé SALVETTI <[EMAIL PROTECTED]> writes:
>> >> > Le mercredi 10/20/04 Basile
On Mon, Oct 25, 2004 at 08:11 PM, Guido Guenther wrote:
> It reverts some of the recent changes which broke volume adjustment on
> my pbook.
hi,
i've got an ibook 2.2 with PowerMac Snapper (Dev 24) and i'm getting nearly
the same problem. I'm going to try your patch, however i'd like to know if
a
> > But the riva fb driver does not work for me (PowerBook6,2) : after
> > having loaded the kernel, the display does not initialize correctly
> > and stays stucked to these lines :
> What is the PCIID of your card? Do you use any rivafb patches?
> Cheers,
> -- Guido
Hey,
as i got the same probl
On Tue, Oct 26, 2004 at 07:43:56PM +0200, intrigeri wrote:
> Guido Guenther <[EMAIL PROTECTED]> writes:
> > On Thu, Oct 21, 2004 at 02:12:32PM +0200, intrigeri wrote:
> >> Djoumé SALVETTI <[EMAIL PROTECTED]> writes:
> >> > Le mercredi 10/20/04 Basile STARYNKEVITCH <[EMAIL PROTECTED]> a écrit :
> >>
Guido Guenther <[EMAIL PROTECTED]> writes:
> On Thu, Oct 21, 2004 at 02:12:32PM +0200, intrigeri wrote:
>> Djoumé SALVETTI <[EMAIL PROTECTED]> writes:
>> > Le mercredi 10/20/04 Basile STARYNKEVITCH <[EMAIL PROTECTED]> a écrit :
>> >> have the LCD back light be turned off when the cover is closed
On Mon, Oct 25, 2004 at 06:15:38PM +0200, Pander wrote:
> The sound on my PowerBook G4 was working quit oke until I upgraded to
> from 2.6.8.1 to 2.6.9. Think there is something wrong with the loading
> of the modules.
What exactly is the problem. Can you try:
diff -ubw --exclude='*.orig' --excl
Hi all,
The sound on my PowerBook G4 was working quit oke until I upgraded to
from 2.6.8.1 to 2.6.9. Think there is something wrong with the loading
of the modules.
Can anyone with good working sound on a PBG4 2.6.9 GNU/Debian testing
send me some pointers or files like:
/etc/modutils/*
/et
1 - 100 of 437 matches
Mail list logo