You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(177) |
Jun
(100) |
Jul
(56) |
Aug
(143) |
Sep
(366) |
Oct
(142) |
Nov
(221) |
Dec
(56) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(364) |
Feb
(705) |
Mar
(185) |
Apr
(267) |
May
(238) |
Jun
(59) |
Jul
(22) |
Aug
(47) |
Sep
(42) |
Oct
(54) |
Nov
(72) |
Dec
(42) |
2002 |
Jan
(32) |
Feb
(130) |
Mar
(77) |
Apr
(23) |
May
(15) |
Jun
(17) |
Jul
(31) |
Aug
(38) |
Sep
(61) |
Oct
(35) |
Nov
(36) |
Dec
(42) |
2003 |
Jan
(57) |
Feb
(13) |
Mar
(31) |
Apr
(28) |
May
(4) |
Jun
(22) |
Jul
(22) |
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(9) |
Dec
(37) |
2004 |
Jan
(7) |
Feb
(11) |
Mar
(6) |
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
(3) |
Oct
(3) |
Nov
(1) |
Dec
(6) |
2006 |
Jan
(18) |
Feb
(8) |
Mar
|
Apr
|
May
(14) |
Jun
(1) |
Jul
|
Aug
(6) |
Sep
|
Oct
|
Nov
|
Dec
|
From: John L. <lor...@uk...> - 2002-02-08 22:25:30
|
Hi there On 08-Feb-02, m_t...@nt... wrote: > When I last tried LinusAPUS (during the AmigaActive > articles), it did'nt look like it was possible to boot > from an HD on an A1200 Power Flyer interface. I don't > have any other HD's on the internal IDE or on my SCSI. > So, has anything now changed to allow me to boot up > LinuxAPUS? If so, can you provide details please. I use a Power Flyer and use Debian, all I can access is the first HD and CD Writer on the first port. Cant use the second port though, if Elbox would release some helpful info we might have all ports available. Just turn the miggy off for 30 secs or so to make sure that nothing stays in memory from the software, then you can boot with no startup-sequence and run the commands or a script to start linux from a FFS partition. This will then enable you to install and configure what you want. My commands for the 2.4.4 kernel is below, For initial install: cd os2linux:2.4.4/ bootstrap --apus -k vmapus-2.4.4 -r root.bin root=/dev/ram video=pm2fb:mode:1024x768-70 noscsi 60nsram To add s/w etc: cd os2linux:2.4.4/ bootstrap --apus -k vmapus-2.4.4 root=/dev/hda2 video=pm2fb:mode:1024x768-70 noscsi 60nsram Regards -- John I think that God in creating man somewhat overestimated his ability. -- Oscar Wilde mail: ch...@la... or lor...@uk... http://www.lordofchaos.co.uk ICQ 110130385 Nick = Chaos A1200 BlizzardPPC 240mhz 060/50 BlizzardVision OS3.9 |
From: Geert U. <ge...@li...> - 2002-02-08 15:23:56
|
On Fri, 8 Feb 2002, Alan Buxey wrote: > > Let me start off by first apologising for the question I > > am about to ask. I'm sure this has been asked many times > > before. > > it has...but the FAQ is like a famous parrot. I'm looking > into replacement as now an important urgency > > > When I last tried LinusAPUS (during the AmigaActive > > articles), it did'nt look like it was possible to boot > > from an HD on an A1200 Power Flyer interface. I don't > > have any other HD's on the internal IDE or on my SCSI. > > So, has anything now changed to allow me to boot up > > LinuxAPUS? If so, can you provide details please. > > first the 'bad news', no, PowerFlyer isnt supported by the kernel. > > but now the 'good news'. Through a fortunate bit of hardware > design, if you DONT INITIALISE the powerflyer the first channel > (IDE0) appears just like the plain Gayle controller and we've > got reports that it works okay by several users. > > ie boot from cold with no startup and you should be able to run a > bootstrap command to boot into Linux. Only be able to access the > first two units though. Is this such a `magic interface' that connects to the A1200 Gayle IDE connector, and provides access to another 2 IDE devices? Or is it a Zorro board (i.e. it shows up in /proc/bus/zorro/)? If it's the former, you can probably find the other IDE chain at an offset very similar to the offset of the Gayle IDE port. In fact there's room for a second IDE port in the A1200 memory map. Is there an easy way to detect a PowerFlyer? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |
From: Alan B. <al...@ms...> - 2002-02-08 15:11:43
|
Hi, > Let me start off by first apologising for the question I > am about to ask. I'm sure this has been asked many times > before. it has...but the FAQ is like a famous parrot. I'm looking into replacement as now an important urgency > When I last tried LinusAPUS (during the AmigaActive > articles), it did'nt look like it was possible to boot > from an HD on an A1200 Power Flyer interface. I don't > have any other HD's on the internal IDE or on my SCSI. > So, has anything now changed to allow me to boot up > LinuxAPUS? If so, can you provide details please. first the 'bad news', no, PowerFlyer isnt supported by the kernel. but now the 'good news'. Through a fortunate bit of hardware design, if you DONT INITIALISE the powerflyer the first channel (IDE0) appears just like the plain Gayle controller and we've got reports that it works okay by several users. ie boot from cold with no startup and you should be able to run a bootstrap command to boot into Linux. Only be able to access the first two units though. alan |
From: <m_t...@nt...> - 2002-02-08 14:56:58
|
Hi, Let me start off by first apologising for the question I am about to ask. I'm sure this has been asked many times before. When I last tried LinusAPUS (during the AmigaActive articles), it did'nt look like it was possible to boot from an HD on an A1200 Power Flyer interface. I don't have any other HD's on the internal IDE or on my SCSI. So, has anything now changed to allow me to boot up LinuxAPUS? If so, can you provide details please. Regards, Mark |
From: <m_t...@nt...> - 2002-02-08 14:38:37
|
From: Alan B. <al...@ms...> - 2002-02-08 13:36:35
|
hi, > It seem that the kernel 2.10.10 does not exist O.K. but 2.2.10 does - which is what was meant in a previous post :-) > If I get the latest kernel sources (2.4.9 or so) I guess it is possible to > compile it without PCI support, or? > If so, how can I get the sources from the Amiga-OS side (as the PCI Ethernet > card is not visible from APUS)? Does there a CVS for Amiga OS exist? what BUS is your PCI ethernet on? theres ongoing development/support for the Prometheus as for AmigaOS, sure, I've started using an AmigaOS cvs client for YAM code. the best/easiest is amcvs made by the excellent AmigaOS coding guru Olaf Barthel http://amcvs.light-speed.de/ yes, its not on Aminet :-( alan |
From: Michel <mi...@da...> - 2002-02-08 13:28:17
|
On Fri, 2002-02-08 at 03:54, Adam Kowalczyk wrote: > My machine was sitting idle and apparently caught a signal 8 and now > I can't get through the fsck without the machine stopping on a signal > 8. You mentioned possible hardware problems in a private mail; spurious signals can be symptoms of such problems. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Michel <mi...@da...> - 2002-02-08 13:24:28
|
On Fri, 2002-02-08 at 13:04, Jose Antonio wrote: > Ummmm with te 2.2.10 Kernel my sistem refuses to run after install the > G-Rex... You need a kernel without PCI support. The older 2.2.10 kernels should be fine, the latest one isn't. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Jose A. <jp...@te...> - 2002-02-08 13:17:27
|
Hello Andreas. Tanks again for your info = It seem that the kernel 2.10.10 does not exist O.K. The next text is an copy-paste of an old mail in this mail-list... In a message from 19-Dez-01 00:36:29, Michel D=E4nzer wrote: >On Tue, 2001-12-18 at 20:24, Herbert Klackl wrote: >> Do you think it would make sense to try an older bootstrap/kernel tha= t >> knows nothing about PCI? >Ja, das w=FCrde das Problem mit grosser Sicherheit umgehen (vielleicht >m=FCsste man auch noch pm2fb entfernen oder mit video=3Dpm2fb:off >ausschalten, wie es jemand anders empfohlen hat). ** *I tried the 2.10.10 kernel you mentioned and with the upper mentioned vi= deo <=3D=3D READ THIS (* it is my "error") *setting (disable pm2fb) it worked.* ** However Linux on a PAL screen doesn't make much fun. I guess I'll have to reactivate my old PicassoIV (hm which PCI card shoul= d I dump? 8)). If I get the latest kernel sources (2.4.9 or so) I guess it is possible t= o compile it without PCI support, or? If so, how can I get the sources from the Amiga-OS side (as the PCI Ether= net card is not visible from APUS)? Does there a CVS for Amiga OS exist? BTW: Thanks to everybody who helped me on this subject. Bye Herby _______________________________________________ Linux-APUS-user mailing list Lin...@li... #https://lists.sourceforge.net/lists/listinfo/linux-apus-user# _________________________________________________________________________= ___________________________ Ummmm with te 2.2.10 Kernel my sistem refuses to run after install the G-Rex... Nuevo proceso Shell 6 Launching with : BootStrap --apus -k Linux:2.4.17/boot/vmlinux --keep-video --debug 60nsram root=3D/dev/hda1 video=3Dpm2fb:Off video=3Dvirge:Off video=3Dcybe= r:Off video=3Dclgen:Off video=3Dretz3:Off video=3Damifb:pal,depth:4 = Linux/m68k Amiga Bootstrap version 5.6 Copyright 1993,1994 by Hamish Macdonald and Greg Harp Amiga model identification: Resource `draco.resource': not present Chipset: AGA Module `A1000 Bonus': not present Module `A4000 bonus': 0x00f9e660 Module `NCR scsi.device': not present Type a key to continue... Amiga 4000 CPU: 68060 with internal FPU, AGA chipset APUS: No BPPC+ SCSI interface detected. APUS: PCI Bridge detected. Command line is '60nsram root=3D/dev/hda1 video=3Dpm2fb:Off video=3Dvirge= :Off video=3Dcyber:Off video=3Dclgen:Off video=3Dretz3:Off video=3Damifb:pal,d= epth:4' Vertical Blank Frequency: 50Hz Power Supply Frequency: 50Hz EClock Frequency: 709379Hz Found 7 AutoConfig Devices Device 0: addr =3D 0x00e90000 Device 1: addr =3D 0x00ea0000 Device 2: addr =3D 0x40000000 Device 3: addr =3D 0x00f01060 Device 4: addr =3D 0xfffe0000 Device 5: addr =3D 0xfffa0000 Device 6: addr =3D 0xfffc0000 Found 1 Block of Memory Block 0: 0x08000000 to 0x0ff80000 (130560K) 2048K of CHIP memory The kernel will be located at 0x08000000 Loading ELF Linux/m68k kernel... Kernel segment 0 at 0x08000000, size 3045624 Boot info at 0x082e78f8 Kernel entry is 0xc0000000 ramdisk dest top is 0x0ff80000 ramdisk lower limit is 0x0917f0f0 ramdisk src top is 0x0917f0f0 Type a key to continue the Linux/m68k boot... Starting ppc_wup Inhibiting all filesystems : CD0 PC0: RAM: Afther this the system freeze and I need do a reset to continue :~( I try whit all kernels in the web and video-modes combination ON<=3D>OFF = with no luck = The G-Rex Dinosaur eat-me GULP! Tanks all See you On 07-feb-02, Andreas W=FCst wrote: > Hello Jose > = >> On Mit, 2002-02-06 at 23:11, Jose Antonio wrote: >> = >>> My question is where can i get the kernel 2.2.10?. I can't found in t= he >>> linux apus site. >> = >> Right next to the 2.4 kernels. ;) At the top of our files list. >> = >> OOPS!! My real question is over the Kernel 2.10.10 SORRY :( > = ^^^ > 2.10.10? > = > Help, I must have missed decades of Linux development, I still have 2.4= =2Ex. > And 2.10.x is even a user kernel! > = >> With the 2.2.10 not work after install the G-Rex Board. >> = >> Sorry for my LAME english > = > No problem! But numbers... ;) > = Regards |
From: Michel <mi...@da...> - 2002-02-08 13:14:36
|
On Fri, 2002-02-08 at 12:47, Alan Buxey wrote: > thats when I bother to USE XWindows ;-) <picky> There is no 'XWindows'. It's 'X Window System' or just 'X'. </picky> > 3) use the 'fbset' command to tweak your console. what do you have in you= r bootstrap line? >=20 > I have video=3Dpm2fb:mode:1024x768-60 >=20 > this gives a nice console...and i beleive that if X is configured to use = the FB device it > needs a helping hand. No, that's not necessary. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Alan B. <al...@ms...> - 2002-02-08 11:47:54
|
hi, > I have tried LinuxPPC 2000 Q3. > > Work fine but with GUI Gnome or XFree86, my Linux System work only with 640*480 256 colors. All > other screen format don't work. two things to test 1) how good is your monitor? if you read the specs and think it can handle it, then... 2) edit /etc/X11/XF86Config (or /etc/X11/XF86Config-4) and adjust your monitor settings to use....eg Section "Monitor" Identifier "Display 1" VendorName "CTX" ModelName "7695" HorizSync 30.0 - 70.0 VertRefresh 50.0 - 80.0 EndSection right near the bottom, you should see some lines that talk about depth and modes change this to eg DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" "800x600" alternatively, download the XF86Config from the APUS site (well, there are some choices I believe!) and then use that. These work on our systems. I wouldnt be able to live without 16bit at hires... thats when I bother to USE XWindows ;-) 3) use the 'fbset' command to tweak your console. what do you have in your bootstrap line? I have video=pm2fb:mode:1024x768-60 this gives a nice console...and i beleive that if X is configured to use the FB device it needs a helping hand. alan |
From: Alan B. <al...@ms...> - 2002-02-08 11:40:21
|
hi, > I'm stucked with a non-stable LinuxPPC 2000 Q4 with > kernel 2.4.4 and some software and the dilema to add > a fresh Debian PPC to another partition. > Currently I have: well, you can always grab 2.4.9 or 2.4.13 (in sf.net archive) kernels and then just use RPMs to update your LinuxPPC 2000 distro :-) > 1 hdc2 Linux / partition with everything > 1 Hde3 Linux partition formated and free ready to be filled good. how big is it? > 2 swaps > > I want to install Debian PPC ( oficial APUS ?) version > potato or Woody in the empty partition, but I'm not sure > about which is the best procedure. > > I downloaded the base2_2.tgz file, and the other needed files, > my question is : Can I untar the file to the partition and then > from outside Linux boot this system or I have to put the files > elsewhere ? download those files to an FFS partition. Use the Debian installer ramdisk with the debian APUS kernel and the bootstrap (all in the same area of the Debian FTP site) to install onto your free disk. > I pretend to install the rest using ftp. id hope that you'd do it for real..otherwise you wont get any files ;-) alan |
From: Alan B. <al...@ms...> - 2002-02-08 11:37:03
|
hi, > please give me some links for download latest linux apus files: http://linux-apus.sourceforge.net > - Boothack > > - Kernel > > - RamDisk.Image.gz they are all there. you ONLY need the ramdisk for installation of the kernel. > - Permidia2 Driver for 800x600 16bit and more built into the kernel...it works fine here at 1280x768-60Hz alan |
From: Alan B. <al...@ms...> - 2002-02-08 11:35:43
|
hi, > Whats the command to do a dist update using dselect? apt-get update apt-get dist-upgrade <offtopic> btw, anyone know how to make 'mutt' work properly with these sourceforge mailing lists (I dont have problems with any other lists) , if i do a (r)eply i just get the original sender rather than the list. No web search or Mutt list has given answers :-( </offtopic> |
From: root <ax...@mo...> - 2002-02-08 03:22:02
|
Hi there, I'm stucked with a non-stable LinuxPPC 2000 Q4 with kernel 2.4.4 and some software and the dilema to add a fresh Debian PPC to another partition. Currently I have: 1 hdc2 Linux / partition with everything 1 Hde3 Linux partition formated and free ready to be filled 2 swaps I want to install Debian PPC ( oficial APUS ?) version potato or Woody in the empty partition, but I'm not sure about which is the best procedure. I downloaded the base2_2.tgz file, and the other needed files, my question is : Can I untar the file to the partition and then from outside Linux boot this system or I have to put the files elsewhere ? I pretend to install the rest using ftp. TIA Rick Amiga 1200T BlizPPC 175 040 25 64 Mb 3 HDs Cv643D |
From: Adam K. <ako...@co...> - 2002-02-08 02:58:16
|
Hi, My machine was sitting idle and apparently caught a signal 8 and now I = can't get through the fsck without the machine stopping on a signal 8. = Anyone have any ideas? Adam Kowalczyk |
From: Michel <mi...@da...> - 2002-02-07 23:53:33
|
On Don, 2002-02-07 at 23:18, AmiShop On-Line wrote: > please give me some links for download latest linux apus files: >=20 > - Boothack >=20 > - Kernel >=20 > - RamDisk.Image.gz >=20 > - Permidia2 Driver for 800x600 16bit and more http://linux-apus.sf.net --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: AmiShop On-L. <am...@li...> - 2002-02-07 23:18:18
|
Hi all, please give me some links for download latest linux apus files: - Boothack - Kernel - RamDisk.Image.gz - Permidia2 Driver for 800x600 16bit and more |
From: Francois P. <fp...@pr...> - 2002-02-07 23:10:43
|
Yes - just noticed that you can move down through the list as it wasn't apparent :) Whats the command to do a dist update using dselect? Cheers Francois On 8 Feb 2002, Michel [ISO-8859-1] D=E4nzer wrote: > On Fre, 2002-02-08 at 00:05, Francois Prowse wrote: > > > > > > Have you read install.txt, in particular the part about the 'install > > > kernel & modules' step? Is rescue.bin needed anywhere else? > > > > Ok - from what I can tell from the install.txt file, which seems to be > > very vague. It says to skip the installation of the kernel and modules, > > fine that makes sense as they are loaded from the Amiga side. However, > > there does not appear to be an option to skip this... > > Just select the next step from the list. > > > -- > Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) develope= r > XFree86 and DRI project member / CS student, Free Software enthusiast > |
From: Michel <mi...@da...> - 2002-02-07 23:06:31
|
On Fre, 2002-02-08 at 00:05, Francois Prowse wrote: > > > > Have you read install.txt, in particular the part about the 'install > > kernel & modules' step? Is rescue.bin needed anywhere else? >=20 > Ok - from what I can tell from the install.txt file, which seems to be > very vague. It says to skip the installation of the kernel and modules, > fine that makes sense as they are loaded from the Amiga side. However, > there does not appear to be an option to skip this... Just select the next step from the list. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: AmiShop On-L. <am...@li...> - 2002-02-07 23:02:11
|
Hi Michel, I'm Emanuele. Xconfigurator give me this words: Xconfigurator have failed to make a 800x600 screen with your monitor. Qui= t or Back. Thanx for you reply. P.S.: A chat channel for LinuxAPUS Amiga Funs? --------------------------------------------- On 08-Feb-02, you wrote: On Don, 2002-02-07 at 22:25, AmiShop On-Line wrote: > Work fine but with GUI Gnome or XFree86, my Linux System work only > with 640*480 256 colors. All other screen format don't work. What does "don't work" mean? What do you try, and what happens? Regards |
From: Francois P. <fp...@pr...> - 2002-02-07 22:56:36
|
> > Have you read install.txt, in particular the part about the 'install > kernel & modules' step? Is rescue.bin needed anywhere else? Ok - from what I can tell from the install.txt file, which seems to be very vague. It says to skip the installation of the kernel and modules, fine that makes sense as they are loaded from the Amiga side. However, there does not appear to be an option to skip this... Francois > > > -- > Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) develope= r > XFree86 and DRI project member / CS student, Free Software enthusiast > > _______________________________________________ > Linux-APUS-user mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linux-apus-user > |
From: Michel <mi...@da...> - 2002-02-07 22:31:12
|
On Don, 2002-02-07 at 22:25, AmiShop On-Line wrote: > Work fine but with GUI Gnome or XFree86, my Linux System work only > with 640*480 256 colors. All other screen format don't work. What does "don't work" mean? What do you try, and what happens? --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Michel <mi...@da...> - 2002-02-07 22:29:31
|
On Don, 2002-02-07 at 22:22, AmiShop On-Line wrote: > Please help me with Linux Apus Kernel 2.4.17. I have tried it but don't w= ork. You're not the first one to report problems with it. ;) Someone please post debugging kernel output to the devel list. --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |
From: Michel <mi...@da...> - 2002-02-07 22:27:26
|
On Don, 2002-02-07 at 23:16, Francois Prowse wrote: > However I'm getting this problem when I boot using the potato root.bin > file! >=20 > Specifically which kernel am I supposed to use to boot this....as it woul= d > seem to me to be a kernel problem >=20 > So far I've tried from the APUS site. >=20 > 2.2.10 > 2.4.4 > 2.4.9 boot-floppies are tied to the kernel they were built with so it's best to use the one that comes with them. After installing, you can use whatever kernel you like. > Like I said, I'm installing via HTTP and it is successfully pulling down > the code. (drivers.tgz, rescue.bin) but failing when attempting to mount > the rescue.bin image. Have you read install.txt, in particular the part about the 'install kernel & modules' step? Is rescue.bin needed anywhere else? --=20 Earthling Michel D=E4nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast |