alphaOS [closed]

A home for all kinds of Puppy related projects
Message
Author
meowcats
Posts: 31
Joined: Sun 14 Apr 2013, 04:59

#691 Post by meowcats »

Code: Select all

ls -ld /lib
drwxr-xr-x 10 root root 100 Sep  8 13:30 /lib
No wonder alphaos can't load my radeon firmware... /lib is not symlinked to /usr/lib.

please fix in v11!

tried to post in offical forum, but it is closed to new registrations :evil:

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#692 Post by Scooby »

meowcats wrote: tried to post in offical forum, but it is closed to new registrations

Yeah Sim could you open alphaos forum for registration

simargl

#693 Post by simargl »

meowcats wrote: No wonder alphaos can't load my radeon firmware... /lib is not symlinked to /usr/lib.

please fix in v11!

tried to post in offical forum, but it is closed to new registrations :evil:
Kernel modules are installed to /lib, so it can't be symlink and it's not needed if you edit PKGBUILD to install radeon firmware to /lib/firmware,

I will enable forum registrations for today ...

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#694 Post by Scooby »

simargl wrote: I will enable forum registrations for today ...
Thanks Sim...

I am now registered at ALphaOS forum
Last edited by Scooby on Wed 11 Sep 2013, 18:57, edited 1 time in total.

john3voltas
Posts: 102
Joined: Mon 23 May 2011, 13:10

#695 Post by john3voltas »

I can't honestly understand why this topic has changed name to alphaOS [closed].
Both http://sourceforge.net/projects/alphaos/ and http://alphaos.tuxfamily.org are UP and running.
Was it simargl who changed the subject? Was it someone from Murga?
I stand clueless...

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#696 Post by Scooby »

My guess is sim did it himself.

I dont like it but I will have to use both murga and alphaos forum now.

I will still post here but I dont expect sim to reply.

Maybe he will read it though? Will have to try that!

Scooby
Posts: 599
Joined: Sat 03 Mar 2012, 09:04

#697 Post by Scooby »

Sim dont know if you're interested but I made a version of AlphaOS10 with
a boot parameter pisoscan to fascilitate directly booting iso with grub.

Code: Select all

menuentry "ISO SCAN ALphaOS" {
set root=(hd0,msdos1)
loopback loop /boot/grub/Alphaos10WithIsoScan.iso
linux (loop)/vmlinuz pmedia=usb pisoscan=/boot/grub/Alphaos10WithIsoScan.iso 
initrd (loop)/initrd.gz
}
This was made by edit of init script from initrd.gz

Download and Try

init_AlphaOS10

Alphaos10WithIsoScan.iso

check out for more info

A proposal for an Implementation of ISO-Scan

:D

Post Reply