Hello, I'm testing factory PPC right now, and ran into a problem. The driver update I prepared for 11.0 does not seem to work on current factory. It is quite dumb, just a dud.config and an update.post2:
homeserver:/home/dud/linux # find . -type f -print -exec cat {} ; ./suse/ppc-11.0/install/update.post2 #!/bin/sh
# (c) CzP: pczanik@genesi-usa.com # This script creates a bootable zImage file just before rebooting the machine # and also creates a sound.forth devtree fixup
cd /boot mkzimage --vmlinux vmlinux --initrd initrd --output zImage
cat > sound.forth <<EOF \ FORTH
s" /builtin/sound" find-device \ Audio is on PSC2, just for informational purposes 1 encode-int s" cell-index" property device-end EOF
./suse/ppc-11.0/dud.config UpdateName: Driver Update for Genesi Efika 5200B (v004) UpdateID: 200808041508 UpdatePriority: 100 homeserver:/home/dud/linux #
What changed? Right now I get 'no updates found'... Bye, CzP
Hello,
Peter Czanik írta:
./suse/ppc-11.0/install/update.post2 ./suse/ppc-11.0/dud.config
What changed? Right now I get 'no updates found'...
Sorry, I guess, the answer was in my e-mail: I use ppc-11.0 as a directory. It should be more likely ppc-11.1. Will know for sure in a few minutes :-) Bye, CzP